/* Minification failed. Returning unminified contents.
(1325,19): run-time error CSS1031: Expected selector, found '2.2'
(1325,19): run-time error CSS1025: Expected comma or open brace, found '2.2'
(19148,94): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(19148,126): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(19148,137): run-time error CSS1035: Expected colon, found 'id'
(19148,155): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(19148,173): run-time error CSS1035: Expected colon, found 'type'
(19148,243): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(19148,247): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(19148,258): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(19148,262): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(19148,270): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#grayscale'
(31097,41): run-time error CSS1030: Expected identifier, found '*'
(31097,42): run-time error CSS1031: Expected selector, found ')'
(31097,42): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url(/Themes/DefaultCleanSNK/Content/images/loading-spinner.gif) 50% 50% no-repeat;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	/* list-style-image: url(/Themes/DefaultCleanSNK/Content/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); */
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	/* background: url(/Themes/DefaultCleanSNK/Content/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==); */
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/Themes/DefaultCleanSNK/Content/css/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

Generated by less 2.2.0
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/Themes/DefaultCleanSNK/Content/fonts/glyphicons-halflings-regular.eot);
  src: url(/Themes/DefaultCleanSNK/Content/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/Themes/DefaultCleanSNK/Content/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/Themes/DefaultCleanSNK/Content/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Themes/DefaultCleanSNK/Content/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Themes/DefaultCleanSNK/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/* * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
} */
/* .row {
  margin-left: -15px;
  margin-right: -15px;
} */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
} */
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
} */
/* .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
} */
.navbar-collapse.in {
  overflow-y: auto;
}
/* @media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
} */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
/* .navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
} */
/* @media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
} */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
/* .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
} */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
/* .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
} */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/* .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
} */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}



/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}

a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	overflow-x: hidden;
	background-color: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
}
h1,h2,h3,h4,h5,h6 {
	color: #444;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
}
input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
	color: #444;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0;
	width: 90%;
	margin: 0 auto;
}
.master-column-wrapper {
	position: relative;
	z-index: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 100px;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	min-height: 50px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 6px 10px;
}
.page-title h1 {
	font-size: 30px;
	font-weight: normal;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 .page-title,
.center-1 .title {
	text-align: center;
}

.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/rss.png) center no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
	text-align: justify;
}
.flyout-cart {
	display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 40px;
}
.fieldset .title,
.section .title {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 20px;
	color: #444;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.form-fields {
	position: relative;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
	padding: 30px 15px;
}
.inputs {
	position: relative;
	margin: 0 0 15px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    /*font-size: 0;*/
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
    font-size: 14px; /*reset zeroing*/
	color: #444;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 400px;
	max-width: 100%;
	background-color: #fff;
}

.inputs.custom-attributes {
	white-space: normal;
}
.inputs .option-list {
    display: inline-block;
	max-width: 95%;
    vertical-align: middle;
}
.inputs .option-list li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
}
.inputs .option-list label {
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 5px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -8px 0 3px; /*siblings offset*/
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #e4434b;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #e4434b;
    margin-top: 5px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #4cb17c;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
	max-width: 100%;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart th,
.data-table th,
.forum-table th {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
	font-weight: normal;
}
.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts{
    display: none;
}
.forum-table td.image {
    min-width: 0;
}
.cart td,
.data-table td,
.forum-table td {
	min-width: 50px;
	border-width: 1px;
	border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
}
.forum-table td {
	min-width: 90px;
    padding: 10px;
}

.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
	color: #444;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #8205b4;
	text-decoration: none;
}

.cart .product .edit-item {
	margin: 10px 0 0;
}
.cart .product .edit-item a {
	font-weight: normal;
	color: #8205b4;
}
.cart .product .edit-item a:hover {
	text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}
.cart td.quantity input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal,
.data-table td.total {
	white-space: nowrap;
    color: #444;
}
.cart td.subtotal .discount {
    font-style: italic;
    color: #8205b4;
}

.data-table em a {
	font-weight: bold;
	color: #444;
}
.data-table div.download {
	margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url(/Themes/DefaultCleanKRDCustom/Content/images/close.png) center no-repeat;
	cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/loading.gif) center no-repeat;
}

.please-wait {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/ajax-loader-small.gif) no-repeat;
    padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}
.ui-dialog-titlebar > span {
	float: left;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/close.png) center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/close.png) center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	height: auto !important;
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}
.ui-dialog-content .page{
    min-height: 0;
}
.ui-dialog-content .page-title{
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}
.ui-dialog-content .page-title h1{
    font-size: 24px;
    line-height: 30px;
}
.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
    margin-bottom: 10px;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1{
	border: none;
	background-color: #8205b4;
    padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
	background-color: #248ece;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #8205b4;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	background-color: #248ece;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #8205b4;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}


/*********** HEADER ***********/



.admin-header-links {
	background-color: #333;
	text-align: center;
	color: #eee;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate a {
	background-color: #555;
	padding: 0 15px;
}
.admin-header-links .impersonate a:hover {
	background-color: #666;
}

.header {
	position: relative;
	z-index: 10;
	width: 95%;
	margin: auto;
	text-align: center;
}
.header-upper {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}

.header-selectors-wrapper {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.header-selectors-wrapper > div {
	display: block;
	width: 50%;
	margin: 10px auto;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	width: 100%;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px;
	vertical-align: middle;
}
.language-list a { 
	display: block;
	position: relative;
	width: 24px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-links-wrapper {
	position: relative;
	padding: 20px 0;
}
.header-links {
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 36px;
	text-transform: uppercase;
}

#topcartlink {
	display: block;
	width: 70%;
	max-width: 400px;
	margin: 10px auto 0;
	background-color: #f6f6f6;
	padding: 0 20px;
}
#topcartlink a {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/shopping-bag.png) left center no-repeat;
	padding: 0 0 0 20px;
}

.header-lower {
	position: relative;
	z-index: 0;
	padding: 35px 0;
}

.header-logo {
	margin: 0 0 20px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
	opacity: 1;
}

.search-box form {
	display: inline-block;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 200px;
	height: 36px;
	margin: 0 -1px 0 0;
}
.search-box .search-box-button {
	float: left;
	min-width: 86px;
	height: 36px;
	border: none;
	background-color: #8205b4;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.search-box .search-box-button:hover {
	background-color: #248ece;
}
.search-box .ui-autocomplete-loading {
	background: #fff url(/Themes/DefaultCleanKRDCustom/Content/images/ajax-loader-small.gif) right center no-repeat;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-autocomplete {
	width: 285px !important;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
	border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 14px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	padding: 15px !important;
	line-height: normal !important;
	color: #777 !important;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
	background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
	display: none;
	min-width: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}


/*********** FOOTER ***********/



.footer {
	background-color: #eee;
	text-align: center;
}

.footer-upper {
	width: 95%;
	margin: auto;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 40px 0;
	font-size: 0;
}
.footer-block {
	width: 95%;
	margin: 1px auto;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
}
.footer-block .title {
	margin: 0 0 1px;
	background: #8205b4 url(/Themes/DefaultCleanKRDCustom/Content/images/toggle-white.png) right center no-repeat;
	padding: 10px 15px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.footer-block .title strong {
	font-weight: normal;
}
.footer-block .list {
	display: none;
	margin: 0 0 20px;
	background-color: #fff;
	padding: 10px 15px;
}
.footer-block .list a {
	display: block;
	padding: 10px 15px;
	line-height: 20px;
}
.footer-block .list a:hover {
	color: #8205b4;
}

.follow-us {
	margin: 30px auto 0;
	text-align: center;
}
.follow-us .title {
	margin: 0 0 10px;
	background: none;
	color: #444;
	cursor: auto;
}
.follow-us .social ul {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
	font-size: 0;
}
.follow-us .social li {
	display: inline-block;
	margin: 0 5px;
}
.follow-us .social a {
	display: block;
	width: 38px;
	height: 38px;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/social-sprite.png) no-repeat;
	font-size: 0;
}
.follow-us .social .facebook a {
	background-position: 0 0;
}
.follow-us .social .twitter a {
	background-position: -38px 0;
}
.follow-us .social .rss a {
	background-position: -76px 0;
}
.follow-us .social .youtube a {
	background-position: -114px 0;
}
.follow-us .social .google-plus a {
	background-position: -152px 0;
}

.newsletter-email { 
	display: inline-block;
	overflow: hidden; 
}
.newsletter-email input[type="text"] {
	float: left;
	width: 180px;
	height: 36px;
	margin: 0 -1px 0 0;
}
.newsletter-subscribe-button {
	float: left;
	height: 36px;
	border: none;
	background-color: #8205b4;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.newsletter-subscribe-button:hover {
	background-color: #248ece;
}
.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}
.newsletter-validation, 
.newsletter-result { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
	width: 95%;
	margin: auto;
	overflow: hidden;
	padding: 25px 0;
	font-size: 12px;
}
.footer-tax-shipping a {
	font-weight: bold;
	color: #8205b4;
}
.footer-tax-shipping a:hover {
	text-decoration: underline;
}
.footer-powered-by {
	margin: 10px 0 0;
}
.footer-powered-by a {
	font-weight: bold;
	color: #8205b4;
}
.footer-powered-by a:hover {
	text-decoration: underline;
}
.theme-selector {
	margin: 10px 0 0;
}
.theme-selector select {
	width: 170px;
}


/*********** SIDE COLUMN ***********/



.block {
	max-width: 600px; /*width limit in mobile*/
	min-height: 50px;
	margin: auto;
	text-align: left;
}
.block .title {
	position: relative;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6 url(/Themes/DefaultCleanKRDCustom/Content/images/toggle-gray.png) right 14px no-repeat;
	padding: 12px 30px 12px 10px;
	font-size: 20px;
	color: #444;
	cursor: pointer;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	display: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
}
.block .list li {
	padding: 5px 0 5px 15px;
}
.block .list a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	color: #444;
    -webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.block .list a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: -15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.block .list .active > a {
	color: #8205b4;
}
.block .list a:hover {
	color: #8205b4;
}
.block a.product-picture {
	display: none;
}
.block a.product-picture:before {
	display: none;
}
.block .sublist {
	margin: 15px 0 5px;
}
.block .sublist a {
	font-size: 14px;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #8205b4;
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .tags {
	margin: 5px 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 17px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
	color: #444;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #8205b4;
}

.poll strong {
	display: block;
	margin: 10px 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
}
.poll-options,
.poll-results {
	margin: 10px 0 15px;
	overflow: hidden;
	font-size: 15px;
	color: #444;
}
.poll-options li,
.poll-results li {
	margin: 10px 0;
}
.poll-options li > input {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.poll-options li > label {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.poll .buttons input:hover {
	background-color: #bbb;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: italic;
	color: #444;
}

.home-page-polls {
	text-align: center;
}
.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.home-page-polls .title strong {
	font-weight: normal;
}
.home-page-polls li {
	display: inline-block;
	margin: 10px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 5px 10px;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
    font-size: 14px;
}
.breadcrumb li * {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #8205b4;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 25px;
	line-height: 22px;
}

.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor .button-2 {
	border: none;
	background-color: #8205b4;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contact-vendor .button-2:hover {
	background-color: #248ece;
}

.product-selectors {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.product-selectors:first-child {
	border-top: none;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors span {
	vertical-align: middle;
	font-size: 16px;
}
.product-selectors select {
	margin: 0 8px;
}
.product-selectors .product-viewmode {
	display: none;
	font-size: 0;
}

.product-filters {
	display: table;
	width: 100%;
	margin: -20px 0 20px;
	border-bottom: 1px solid #ddd;
}
.product-filter {
	margin: 0 0 10px;
}
.product-filter .filter-title {
	margin: 0 0 10px;
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 17px;
	color: #444;
}
.product-filter .filter-title strong {
	font-weight: normal;
}
.product-filter .filter-content {
	padding: 10px;
	color: #444;
}
.product-filter .available-items:after {
	content: "";
	display: block;
	clear: both;
}
.product-filter .group {
	margin: 0 0 10px;
}
.product-filter .group li {
	font-size: 15px;
}
.product-filter .group li a,
.product-filter .group li strong {
	display: inline-block;
	padding: 5px 0;
}
.product-filter .group li a:hover {
	color: #8205b4;
}
.product-filter .group li.item {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
}
.product-filter .group li.item:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.product-filter .group li.color-item {
    padding: 0;
    display: inline-block;
}
.product-filter .group li.color-item a {
    padding: 0;
}
.product-filter .group li.color-item:before {
    display: none;
}

.filtered-items .title {
	margin: 0 0 5px;
	font-style: italic;
}
.filtered-items .item {
	color: #8205b4;
}
.remove-filter {
	margin: 15px 0;
}
.remove-filter a {
	display: inline-block;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.remove-filter a:hover {
	background-color: #999;	
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 80px;
	text-align: left;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
    margin: 0 0 20px;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box:hover .picture a img {
	opacity: 0.85;
}
.item-box .details {
	padding: 0 10px;
}
.item-box .product-title {
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 17px;
    line-height: 1.2;
	font-weight: normal;
	color: #8205b4;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
	color: #248ece;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 10px;
}
.item-box .rating {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/rating1.png) repeat-x;
	width: 95px;
    height: 14px;
}
.item-box .rating div {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/rating2.png) repeat-x;
    height: 14px;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	font-size: 16px;
	color: #aaa;
	text-decoration: line-through;
}
.item-box .actual-price {
	margin: 0 5px 0 0;
	font-size: 16px;
	color: #666;
}
.item-box .tax-shipping-info a {
	color: #8205b4;
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box input[type="button"] {
	display: inline-block;
	height: 40px;
	border: none;
	vertical-align: middle;
}
.item-box .product-box-add-to-cart-button {
	width: 60%;
	background-color: #8205b4;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.item-box .product-box-add-to-cart-button:hover {
	background-color: #248ece;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
	width: 20%;
	border-left: 1px solid #fff !important;
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.item-box .add-to-compare-list-button {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/compare-button.png);
}
.item-box .add-to-wishlist-button {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/wishlist-button.png);
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
	background-color: #ddd;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 20px;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: block;
	padding: 0 0 15px;
}
.home-page-category-grid .picture,
.sub-category-grid .picture {
	margin: 0;
}
.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
	padding-top: 65%;
}

.product-grid,
.product-list {
	margin: 0 0 50px;
}
.product-grid .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
}
.product-grid .title strong {
	font-weight: normal;
}

.manufacturer-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.manufacturer-grid .title a:hover {
	color: #8205b4;
}
.manufacturer-grid .picture {
	border: 1px solid #ddd;
}

.vendor-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.vendor-grid .title a:hover {
	color: #8205b4;
}
.vendor-grid .picture {
	border: 1px solid #ddd;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: right;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.pager li a,
.pager li span {
	display: block;
	min-width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 8px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	border-color: transparent;
	background-color: #8205b4;
	color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	color: #fff;
}
.pager li.previous-page * {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/prev.png);
}
.pager li.next-page * {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/next.png);
}
.pager li.first-page * {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/first.png);
}
.pager li.last-page * {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/last.png);
}
.pager li a:hover {
	border-color: transparent;
	background-color: #ddd;
}


/********** PRODUCT PAGE **********/


.product-details-page {
	padding: 20px 0 0;
}
.product-essential {
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 auto 50px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 5px 10px;
	overflow: hidden;
}

.overview {
	position: relative;
	margin: 0 0 50px;
}
.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}
.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url(/Themes/DefaultCleanKRDCustom/Content/images/discontinued-product-icon.png) no-repeat 13px center;
    color: #de444c;
}
.overview .product-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.overview .product-name h1 {
	font-size: 30px;
    font-weight: normal;
}
.overview .short-description {
	margin: 0 0 25px;
	line-height: 22px;
	color: #666;
}

.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 25px;
	color: #444;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 8px;
}
.product-review-box .rating {
	width: 95px;
	height: 14px;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/rating1.png) repeat-x;
}
.product-review-box .rating div {
	height: 14px; 
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/rating2.png) repeat-x;
}
.product-review-links a {
	text-decoration: underline;
}
.product-review-links a:hover {
	color: #8205b4;
}

.overview .value,
.variant-overview .value {
	color: #444;
}
.overview .value a,
.variant-overview .value a {
	color: #8205b4;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}

.overview-buttons {
	margin: 0 0 25px;
	font-size: 0;
}
.overview .button-2,
.variant-overview .button-2 {
	display: block;
	width: 100%;
	border: none;
	background-color: #eaeaea;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 12px 15px 12px 40px;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
	color: #666;
}
.overview .button-2:hover,
.variant-overview .button-2:hover {
	background-color: #ddd;
}

.overview .add-to-compare-list-button {
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/compare-button.png);
}
.overview .email-a-friend-button {
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/email-button.png);
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/email-button.png);
}
.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/download-button.png);
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/wishlist-button.png);
}

.overview .manufacturers {
	margin: 0 0 20px;
}
.overview .availability,
.variant-overview .availability {
	margin: 0 0 20px;
	overflow: hidden;
}
.overview .availability .stock,
.variant-overview .availability .stock {
	margin: 0 0 10px;
}
.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
	display: inline-block;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 20px;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 8px;
}
.overview .delivery,
.variant-overview .delivery {
	margin: 25px 0;
	overflow: hidden;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	display: inline-block;
	margin: 0 0 10px;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/shipping.png) left center no-repeat;
	padding: 2px 0 2px 28px;
	font-weight: bold;
	color: #444;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 10px 0;
    font-style: italic;
	color: #444;
}
.overview .download-sample,
.variant-overview .download-sample {
	display: inline-block;
	margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
	margin: 0 0 10px;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .prices > div > span,
.variant-overview .prices > div > span {
	vertical-align: middle;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 20px;
	font-weight: bold;
	color: #444;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	color: #8205b4;
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price .price-input label {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.customer-entered-price .price-input input {
	width: 170px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px 0 0;
	color: #777;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .title {
    display: none;
}
.tier-prices table td {
	border: 1px solid #ddd;
	padding: 10px;
	color: #444;
}
.tier-prices .field-header {
	min-width: 80px;
}
.tier-prices .item-price {
	background-color: #f9f9f9;
	font-size: 16px;
	color: #e4434b;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 45px;
    height: 43px;
	padding: 0 12px;
	text-align: center;
    font-size: 15px;
	color: #444;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 43px;
    border: none;
	background-color: #8205b4;
    padding: 0 24px;
    font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	background-color: #248ece;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.full-description {
	clear: both;
	line-height: 24px;
}

.product-collateral {
	margin: 0 0 75px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.product-collateral .title strong {
	font-weight: normal;
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #8205b4;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 22px;
}
.variant-overview .add-to-wishlist {
	margin: 0 0 25px;
}
.variant-overview .add-to-wishlist-button {
	display: inline-block;
	width: auto;
}
.variant-overview .add-to-cart {
	margin: 0 0 10px;
}

.product-specs-box {
	margin: 0 0 40px;
}
.product-specs-box td {
	border: 1px solid #ddd;
	padding: 10px;
}

.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #444;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden; 
    padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
}
.attributes dt,
.attribute-label {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
	color: #444;
}
.attributes dd,
.attribute-data {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
}

.attributes .datepicker {
	width: 280px;
	text-align: center;
	color: #444;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    position: relative;
    z-index: 0;
	padding: 1px;
}
.color-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.color-squares .color {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer;
}
.color-squares .selected-value .color-container {
	background-color: #8205b4;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 auto 5px;
	font-weight: bold;
	color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	color: #8205b4;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 20px;
	font-size: 20px;
	color: #444;
}
.product-reviews-page .title strong {
	font-weight: normal;
}

.write-review {
	margin: 0 0 60px;
}
.write-review .fieldset {
	margin: 0 0 30px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
	color: #e4444c;
}
.write-review .review-rating li.rating-options {
    padding-top: 2px;
}
.write-review .review-rating li.rating-options input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #4cb17c;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: none;
	background-color: #8205b4;
    padding: 10px 25px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.write-review .button-1:hover {
	background-color: #248ece;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	border-top: 1px solid #ddd;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 10px;
}
.product-review-item .review-title {
	line-height: 20px;
	font-size: 15px;
	color: #444;
}
.product-review-item .product-review-box {
	margin: 3px 0 0;
}
.product-review-item .review-content {
	padding: 20px 10px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	line-height: 22px;
	color: #444;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info label {
	font-weight: normal;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	color: #8205b4; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
	margin: 0 0 -1px;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 20px 0;
}
.wishlist-content .table-wrapper {
	margin: 0 0 30px;
}
.wishlist-content .product-content {
	min-width: 300px;
	text-align: left;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a {
	color: #00adee;
}
.wishlist-content .tax-shipping-info a:hover {
	text-decoration: underline;
}

.wishlist-content .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	border: none;
    padding: 10px 25px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
	background-color: #8205b4;
	text-transform: uppercase;
}
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
	background-color: #248ece;
}
.wishlist-content .email-a-friend-wishlist-button {
	background-color: #aaa;
}
.wishlist-content .email-a-friend-wishlist-button:hover {
	background-color: #999;
}

.wishlist-page .no-data {
	margin: 25px 0 0;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	background-color: #8205b4;
    padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.compare-products-page .clear-list:hover {
	background-color: #248ece;
}
.compare-products-page .table-wrapper {
	margin: 0 0 30px;
	padding: 0 0 1px; /*IE mobile table border fix*/
}
.compare-products-table td {
	min-width: 150px;
	border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
	text-align: left;
	vertical-align: top;
	color: #444;
}
.compare-products-table td:first-child {
	min-width: 0;
}
.compare-products-table td label {
	font-weight: normal;
    color: #777;
}
.compare-products-table .remove-button {
	display: inline-block;
	border: none;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/remove.png) left center no-repeat;
	padding: 0 0 0 18px;
	font-size: 12px;
	color: #666;
}
.compare-products-table .remove-button:hover {
	color: #8205b4;
}
.compare-products-table .picture {
	display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
	font-weight: bold;
}
.compare-products-table .product-name td a:hover {
    color: #8205b4;
}
.compare-products-table .short-description td {
	line-height: 22px;
}
.compare-products-table .full-description td {
	display: none;
}
.compare-products-page .no-data {
	margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 25px;
}
.topic-block-title {
	min-height: 50px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
}
.topic-block-title h2 {
	font-size: 30px;
	font-weight: normal;
}
.topic-block-body {
	text-align: justify;
	line-height: 24px;
	font-size: 16px;
}
.topic-page .page-body {
	text-align: justify;
	line-height: 22px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-block strong,
.topic-page strong {
	color: #444;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 15px;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 20px;
	color: #444;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 200px;
	height: 40px;
	margin: 0 -1px 0 0;
}
.enter-password-form input[type="submit"] {
	float: left;
	width: auto;
	min-width: 86px;
	height: 40px;
	border: none;
	background-color: #8205b4;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}
.enter-password-form input[type="submit"]:hover {
	background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
	margin: 0 0 -1px;
}
.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
	margin: 20px 0;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
	background-color: #248ece;
}
.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
	margin: 25px 0;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
	color: #8205b4;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender {
	display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 5px;
}
.gender span > * {
	display: inline !important;
	margin: 0 5px;
	line-height: 32px;
}
.date-of-birth select {
	width: 31%; /*always single line*/
	max-width: 126px;
}
.date-of-birth select + select {
	margin: 0 0 0 10px;
}
#check-availability-button {
	margin: 10px 0 0;
	border: none;
	background-color: #888;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
#check-availability-button:hover {
	background-color: #999;
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
}
.accept-privacy-policy span {
	color: #8205b4;
	cursor: pointer;
}

.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
	background-color: #248ece;
}
.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
	margin: 0 0 10px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #4cb17c;
}

.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}
.registration-page .vat-note,
.customer-info-page .vat-note {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 15px;
	font-size: 20px;
	color: #444;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
	margin: 0 0 50px;
}
.login-page .new-wrapper .text {
	margin: 0 0 30px;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
	padding: 30px;
	line-height: 22px;
}
.login-page .new-wrapper .topic-block {
	margin: 0;
}
.login-page .new-wrapper .topic-block-body strong {
	color: #444;
}
.login-page .new-wrapper .button-1 {
	margin: 0 0 5px;
}
.login-page .returning-wrapper {
	margin: 0;
}
.login-page .returning-wrapper .form-fields {
	overflow: hidden;
	padding: 30px 15px 0;
}
.login-page .returning-wrapper .inputs.reversed {
	white-space: normal;
}
.login-page .returning-wrapper .inputs.reversed * {
	display: inline-block;
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.login-page .returning-wrapper .inputs.reversed a:hover {
	color: #8205b4;
}
.login-page .captcha-box {
	margin: -15px 0 20px;
}
.login-page .returning-wrapper .buttons {
	background-color: #fff;
	padding: 30px 0;
}

.external-authentication {
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px;
}
.external-auth-errors {
	color: #e4444c;
}
.external-auth-association {
	color: #444;
}
.external-auth-association a {
	color: #8205b4;
}
.external-auth-association a:hover {
	text-decoration: underline;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.password-recovery-page .tooltip {
	margin: 0 0 25px;
}

.add-more-external-records {
	text-align: center;
}
.add-more-external-records a {
	color: #8205b4;
}
.add-more-external-records a:hover {
	text-decoration: underline;
}

.account-page .description {
	margin: 0 0 25px;
	padding: 0 10px;
}
.account-page .table-wrapper {
	margin: 0 0 30px
}

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 10px;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 20px;
	line-height: 26px;
	color: #444;
}
.address-list-page .info .name,
.order-list-page .info .name {
	font-size: 16px;
	font-weight: bold;
}
.address-list-page .button-2,
.order-list-page .button-2 {
	display: inline-block;
	margin: 0 0 0 10px;
	border: none;
	padding: 0 0 0 18px;
	font-size: 12px;
	color: #444;
}
.edit-address-button {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/edit.png) left center no-repeat;
}
.delete-address-button,
.cancel-recurring-order-button {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/remove.png) left center no-repeat;
}
.return-items-button {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/return.png) left center no-repeat;
}
.order-details-button {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/details.png) left center no-repeat;
}
.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
	color: #8205b4;
}
.address-list-page .add-button {
	margin: 0 0 20px;
	text-align: center;
}

.address-edit-page .page-title {
	margin: 0 0 -1px;
}
.address-edit-page .message-error {
	margin: 20px 0;
}
.address-edit-page .edit-address {
	margin: 0 0 30px;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 30px 15px;
}

.recurring-payments table td {
	white-space: nowrap;
}
.recurring-payments table td:first-child {
	min-width: 120px;
	white-space: normal;
}
.recurring-payments .button-2 {
	font-size: 14px;
}

.return-request-list-page .details {
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 20px;
	line-height: 22px;
	color: #444;
}
.return-request-list-page label {
	margin: 0 5px 0 0;
}
.return-request-list-page a {
	color: #8205b4;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments div {
	margin: 10px 0 0;
	font-size: 15px;
	font-style: italic;
	color: #444;
}

.downloadable-products-page table td {
	color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}
.reward-points-history table td {
	color: #444;
}
.reward-points-history table td:first-child {
	min-width: 120px;
}

.change-password-page .page-title {
	margin: 0 0 -1px;
}
.change-password-page .result,
.change-password-page .message-error {
	margin: 20px 0;
}
.change-password-page .fieldset {
	margin: 0 0 30px;
}

.avatar-page .page-title {
	margin: 0;
}
.avatar-page .page-body {
	margin: 0 0 30px;
	overflow: hidden;
	background-color: #f9f9f9;
    padding: 30px 25px;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page .button-1 {
	font-size: 14px;
}
.avatar-page .button-2 {
	border: none;
	background-color: #888;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.avatar-page .button-2:hover {
	background-color: #999;
}
.avatar-page .info {
	color: #444;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.vendorinfo-page .button-2:hover {
	background-color: #999;
}
.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}
.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
}


/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 15px 0;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border: 1px solid #bbb;
	background: #fff url(/Themes/DefaultCleanKRDCustom/Content/images/pointer.png) center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}

.shopping-cart-page .message-error {
	margin: 20px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: left;
}
.shopping-cart-page .checkout-attributes a {
	color: #00adee;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
	color: #00adee;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.shopping-cart-page .common-buttons {
	margin: 0 0 60px;
	background-color: #f6f6f6;
	padding: 20px;
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.shopping-cart-page .common-buttons input:hover {
	background-color: #999;
}
.shopping-cart-page .common-buttons input:first-child {
	background-color: #8205b4;
}
.shopping-cart-page .common-buttons input:first-child:hover {
	background-color: #248ece;
}

.checkout-attributes {
	margin: -30px 0 30px;
	color: #444;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
	min-width: 170px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px; /*reset zeroing*/
}
.checkout-attributes .color-squares li {
     border: none;
     padding: 0;
     line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 0 0 5px;
}

.cart-footer .total-info {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px 15px;
}

.cart-total td {
	width: 50%;
	padding: 5px 0;
	text-align: right;
}
.cart-total td:first-child {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total {
	font-size: 20px;
	color: #8205b4;
}
.cart-total .order-total strong {
	font-weight: normal;
}
.cart-total .earn-reward-points {
	font-style: italic;
}

.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #e4434b;
}

.terms-of-service {
	margin: 0 0 20px;
	padding: 0 30px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	color: #8205b4;
}

.cart-footer .checkout-buttons {
	padding: 0 10px;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 160px;
	border: none;
	background-color: #8205b4;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.cart-footer .checkout-button:hover {
	background-color: #248ece;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}

.cart-collaterals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 25px 0 0;
}
.cart-collaterals > div {
	max-width: 400px;
	margin: 0 0 50px;
}
.cart-collaterals .button-2 {
	display: inline-block;
	border: none;
	background-color: #aaa;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.cart-collaterals .button-2:hover {
	background-color: #999;
}

.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 18px;
	color: #444;
}
.cart-collaterals .title strong {
	font-weight: normal;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 60%;
	height: 36px; /*safari padding fix*/
	margin: 0 -1px 0 0;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 40%;
	height: 36px; /*safari padding fix*/
	padding: 0;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e4434b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
	color: #4cb17c;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #4cb17c;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	background: #fff url(/Themes/DefaultCleanKRDCustom/Content/images/close.png) center no-repeat;
	cursor: pointer;
}

.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
	color: #444;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section.order-summary {
	margin: 100px 0 30px;
}

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .total-info {
	margin: 0;
	border-bottom: none;
	padding: 5px 20px 10px;
}

.checkout-page .button-1 {
	display: inline-block;
	min-width: 140px;
	border: none;
	background-color: #8205b4;
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.checkout-page .button-1:hover {
	background-color: #248ece;
}

.checkout-page .address-item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.checkout-page .address-item ul {
	margin: 0 0 15px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.name {
	font-size: 16px;
	font-weight: bold;
}

.enter-address .message-error {
	margin: 20px 0;
}
.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .ship-to-same-address .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.select-pickup-point {
    text-align: center;
}
.checkout-page .pickup-points-map {
	min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.payment-method .method-list {
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.shipping-method .method-list{
	margin: 0 auto 30px;
	text-align: center;
	font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 0;
	font-size: 14px; /*reset zeroing*/
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.payment-method .use-reward-points {
	margin: 0 0 30px;
	text-align: center;
	color: #444;
}
.payment-method .payment-logo {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0 !important;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
}

.payment-info .info {
	padding: 30px 15px;
	color: #444;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 100% !important;
	max-width: 400px !important;
	font-size: 14px; /*reset zeroing*/
}
.payment-info .info td:only-child {
	width: 100% !important;
	max-width: 100% !important;
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
	width: 65px !important;
}
.payment-info .info td select {
	min-width: 70px;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
}
.payment-info .info p {
	text-align: center;
}

.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 3px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong{
    font-weight: 700;
}
.order-review-data .side-list-wrap,
.order-details-area .side-list-wrap,
.shipment-details-area .side-list-wrap {
    margin-top: 20px;
}
.order-completed .details {
	margin: 0 0 30px;
	padding: 30px 15px;
	text-align: center;
	color: #444;
}
.order-completed .details div {
	margin: 5px 0;
}
.order-completed .details strong {
	font-weight: normal;
	text-transform: uppercase;
}
.order-completed .details a {
	color: #8205b4;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin: 0 0 1px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.opc .allow .step-title {
	background-color: #8205b4;
	cursor: pointer;
}

.opc .step-title.active {
	background-color: #8205b4;
	cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
	float: left;
	min-height: 40px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	color: #fff;
	cursor: pointer;
}
.opc .step-title .number {
	width: 42px;
	border-right: 1px solid #fff;
	text-align: center;
}
.opc .allow .step-title .number {
	background-color: #248ece;
}
.opc .step {
	margin: 10px 0;
	padding: 30px 15px;
	text-align: center;
}
.opc .section {
	margin: 0 0 30px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: inline-block;
	margin: 0 0 0 -15px;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/back-button.png) left center no-repeat;
	padding: 0 0 0 18px;
	color: #444;
}
.opc .back-link a:hover {
	color: #8205b4;
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
    background: none;
}
.opc .section.ship-to-same-address {
	margin: 0 0 30px;
	padding: 0;
}
.opc .section.pickup-in-store {
	margin: 0 0 30px;
	padding: 0;
}
.opc .payment-info .info tr {
	text-align: left;
}
.opc .section.order-summary {
	margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
	border-bottom: none;
}
.order-details-page .page-title h1 {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.order-details-page .page-title a {
	display: inline-block;
	min-width: 180px;
	margin: 5px 0;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .page-title a:hover {
	background-color: #999;
}
.order-details-page .page-title a.print-order-button {
	background-color: #8205b4;
}
.order-details-page .page-title a.print-order-button:hover {
	background-color: #248ece;
}

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
	border: none;
	background-color: #8205b4;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.order-details-page .repost .button-2:hover {
	background-color: #248ece;
}

.order-details-page .download a {
	font-weight: normal;
	color: #8205b4;
}
.order-details-page .download a:hover {
	text-decoration: underline;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.user-agreement-page .button-1 {
	min-width: 140px;
    border: none;
    background-color: #8205b4;
    padding: 10px 30px;
    text-align: center;
	font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover {
	background-color: #248ece;
}

.order-details-page .tax-shipping-info {
	margin: 30px 0;
}
.order-details-page .tax-shipping-info a {
	color: #8205b4;
}
.order-details-page .tax-shipping-info a:hover {
	text-decoration: underline;
}

.order-details-page .total-info {
	background-color: #f9f9f9;
	padding: 15px 20px;
	color: #444;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
	margin: 0 0 -1px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input .form-fields {
	padding: 30px 15px 10px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 5px;
}

.advanced-search {
	margin: 30px 0 0;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .buttons {
	text-align: center;
}
.search-input .button-1 {
	min-width: 140px;
	border: none;
	background-color: #8205b4;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.search-input .button-1:hover {
	background-color: #248ece;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	margin: 10px 0; 
	color: #e4434b;
}

.sitemap-page .description {
	margin: 0 0 30px;
    text-align: center;
}
.sitemap-page .entity {
	margin: 0 0 30px;
}
.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
	text-align: center;
}
.sitemap-page .entity-title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 30px 15px;
	text-align: center;
}
.sitemap-page ul {
	font-size: 0;
}
.sitemap-page li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	padding: 0 12px;
	line-height: 50px;
	font-size: 14px; /*reset zeroing*/
}
.sitemap-page li:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.sitemap-page a {
	color: #444;
}
.sitemap-page a:hover {
	color: #8205b4;
}
.sitemap-page a:empty {
	display: none;
}


/****** BLOG & NEWS ******/



.block-blog-archive .number {
	display: block;
	color: #444;
	cursor: auto;
}
.block-blog-archive .sublist {
	margin: 5px 0 5px 15px;
}
.block-blog-archive li.month {
	padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
	margin: 0;
}

.blog-page .post,
.news-items .news-item {
	margin: 0 0 30px;
}
.blog-page .post:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: inline-block;
	padding: 20px 10px;
	line-height: 20px;
    font-size: 16px;
	font-weight: bold;
	color: #444;
}
.post-title:hover,
.news-title:hover {
	color: #8205b4;
}
.post-date,
.news-date {
	display: block;
	margin: 0 0 15px;
	background-color: #f6f6f6;
	padding: 10px;
	font-style: italic;
	color: #444;
}
.post-body,
.news-body {
	margin: 0 0 20px;
	padding: 0 10px;
	line-height: 22px;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 10px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	margin: 0 3px 3px 0;
	font-weight: bold;
	color: #444;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
	margin: 0 0 3px 3px;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 8px 0 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: block;
	color: #8205b4;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
	margin: 0;
	padding: 0 10px;
}
.blog-posts .buttons .read-comments {
	display: block;
	margin: 0 0 15px;
	font-weight: bold;
	color: #444;
}
.blog-posts .buttons .read-comments:hover {
	color: #8205b4;
}
.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
	display: inline-block;
	border: none;
	background-color: #8205b4;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
	background-color: #248ece;
}

.new-comment {
	margin: 50px 0 60px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 20px;
}
.new-comment .button-1 {
	border: none;
	background-color: #8205b4;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.new-comment .button-1:hover {
	background-color: #248ece;
}

.comment-list {
	margin: 0 0 100px;
}
.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
	font-size: 20px;
	color: #444;
}
.comment-list .title strong {
	font-weight: normal;
}
.comment-list .comment {
	margin: 0 0 40px;
	border-top: 1px solid #ddd;
}
.comment-list .comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 150px;
	margin: 20px auto;
}
.comment-info .username {
	display: block;
	margin: 0 0 -1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 11px 0;
	font-weight: bold;
	color: #444;
}
.comment-info a.username:hover {
	color: #8205b4;
}
.comment-info .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
    border: solid 2px #CEDBE1 !important;
}
.comment-time {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
}
.comment-time span {
	color: #444;
}
.comment-title {
	margin: 0 0 15px;
	font-size: 16px;
	color: #444;
}
.comment-body {
	line-height: 22px;
}

.news-list-homepage {
	margin: 0 0 75px;
}
.news-list-homepage .title {
	margin: 0 0 -1px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a {
	color: #444;
	text-decoration: underline;
}
.news-list-homepage .view-all a:hover {
	color: #8205b4;
}


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
	margin: 0 0 35px;
	text-align: center;
}
.forums-main-page .topic-block p {
	text-align: center;
}
.forums-main-page .pager {
	display: none;
}

.forum-breadcrumb {
	margin: 0 0 40px;
}

.forums-header {
	margin: 0 0 50px;
	overflow: hidden;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	margin: 0 0 15px;
	color: #444;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box .advanced a {
	line-height: 22px;
	color: #444;
	text-decoration: underline;
}
.forum-search-box .advanced a:hover {
	color: #8205b4;
}

.forum-search-page .page-title {
	margin: 0 0 -1px;
}
.forum-search-page .search-error,
.forum-search-page .no-result {
	margin: 0 0 15px;
	text-align: center;
	color: #e4434b;
}

/* forum group */

.forums-table-section {
	margin: 0 0 60px;
}
.forums-table-section + .pager {
	margin: -30px 0 30px;
}
.forums-table-section-title {
	margin: 0 0 15px;
	padding: 0 10px;
}
.forums-table-section-title a,
.forums-table-section-title strong {
	font-size: 22px;
	font-weight: normal;
	color: #444;
}
.forums-table-section-title a:hover {
	color: #8205b4;
}

.forums-table-section .image div {
	width: 38px;
	height: 32px;
	margin: auto;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/topic-type1.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/topic-type2.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/topic-type3.png) center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 5px 0;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	color: #8205b4;
	text-decoration: none;
}
.forums-table-section .topic-title span {
	display: block;
	color: #777;
}
.forums-table-section .forum-description,
.forums-table-section .topic-starter {
	margin: 5px 0;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	margin: 5px 0;
}
.forums-table-section .latest-post label {
	color: #777;
}

.forums-table-section .view-all {
	margin: 30px 0 0;
	padding: 0 10px;
}
.forums-table-section .view-all a {
	background-color: #8205b4;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.forums-table-section .view-all a:hover {
	background-color: #248ece;
}

/* forum-page, topic page */

.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	font-size: 30px;
	font-weight: normal;
}

.forum-actions,
.topic-actions {
	margin: 0 0 30px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 1px;
	padding: 10px 10px 10px 33px;
	font-size: 14px;
}
.forum-actions .actions .new-topic {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/new.png) left center no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/watch.png) left center no-repeat;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #e6e6e6;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
	margin: 0;
}
.topic-actions .reply-topic-button {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/reply.png) left center no-repeat;
}
.topic-actions .watch-topic-button {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/watch.png) left center no-repeat;
}
.topic-actions .move-topic-button {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/move.png) left center no-repeat;
}
.topic-actions .edit-topic-button {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/edit_.png) left center no-repeat;
}
.topic-actions .delete-topic-button {
	background: #eee url(/Themes/DefaultCleanKRDCustom/Content/images/remove_.png) left center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

.active-discussions-page .forums-table-section-title {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.active-discussions-page .forums-table-section-title strong {
	font-size: 30px;
	font-weight: normal;
}
.active-discussions-page .forums-table-section-body {
	margin: 0 0 20px;
}

/* topic post */

.topic-post {
	margin: 0 0 30px;
	border-top: 1px solid #ddd;
}
.topic-post:last-child {
	border-bottom: 1px solid #ddd;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
	margin: 0 0 -1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 11px 0;
	font-weight: bold;
	color: #444;
}
.topic-post a.username:hover {
	color: #8205b4;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .avatar img {
    border: solid 2px #CEDBE1 !important;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
	color: #444;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: none;
	background-color: #888;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	background-color: #999;
}

.topic-post .post-time {
	margin: 0 0 15px;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
}
.topic-post .post-time span {
	color: #444;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 1px 5px;
	font-size: 14px;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 33px;
}
.topic-post .post-actions .edit-post-button {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/edit_.png) left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/remove_.png) left center no-repeat;
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
	color: #8205b4;
}
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
	color: #8205b4;
}
.topic-post .post-actions .post-link-button:hover {
	text-decoration: underline;
}
.topic-post .post-actions .quote-post-button {
	background-color: #888;
	padding: 10px 20px;
	color: #fff;
}
.topic-post .post-actions .quote-post-button:hover {
	background-color: #999;
	color: #fff;
}

.topic-post .post-text {
	/*topic post-text also gets style from blog post-body*/
	padding: 0 10px 20px;
	line-height: 22px;
	color: #444;
    margin-bottom: 0;
}

.topic-post .post-vote{
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
	padding: 10px;
	color: #777;
}
.topic-post .signature {
	border-top: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
    font-style: italic;
    clear: both;
}

.topic-post .post-vote span.vote {
	cursor: pointer;
    display: block;
    width: 40px;
    height: 24px;
}
.topic-post .post-vote span.up{
    background: url(/Themes/DefaultCleanKRDCustom/Content/images/vote-up.png) no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.up.selected{
    background: url(/Themes/DefaultCleanKRDCustom/Content/images/vote-up-selected.png) no-repeat 50% 50%;
}
.topic-post .post-vote span.down{
    background: url(/Themes/DefaultCleanKRDCustom/Content/images/vote-down.png) no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.down.selected{
    background: url(/Themes/DefaultCleanKRDCustom/Content/images/vote-down-selected.png) no-repeat 50% 50%;
}
.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
	margin: 0 0 -1px;
}
.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 22px; /*reset zeroing*/
	font-weight: normal;
	color: #444;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 17px;
}
.forum-edit-page .inputs.reversed {
	margin: 0;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	max-width: 400px;
	margin: 20px auto;
	background-color: #ddd;
	padding: 10px;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
	padding: 2px;
}
.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
	border: #333 1px solid;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
	margin: auto;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 140px;
    border: none;
	background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	background-color: #888;
}
.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
	background-color: #8205b4;
}
.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
	background-color: #248ece;
}

.private-message-send-page a {
	font-size: 14px;
	color: #8205b4;
}
.private-message-send-page span {
	font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-tabs-nav {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 0 30px !important;
	border-width: 0 0 1px;
	border-radius: 0;
	background: none;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	color: #444;
}
.ui-tabs-nav li {
	margin: 0 0 -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	margin: 0 0 -1px !important;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0 !important;
}
.ui-tabs-nav li a {
	display: block;
	border: 1px solid #ddd;
	padding: 12px 24px;
	text-align: center;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	padding: 12px 24px !important;
}
.ui-tabs-nav li.ui-state-active a {
	background-color: #eee;
	color: #8205b4;
}
.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-messages-page th.select {
	text-align: center;
}
.private-messages-page td.from, 
.private-messages-page td.to,
.private-messages-page td.subject {
	min-width: 150px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
.private-messages-page td.subject a {
	color: #444;
}
.private-messages-page td.subject a.pm-unread {
	color: #8205b4;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
	font-size: 0;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	font-size: 15px; /*reset zeroing*/
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-message-view-page .message-head {
	margin: 0 0 20px;
	line-height: 22px;
}
.private-message-view-page .message-head span {
	font-weight: bold;
	color: #444;
}
.private-message-view-page .message-body {
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 30px 20px;
	line-height: 22px;
	text-align: justify;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .avatar {
	margin: 0 auto 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}

.latest-posts {
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.latest-posts .topic {
	margin: 0 0 35px;
}
.latest-posts .topic-title {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.latest-posts .topic-title a {
	font-weight: bold;
	color: #444;
}
.latest-posts .topic-title a:hover {
	color: #8205b4;
}
.latest-posts .topic-body {
	margin: 0 0 15px;
	line-height: 22px;
}
.latest-posts .topic-data {
	color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}





@media all and (max-width: 1000px) {


/*** GLOBAL TABLES ***/

.cart colgroup,
.cart thead {
	display: none;
}
.cart tbody {
	display: block;
	overflow: hidden;
}
.cart tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.cart td {
	display: block;
	border: none;
	padding: 10px;
}
.cart td.remove-from-cart {
    margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
}
.cart td.product-picture {
	border-top: 1px solid #ddd;
	padding: 15px 10px 5px;
}
.cart td.product {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}
.cart td.quantity {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.cart td.unit-price,
.cart td.subtotal {
	display: inline-block;
	padding: 20px 10px;
	vertical-align: middle;
}

.order-details-page .data-table {
	display: block;
}
.order-details-page .data-table colgroup,
.order-details-page .data-table thead {
	display: none;
}
.order-details-page .data-table tbody {
	display: block;
	overflow: hidden;
}
.order-details-page .data-table tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.order-details-page .data-table td {
	display: block;
	border: none;
	padding: 10px;
}
.order-details-page .data-table td.product,
.order-details-page .data-table td.tracking-number {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}


/*** MOBILE NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
}
.menu-toggle {
	background: #8205b4 url(/Themes/DefaultCleanKRDCustom/Content/images/menu-icon.png) right center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

/*.top-menu {
	display: none;
}
.top-menu > li {
	position: relative;
	margin: 1px 0;
	background-color: #f6f6f6;
}
.top-menu > li > a {
	display: block;
	min-height: 55px;
	padding: 18px;
	font-size: 15px;
	color: #555;
}
.top-menu .sublist {
	display: none;
	background-color: #fff;
	padding: 5px 0;
}
.top-menu .sublist li {
	position: relative;
	margin: 1px 0 1px 20px;
}
.top-menu .sublist li a {
	display: block;
	padding: 15px 18px;
	font-size: 15px;
}

.sublist-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #fff;
	background: url(/Themes/DefaultCleanKRDCustom/Content/images/toggle-black.png) center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.sublist .sublist-toggle {
	height: 49px;
}
.sublist .sublist li {
	background-color: #f6f6f6;
}
.sublist .sublist .sublist li {
	background-color: #fff;
}

.block-category-navigation {
	display: none;
}
.block-account-navigation {
	float: none;
	margin: auto !important;
}
*/

}





@media all and (min-width: 481px) {


/*** GLOBAL ***/


.master-wrapper-content,
.header-menu {
	width: 92.5%;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: 46%;
	margin: 40px 2% 0;
}
.cart tr:nth-child(2n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 46%;
	margin: 40px 2% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
    display: inline-block;
	width: 30%;
    margin: 10px auto;
}
.search-box input.search-box-text {
	width: 280px;
}
.ui-autocomplete {
	width: 280px !important;
}
.ui-autocomplete img {
	display: inline;
}


/*** FOOTER ***/


.footer-block {
	width: 85%;
}
.newsletter-email input[type="text"] {
	width: 240px;
}


/*** CATEGORY ***/


.product-filter {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.product-filter.price-range-filter {
	width: 200px;
}
.product-filter .product-spec-group {
	float: left;
	margin: 0 25px 10px 0;
}
.product-filter .product-spec-group.product-spec-color {
    max-width: 190px;
}
.product-filter .group li.item {
	display: block;
	margin: 0;
}
.product-filter .group li.color-item {
    display: inline-block;
}

.item-box {
	width: 49%;
	margin: 0 0.5% 50px;
}
.item-box:nth-child(2n+1) {
	clear: both;
}
.item-box .product-rating-box {
    margin: 0 0 15px;
}
.item-box .product-title {
    min-height: 42px;
    margin: 0 0 5px;
}


/*** PRODUCT PAGE ***/


.overview-buttons div {
	display: inline-block;
	width: auto;
	margin: 0 1px 2px;
}


/*** WISHLIST ***/


.wishlist-content .button-2 {
	display: inline-block;
	width: auto;
	min-width: 140px;
	margin: 0 1px 5px;
}


/*** TOPICS ***/


.enter-password-form input[type="password"] {
	width: 260px;
}


/*** FORUM & PROFILE ***/

.forums-header {
	background-color: #f9f9f9;
	padding: 30px 20px 20px;
}

.ui-tabs-nav li {
	display: inline-block;
	min-width: 150px;
	margin: 0 5px -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 5px -1px !important;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: inline-block;
	width: auto;
	margin: 1px;
}

.topic-post .post-text {
    float: left;
    width: 90.5%;
    text-align: left;
}

.forum-group .forum-table th.latest-post,
.forum-group .forum-table th.topics,
.forum-group .forum-table th.posts,
.forum-group .forum-table td.latest-post,
.forum-group .forum-table td.topics,
.forum-group .forum-table td.posts {
    display: table-cell;
}

.topic-group .forum-table th.latest-post,
.topic-group .forum-table td.latest-post {
    display: table-cell;
}

.forum-table td.image {
    max-width: 40px;
}

.forum-table td.image div {
    max-width: 100%;
    background-size: contain;
}
}





@media all and (min-width: 769px) {


/**** GLOBAL ***/


.master-wrapper-content {
	width: 94%;
}
.home-page-polls li {
	min-width: 100px;
}


/**** GLOBAL TABLES ***/


.cart tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.cart tr:nth-child(2n+1) {
	clear: none;
}
.cart tr:nth-child(3n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: none;
}
.order-details-page .data-table tr:nth-child(3n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
	width: 20%;
}


/*** FOOTER ***/


.footer-block {
	display: inline-block;
	width: 25.33333%;
	margin: 0 4%;
	vertical-align: top;
}
.footer-block .title {
	margin: 0 0 15px;
	background: none;
	padding: 0;
	color: #444;
	cursor: auto;
}
.footer-block .list {
	display: block !important; /* prevents toggle display:none on resize */
	background: none;
	padding: 0;
}
.footer-block .list li {
	padding: 5px 0;
}
.footer-block .list a {
	display: inline;
	padding: 0;
}
.follow-us {
	width: 98%;
	margin: 25px auto 0;
}


/*** CATEGORY ***/


.product-selectors {
	text-align: left;
}
.product-selectors .product-viewmode {
	display: inline-block;
	float: right;
}
.product-selectors .product-viewmode span {
	display: none;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 24px;
	height: 32px;
	margin: 0 0 0 12px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.product-selectors .product-viewmode a.grid {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/view-grid.png);
}
.product-selectors .product-viewmode a.list {
	background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/view-list.png);
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}

.item-box {
	width: 32.33333%;
	margin: 0 0.5% 50px;
}
.item-box:nth-child(2n+1) {
	clear: none;
}
.item-box:nth-child(3n+1) {
	clear: both;
}

.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 5px 20px;
}
.product-list .item-box .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: left;
	width: 220px;
}
.product-list .item-box:hover .picture a img {
	opacity: 1;
}
.product-list .item-box .picture:hover a img {
	opacity: 0.85;
}
.product-list .item-box .picture + .details {
	margin: 0 0 0 240px;
}
.product-list .item-box .product-title {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
}
.product-list .item-box .description {
	display: block;
	margin: 0 0 10px;
	line-height: 22px;
}
.product-list .item-box .prices {
	height: auto;
	margin: 0 0 30px;
}
.product-list .item-box .buttons {
}
.product-list .item-box .product-box-add-to-cart-button {
	width: auto;
	min-width: 150px;
	padding: 0 20px;
}
.product-list .item-box .add-to-compare-list-button,
.product-list .item-box .add-to-wishlist-button {
	width: 42px;
}


/*** PRODUCT PAGE ***/


.gallery {
	width: 550px;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 240px;
}
.variant-overview {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	float: left;
	max-width: 600px;
}
.product-review-item .product-review-box {
	float: right;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: inline-block;
	width: 45%;
    margin: 20px 1%;
	vertical-align: top;
}
.recurring-payments {
	width: 100% !important;
	margin: 20px 0 !important;
}


/*** SHOPPING CART ***/


.order-progress {
	padding: 20px;
}
.order-progress li {
	margin: 0 10px;
}
.order-progress a {
	min-width: 80px;
}

.cart-options .common-buttons {
	text-align: right;
}

.cart-footer .terms-of-service {
	text-align: left;
}
.cart-footer .checkout-buttons,
.cart-footer .addon-buttons {
	text-align: right;
}
.cart-footer .cart-collaterals {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .cart-collaterals div,
.cart-footer .cart-collaterals label {
	text-align: left;
}
.cart-footer .estimate-shipping label {
	display: block;
	margin: 0 0 10px;
}
.cart-footer .estimate-shipping .buttons {
	text-align: right;
}


/*** CHECKOUT ***/

.checkout-page .cart-footer .totals {
	max-width: 350px;
	margin: 0;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	float: left;
	width: 48%;
	margin: 0 1% 40px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	display: inline-block;
	width: 25%;
	margin: 20px 2%;
	vertical-align: top;
}
.shipping-method .method-name {
	background-color: #f6f6f6;
	padding: 10px;
}
.payment-method .payment-logo {
	display: block;
	background-color: #f6f6f6;
	padding: 10px;
}
.payment-method .payment-details {
	display: block;
	width: auto;
	min-width: 0;
	margin: 10px 0 0;
	text-align: center;
}
.payment-info .info {
	padding: 30px 75px;
}

.order-details-area,
.shipment-details-area {
	overflow: hidden;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	float: left;
	width: 48%;
	margin: 0 1% 40px;
}


/*** ORDER DETAILS & SHIPPING DETAILS ***/

.shipment-details-page .tracking-number .tracking-url {
    color: #8205b4;
}


/*** BLOG & NEWS ***/


.blog-posts .tags {
	float: right;
	width: 80%;
	text-align: right;
}
.blog-posts .buttons {
	float: left;
	width: 20%;
	text-align: left;
}

.new-comment {
	text-align: center;
}
.new-comment .buttons {
	text-align: center;
}

.comment-list .comment {
	display: table;
	width: 100%;
	margin: 0;
}
.comment-list .comment:last-child {
	border-bottom: 1px solid #ddd;
}
.comment-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
}
.comment-info .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.comment-info .avatar {
	border: none;
}
.comment-info .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.comment-content {
	display: table-cell;
	width: 85%;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.comment-time {
	min-height: 40px;
	margin: 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
}
.comment-title {
	margin: 0 0 -20px;
	padding: 20px;
}
.comment-body {
	padding: 20px;
}


/*** FORUM & PROFILE ***/


.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: left;
}
.forum-actions .pager,
.topic-actions .pager {
	float: right;
	max-width: 450px;
}
.forum-actions .pager li,
.topic-actions .pager li {
	margin: 2px 4px;
}
.forum-actions .pager.upper {
	display: block;
}
.topic-actions.lower .actions {
	display: block;
}

.topic-posts {
	margin: 0 0 30px;
}
.topic-post {
	display: table;
	width: 100%;
	margin: 0;
}
.topic-post .post-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
	text-align: left;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.topic-post .avatar {
	margin: auto;
	border: none;
}
.topic-post .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.topic-post .user-stats li {
	margin: 0;
}
.topic-post .send-pm {
	margin: 0 0 20px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	padding: 8px 16px;
	font-size: 13px;
}
.topic-post .post-content {
	display: table-cell;
	width: 85%;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.topic-post .post-head {
	min-height: 40px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.topic-post .post-time {
	float: left;
	margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}
.topic-post .post-actions a.post-link-button {
	margin: 0 0 0 10px;
	border-left: 1px solid #ddd;
	text-align: center;
}

.topic-post .post-text {
	padding: 20px 5px;
}

.topic-post .post-vote{
    padding: 20px 0 20px 15px;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes {
    display: table-cell;
}

.forum-table td.image {
    max-width: none;
}

.forum-table td.image div {
    max-width: none;
    background-size: initial;
}

.ui-tabs-nav {
	text-align: left;
}
.ui-tabs-nav li {
	margin: 0 10px -1px 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 10px -1px 0 !important;
}

.profile-info-box .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.profile-info-box .profile-stats {
	float: left;
	text-align: left;
}
.profile-info-box .title {
	text-align: left;
}
.profile-info-box .send-pm {
	clear: both;
	text-align: left;
}

}





@media all and (min-width: 1001px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 980px;
	margin: auto;
}
.center-2 {
	float: right;
	width: 73%;
}
.side-2 {
	float: left;
	width: 25%;
}
.page {
	text-align: left;
}
.inputs {
	text-align: left;
}
.inputs label {
	display: inline-block;
	width: 265px;
	margin: 0 10px 0 0;
	text-align: right;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
	min-height: 40px;
}
.inputs .option-list li {
	margin: 0 10px 0 0;
}

.center-2 .inputs label {
	width: 136px;
}
.page-title a + h1 {
	float: left;
}
.link-rss {
	display: block;
	float: right;
	margin: 6px 0 0;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: auto;
	margin: 0;
}
.cart label {
	display: none;
}

.order-details-page .data-table tr {
	width: auto;
	margin: 0;
}
.order-details-page .data-table label {
	display: none;
}


/*** HEADER ***/


.header {
	width: 980px;
	margin: auto;
}
.header-upper:after {
	content: "";
	display: block;
	clear: both;
}
.header-selectors-wrapper {
	float: left;
	border: none;
	padding: 0;
}
.header-selectors-wrapper > div {
	width: auto;
	min-width: 100px;
	margin: 0 12px 0 0;
	line-height: 43px;
}
.header-selectors-wrapper select {
	height: 25px;
	padding: 4px;
	font-size: 12px;
}
.language-list {
	text-align: left;
}
.header-links-wrapper {
	float: right;
	padding: 0;
}
.header-links li {
	margin: 0 16px;
}
.header-links a,
.header-links span {
	line-height: 45px;
	text-transform: none;
}
#topcartlink {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0 18px;
}

.flyout-cart {
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 100;
	width: 300px;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	background-color: #fff;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 12px;
	text-align: left;
	font-size: 12px;
}
.mini-shopping-cart .count {
	padding: 5px 0 15px;
	color: #444;
}
.mini-shopping-cart .count a {
	margin: 0 2px;
	font-weight: bold;
	color: #444;
}
.mini-shopping-cart .items {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
}
.mini-shopping-cart .item {
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 70px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 80px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 14px;
}
.mini-shopping-cart .name a {
	color: #8205b4;
}
.mini-shopping-cart .name a:hover {
	color: #248ece;
}
.mini-shopping-cart .attributes {
	margin: 5px 0;
	color: #444;
}
.mini-shopping-cart .totals {
	margin: 0 0 12px;
	font-size: 14px;
}
.mini-shopping-cart .totals strong {
	font-size: 16px;
	color: #444;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	border: none;
	background-color: #8205b4;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.mini-shopping-cart input[type="button"]:hover {
	background-color: #248ece;
}

.header-lower {
	display: table;
	width: 100%;
}
.header-logo {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 0;
}
.search-box {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.search-box input.search-box-text,
.search-box .search-box-button {
	height: 40px;
}


/*** NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 5;
	width: 980px;
	margin: 0 auto 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	text-align: center;
}
.menu-toggle,
.sublist-toggle {
	display: none;
}
.header-menu > ul {
	display: block !important; /* prevents toggle display:none on resize */
	font-size: 0;
}
.header-menu > ul.mobile {
	display: none !important;
}
.header-menu > ul > li {
	display: inline-block;
	border-left: 1px solid #ddd;
	padding: 0 15px;
	vertical-align: middle;
}
.header-menu > ul > li:first-child {
	border-left: none;
}
.header-menu > ul > li > a {
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 17px; /*reset zeroing*/
	color: #555;
	cursor: pointer;
}
.header-menu > ul > li > a:hover {
	color: #8205b4;
}
.header-menu .sublist {
	display: none;
	position: absolute;
	width: 200px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 10px 0;
	text-align: left;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 30px;
	font-size: 14px;
	color: #444;
}
.header-menu .sublist li a:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.header-menu .sublist li:hover > a {
	background-color: #f6f6f6;
}
.header-menu ul li:hover > .sublist {
	display: block;
}
.header-menu .sublist .sublist {
	top: -10px;
	left: 100% !important;
}


/*** FOOTER ***/


.footer-upper {
	width: 980px;
	padding: 35px 10px;
}
.footer-upper:after {
	content: "";
	display: block;
	clear: both;
}
.footer-block {
	float: left;
	width: 220px;
	margin: 0;
}
.footer-block:first-child {
}
.footer-block .list {
	margin: 0;
}
.follow-us {
	float: right;
	width: 300px !important;
	margin: 0;
	text-align: left;
}
.follow-us .social li {
	margin: 0 10px 0 0;
}
.newsletter-email {
	display: block;
}
.newsletter-email input[type="text"] {
	width: 200px;
}
.newsletter-email .newsletter-subscribe-button {
	width: 100px;
	padding: 0 5px;
}
.newsletter-validation .field-validation-valid {
	text-align: left;
}
.footer-lower {
	position: relative;
	width: 980px;
	padding: 25px 5px;
}
.footer-lower:after {
	content: "";
	display: block;
	clear: both;
}
.footer-info {
	float: right;
	line-height: 32px;
}
.footer-powered-by {
	float: left;
	margin: 0;
	line-height: 32px;
}
.theme-selector {
	float: left;
	margin: 0 0 0 15px;
}


/*** COLUMN ***/


.block {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.block .title {
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: none;
	cursor: auto;
}
.block .title strong {
	font-weight: bold;
}
.block .listbox {
	display: block;
	border-bottom: none;
}
.block a.product-picture {
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 0 0 0 -15px;
	vertical-align: middle;
}
.block a.product-name {
	vertical-align: middle;
}
.block a.product-picture + a.product-name {
	width: 70%;
}
.block a.product-picture + a.product-name:before {
	display: none;
}


/*** CATEGORY ***/


.breadcrumb {
	margin: 0 0 20px;
}

.item-box .buttons {
	text-align: left;
}

.home-page .product-grid .item-box,
.product-details-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box {
	width: 24%;
	margin: 0 0.5% 50px;
}
.home-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(3n+1),
.shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
	clear: none;
}
.home-page .product-grid .item-box:nth-child(4n+1),
.product-details-page .product-grid .item-box:nth-child(4n+1),
.shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
	clear: both;
}


/*** PRODUCT PAGE ***/


.gallery {
	float: left;
	width: 46%;
}
.gallery .picture {
	width: auto;
}
.overview {
	float: right;
	width: 52%;
}
.rental-attributes {
	overflow: hidden;
}
.rental-attributes .attribute-item {
	float: left;
	margin: 0 20px 0 0;
}
.rental-attributes .datepicker {
	width: 160px;
	text-align: left;
}
.color-squares li {
	margin: 0 10px 10px 0;
}
.product-details-page .title {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 850px;
}


/*** WISHLIST & COMPARE LIST ***/

.compare-products-page .page-title {
	margin: 0 0 -1px;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 7px;
	right: 0;
}
.compare-products-table .full-description td {
	display: table-cell;
}
.compare-products-table .full-description td p {
	margin-top: 0;
}


/*** TOPICS ***/


.center-1 .topic-block-title {
	text-align: center;
}
.topic-page p {
	text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.gender span {
	margin: 0 10px 0 0;
}
.gender span > * {
	margin: 0 5px 0 0;
}
.date-of-birth select + select {
	margin: 0 0 0 11px;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}

.login-page .customer-blocks {
	overflow: hidden;
}
.login-page .new-wrapper {
	float: left;
	width: 49%;
	margin: 0;
}
.login-page .new-wrapper .text {
	min-height: 200px;
}
.login-page .returning-wrapper {
	float: right;
	width: 49%;
}
.login-page .returning-wrapper .form-fields {
	min-height: 200px;
	padding: 30px 0 0;
}
.login-page .returning-wrapper .inputs label {
	width: 110px;
}
.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="password"] {
	width: 300px;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: block;
    width: auto;
	margin: 0 0 40px;
}


.avatar-page .message-error,
.avatar-page .buttons {
	text-align: left;
}


/*** SHOPPING CART ***/


.shopping-cart-page .cart-options {
	overflow: hidden;
}
.shopping-cart-page .checkout-attributes {
	float: left;
	max-width: 565px;
	margin: -30px 0 15px;
}
.shopping-cart-page .checkout-attributes li {
	margin: 5px 10px 5px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	float: right;
	max-width: 395px;
	margin: 15px 0;
}


/*** CHECKOUT ***/


.order-progress {
	margin: -30px 0 50px;
}
.checkout-page .address-item {
	width: 31.33333%;
}
.checkout-page .terms-of-service {
	text-align: center;
}
.payment-info .info {
	padding: 30px 15px;
}
.payment-info .info td:first-child {
	width: 265px !important;
	margin: 0 10px 0 0;
	text-align: right;
}
.payment-info .info td:only-child {
	width: 100% !important;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	text-align: left;
}
.opc .order-review-data ul {
	text-align: left;
}


/*** SEARCH & SITEMAP ***/


.advanced-search .price-range {
	margin-left: 114px;
}


/*** BLOG & NEWS ***/


.comment-list {
	margin: 0 0 50px;
}
.news-list-homepage .news-items {
	overflow: hidden;
	text-align: left;
}
.news-list-homepage .news-item {
	float: left;
	width: 31.33333%;
	margin: 0 1% 30px;
}
.news-list-homepage .news-item:nth-child(3n+1) {
	clear: both;
}
.news-list-homepage .news-item:only-child {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.news-list-homepage .news-head {
	text-align: center;
}
.news-list-homepage .news-body {
	text-align: justify;
}


/*** FORUM & PROFILE ***/


.forum-breadcrumb {
	margin: -30px 0 30px;
}
.current-time {
	float: right;
}
.forum-search-box {
	float: left;
}
.forum-search-box .advanced {
	text-align: left;
}
.forum-search-box .advanced a {
	line-height: normal;
}
.forums-table-section td {
	min-width: 150px;
}
.forums-table-section td:first-child {
	min-width: 90px;
}
.forums-table-section .view-all {
	text-align: right;
}
.topic-actions .pager.upper {
	display: block;
	max-width: 400px;
}
.forum-table .forum-details,
.forum-table .topic-details {
	min-width: 225px;
}
.forum-table td {
    padding: 20px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 600px;
	height: 250px;
}
.private-message-send-page .toolbar {
	display: inline-block;
	width: 400px;
	margin: 10px 0;
	vertical-align: middle;
}

}





@media all and (min-width: 1367px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1200px;
}
.inputs label {
	width: 375px;
}
.center-2 .inputs label {
	width: 213px;
}


/*** HEADER ***/


.header {
	width: 1200px;
}


/*** NAVIGATION ***/


.header-menu {
	width: 1200px;
}
.header-menu > ul > li {
	padding: 0 20px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	font-size: 18px;
}


/*** FOOTER ***/


.footer-upper {
	width: 1200px;
	padding: 35px 30px;
}
.footer-block {
	width: 280px;
}
.footer-lower {
	width: 1200px;
	padding: 25px 20px;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 1050px;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="password"] {
	width: 360px;
}


/*** SHOPPING CART ***/

.cart-footer .cart-collaterals {
	width: 760px;
	margin: 0;
}
.cart-footer .cart-collaterals .deals {
	float: left;
	width: 360px;
}
.cart-footer .cart-collaterals .shipping {
	float: right;
	width: 360px;
}
.cart-footer .estimate-shipping .inputs label {
	display: inline-block;
	width: 35%;
}
.cart-footer .estimate-shipping .inputs input,
.cart-footer .estimate-shipping .inputs select {
	width: 65%;
}


/*** CHECKOUT ***/


.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 1%;
}
.payment-info .info td:first-child {
	width: 375px !important;
}
.payment-info .info td:only-child {
	width: 100% !important;
}


/*** FORUM & PROFILE ***/


.forum-actions .pager,
.topic-actions .pager {
	max-width: 600px !important;
}

.topic-post .post-text {
    width: 930px;
    max-width: 100%;
}

}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/Themes/DefaultCleanSNK/Content/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/Themes/DefaultCleanSNK/Content/css/fonts/slick.eot);
    src: url(/Themes/DefaultCleanSNK/Content/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/Themes/DefaultCleanSNK/Content/css/fonts/slick.woff) format('woff'), url(/Themes/DefaultCleanSNK/Content/css/fonts/slick.ttf) format('truetype'), url(/Themes/DefaultCleanSNK/Content/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
 * Bootstrap Select v1.5.0 (https://github.com/biggora/bootstrap-select)
 * Copyright 2013-2014 Silvio Moreto
 * Licensed under MIT (https://github.com/biggora/bootstrap-select/blob/master/LICENSE)
 * Plugin demo http://plugins.upbootstrap.com/bootstrap-select
 */.bootstrap-select,.bootstrap-select:not([class*=span]){width:220px}.bootstrap-select .dropdown-menu .no-results{display:block;padding:5px 10px 3px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.bootstrap-select .dropdown-menu>.selected>a,.bootstrap-select .dropdown-menu>.selected>a:hover,.bootstrap-select .dropdown-menu>.selected>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*=span]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.bootstrap-select.btn-group[class*=span] .btn{width:100%}.bootstrap-select.btn-group .btn .filter-option{overflow:hidden;position:absolute;left:12px;right:25px;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;right:12px;top:15px}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu .label{margin-left:-10px;line-height:20px}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>.opt{padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{min-height:20px;cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>a .check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small{color:#999}.bootstrap-select.btn-group .dropdown-menu .bootstrap-select-searchbox{padding:1px 7px 5px}.bootstrap-select.btn-group .filter-option .label{line-height:20px}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group.show-tick .dropdown-menu .selected a .check-mark{display:inline-block;position:absolute;right:15px;margin-top:2.5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a .text{margin-right:34px}.bootstrap-select>.btn{width:100%}.bootstrap-select>.btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select .show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select .show-menu-arrow.open>.dropdown-toggle:after{display:block}.bootstrap-select .show-menu-arrow.open>.btn{z-index:1000+1}.bootstrap-select .show-menu-arrow .dropdown-toggle:before,.bootstrap-select .show-menu-arrow .dropdown-toggle:after{display:none}.bootstrap-select .show-menu-arrow .dropdown-toggle:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:#ccc;position:absolute;bottom:-4px;left:9px}.bootstrap-select .show-menu-arrow .dropdown-toggleafter{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px}.bootstrap-select .show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid #ccc;border-bottom:0;border-top-color:#000}.bootstrap-select .show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select .show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select .show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*=span].pull-right,.row-fluid .bootstrap-select.btn-group[class*=span].pull-right,.row .bootstrap-select.btn-group[class*=span].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}
#floatingCirclesG {
    position: absolute;
    width: 27px;
    height: 27px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    right: 5px;
    top: 3px;
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 4px;
    width: 4px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 9px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 3px;
    top: 3px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 9px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 3px;
    top: 3px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 9px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 3px;
    bottom: 3px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 9px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 3px;
    bottom: 3px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

a#new-products, a#frontpage-news {
    text-decoration: none;
    color: white;
}

    a#new-products:hover, a#frontpage-news:hover {
        text-decoration: underline;
        color: white;
    }
.active.last > span {
    color: #4ab2f1;
    height: 100%;
    top: 0;
    font-weight: bold;
}
/*.category-slick-wrapper {
    visibility: hidden
}*/


.item-box .related-warnings {
    color: #cc0000;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    width: 115px;
}
.manufacturer-category > li {
    margin-bottom: 30px;
}



@charset "UTF-8";
@media (max-width: 870px) {
  #footer .container .columns {
    width: 100% !important;
  }
}
/* Color of file formats for download buttons */
/* ------------------------------------------ */
/*background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-file-downloads.svg) center center no-repeat;*/
.page-title__link-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .buttons .order-details-button,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .buttons .order-details-button {
  color: #8205b4;
  text-decoration: underline;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .buttons .order-details-button:hover,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .buttons .order-details-button:hover {
  color: #8205b4;
  text-decoration: none;
}

.page-title__link-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.html-order-reports-page .panel__inner, .contact__row, .registration-page .section--column-wrapper .section--column .form-fields ul.list_coll, .registration-page .section--column-wrapper, .registration-page .variant-of-cooperation .inputs, .product-details-page .product-essential, .brand-benefits__grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}

.html-downloads-page .download-grid.catalogues-and-brochures, .product-grid .item-grid,
.new-products-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
}

.dp-filter-panel .range-facet__row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}

.form-group.form-text-area-group, .search-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}

.search-page .news-item .news-item-link-wrapper, .product-list .product-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
}

.product-list .warnings-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
}

.product-list .product-item .add-info .prices div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
}

.registration-page .form-fields-section_captcha .section--column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
}

.product-tags-box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}

.compare-products-page .compare-slick-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
}

.login-page .returning-wrapper .inputs.reversed, .product-details-page #product-tabs .options-list .options-row, .product-details-page .overview .overview-buttons .buttons-icons, .product-details-page .overview .add-to-cart .choose-the-number, .product-details-page .overview .prices > div,
.product-details-page .variant-overview .prices > div, .product-list .buttons .buttons-icons, .choose-the-number, .product-grid .item-box .prices div,
.new-products-list .item-box .prices div, .product-grid .item-box .product-item .buttons .buttons-icons,
.new-products-list .item-box .product-item .buttons .buttons-icons, .product-grid .item-box .product-item .buttons,
.new-products-list .item-box .product-item .buttons, .product-grid .item-box .product-item .choose-the-number-wrapper,
.new-products-list .item-box .product-item .choose-the-number-wrapper, .pagination-row__admin-buttons, .assembly-parts__row, #footer .row.newsletter-row .newsletter #newsletter-subscribe-block .newsletter-email, .dp-search-box .store-search-box, .compare-products-page .comparer-parameters-row, .pagination-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.html-account-page .page .page-body .fieldset .buttons.two-buttons, .compare-products-page .comparer-parameters-row .comparer-parameters-row--select, #footer .row.newsletter-row .newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.order-details-page .order-review-data, .order-details-page .order-details-area, .quick-order-page .aid-block--row .column-wrapper, .html-account-page .block .block-body, .html-downloads-page .download-grid.documents, .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data, .category-list ul, #footer .row-bottom .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
}

.html-downloads-page .download-grid.catalogues-and-brochures, .product-grid .item-grid,
.new-products-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
}

.quick-order-page .header-quick-order, .html-account-page .page .page-body .fieldset.account-company-details .form-fields-wrapper .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.product-attribut .option-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  align-content: center;
  -ms-flex-line-pack: center;
}

.product-attribut .option-list.Color, .product-attribut, .form-group, .compare-products-page .comparer-parameters-row .select-wrapper, .pagination-row .select-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.pagination-row .pager-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.order-summary-content .cart-options {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.product-list .product-attribut, .links-to-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}

.quick-order-page .footer-quick-order, .news-item-page .page-title, .item-box .choose-the-number-wrapper, .archive-list .slick-track, .pagination-row .product-viewmode, .pagination-row .sorting-and-views {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.quick-order-page .aid-block--row .column-wrapper .column, .html-downloads-page .download-grid .downloads-item-box, .product-list .product-item .add-info, .product-grid .item-box .product-item,
.new-products-list .item-box .product-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
}

.html-account-page .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .html-checkout-page .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8205b4;
}
.html-account-page .select2-container.select2-container--default .select2-selection--single, .html-checkout-page .select2-container.select2-container--default .select2-selection--single {
  border: 1px solid #818181;
  border-radius: 0;
  height: 42px;
}
.html-account-page .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered, .html-checkout-page .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  line-height: 40px;
  padding-left: 12px;
}
.html-account-page .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow, .html-checkout-page .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.html-account-page .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b, .html-checkout-page .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #818181 transparent transparent;
  border-width: 8px 5px 0;
  margin-left: -10px;
  margin-top: -3px;
}

.html-order-reports-page input[type=checkbox],
.html-order-reports-page input[type=radio], .login-page input[type=checkbox], .quick-order-page input[type=checkbox], .quick-order-page input[type=radio], .html-checkout-page input[type=checkbox],
.html-checkout-page input[type=radio], .form-group input[type=checkbox],
.form-group input[type=radio] {
  display: none !important;
}
.html-order-reports-page input[type=checkbox] + label,
.html-order-reports-page input[type=radio] + label, .login-page input[type=checkbox] + label, .quick-order-page input[type=checkbox] + label, .quick-order-page input[type=radio] + label, .html-checkout-page input[type=checkbox] + label,
.html-checkout-page input[type=radio] + label, .form-group input[type=checkbox] + label,
.form-group input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
  padding: 0;
}
.html-order-reports-page input[type=checkbox] + label::before,
.html-order-reports-page input[type=radio] + label::before, .login-page input[type=checkbox] + label::before, .quick-order-page input[type=checkbox] + label::before, .quick-order-page input[type=radio] + label::before, .html-checkout-page input[type=checkbox] + label::before,
.html-checkout-page input[type=radio] + label::before, .form-group input[type=checkbox] + label::before,
.form-group input[type=radio] + label::before {
  content: "";
  display: inline-block;
  background-position: 0 0;
  margin-right: 10px;
  position: absolute;
  left: -30px;
  top: 1px;
}
.html-order-reports-page input[type=checkbox]:checked + label::before,
.html-order-reports-page input[type=radio]:checked + label::before, .login-page input[type=checkbox]:checked + label::before, .quick-order-page input[type=checkbox]:checked + label::before, .quick-order-page input[type=radio]:checked + label::before, .html-checkout-page input[type=checkbox]:checked + label::before,
.html-checkout-page input[type=radio]:checked + label::before, .form-group input[type=checkbox]:checked + label::before,
.form-group input[type=radio]:checked + label::before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
}

.html-order-reports-page input[type=checkbox] + label::before, .login-page input[type=checkbox] + label::before, .quick-order-page input[type=checkbox] + label::before, .html-checkout-page input[type=checkbox] + label::before, .form-group input[type=checkbox] + label::before {
  border: 1px solid #444444;
  width: 16px;
  height: 16px;
}
.html-order-reports-page input[type=checkbox]:checked + label::before, .login-page input[type=checkbox]:checked + label::before, .quick-order-page input[type=checkbox]:checked + label::before, .html-checkout-page input[type=checkbox]:checked + label::before, .form-group input[type=checkbox]:checked + label::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/check-mark.svg);
  background-size: 14px 14px;
}

.html-order-reports-page input[type=radio] + label::before, .quick-order-page input[type=radio] + label::before, .html-checkout-page input[type=radio] + label::before, .form-group input[type=radio] + label::before {
  border-radius: 50%;
  border: 1px solid #444444;
  top: 1px;
  width: 17px;
  height: 17px;
}
.html-order-reports-page input[type=radio]:checked + label::before, .quick-order-page input[type=radio]:checked + label::before, .html-checkout-page input[type=radio]:checked + label::before, .form-group input[type=radio]:checked + label::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-circle.svg);
  border: 1px solid #444444;
  background-size: 15px 15px;
}

.html-order-reports-page input[type=checkbox], .login-page .returning-wrapper .inputs.reversed input[type=checkbox], .quick-order-page .footer-quick-order input[name=cleanCart], .form-group.form-group_double-input input[type=checkbox] {
  display: none !important;
}
.html-order-reports-page input[type=checkbox] + input + label, .login-page .returning-wrapper .inputs.reversed input[type=checkbox] + input + label, .quick-order-page .footer-quick-order input[name=cleanCart] + input + label, .form-group.form-group_double-input input[type=checkbox] + input + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
  padding-left: 0;
}
.html-order-reports-page input[type=checkbox] + input + label::before, .login-page .returning-wrapper .inputs.reversed input[type=checkbox] + input + label::before, .quick-order-page .footer-quick-order input[name=cleanCart] + input + label::before, .form-group.form-group_double-input input[type=checkbox] + input + label::before {
  content: "";
  display: inline-block;
  border: 1px solid #444444;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: -30px;
  top: 1px;
}
.html-order-reports-page input[type=checkbox]:checked + input + label::before, .login-page .returning-wrapper .inputs.reversed input[type=checkbox]:checked + input + label::before, .quick-order-page .footer-quick-order input[name=cleanCart]:checked + input + label::before, .form-group.form-group_double-input input[type=checkbox]:checked + input + label::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/check-mark.svg);
}

.order-details-page .section.totals .actions .button-1, .order-details-page .section.totals .actions .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .order-details-page .section.totals .actions a, .order-details-page .section.totals .actions .content-page .events-contents .event .registration > div, .content-page .events-contents .event .order-details-page .section.totals .actions .registration > div, .quick-order-page .footer-quick-order .buttons input, .html-checkout-page #checkout-steps > li.tab-section .buttons .next-link a, .button-1, .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration > div, .frontpage-news-items .news-item .read-more {
  background-color: #8205b4 !important;
  border: none !important;
  color: white !important;
  min-width: 108px;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal !important;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border-radius: 100px !important;
}
.order-details-page .section.totals .actions .button-1:hover, .quick-order-page .footer-quick-order .buttons input:hover, .html-checkout-page #checkout-steps > li.tab-section .buttons .next-link a:hover, .button-1:hover, .content-page .events-contents .event .registration a:hover, .content-page .events-contents .event .registration > div:hover, .frontpage-news-items .news-item .read-more:hover {
  background-color: #63008a !important;
  text-decoration: none;
  color: white !important;
}

.html-checkout-page #checkout-steps > li.tab-section .buttons .back-link a, .button-2 {
  background-color: #58595b !important;
  border: none !important;
  color: white;
  display: inline-block;
  min-width: 108px;
  font-size: 14px !important;
  font-weight: normal;
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal !important;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border-radius: 100px !important;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .back-link a:hover, .button-2:hover {
  background-color: #818181 !important;
  text-decoration: none;
  color: white;
}

.order-details-page .section .selected-checkout-attributes .attributes-block .label, .order-details-page .order-details-area .title, .order-details-page .order-details-area .address-info, .order-details-page .order-details-area .work-time-info-text, .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .selected-checkout-attributes .attributes-block .label, .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .title,
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .address-info,
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .work-time-info-text, .html-checkout-page #checkout-steps > li.tab-section .step form .form-text .address, .html-checkout-page #checkout-steps > li.tab-section .step form .form-text .work-time, .order-summary-content .order-review-data .title,
.order-summary-content .order-review-data .address-info,
.order-summary-content .order-review-data .work-time-info-text {
  color: rgb(68, 68, 68);
}

.order-details-page .section .selected-checkout-attributes .attributes-block .label, .order-details-page .order-details-area .title, .order-details-page .order-details-area .address-info, .order-details-page .order-details-area .work-time-info-text, .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .selected-checkout-attributes .attributes-block .label, .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .title,
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .address-info,
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .work-time-info-text, .html-checkout-page #checkout-steps > li.tab-section .step form .form-text .manager-info-block .contact-block-item .manager-name, .order-summary-content .order-review-data .title,
.order-summary-content .order-review-data .address-info,
.order-summary-content .order-review-data .work-time-info-text {
  font-weight: bold;
}

/*GRID*/
.mb-15 {
  margin-bottom: 15px;
}

.html-account-page .page .form-text,
.html-checkout-page .page .form-text, #checkout-steps .form-text {
  margin-bottom: 10px;
}
.html-account-page .page .form-group,
.html-checkout-page .page .form-group, #checkout-steps .form-group {
  margin-bottom: 15px;
}
.html-account-page .page .form-group label.error,
.html-checkout-page .page .form-group label.error, #checkout-steps .form-group label.error {
  color: #cc0000;
  margin: 0;
}
.html-account-page .page .form-group input[type=text].error,
.html-checkout-page .page .form-group input[type=text].error, #checkout-steps .form-group input[type=text].error {
  border-bottom: 1px solid #cc0000 !important;
  box-shadow: 0px 1px 0px 0px #cc0000;
}
.html-account-page .page .form-group input[type=text].input-validation-error,
.html-checkout-page .page .form-group input[type=text].input-validation-error, #checkout-steps .form-group input[type=text].input-validation-error {
  border-bottom: 1px solid #cc0000 !important;
  box-shadow: 0px 1px 0px 0px #cc0000;
}
.html-account-page .page .form-text input[type=text],
.html-checkout-page .page .form-text input[type=text], #checkout-steps .form-text input[type=text], .html-account-page .page .form-text input[type=password],
.html-checkout-page .page .form-text input[type=password], #checkout-steps .form-text input[type=password], .html-account-page .page .form-text textarea,
.html-checkout-page .page .form-text textarea, #checkout-steps .form-text textarea, .html-account-page .page .form-text select,
.html-checkout-page .page .form-text select, #checkout-steps .form-text select, .html-account-page .page .form-group input[type=text],
.html-checkout-page .page .form-group input[type=text], #checkout-steps .form-group input[type=text], .html-account-page .page .form-group input[type=password],
.html-checkout-page .page .form-group input[type=password], #checkout-steps .form-group input[type=password], .html-account-page .page .form-group textarea,
.html-checkout-page .page .form-group textarea, #checkout-steps .form-group textarea, .html-account-page .page .form-group select,
.html-checkout-page .page .form-group select, #checkout-steps .form-group select {
  border: 1px solid #818181 !important;
  font-size: 14px;
  height: 34px !important;
  padding: 6px 12px;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}
.html-account-page .page .form-text input[type=text]:focus,
.html-checkout-page .page .form-text input[type=text]:focus, #checkout-steps .form-text input[type=text]:focus, .html-account-page .page .form-text input[type=password]:focus,
.html-checkout-page .page .form-text input[type=password]:focus, #checkout-steps .form-text input[type=password]:focus, .html-account-page .page .form-text textarea:focus,
.html-checkout-page .page .form-text textarea:focus, #checkout-steps .form-text textarea:focus, .html-account-page .page .form-text select:focus,
.html-checkout-page .page .form-text select:focus, #checkout-steps .form-text select:focus, .html-account-page .page .form-group input[type=text]:focus,
.html-checkout-page .page .form-group input[type=text]:focus, #checkout-steps .form-group input[type=text]:focus, .html-account-page .page .form-group input[type=password]:focus,
.html-checkout-page .page .form-group input[type=password]:focus, #checkout-steps .form-group input[type=password]:focus, .html-account-page .page .form-group textarea:focus,
.html-checkout-page .page .form-group textarea:focus, #checkout-steps .form-group textarea:focus, .html-account-page .page .form-group select:focus,
.html-checkout-page .page .form-group select:focus, #checkout-steps .form-group select:focus {
  border: 1px solid #8205b4 !important;
}
.html-account-page .page .form-text input[type=text].require-to-fill,
.html-checkout-page .page .form-text input[type=text].require-to-fill, #checkout-steps .form-text input[type=text].require-to-fill, .html-account-page .page .form-text input[type=text].forbidden-symbols,
.html-checkout-page .page .form-text input[type=text].forbidden-symbols, #checkout-steps .form-text input[type=text].forbidden-symbols, .html-account-page .page .form-text input[type=password].require-to-fill,
.html-checkout-page .page .form-text input[type=password].require-to-fill, #checkout-steps .form-text input[type=password].require-to-fill, .html-account-page .page .form-text input[type=password].forbidden-symbols,
.html-checkout-page .page .form-text input[type=password].forbidden-symbols, #checkout-steps .form-text input[type=password].forbidden-symbols, .html-account-page .page .form-text textarea.require-to-fill,
.html-checkout-page .page .form-text textarea.require-to-fill, #checkout-steps .form-text textarea.require-to-fill, .html-account-page .page .form-text textarea.forbidden-symbols,
.html-checkout-page .page .form-text textarea.forbidden-symbols, #checkout-steps .form-text textarea.forbidden-symbols, .html-account-page .page .form-text select.require-to-fill,
.html-checkout-page .page .form-text select.require-to-fill, #checkout-steps .form-text select.require-to-fill, .html-account-page .page .form-text select.forbidden-symbols,
.html-checkout-page .page .form-text select.forbidden-symbols, #checkout-steps .form-text select.forbidden-symbols, .html-account-page .page .form-group input[type=text].require-to-fill,
.html-checkout-page .page .form-group input[type=text].require-to-fill, #checkout-steps .form-group input[type=text].require-to-fill, .html-account-page .page .form-group input[type=text].forbidden-symbols,
.html-checkout-page .page .form-group input[type=text].forbidden-symbols, #checkout-steps .form-group input[type=text].forbidden-symbols, .html-account-page .page .form-group input[type=password].require-to-fill,
.html-checkout-page .page .form-group input[type=password].require-to-fill, #checkout-steps .form-group input[type=password].require-to-fill, .html-account-page .page .form-group input[type=password].forbidden-symbols,
.html-checkout-page .page .form-group input[type=password].forbidden-symbols, #checkout-steps .form-group input[type=password].forbidden-symbols, .html-account-page .page .form-group textarea.require-to-fill,
.html-checkout-page .page .form-group textarea.require-to-fill, #checkout-steps .form-group textarea.require-to-fill, .html-account-page .page .form-group textarea.forbidden-symbols,
.html-checkout-page .page .form-group textarea.forbidden-symbols, #checkout-steps .form-group textarea.forbidden-symbols, .html-account-page .page .form-group select.require-to-fill,
.html-checkout-page .page .form-group select.require-to-fill, #checkout-steps .form-group select.require-to-fill, .html-account-page .page .form-group select.forbidden-symbols,
.html-checkout-page .page .form-group select.forbidden-symbols, #checkout-steps .form-group select.forbidden-symbols {
  border-bottom: 1px solid #cc0000 !important;
  box-shadow: 0px 1px 0px 0px #cc0000;
}
.html-account-page .page .form-text input[type=text].forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-text input[type=text].forbidden-symbols + span.field-validation-error, #checkout-steps .form-text input[type=text].forbidden-symbols + span.field-validation-error, .html-account-page .page .form-text input[type=password].forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-text input[type=password].forbidden-symbols + span.field-validation-error, #checkout-steps .form-text input[type=password].forbidden-symbols + span.field-validation-error, .html-account-page .page .form-text textarea.forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-text textarea.forbidden-symbols + span.field-validation-error, #checkout-steps .form-text textarea.forbidden-symbols + span.field-validation-error, .html-account-page .page .form-text select.forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-text select.forbidden-symbols + span.field-validation-error, #checkout-steps .form-text select.forbidden-symbols + span.field-validation-error, .html-account-page .page .form-group input[type=text].forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-group input[type=text].forbidden-symbols + span.field-validation-error, #checkout-steps .form-group input[type=text].forbidden-symbols + span.field-validation-error, .html-account-page .page .form-group input[type=password].forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-group input[type=password].forbidden-symbols + span.field-validation-error, #checkout-steps .form-group input[type=password].forbidden-symbols + span.field-validation-error, .html-account-page .page .form-group textarea.forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-group textarea.forbidden-symbols + span.field-validation-error, #checkout-steps .form-group textarea.forbidden-symbols + span.field-validation-error, .html-account-page .page .form-group select.forbidden-symbols + span.field-validation-error,
.html-checkout-page .page .form-group select.forbidden-symbols + span.field-validation-error, #checkout-steps .form-group select.forbidden-symbols + span.field-validation-error {
  display: none;
}
.html-account-page .page .form-text input[type=text].input-validation-error,
.html-checkout-page .page .form-text input[type=text].input-validation-error, #checkout-steps .form-text input[type=text].input-validation-error, .html-account-page .page .form-text input[type=password].input-validation-error,
.html-checkout-page .page .form-text input[type=password].input-validation-error, #checkout-steps .form-text input[type=password].input-validation-error, .html-account-page .page .form-text textarea.input-validation-error,
.html-checkout-page .page .form-text textarea.input-validation-error, #checkout-steps .form-text textarea.input-validation-error, .html-account-page .page .form-text select.input-validation-error,
.html-checkout-page .page .form-text select.input-validation-error, #checkout-steps .form-text select.input-validation-error, .html-account-page .page .form-group input[type=text].input-validation-error,
.html-checkout-page .page .form-group input[type=text].input-validation-error, #checkout-steps .form-group input[type=text].input-validation-error, .html-account-page .page .form-group input[type=password].input-validation-error,
.html-checkout-page .page .form-group input[type=password].input-validation-error, #checkout-steps .form-group input[type=password].input-validation-error, .html-account-page .page .form-group textarea.input-validation-error,
.html-checkout-page .page .form-group textarea.input-validation-error, #checkout-steps .form-group textarea.input-validation-error, .html-account-page .page .form-group select.input-validation-error,
.html-checkout-page .page .form-group select.input-validation-error, #checkout-steps .form-group select.input-validation-error {
  border-bottom: 1px solid #cc0000 !important;
  box-shadow: 0px 1px 0px 0px #cc0000;
}

.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .remove-button, #footer .social-links a, .password-recovery-page .password-inputs .view-pass-icons, .login-page .password-inputs .view-pass-icons, .form-group .inputs.password-inputs .view-pass-icons {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.remove-from-cart input[type=checkbox] + label,
.add-to-cart input[type=checkbox] + label, .page-title__link-icon, .widget-callback__text, .assembly-parts__read-more, .eu-cookie-bar-notification button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.dp-selected-facets a:last-child, .product-list .product-item .specification .readmore-js-toggle, .dp-filter-panel .ui-accordion .read-more {
  color: #8205b4;
  background-color: transparent;
  position: relative;
  padding-bottom: 2px;
  margin-right: 0;
  text-decoration: none;
  width: auto;
  display: inline-block;
}
.dp-selected-facets a:last-child::after, .product-list .product-item .specification .readmore-js-toggle::after, .dp-filter-panel .ui-accordion .read-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px dashed #8205b4;
  bottom: 0.15em;
  left: 0;
}
.dp-selected-facets a:hover:last-child, .product-list .product-item .specification .readmore-js-toggle:hover, .dp-filter-panel .ui-accordion .read-more:hover {
  text-decoration: none;
  opacity: 1;
  color: #8205b4;
}
.dp-selected-facets a:hover:last-child::after, .product-list .product-item .specification .readmore-js-toggle:hover::after, .dp-filter-panel .ui-accordion .read-more:hover::after {
  display: none;
}

.password-recovery-page .password-inputs .view-pass-icons, .login-page .password-inputs .view-pass-icons, .form-group .inputs.password-inputs .view-pass-icons {
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 16px;
}
.password-recovery-page .password-inputs .view-pass-icons::before, .login-page .password-inputs .view-pass-icons::before, .form-group .inputs.password-inputs .view-pass-icons::before {
  position: absolute;
  content: "";
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-passw-views.svg);
  background-size: 58px 16px;
  background-position: 0 0;
  border: none;
  width: 29px;
  height: 16px;
  left: auto;
  right: 10px;
  margin-right: 0;
}
.password-recovery-page .password-inputs .view-pass-icons.checked::before, .login-page .password-inputs .view-pass-icons.checked::before, .form-group .inputs.password-inputs .view-pass-icons.checked::before {
  background-position: -29px 0;
}

.compare-products-page .comparer-parameters-row, .pagination-row {
  border-bottom: 0px solid #e7e7e7;
  border-top: 0px solid #e7e7e7;
  margin: 0 0 20px;
  padding: 0;
  background-color: #F0EFED;
  color: #4e4e4e;
  width: 100%;
  margin-bottom: 15px;
  line-height: normal;
  height: 26px;
}
.compare-products-page .comparer-parameters-row select, .pagination-row select {
  border: none;
  height: auto;
  padding: 0;
  min-width: 0;
  font-size: 14px;
}
.compare-products-page .comparer-parameters-row .btn, .pagination-row .btn, .compare-products-page .comparer-parameters-row .btn-group.bootstrap-select .filter-option, .pagination-row .btn-group.bootstrap-select .filter-option {
  padding: 0;
  border: none;
  line-height: normal;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group, .pagination-row .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .dropdown-menu, .pagination-row .bootstrap-select.btn-group .dropdown-menu {
  border: none;
  padding: 0;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .dropdown-menu li > a, .pagination-row .bootstrap-select.btn-group .dropdown-menu li > a {
  padding: 3px 6px;
  text-decoration: none;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .dropdown-menu li > a span, .pagination-row .bootstrap-select.btn-group .dropdown-menu li > a span {
  line-height: normal;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .dropdown-menu > .selected > a, .pagination-row .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  color: #222222;
  background-color: #F0EFED;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .btn-default, .pagination-row .bootstrap-select.btn-group .btn-default {
  color: #222222;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .btn-default:hover, .pagination-row .bootstrap-select.btn-group .btn-default:hover {
  color: #222222;
  background-color: white;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .btn, .pagination-row .bootstrap-select.btn-group .btn {
  border-radius: 0;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .btn:focus, .pagination-row .bootstrap-select.btn-group .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .btn .filter-option, .pagination-row .bootstrap-select.btn-group .btn .filter-option {
  width: auto;
  left: 6px;
  right: 14px;
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group .btn .caret, .pagination-row .bootstrap-select.btn-group .btn .caret {
  right: -1px;
  top: 3px;
  border-top: 6px dashed #818181;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 15px;
  height: 15px;
  border: none;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/catalogArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
.compare-products-page .comparer-parameters-row .bootstrap-select.btn-group.dropup .caret, .pagination-row .bootstrap-select.btn-group.dropup .caret {
  border-bottom: 6px dashed #818181 !important;
  top: 6px;
}
.compare-products-page .comparer-parameters-row .select-wrapper:last-child, .pagination-row .select-wrapper:last-child {
  margin-right: 0;
}
.compare-products-page .comparer-parameters-row .select-wrapper > span, .pagination-row .select-wrapper > span {
  margin-right: 8px;
  white-space: nowrap;
}
.compare-products-page .comparer-parameters-row .select-wrapper .dropdown-toggle span, .pagination-row .select-wrapper .dropdown-toggle span, .compare-products-page .comparer-parameters-row .select-wrapper .dropdown-menu span, .pagination-row .select-wrapper .dropdown-menu span {
  margin-right: 0;
}

.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list .clear-list-button {
  position: relative;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list .clear-list-button::before {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/trash-solid.png);
  display: inline-block;
  background-position: center center;
  position: absolute;
  top: 0;
  left: -17px;
}

.subscriptions-page .form-group textarea.form-control,
.one-column--435px .form-group textarea.form-control, .html-RegistrationOnSeminar-page textarea.form-control {
  height: 70px;
  min-height: 70px;
  resize: vertical;
}

body {
  display: flex;
  flex-direction: column;
}

.popover {
  z-index: 100 !important;
}
@media (max-width: 1040px) {
  .popover.left {
    left: 0 !important;
    margin-top: -212px !important;
  }
}

#footer {
  flex-grow: 1;
  width: 100%;
  background-color: #4e4e4e;
}

html,
body,
#accordion li,
.ui-tabs,
input,
textarea,
select,
button,
.ui-widget {
  font-family: "Open Sans", sans-serif;
}

button,
*:active,
*:hover,
*:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

html,
body,
.dp-filter-panel .list a,
.dp-filter-panel label,
.pager-row,
.pager li a,
.pager li span,
.block .list a,
.dp-product-page-size li a,
.dp-product-page-size li span,
.product-selectors span,
.pager li.next-page a::after,
.pager li.previous-page a::after,
.news-date,
.entity-publisher,
.news-body,
.manufacturer-body p,
.content-page p,
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.ui-tabs,
.product-sorting a,
#product-tabs .ui-tabs-nav li a,
.ui-tabs-tab,
#product-tabs .ui-tabs-nav li a {
  font-size: 100%;
  font-size: 14px;
}

.category-page h1,
select::-ms-expand {
  display: none;
}

html,
body,
.block .list a,
.product-list .item-box .description,
.manufacturer-body p,
.content-page p,
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.dp-filter-panel > ul > li > h3 a,
.dp-filter-panel .block .title,
.dp-filter-panel > ul > li > h3,
.block .title,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
  color: #58595B;
}

h1 {
  width: 100%;
  text-align: center;
}

/* .news-date, .breadcrumb li .current-item, .breadcrumb li.active, */
.pager li.current-page span,
.dp-product-page-size li.active,
ul.sublist li a.active.last,
.ui-autocomplete .manufacturers,
.manufacturer-site-url span a,
.no-registered .prices span.price,
.prices span.price.blue,
.prices span.discount-price,
.dp-filter-panel .listbox a:hover,
.item-box .product-title a:hover,
.product-list .item-box .details a:hover,
a.news-title:hover,
a.news-title:hover h2,
.pager li.current-page a,
.dp-product-page-size li.active a,
.popover-content li.blue,
.breadcrumb-style,
a:hover,
a:focus,
.order-summary-content td.availability .blue,
.blue,
#dialog li.blue,
#available-items-warning-box li.blue,
.contact-block-item a,
.download-file a,
.news-list-page .entity-publisher,
.news-item-page .page-body .download a {
  color: #8205b4;
}

.news-date,
.breadcrumb li .current-item,
.breadcrumb li.active {
  color: #222222;
}

.product-sorting span,
.product-sorting a,
.download-file a:hover {
  color: #444444;
}

.header-links .sublist li:hover a,
#inverseNavbar1 .sublist li:hover a,
.header-links .sublist li.active a,
#inverseNavbar1 .sublist li.active a,
.frontpage-newsblock a:focus {
  color: white;
  text-decoration: none;
}

.bar-notification.success,
.blog-posts .buttons .read-more,
.news-item-page .back,
.frontpage-newsblock .container > .buttons,
.shopping-cart-page .common-buttons input:first-child,
.checkout-page .button-1,
.checkout-page .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .checkout-page a,
.checkout-page .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .checkout-page .registration > div,
.wishlist-content .update-wishlist-button,
.product-details-page .overview .button-2.availability-button,
.shopping-cart-page .common-buttons input {
  background-color: #8205b4;
  line-height: normal;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.news-date,
.entity-publisher,
.ui-tabs,
.product-details-page .short-description,
.product-list .item-box .description,
.news-body {
  line-height: 1.44em !important;
}

.content-title h1 {
  text-align: center;
}

.registration-page .button-1, .registration-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .registration-page a, .registration-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .registration-page .registration > div,
.registration-result-page .button-1,
.registration-result-page .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .registration-result-page a,
.registration-result-page .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .registration-result-page .registration > div,
.login-page .button-1,
.login-page .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .login-page a,
.login-page .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .login-page .registration > div,
.password-recovery-page .button-1,
.password-recovery-page .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .password-recovery-page a,
.password-recovery-page .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .password-recovery-page .registration > div,
.account-page .button-1,
.account-page .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .account-page a,
.account-page .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .account-page .registration > div,
.return-request-page .button-1,
.return-request-page .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .return-request-page a,
.return-request-page .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .return-request-page .registration > div {
  font-size: 14px;
}

.block {
  max-width: 100%;
  width: auto;
  min-height: 0;
  margin: 0;
}

.manufacturer-body p,
.content-page p,
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
#product-tabs.ui-widget.ui-widget-content #tabs-1 {
  line-height: 1.618em;
  margin: 0 0 1.2em;
}

.manufacturer-body p,
.content-page p,
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
#product-tabs.ui-widget.ui-widget-content #tabs-1,
#product-tabs.ui-widget.ui-widget-content #tabs-2 {
  text-align: left;
}
@media (max-width: 768px) {
  .manufacturer-body p,
.content-page p,
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
#product-tabs.ui-widget.ui-widget-content #tabs-1,
#product-tabs.ui-widget.ui-widget-content #tabs-2 {
    text-align: left;
  }
}

a,
.login-page .returning-wrapper .inputs.reversed a {
  color: #8205b4;
  text-decoration: underline;
}
a:hover,
.login-page .returning-wrapper .inputs.reversed a:hover {
  color: #8205b4;
  text-decoration: none;
}

.breadcrumb {
  background-color: transparent;
  margin: 15px 0px 0 2px;
  padding: 0;
}
.breadcrumb + .page-title h1 {
  margin: 0 0 16px 0;
  text-align: left;
}
.breadcrumb li,
.breadcrumb li *,
.breadcrumb li::before,
.breadcrumb li::after {
  display: inline;
}
.breadcrumb li * {
  line-height: 1.44em;
  margin: 0;
}
.breadcrumb > li + li::before {
  content: "> ";
  color: #4e4e4e;
  padding: 0 1px;
}
.breadcrumb a:hover {
  color: #8205b4;
}
.html-product-details-page .breadcrumb {
  margin: 16px 0 17px 0;
}

.breadcrumb-style {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
  text-align: -webkit-match-parent;
  text-decoration: none;
}

a.read-more,
a.news-title,
a.back,
a.product-name,
.breadcrumb a,
a.step-link,
.top-menu a,
.search-selectors a,
.archive-list a,
.sorting a.sort-btn,
.side-2 a {
  text-decoration: none;
}

.item-box .availability-button,
.frontpage-newsblock .container > .buttons a,
.blog-posts .buttons .read-more,
.news-item-page .back,
.frontpage-newsblock .container > .buttons,
.newsletter-email .newsletter-subscribe-button,
.shopping-cart-page .common-buttons input:first-child,
.shopping-cart-page .common-buttons input,
.wishlist-content .email-a-friend-wishlist-button,
.product-details-page .overview .button-2.availability-button {
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
}

.item-box .availability-button:hover,
.dp-filter-panel input[type=reset]:active,
.dp-filter-panel input[type=reset]:hover,
.registration-page .button-1:hover,
.registration-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .registration-page a:hover,
.registration-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .registration-page .registration > div:hover,
.registration-result-page .button-1:hover,
.registration-result-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .registration-result-page a:hover,
.registration-result-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .registration-result-page .registration > div:hover,
.login-page .button-1:hover,
.login-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .login-page a:hover,
.login-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .login-page .registration > div:hover,
.password-recovery-page .button-1:hover,
.password-recovery-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .password-recovery-page a:hover,
.password-recovery-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .password-recovery-page .registration > div:hover,
.account-page .button-1:hover,
.account-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .account-page a:hover,
.account-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .account-page .registration > div:hover,
.return-request-page .button-1:hover,
.return-request-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .return-request-page a:hover,
.return-request-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .return-request-page .registration > div:hover,
.news-item .read-more:hover,
.news-item-page .back:hover,
.frontpage-newsblock .container > .buttons:hover,
.quick-order-page #order-submite:hover,
.shopping-cart-page .common-buttons input:hover,
.shopping-cart-page .common-buttons input:first-child:hover,
.cart-footer .checkout-button:hover,
.checkout-page .button-1:hover,
.checkout-page .content-page .events-contents .event .registration a:hover,
.content-page .events-contents .event .registration .checkout-page a:hover,
.checkout-page .content-page .events-contents .event .registration > div:hover,
.content-page .events-contents .event .checkout-page .registration > div:hover,
.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover,
.wishlist-content .email-a-friend-wishlist-button:hover,
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover,
.compare-products-page .clear-list:hover,
.cart-options .print-buttons a:hover {
  background-color: #4e4e4e;
  text-decoration: none;
}

a:focus {
  outline: none;
}

body {
  position: relative;
}

.ajax-loading-block-window {
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.5) url(/Themes/DefaultCleanKRDCustom/Content/images/loading.svg) no-repeat scroll center center;
  left: 0;
  position: fixed;
  top: 0;
  background-size: 150px auto;
}

/*--------------------------------------------------------*/
/* NOP CLEAN THEME FIX*/
/*--------------------------------------------------------*/
.checkout-page h2 {
  margin: 0;
}

.header-links a,
.header-links span {
  line-height: 1.44em;
  font-size: 14px;
}
.header-links li {
  margin: 0;
}
.header-links .login .sublist li:last-child a {
  font-weight: 700;
}

.header-links li,
.link-to li,
.archive-list li,
.gallery li,
.list_coll li {
  line-height: normal;
}

.side-2 {
  width: 30.1%;
}

.center-2 {
  float: left;
  width: 69.8%;
}

.center-2,
.side-2 {
  margin: 0;
}

.container .row .center-2.col-sm-8 {
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.page-title {
  border-bottom: none;
  margin: 0;
  min-height: 0;
  padding: 0;
}

.center-1 {
  margin: 0;
}

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.store-search-box {
  position: relative;
}

.search-row {
  width: 100%;
}

.header-links,
.link-to,
.dp-product-page-size ul,
.pager ul,
.category-list ul {
  margin-bottom: 0px;
}

.header-links li,
.link-to li,
.archive-list li,
.gallery li,
.list_coll li {
  display: inline-block;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

ul.list_coll,
ul.header-links,
ul.category-list {
  padding-left: 0px;
}

.header-links {
  text-align: right;
  width: 100%;
}

.header-links > li {
  width: 55px;
  min-width: 55px;
  display: inline-block;
  height: 80px;
  padding-top: 26px;
  padding-left: 10px;
  text-align: left;
  margin-right: 20px;
}
.header-links > li.login {
  position: relative;
}

.header-links > li.cart {
  margin-right: 0px;
}

.navbar-header {
  /* TAG1 */
  float: left;
  width: 100%;
  height: 100%;
}
.navbar-header .header-links-top-wrapper {
  /* TAG1: Login, quick order, card links on top */
  float: left;
}
.navbar-header .sub-container {
  /* TAG1: Sandwich container */
  float: right;
}

.header-links li a,
.header-links li a span {
  color: white;
  display: block;
}

.header-links .ico-register,
.header-links .ico-login {
  text-decoration: underline;
}
.header-links .ico-register:hover,
.header-links .ico-login:hover {
  text-decoration: none;
}

.header-links > li.cart span.cart-label,
.header-links > li.cart span.cart-qty {
  clear: none;
  width: auto;
}

.header-links > li.cart span.cart-qty {
  padding-left: 4px;
}

.header-links-top-wrapper {
  display: none;
}

.header-links li.cart a span {
  position: relative;
  font-weight: normal;
  display: inline-block;
}

.header-links li.login .login-wrap-links a:first-child,
li.cart a span.cart-label,
.header-links > li.cart span.cart-qty {
  font-weight: bold;
}

.header-links li.login .login-wrap-links a:first-child {
  margin-bottom: 5px;
}

li.login > a,
li.login .login-wrap-links,
li.qorder a,
li.cart a {
  position: relative;
}

.header-links li.login .login-wrap-links {
  display: block;
}

.header-links > li > a::before,
.header-links li.login .login-wrap-links::before {
  position: absolute;
  left: -32px;
  display: block;
  width: 30px;
  height: 30px;
  top: 8px;
}

.header-links li.login .login-wrap-links::before {
  margin-top: -24px;
}

li.login {
  padding-left: 54px;
}
li.login > a,
li.login .login-wrap-links {
  display: inline-block;
}
li.login > a::before,
li.login .login-wrap-links::before {
  top: -4px;
  width: 38px;
  height: 50px;
  left: -54px;
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-login.svg) center center no-repeat;
  background-size: 38px 50px;
}

li.qorder a::before {
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-quick-order.svg) center center no-repeat;
  background-size: 30px 30px;
}

li.qorder a:hover::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-quick-order-hover.svg) !important;
}

.link-to-compare a::before {
  opacity: 1 !important;
}

.link-to-compare a:hover::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-compare-hover.svg) !important;
}

.link-to-favorite a::before {
  opacity: 1 !important;
}

.link-to-favorite a:hover::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-quick-wishlist-hover.svg) !important;
}

li.cart a::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-cart.svg) center center no-repeat !important;
}

li.cart a:hover::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-cart_hover.svg) center center no-repeat !important;
}

li.cart a::before {
  opacity: 1 !important;
}

li.cart a::before {
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-cart.svg) center center no-repeat;
  background-size: 30px 30px;
}

li.cart.no-rigistered {
  opacity: 0.4;
}

li.cart.no-rigistered a:hover {
  cursor: default;
}

li.cart.no-rigistered a:hover span {
  color: #444444;
}

.header-links li.login .sublist {
  left: 30px;
  top: 79px;
  z-index: 100;
  display: none;
  position: absolute;
  width: 180px;
  background-color: transparent;
  padding: 10px 0;
  text-align: left;
  border-color: #8205b4;
  border-style: solid;
  border-width: 5px 0 0;
  padding: 0;
}

.ui-autocomplete {
  z-index: 9998;
  font-family: "Open Sans", sans-serif;
}
.ui-autocomplete li em {
  font-weight: bold;
}
.ui-autocomplete li.manufacturer a {
  text-decoration: none;
}
.ui-autocomplete li.manufacturer a em {
  text-transform: uppercase;
  color: #8205b4;
}
.ui-autocomplete li.manufacturer a:hover em {
  text-decoration: underline;
}
.ui-autocomplete li .manufacturers {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}
.ui-autocomplete li .shortdescription {
  color: #818181;
  font-style: normal;
  font-size: 12px;
  clear: both;
  width: 100%;
  display: inline-block;
}

#master-wrapper-content.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#master-wrapper-content > .row {
  margin-left: 0px;
  margin-right: 0px;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0px dashed !important;
  border-bottom: 10px dashed !important;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:focus,
.btn-default.focus {
  background-color: white;
  box-shadow: none;
}

/* ---end of CSS for bootstrap-select plugin --- */
.page-body {
  clear: both;
  width: 100%;
  padding-bottom: 30px;
}

.home-page .page-body {
  padding-bottom: 0px;
}

.page-body::after {
  clear: both;
  content: "";
  display: block;
}

.picture a:hover,
.gallery li:hover {
  opacity: 0.9;
}

.manufacturer-site-url {
  margin-top: 1.44em;
}

.manufacturer-site-url span strong {
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

.manufacturer-site-url span a {
  display: inline-block;
}

.news-item-page .page-body > .picture,
.manufacturer-item-page .page-body > .picture,
.content-page .content-wrapper > .picture {
  margin-bottom: 20px;
  width: 100%;
}
.news-item-page .page-body > .picture img,
.manufacturer-item-page .page-body > .picture img,
.content-page .content-wrapper > .picture img {
  width: 100%;
  height: auto;
}

.content-page .picture {
  margin-top: 30px;
}
.content-page .content-wrapper {
  margin-bottom: 60px;
}

.blog-posts .buttons .read-more,
.news-item-page .back,
.frontpage-newsblock .container > .buttons {
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6px;
  color: white;
  float: right;
  display: inline-block;
  font-size: 16px;
}

.blog-posts .buttons .read-more:hover,
.news-item .buttons .read-more:hover,
.news-item-page .back:hover,
.frontpage-newsblock .container > .buttons a:hover {
  text-decoration: none;
}

.menu-top-border {
  content: "";
  display: block;
  background-color: #4e4e4e;
  width: 100%;
  height: 10px;
  border-right: 2px solid #4e4e4e;
  border-left: 2px solid #4e4e4e;
}

.ui-state-active,
.ui-state-active:focus,
.ui-state-active:hover,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-widget-content {
  border: 0px solid #B1B1B1;
  background-color: transparent;
  border: none;
}

.slick-prev::before {
  background-size: 100% !important;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-prev01.png);
}

.slick-next::before {
  background-size: 100% !important;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next01.png);
}

td.quantity {
  text-align: center;
}

td.quantity span {
  display: inline-block;
}

.number-of-products {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 90px;
  width: 100%;
}
.number-of-products, .number-of-products * {
  box-sizing: border-box;
  color: #6f6f6f;
}
.number-of-products .minus,
.number-of-products .plus {
  text-decoration: none;
  background-color: white;
  text-align: center;
  display: inline-block;
  padding: 0px 5px;
  width: 26.5%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  cursor: pointer;
}
.number-of-products .minus:hover,
.number-of-products .plus:hover {
  background-color: #fbfbfb;
}
.number-of-products .minus {
  border-right: solid 1px #e7e7e7;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-minus.svg);
}
.number-of-products .plus {
  border-left: solid 1px #e7e7e7;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-plus.svg);
}

.html-category-page .product-list .product-item .number-of-products,
.catalog-search-page .product-list .product-item .number-of-products {
  max-width: 90px;
}

.html-category-page .number-of-products input[type=text] {
  height: 24px;
}

.html-product-details-page .number-of-products input[type=text] {
  height: 29px;
}

.cart td.quantity input {
  height: 29px;
}

.number-of-products input[type=text],
.cart td.quantity input {
  color: #6f6f6f;
  text-align: center;
  display: inline-block;
  width: 47%;
  background-color: #e7e7e7;
  padding: 0px;
  text-align: center;
}

/*

.number-of-products {
  border: 1px solid $color-gray;
  position: relative;
  height: 22px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;

  .minus,
  .plus {
    position: absolute;
    right: 0px;
    width: 12px;
    height: 10px;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    border-left: 1px solid $color-gray-border;
    display: block;
    padding-left: 1px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .minus {
    border-top: 1px solid $color-gray-border;
    bottom: 0px;
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-bottom01.png);

    &:hover {
      background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-bottom01-a.png);
    }
  }

  .plus {
    border-bottom: 1px solid $color-gray-border;
    top: 0px;
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-top01.png);

    &:hover {
      background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-top01-a.png);
    }
  }
}

.number-of-products input[type="text"],
.cart td.quantity input {
  border: 0px solid $color-gray-darkest;
  font-size: 14px;
  height: 20px;
  line-height: $base-lh;
  padding-left: 5px;
  width: 33px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 2px;
  display: table;
  text-align: left;
}

*/
.product-item h3 a,
.news-title h2 {
  color: #58595B;
}

.search-page .youmean {
  margin-bottom: 10px;
}

.product-grid .product-icons,
.new-products-list.slick-slider .product-item .product-icons {
  left: 0px;
}

.new-products-list.slick-slider .product-item .product-icons {
  left: 10px;
  top: 10px;
}

.product-grid .specification {
  display: none;
}

.product-grid {
  margin: 0 0 20px;
}

.product-list {
  margin: 44px 0 30px;
}

.main-page-slider .slick-arrow {
  z-index: 1000;
  position: absolute;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.main-page-slider .slick-next {
  right: -36px;
  margin-right: 0px;
}

.main-page-slider .slick-prev {
  left: -36px;
  margin-left: 0px;
}

.main-page-slider .slick-prev,
.main-page-slider .slick-next {
  height: 70px;
  width: 36px;
}

.main-page-slider div {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-page-slider div img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.main-page-slider div {
  position: relative;
}

.main-page-slider .slick-prev::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-prev02.png);
}

.main-page-slider .slick-next::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next02.png);
}

.main-page-slider .slick-list {
  z-index: 1;
  position: relative;
  background-color: #2e0843;
}

.frontpage-newsblock {
  background-position: center top;
  background-repeat: repeat-x;
}

.frontpage-newsblock {
  background-color: #e7e7e7;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/bkg-news-block.png);
  background-size: auto 62px;
  padding-bottom: 30px;
}

.new__items h2,
.frontpage-newsblock h2 {
  margin: 0;
  padding: 0;
  line-height: 0.6em !important;
}

.new__items .container,
.frontpage-newsblock .container {
  background-position: center 62px;
  background-repeat: no-repeat;
}

.frontpage-newsblock .container {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/bkg-news-block-ar.png);
}

.new-products-list,
.frontpage-news-items {
  display: block;
  margin-top: 60px;
}

.frontpage-news-items {
  /*Safari fix*/
}
.frontpage-news-items .news-date {
  margin-left: 10px;
}

.new-products-list {
  /*Safari fix*/
}
.new-products-list .slick-list {
  width: 92%;
  margin-left: 4%;
}

.new-products-list .slick-list .item-box {
  margin-left: 0.2%;
  margin-right: 0.2%;
}

.new-products-list .slick-prev,
.new-products-list .slick-next,
.frontpage-news-items .slick-prev,
.frontpage-news-items .slick-next {
  height: 70px;
  width: 36px;
}

.new-products-list .slick-prev,
.frontpage-news-items .slick-prev {
  left: -50px;
}

.new-products-list .slick-next,
.frontpage-news-items .slick-next {
  right: -50px;
}

.new-products-list .slick-prev::before,
.frontpage-news-items .slick-prev::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-prev03.svg);
  opacity: 1 !important;
}

.new-products-list .slick-next::before,
.frontpage-news-items .slick-next::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next03.svg);
  opacity: 1 !important;
}

.frontpage-newsblock .container > .buttons {
  float: right;
  margin-right: 11px;
}

.frontpage-news-items .news-item .read-more {
  font-size: 18px;
  padding: 5px 20px;
  width: 100%;
}

.popover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  line-height: normal;
  font-size: 13px;
  border-radius: 0px;
  box-shadow: none;
  margin-left: -24px;
  width: 190px;
}

.new-products .popover {
  overflow: hidden;
  margin-left: -16.5%;
  max-height: 55px;
}

.popover.bottom {
  margin-top: 3px;
}

.overview-buttons div {
  margin: 0 1px;
}

.overview-buttons .popover.bottom {
  left: 0 !important;
}

.popover.left {
  width: 190px;
}
@media (max-width: 400px) {
  .popover.left {
    width: calc(100vw - 208px);
    margin-left: -158px !important;
  }
}

.popover.left .popover-content li {
  width: 160px;
}

.popover > .arrow {
  display: none;
}

.popover-content {
  padding: 2px 10px;
  width: auto;
}

.popover-content li.item {
  clear: both;
  display: inlin1e-block;
  width: 100%;
  width: fit-content;
}

.popover-content li.item {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.popover-content li.item span {
  display: inlin1e-block;
  width: max-content;
}

.popover-content ul {
  padding: 0px;
  margin: 0;
  width: 100%;
  display: inline-block;
}

.new-products .slick-prev,
.new-products .slick-next {
  margin-top: -20px;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.manufacturer-grid .item-box {
  width: 22.4%;
  margin-right: 1.3%;
  margin-left: 1.3%;
  margin-top: 1.3%;
  margin-bottom: 1.3%;
  border: 1px solid #e7e7e7;
}

.manufacturer-grid .picture {
  margin: 0;
  border: none;
}

.manufacturer-grid .item-box .picture a {
  padding: 0 10px;
}

.manufacturer-grid .item-box:hover .picture a {
  background-color: #F0EFED;
}

.manufacturer-grid .item-box:nth-child(3n+1) {
  clear: none;
}

.item-box .picture a img {
  max-width: 88%;
}

#search-data h3 em {
  font-style: normal;
}

#footer .contact-us .address,
#footer .contact-us .phone {
  line-height: 1.618em;
}

.cart-options .common-buttons input {
  line-height: normal;
}

.order-subtotal {
  font-size: 18px;
}
.order-subtotal label {
  font-weight: normal;
}

.shopping-cart-page .common-buttons input {
  font-size: 16px;
}

.cart-options .common-buttons {
  text-align: left;
}

.cart th,
.data-table th,
.forum-table th {
  background-color: #F0EFED;
  padding: 10px 18px;
}

.cart-footer .cart-collaterals .deals {
  width: auto;
}

.checkout-data #opc-confirm_order .cart-footer .totals {
  max-width: 490px;
  width: 490px;
  margin-bottom: 20px;
}

.checkout-data #opc-confirm_order .cart-footer {
  margin-top: 20px;
}

.checkout-data #opc-confirm_order .cart-footer .totals .cart-total td label,
.checkout-data #opc-confirm_order .cart-footer .totals .cart-total td span {
  white-space: nowrap;
}

.shopping-cart-page .common-buttons {
  margin: 0;
  padding: 10px 0;
}

.shopping-cart-page .common-buttons input:first-child {
  margin-left: 0px;
}

.contact-block-item {
  font-size: 14px;
  line-height: 1.44em;
}

.contact-block-item:last-child {
  margin: 0;
}

.publication-format,
.publication-number {
  font-weight: bold;
}

.publication-date {
  font-style: italic;
}

.shopping-cart-page .common-buttons {
  background-color: transparent;
}

.download-file a,
.download-file a:hover {
  text-decoration: underline;
}

.k-widget.k-window {
  border: 0px;
  border-radius: 0px;
}

.totalCount {
  font-weight: bold;
  color: #222222;
  margin: 10px 0px;
  font-size: 16px;
}

.news-body {
  padding: 0 0px;
  text-indent: 0em;
}

.table-wrapper {
  overflow-x: visible;
}

.enter-address .edit-address,
.shipping-method .method-name {
  background-color: transparent;
  border: none;
  padding: 0;
}

.enter-address .edit-address {
  margin: 0;
}

.required {
  color: #8205b4;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}

.ui-button .ui-icon {
  background-image: none;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 0;
}

.html-category-list-page ul.breadcrumb {
  display: none;
}

.frontpage-newsblock .buttons a {
  letter-spacing: 0.05em;
}

.eu-cookie-bar-notification {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #333;
  padding: 0;
  text-align: left;
}
.eu-cookie-bar-notification .content {
  position: relative;
}
.eu-cookie-bar-notification .content .container {
  padding: 15px 20px;
}
.eu-cookie-bar-notification .content .container::after, .eu-cookie-bar-notification .content .container::before {
  display: none;
}
.eu-cookie-bar-notification .content .container .text {
  margin-bottom: 0;
  line-height: 1.44em;
  color: white;
}
@media (max-width: 1000px) {
  .eu-cookie-bar-notification .content .container .text {
    padding-right: 30px;
  }
}
.eu-cookie-bar-notification .content a {
  display: inline-block;
  color: #8205b4;
}
.eu-cookie-bar-notification .buttons-more {
  position: absolute;
  top: calc(50% - 14px);
  right: 20px;
  width: 28px;
  height: 28px;
}
.eu-cookie-bar-notification button {
  position: relative;
  min-width: 28px;
  padding: 0;
  background-image: none !important;
  background-color: transparent;
  width: 28px !important;
  height: 28px !important;
  margin: 0;
}
.eu-cookie-bar-notification button:hover {
  background-color: transparent;
}
.eu-cookie-bar-notification button:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icon-close.svg) center center no-repeat;
  background-size: 20px 20px;
  left: 0;
  top: 0;
}

.message-error {
  color: #222222;
}
.message-error--center li {
  text-align: center;
}

ol.arabic {
  list-style-type: decimal !important;
}
ol.arabic li {
  margin-left: 15px;
  padding-left: 10px !important;
}
ol.arabic li::before {
  display: none !important;
}

body .container {
  padding-left: 15px;
  padding-right: 15px;
}

body #container-navbar .container {
  padding-left: 0;
}

#master-wrapper-content > .container > .row > .col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#master-wrapper-content > .container > .row > .side-2.col-sm-4 {
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  #master-wrapper-content > .container > .row > .side-2.col-sm-4 {
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  #master-wrapper-content > .container > .row > .center-2.col-sm-8 {
    padding-right: 0px !important;
  }
}

.page.login-page {
  margin-top: 100px;
  margin-bottom: 60px;
}

.inputs input[type=text],
.inputs input[type=password],
.inputs select {
  min-height: 36px !important;
  border: 1px solid #58595b;
}

.inputs.reversed label:before {
  border: 1px solid #58595b;
}

.button-1.login-button, .content-page .events-contents .event .registration a.login-button, .content-page .events-contents .event .registration > div.login-button {
  width: 116px;
  height: 47px;
  text-align: center;
  margin-left: 110px;
  border-radius: 63px;
}

.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li a {
  padding: 0 !important;
}

.ui-state-default a {
  letter-spacing: -0.7px;
}

h2, .h2, h3, .h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

h1 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.manufacturer-item-page h1, .content-page h1, .registration-page h1 {
  text-align: center;
}

h4 {
  color: #8205b4;
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.row-header-navigation, .row-header-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.row-header-navigation::before, .row-header-navigation::after, .row-header-links::before, .row-header-links::after {
  display: none !important;
}

.row-header-links {
  margin-bottom: 20px;
}

.row-header-navigation {
  padding: 10px 0;
}

.navbar-inverse {
  background-color: #58595b;
  border: none;
}
.navbar-inverse .navbar-nav a {
  font-size: 14px;
}
.navbar-inverse .navbar-nav > li li {
  position: relative;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
  padding-top: 21px;
  padding-bottom: 21px;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: 0;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}

.logo {
  margin-right: 40px;
}

#inverseNavbar1 .sublist {
  display: none;
  position: absolute;
  width: 1230px;
  background-color: #F0EFED;
  padding: 10px 20px;
  text-align: left;
  border-color: #8205b4;
  border-style: solid;
  border-width: 5px 0 0;
  overflow: visible !important;
}
#inverseNavbar1 .sublist li {
  display: inline-block;
  width: 100%;
  background-color: transparent;
}
#inverseNavbar1 .sublist .coll_s {
  border-right: 1px solid #cccccc;
}
#inverseNavbar1 .sublist .coll_s:last-child {
  border-right: none;
}
@media (max-width: 1259px) {
  #inverseNavbar1 .sublist {
    width: 1170px;
  }
}
@media (max-width: 1230px) {
  #inverseNavbar1 .sublist {
    width: 970px;
  }
}
@media (max-width: 992px) {
  #inverseNavbar1 .sublist {
    width: 750px;
  }
}
@media (max-width: 768px) {
  #inverseNavbar1 .sublist {
    width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
  #inverseNavbar1 .sublist:hover {
    display: inline-block !important;
  }
  #inverseNavbar1 .sublist .coll_s {
    width: 100% !important;
    border-right: none;
  }
  #inverseNavbar1 .sublist li {
    background-color: #F0EFED;
    border-bottom: 1px solid #d1d1d1;
  }
  #inverseNavbar1 .sublist li a {
    padding: 15px !important;
  }
  #inverseNavbar1 .sublist li a:hover, #inverseNavbar1 .sublist li a:focus {
    background-color: #444444;
  }
}
#inverseNavbar1 ul li:hover > .sublist,
#inverseNavbar1 ul li:focus > .sublist,
#inverseNavbar1 ul li > .sublist:focus,
#inverseNavbar1 ul li > .sublist:hover {
  display: block;
  z-index: 9999;
}
#inverseNavbar1 ul li:hover > .sublist,
#inverseNavbar1 .header-links .sublist {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.header-links .sublist li:first-child,
#inverseNavbar1 .sublist li:first-child {
  margin-top: 0px;
}

.header-links .sublist li a,
#inverseNavbar1 .sublist li a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 10px;
  font-size: 14px;
  color: #444444;
  text-transform: none;
  text-decoration: none;
}
.header-links .sublist.account-menu li,
#inverseNavbar1 .sublist.account-menu li {
  display: inline-block;
  width: 100%;
  background-color: #F0EFED;
}
.header-links .sublist.account-menu li:hover, .header-links .sublist.account-menu li.active,
#inverseNavbar1 .sublist.account-menu li:hover,
#inverseNavbar1 .sublist.account-menu li.active {
  background-color: #4e4e4e;
}

.header-links li:hover > .sublist {
  display: block;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

#container-navbar {
  background-color: #58595b;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: -15px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #444444;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #222222;
}

.top-menu .currency-selector-top-menu {
  display: none;
}
.top-menu .language-selector-top-menu {
  display: none;
}

.header-selectors {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 25px;
}
.header-selectors select {
  height: 0;
}
.header-selectors > div {
  display: inline-block;
  position: relative;
}
.header-selectors .ui-selectmenu-button.ui-button {
  height: 28px;
  position: relative;
}
.header-selectors .ui-selectmenu-button.ui-button::before {
  position: absolute;
  color: white;
  top: 6px;
  left: 0;
  background-color: transparent;
  width: 28px;
  height: 18px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.header-selectors .currency-selector {
  width: 35px;
  margin-right: 3px;
  padding-right: 5px;
}
.header-selectors .currency-selector .ui-selectmenu-text {
  display: none;
}
.header-selectors .currency-selector .ui-selectmenu-button.ui-button::after {
  content: "";
  position: absolute;
  right: -8px;
  top: calc(50% - 2px);
  width: 0;
  background-color: transparent !important;
  height: 0;
  border-right: 0;
  border-style: solid none solid solid;
  border: 8px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  border-width: 7px 5px 0;
}
.header-selectors .language-selector {
  width: unset;
  max-width: 50px;
}
.header-selectors .language-selector .ui-selectmenu-button.ui-button::after {
  content: "";
  position: absolute;
  right: -3px;
  top: calc(50% - 2px);
  width: 0;
  background-color: transparent !important;
  height: 0;
  border-right: 0;
  border-style: solid none solid solid;
  border: 8px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  border-width: 7px 5px 0;
}
.header-selectors .currency-selector,
.header-selectors .language-selector {
  width: auto;
}
.header-selectors .currency-selector .ui-selectmenu-button.ui-button,
.header-selectors .language-selector .ui-selectmenu-button.ui-button {
  width: unset;
}
.header-selectors .currency-selector .ui-selectmenu-text,
.header-selectors .language-selector .ui-selectmenu-text {
  color: white !important;
  width: unset;
  margin-left: 0px;
  margin-right: 0px;
}
.header-selectors .currency-selector .ui-selectmenu-icon,
.header-selectors .language-selector .ui-selectmenu-icon {
  display: none;
}
.header-selectors .currency-selector::after {
  position: absolute;
  content: "";
  top: 8px;
  right: -11px;
  background-color: white;
  width: 1px;
  height: 14px;
  display: block;
}
.header-selectors .language-selector {
  margin-right: 0;
}
.header-selectors .language-selector .ui-selectmenu-button.ui-button {
  margin-right: 0;
}

/*.ui-selectmenu-menu li:hover {
    background-color: $color-gray-darkest;
}*/
.ui-selectmenu-menu li:hover .ui-menu-item-wrapper {
  color: white;
}

.currency-selector.rub #customerCurrency-button::before {
  content: "₽";
  text-indent: 1px;
}

.currency-selector.usd #customerCurrency-button::before,
.currency-selector.eur #customerCurrency-button::before {
  font-size: 100%;
}

.currency-selector.usd #customerCurrency-button::before {
  content: "$";
  padding-left: 1px;
}

.currency-selector.eur #customerCurrency-button::before {
  content: "€";
}

.header-selectors .ui-state-hover,
.header-selectors .ui-widget-content .ui-state-hover,
.header-selectors .ui-widget-header .ui-state-hover,
.header-selectors .ui-state-focus,
.header-selectors .ui-widget-content .ui-state-focus,
.header-selectors .ui-widget-header .ui-state-focus,
.header-selectors .ui-button:hover,
.header-selectors .ui-button:focus {
  background: transparent none repeat scroll 0 0;
  border: 0px solid transparent;
  color: #222222;
}

#customerCurrency-menu .ui-state-active,
#customerlanguage-menu .ui-state-active {
  color: #222222;
}

#customerCurrency-menu .ui-state-active:hover,
#customerlanguage-menu .ui-state-active:hover {
  background-color: #4e4e4e;
  color: white;
}

#customerCurrency-menu.ui-menu .ui-state-focus,
#customerCurrency-menu.ui-menu .ui-state-active,
#customerlanguage-menu.ui-menu .ui-state-focus,
#customerlanguage-menu.ui-menu .ui-state-active {
  margin: 0px;
}

#customerlanguage-menu.ui-menu.ui-menu .ui-menu-item-wrapper,
#customerCurrency-menu.ui-menu .ui-menu-item-wrapper {
  padding: 3px 0.4em 3px 0.4em;
}

#customerCurrency-menu.ui-widget.ui-widget-content,
#customerlanguage-menu.ui-widget.ui-widget-content {
  padding: 0px;
  border-left: 0px solid #8205b4;
  border-right: 0px solid #8205b4;
  border-bottom: 0px solid #8205b4;
  border-top: 3px solid #8205b4;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

#customerCurrency-menu.ui-widget.ui-widget-content::after,
#customerlanguage-menu.ui-widget.ui-widget-content::after {
  content: "";
  position: absolute;
  top: -10px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8205b4;
  border-top: 0;
  z-index: 99;
  margin-left: -12px;
}

#customerCurrency-menu.ui-widget.ui-widget-content::after {
  left: calc(50% + 4px);
}

#customerlanguage-menu.ui-widget.ui-widget-content::after {
  left: 28px;
}

.ui-selectmenu-menu .ui-menu {
  background-color: #e7e7e7;
  margin-top: 9px;
}

.ui-selectmenu-menu #customerCurrency-menu.ui-menu {
  margin-left: -5px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-inverse .navbar-collapse {
  border-color: #101010;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center;
    align-content: center;
  }
  .navbar-nav > li {
    text-transform: uppercase;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.header-links li.login > a {
  color: white;
  height: 100%;
}
.header-links li.login > a:hover, .header-links li.login > a:hover span {
  color: white;
}
.header-links__item--separator {
  flex-grow: 1;
  flex-shrink: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

#header {
  background-color: #58595b;
  padding-bottom: 50px;
}

.center-1 .content-page,
.center-1 .registration-page,
.center-1 .search-page,
.center-1 .quick-order-page,
.center-1 .manufacturer-list-page,
.center-1 .manufacturer-item-page,
.center-1 .news-item-page,
.center-1 .customer-info-page,
.center-1 .change-password-page,
.center-1 .email-a-friend-page {
  width: 852px;
  margin: 20px auto 0;
}
@media (max-width: 992px) {
  .center-1 .content-page,
.center-1 .registration-page,
.center-1 .search-page,
.center-1 .quick-order-page,
.center-1 .manufacturer-list-page,
.center-1 .manufacturer-item-page,
.center-1 .news-item-page,
.center-1 .customer-info-page,
.center-1 .change-password-page,
.center-1 .email-a-friend-page {
    width: 100%;
  }
}

.center-1 .subscriptions-page, .one-column--435px .page,
.html-RegistrationOnSeminar-page .page {
  width: 435px;
  margin: 20px auto 0;
}
@media (max-width: 480px) {
  .center-1 .subscriptions-page, .one-column--435px .page,
.html-RegistrationOnSeminar-page .page {
    width: 100%;
  }
}

.html-checkout-page #checkout-steps > li.tab-section .step form,
.html-checkout-page #checkout-steps > li.tab-section .step .buttons {
  width: 500px;
}

.login-page > div,
.password-recovery-page > div {
  margin: 0 auto;
}
.login-page > div .customer-blocks,
.password-recovery-page > div .customer-blocks {
  width: 360px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.dp-search-box {
  width: 100%;
}
.dp-search-box input#searchterms::-ms-clear {
  display: none;
}
.dp-search-box .store-search-box {
  position: relative;
  display: flex;
  width: 100%;
}
.dp-search-box .store-search-box .search-input-wrapper {
  margin-top: 2px;
  margin-bottom: 34px;
}
.dp-search-box .store-search-box .search-input-wrapper input[type=text] {
  box-shadow: none;
  height: 51px;
}
.dp-search-box .store-search-box .search-selectors a:hover {
  text-decoration: none;
}
.dp-search-box .store-search-box .search-selectors a:hover::after {
  background-position: -74px top;
}
.dp-search-box .store-search-box .search-selectors a:hover::before {
  background-position: -12px top;
}
.dp-search-box .store-search-box .search-selectors a:first-child {
  padding-right: 6px;
}
.dp-search-box .store-search-box .search-selectors a:first-child::before {
  display: none;
}
.dp-search-box .store-search-box .search-selectors a.active {
  z-index: 50;
}
.dp-search-box .store-search-box .search-selectors a.active::after {
  background-position: -62px top;
}
.dp-search-box .store-search-box .search-selectors a.active::before {
  background-position: -24px top;
}

.links-to-wrapper > div:last-child a {
  padding: 0 0 0 30px;
}

.link-to-compare, .link-to-favorite, .link-to-cart {
  text-align: right;
  width: auto;
  min-width: 40px;
}
.link-to-compare a, .link-to-favorite a, .link-to-cart a {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.9;
  line-height: normal;
}
.link-to-compare a:hover, .link-to-favorite a:hover, .link-to-cart a:hover {
  opacity: 1;
}
.link-to-compare a::before, .link-to-favorite a::before, .link-to-cart a::before {
  position: absolute;
  content: "";
}

.link-to-compare a::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-compare.svg) center center no-repeat;
  background-size: 30px 30px;
}

.link-to-favorite a::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-wishlist.svg) center center no-repeat;
  background-size: 30px 30px;
}

.store-search-box__btn {
  position: absolute;
  top: 50%;
  right: 7px;
  font-size: 0px;
  line-height: normal;
  width: 28px;
  background-color: transparent;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 28px;
  padding: 0;
  border-color: transparent;
  border-radius: 0px;
  opacity: 0.7;
  margin-top: -15px;
}
.store-search-box__btn:hover {
  opacity: 1;
}

#store-search-box .search-selectors .button {
  background: #b1b1b1;
  border: none;
  height: 51px;
  display: flex;
  width: 193px;
  justify-content: center;
  text-transform: unset;
  color: #fff;
  align-items: center;
  font-weight: 100;
  font-size: 16px;
}

.store-search-box .search-selectors a.button {
  position: absolute;
  display: none;
  height: 51px;
  background: #b1b1b1 !important;
  font-size: 16px;
}

.store-search-box .search-selectors a.button.open {
  display: flex;
}

#store-search-box .bootstrap-select.btn-group .btn .filter-option {
  text-align: left;
  padding: 0 25px !important;
}

#store-search-box .bootstrap-select.btn-group .dropdown-menu li > a {
  padding: 0 32px;
}

#store-search-box .bootstrap-select.btn-group .btn .caret {
  color: #fff;
  right: 27px !important;
  top: 23px !important;
}

#store-search-box .dropdown-toggle.selectpicker.btn-default {
  background: #b2b2b2;
  width: 193px;
  height: 51px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.topLine {
  justify-content: space-between;
  display: flex;
  width: auto;
  height: 83px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus, .btn-default:focus, .btn-default.focus {
  background-color: #b1b1b1;
}

.dp-search-box .store-search-box .search-selectors a:first-child {
  border-top: 2px dashed #fff;
}

.header-links .sublist li a, #inverseNavbar1 .sublist li a {
  white-space: normal;
}

.dropdown-menu.open {
  margin-top: 0px;
  border: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding: 0 10px;
}

.dp-search-box .store-search-box .search-selectors a:first-child {
  padding: 0 27px;
}

.row-header-links {
  margin-bottom: -10px;
  margin-top: 20px;
}

li.login > a::before, li.login .login-wrap-links::before {
  top: -4px;
  width: 38px;
  height: 44px;
  left: -44px !important;
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-login.svg) center center no-repeat;
  background-size: 25px 35px;
}

#store-search-box .dropdown-toggle.selectpicker.btn-default:hover {
  background: #808080;
}

.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  color: #fff;
  left: 12px;
  right: 25px;
  font-size: 18px;
  padding: 0 42px;
  line-height: 18px;
}

.dp-product-page-size .filter-option {
  padding: 0 34px !important;
}

.bootstrap-select.btn-group .dropdown-menu li:hover {
  background-color: #808080 !important;
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li:hover a {
  color: #fff;
}

.sublist.account-menu {
  z-index: 1200;
}

.bootstrap-select.btn-group .dropdown-menu li.selected {
  display: none;
}

.btn.dropdown-toggle.selectpicker.btn-default {
  outline: none !important;
}

.bootstrap-select .dropdown-menu > .selected > a, .bootstrap-select .dropdown-menu > .selected > a:hover, .bootstrap-select .dropdown-menu > .selected > a:focus {
  background-color: #b1b1b1 !important;
}

.dp-search-box .store-search-box {
  margin-top: 48px;
  margin-bottom: 5px;
}

.store-search-box__btn {
  top: 44%;
  right: 12px;
  width: 37px;
  height: 37px;
}

#store-search-box .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
  z-index: 500;
  background: #b1b1b1;
}

#store-search-box .bootstrap-select.btn-group .dropdown-menu.inner {
  background: #b1b1b1;
}

#store-search-box .bootstrap-select.btn-group .dropdown-menu li > a {
  background: none;
  width: 100%;
  height: 51px;
  font-size: 18px;
  padding: 0px 37px;
  display: flex;
  align-items: center;
}

.dropdown-menu {
  padding: 0;
}

.caret {
  border-top: 7px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.btn-group.bootstrap-select.search-selectors.dp-product-sorting {
  margin-bottom: 0px;
  width: 193px !important;
}

.dp-search-box .store-search-box .search-input-wrapper input[type=text] {
  height: 51px;
}

.dp-search-box .store-search-box .search-input-wrapper {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.store-search-box .search-selectors a {
  color: white;
  padding: 0px 8px;
  background-color: #444444;
  border: 0px solid #444444;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  height: 18px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 1px;
  z-index: 10;
}

@-moz-document url-prefix() {
  .store-search-box .search-selectors a {
    padding-top: 0px;
  }
}
/*IE11 hack*/
_:-ms-fullscreen, :root .store-search-box .search-selectors a {
  padding-top: 0px;
}

_:-ms-fullscreen, :root .store-search-box .search-selectors {
  top: 34px;
}

.header-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.header-links .account-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.header-links.top .login-wrap-links a {
  color: #fff;
  letter-spacing: 0.02em;
}
.header-links li a, .header-links li a span {
  text-decoration: none;
}

#footer {
  color: white;
  margin-top: 70px;
  /*.block h4 {
      font-size: 26px;
      margin: 0;
      position: relative;
      width: auto;
      float: left;
      padding-bottom: 10px;
  }

  .block h4:after {
      background-color: $color-accent;
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      bottom: -2px;
      left: 0px;
      display: block;
  }*/
}
#footer .block-footer-menu {
  /*border: 1px solid GreenYellow;*/
}
#footer .block-footer-menu .list_coll {
  /*border: 1px solid LawnGreen;*/
  width: auto;
}
#footer .block-footer-menu .list_coll .coll_s.c_1, #footer .block-footer-menu .list_coll .coll_s.c_2, #footer .block-footer-menu .list_coll .coll_s.c_3 {
  width: auto !important;
  /*border: 1px solid lime;*/
}
#footer .block-footer-menu .list_coll .coll_s.c_1 li, #footer .block-footer-menu .list_coll .coll_s.c_2 li, #footer .block-footer-menu .list_coll .coll_s.c_3 li {
  width: auto;
  /*border: 1px solid green;*/
}
#footer .list_coll {
  overflow: visible !important;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer .list_coll div {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
}
#footer .list_coll div:first-child {
  margin-left: 0px;
}
#footer .list_coll div:last-child {
  margin-right: 0px;
}
#footer .list_coll li {
  white-space: nowrap;
  display: inline-block;
}
#footer .list_coll li a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}
#footer .list_coll li a:hover {
  color: #8205b4;
}
#footer .row.carousel-manufacturers {
  background-color: white;
  padding-bottom: 20px;
  border-top: 2px solid #cccccc;
  padding-top: 20px;
}
#footer .row.newsletter-row {
  display: block;
  background-color: #8205b4;
}
#footer .row.newsletter-row .newsletter {
  padding: 20px 0;
}
#footer .row.newsletter-row .newsletter .title {
  font-size: 22px;
  text-align: left;
  width: 60%;
  line-height: 1em;
}
#footer .row.newsletter-row .newsletter strong {
  font-weight: normal;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block {
  width: 40%;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .newsletter-email, #footer .row.newsletter-row .newsletter #newsletter-subscribe-block button {
  float: right;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .form-group.newsletter-email {
  margin-bottom: 0;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .newsletter-email {
  width: 100%;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .newsletter-email input[type=text] {
  border: 1px solid #cccccc;
  width: 100%;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .newsletter-email .newsletter-subscribe-button {
  width: auto;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .btn-default {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 3px 12px;
}
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block .btn-default:hover {
  background-color: #818181;
  border-color: #818181;
}
#footer .row:last-child {
  color: #e7e7e7;
  background-color: #4e4e4e;
  padding-bottom: 35px;
  background-position: center top;
  background-repeat: no-repeat;
}
#footer .row:last-child a {
  color: #e7e7e7;
}
#footer .row:last-child a:hover {
  color: #b908ff;
}
#footer .row-bottom .container::before, #footer .row-bottom .container::after {
  display: none;
}
#footer .block {
  width: 30%;
  padding-top: 40px;
}
#footer .block .title {
  display: none;
  /*border-bottom: 2px solid $color-gray-light;
  display: block;
  margin-bottom: 20px;
  float: left;
  padding: 0;
  width: 100%;*/
}
#footer .block .title h4 {
  color: #e7e7e7;
}
#footer .block:first-child img {
  margin-bottom: 10px;
}
#footer .block:last-child {
  margin-right: 0;
}
#footer .block.block-footer-menu {
  width: 35%;
}
@media (max-width: 1000px) {
  #footer .block.block-footer-menu {
    width: 60%;
  }
}
#footer .block.block-contacts {
  padding-top: 27px;
}
@media (max-width: 1000px) {
  #footer .block.block-contacts {
    width: 40%;
  }
}
#footer .block.block-contacts .company-name {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.44em;
  letter-spacing: 0.02em;
  color: #e1e1e1;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
  padding-left: 40px;
  letter-spacing: 0.05em;
}
#footer .block.block-copyright {
  padding-top: 60px;
  text-align: right;
}
@media (max-width: 1000px) {
  #footer .block.block-copyright {
    width: 100%;
  }
}
#footer .social-links {
  margin: 0 0 20px 0;
  text-align: right;
}
#footer .social-links a {
  opacity: 1;
  width: 55px;
  height: 55px;
  display: inline-block;
  position: relative;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
}
#footer .social-links a:hover {
  opacity: 0.5;
}
#footer .social-links a:last-child {
  margin-right: 0px;
}
#footer .social-links a::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  left: -2px;
  top: -2px;
  background-repeat: no-repeat;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/social-icons.svg);
  background-size: 320px 40px;
  background-position: 0px center;
}
#footer .social-links a.sociallink-facebook::after {
  background-position: 0px center;
}
#footer .social-links a.sociallink-linkedin::after {
  background-position: -40px center;
}
#footer .social-links a.sociallink-youtube::after {
  background-position: -80px center;
}
#footer .social-links a.sociallink-google::after {
  background-position: -120px center;
}
#footer .social-links a.sociallink-instagram::after {
  background-position: -160px center;
}
#footer .social-links a.sociallink-telegram::after {
  background-position: -200px center;
}
#footer .social-links a.sociallink-yandexzen::after {
  background-position: -240px center;
}
#footer .social-links a.sociallink-twitter::after {
  background-position: -280px center;
}
#footer .copyright {
  padding-top: 3px;
  white-space: nowrap;
  text-align: right;
}
#footer .copyright .copyright-links {
  margin-bottom: 14px;
}
#footer .copyright .copyright-links a, #footer .copyright .copyright-links span {
  display: inline-block;
  text-decoration: underline;
}
#footer .counters {
  padding-top: 20px;
}
#footer .contact-us .address, #footer .contact-us .phone {
  padding-left: 40px;
  width: 100%;
  position: relative;
  display: inline-block;
}
#footer .contact-us .address::before, #footer .contact-us .phone::before {
  position: absolute;
  display: block;
  left: 0;
  top: calc(50% - 13px);
  width: 26px !important;
  height: 26px !important;
}
#footer .contact-us .address::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-location.svg);
  left: 1px;
  width: 22px !important;
  height: 30px !important;
}
#footer .contact-us .working-time {
  margin-bottom: 12px;
  padding-left: 40px;
}
#footer .contact-us .phone a {
  font-size: 20px;
  text-decoration: none;
  line-height: 1.618em;
}
#footer .contact-us .phone a:hover {
  text-decoration: none;
}
#footer .contact-us .phone::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-phone-w.svg);
}
#footer .contact-us a.driving-directions {
  text-decoration: underline;
  color: #8205b4 !important;
}
#footer .contact-us a.driving-directions:hover {
  text-decoration: none;
}
#footer .slick-slide {
  margin-right: 32px;
  height: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#footer .slick-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#footer .slick-slide img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: url(/Themes/DefaultCleanKRDCustom/Content/images/slick-slider-filter.svg#grayscale); /* Firefox 10+, Firefox on Android */ /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  filter: url(/Themes/DefaultCleanKRDCustom/Content/js/filters.svggrayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
  opacity: 0.68;
}
#footer a.slick-slide:hover img {
  filter: url(/Themes/DefaultCleanKRDCustom/Content/css/data:image/svg+xml;utf8,&lt;svg xmlns='http:/www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  filter: none; /* Applies to FF + IE */
  opacity: 1;
}
#footer .slick-prev, #footer .slick-next {
  width: 16px;
  height: 31px;
}
#footer .slick-prev::before, #footer .slick-next::before {
  color: transparent;
  font-size: 0px;
  line-height: normal;
}
#footer .slick-prev {
  left: -30px;
}
#footer .slick-next {
  right: -30px;
}

.assembly-parts__row {
  color: #58595b;
  text-decoration: none;
  font-size: 18px;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .assembly-parts__row {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .assembly-parts__row {
    font-size: 14px;
  }
}
.assembly-parts__row:hover {
  color: #444444;
  text-decoration: none;
}
.assembly-parts__row:hover .assembly-parts__product-name {
  color: #8205b4;
}
.assembly-parts__row:first-child {
  border-top: none;
}
.assembly-parts__name {
  width: 15%;
}
.assembly-parts__description {
  width: 40%;
}
@media (max-width: 1000px) {
  .assembly-parts__description {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .assembly-parts__description {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .assembly-parts__description {
    width: 25%;
  }
}
.assembly-parts__product-name {
  display: block;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.1s ease;
}
@media (max-width: 1000px) {
  .assembly-parts__product-name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .assembly-parts__product-name {
    font-size: 16px;
  }
}
.assembly-parts__product-sku {
  display: block;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .assembly-parts__product-sku {
    font-size: 12px;
  }
}
.assembly-parts__availability {
  width: 15%;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  .assembly-parts__availability {
    width: 10%;
  }
}
.assembly-parts__availability ul {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .assembly-parts__availability ul li {
    text-align: center !important;
  }
}
.assembly-parts__picture {
  width: 180px;
  text-align: center;
  position: relative;
}
@media (max-width: 1000px) {
  .assembly-parts__picture {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .assembly-parts__picture {
    width: 100px;
  }
}
.assembly-parts__picture .product-icons {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.assembly-parts__picture img {
  max-width: 100%;
  height: auto;
}
.assembly-parts__quantity-per-assembly {
  font-weight: 700;
  font-size: 26px;
  min-width: 60px;
  text-align: right;
}
@media (max-width: 1000px) {
  .assembly-parts__quantity-per-assembly {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .assembly-parts__quantity-per-assembly {
    font-size: 16px;
  }
}
.assembly-parts__read-more {
  display: block;
  width: 100%;
  height: 30px;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next05.svg) center center no-repeat;
  opacity: 0.4;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.assembly-parts__read-more:hover {
  opacity: 1;
  cursor: pointer;
}
.assembly-parts__read-more--expanded {
  background-position: center bottom;
}
.assembly-parts__read-more--collapsed {
  background-position: center top;
}

.brand-benefits__item {
  width: 180px;
  text-align: center;
  padding: 0 !important;
}
@media (max-width: 1000px) {
  .brand-benefits__item {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .brand-benefits__item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .brand-benefits__item {
    width: 100%;
  }
}
.brand-benefits__image img {
  width: 150px;
}
.brand-benefits__title {
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
.brand-benefits__text {
  font-size: 12px;
  max-width: 180px;
  margin: 0 auto;
}

.checkbox__control {
  display: none !important;
}
.checkbox__control:checked + .checkbox__text::before {
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/check-mark.svg) 0 0 no-repeat;
  background-size: 14px 14px;
}
.checkbox__text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 26px;
  padding: 0;
  padding-left: 0 !important;
}
.checkbox__text::before {
  border: 1px solid #444444;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background-position: 0 0;
  margin-right: 10px;
  position: absolute;
  left: -26px;
  top: 1px;
}

.checkbox-remove .checkbox-remove__label {
  width: 14px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}
.checkbox-remove .checkbox-remove__label::before {
  content: "";
  left: 0;
  width: 12px;
  height: 17px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/trash-solid.png);
  display: inline-block;
  background-position: center center;
  position: absolute;
  top: 0;
}
.checkbox-remove .checkbox-remove__input {
  margin-top: 0;
}

.button, a.button {
  color: white !important;
  min-width: 108px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 12px 22px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none;
  border-radius: 100px !important;
}
.button:hover, a.button:hover {
  text-decoration: none;
  color: white;
}
.button--primary, a.button--primary {
  background-color: #8205b4;
  border: 1px solid #8205b4;
}
.button--primary:hover, a.button--primary:hover {
  background-color: #63008a;
  border: 1px solid #63008a;
}
.button--primaryBordered, a.button--primaryBordered {
  background-color: white !important;
  color: #8205b4 !important;
  border: 2px solid #8205b4;
  padding: 11px 22px;
}
.button--primaryBordered:hover, a.button--primaryBordered:hover {
  background-color: #63008a !important;
  border: 2px solid #63008a !important;
  color: white !important;
}
.button--dark, a.button--dark {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
}
.button--dark:hover, a.button--dark:hover {
  background-color: #818181;
  border: 1px solid #818181;
}
.button--red, a.button--red {
  background-color: #cc0000;
  border: 1px solid #cc0000;
}
.button--red:hover, a.button--red:hover {
  background-color: #a30000;
  border: 1px solid #a30000;
}
.button--green, a.button--green {
  background-color: #00723f;
  border: 1px solid #00723f;
}
.button--green:hover, a.button--green:hover {
  background-color: #004928;
  border: 1px solid #004928;
}
.button--seagreen, a.button--seagreen {
  background-color: #008b8b;
  border: 1px solid #008b8b;
}
.button--seagreen:hover, a.button--seagreen:hover {
  background-color: #006262;
  border: 1px solid #006262;
}
.button--burgundy, a.button--burgundy {
  background-color: #00d084;
  border: 1px solid #00d084;
}
.button--burgundy:hover, a.button--burgundy:hover {
  background-color: #00a76a;
  border: 1px solid #00a76a;
}
.button--bordered-red, a.button--bordered-red {
  background-color: white;
  color: #cc0000;
  border: 1px solid #cc0000;
}
.button--bordered-red:hover, a.button--bordered-red:hover {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: white;
}
.button--bordered-green, a.button--bordered-green {
  background-color: white;
  color: #00723f;
  border: 1px solid #00723f;
}
.button--bordered-green:hover, a.button--bordered-green:hover {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: white;
}
.button--bordered-seagreen, a.button--bordered-seagreen {
  background-color: white;
  color: #008b8b;
  border: 1px solid #008b8b;
}
.button--bordered-seagreen:hover, a.button--bordered-seagreen:hover {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: white;
}
.button--bordered-burgundy, a.button--bordered-burgundy {
  background-color: white;
  color: #00d084;
  border: 1px solid #00d084;
}
.button--bordered-burgundy:hover, a.button--bordered-burgundy:hover {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: white;
}
.button--width-wide, a.button--width-wide {
  padding: 9px 58px;
}
.button--width-100, a.button--width-100 {
  padding: 9px 0;
  width: 100%;
}
.button--short, a.button--short {
  padding: 4px 30px;
  min-width: 60px;
}
.button--info, a.button--info {
  padding: 0;
  min-width: 14px;
  width: 16px;
  height: 18px;
  vertical-align: text-top;
  position: relative;
  border: none;
  background-size: 14px 14px;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/warning-attention-small_14x14.svg) center center no-repeat;
}
.button--info + .popover, a.button--info + .popover {
  border: 1px solid rgb(245, 245, 245);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  margin-left: 0;
}
.button--info + .popover > .arrow, a.button--info + .popover > .arrow {
  display: block;
}
.button--info + .popover .popover-content, a.button--info + .popover .popover-content {
  padding: 15px;
}
.button--info + .popover.top > .arrow, a.button--info + .popover.top > .arrow {
  border-top-color: rgb(245, 245, 245);
}
.button--text-style, a.button--text-style {
  color: #222222 !important;
  position: relative;
  text-transform: unset;
  border: 0 solid transparent;
  background-color: transparent;
  padding: 2px 2px 2px 20px;
}
.button--text-style:hover, a.button--text-style:hover {
  color: #222222 !important;
  opacity: 0.8;
}
.button--text-style::before, a.button--text-style::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
.button--text-style-email::before, a.button--text-style-email::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-email-2.svg) center center no-repeat;
  background-size: cover;
}
.button--text-style-edit::before, a.button--text-style-edit::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-edit.svg) center center no-repeat;
  background-size: cover;
}
.button--text-style-delete::before, a.button--text-style-delete::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-delete.svg) center center no-repeat;
  background-size: cover;
}

.buttons--alignment-right {
  display: flex;
  justify-content: flex-end;
}
.buttons--alignment-right > * {
  margin: 0 10px;
}
.buttons--alignment-right > *:first-child {
  margin-left: 0;
}
.buttons--alignment-right > *:last-child {
  margin-right: 0;
}
.buttons--alignment-left {
  display: flex;
  justify-content: flex-start;
}
.buttons--alignment-left > * {
  margin: 0 10px;
}
.buttons--alignment-left > *:first-child {
  margin-left: 0;
}
.buttons--alignment-left > *:last-child {
  margin-right: 0;
}
.buttons--alignment-center {
  display: flex;
  justify-content: center;
}
.buttons--alignment-center > * {
  margin: 0 10px;
}
.buttons--alignment-center > *:first-child {
  margin-left: 0;
}
.buttons--alignment-center > *:last-child {
  margin-right: 0;
}
.buttons--alignment-spacebetween {
  display: flex;
  justify-content: space-between;
}
.buttons--alignment-spacebetween > * {
  margin: 0 10px;
}
.buttons--alignment-spacebetween > *:first-child {
  margin-left: 0;
}
.buttons--alignment-spacebetween > *:last-child {
  margin-right: 0;
}
.buttons--btn-mx-3 .button {
  margin: 0 3px;
}
.buttons--btn-mx-3 .button:first-child {
  margin-left: 0;
}
.buttons--btn-mx-3 .button:last-child {
  margin-right: 0;
}

.input.input--width-100 {
  width: 100%;
}

.how-to-get-started {
  padding: 40px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.how-to-get-started__column {
  width: 49%;
}
.how-to-get-started__title {
  font-weight: 700;
}

.label {
  color: #222222;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.label.label--above {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex-grow: 2;
  align-items: flex-start;
  align-content: flex-start;
  background-color: rgba(216, 53, 248, 0.09);
  padding: 0 20px;
  min-height: 100px;
}
.contact-block__row {
  margin: 5px 0;
}

.form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.form--lightbg {
  background-color: #F0EFED;
  padding: 30px 50px;
}
.form__column {
  display: flex;
  flex-direction: column;
  flex: 0 1 46%;
}
@media (max-width: 768px) {
  .form__column {
    flex: 0 1 100%;
  }
}
.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
.form__group > * {
  width: 100%;
}
.form__group input::placeholder {
  color: #B1B1B1;
}
.form__section {
  margin-bottom: 10px;
}
.form__sectionTitle {
  color: #8205b4;
  font-size: 20px;
}
.form__label label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.form__noteRequired {
  color: #8205b4;
}
.form .select2-container--default {
  width: 100% !important;
}
.form .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #B1B1B1;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: calc(50% - 7px);
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: calc(50% - 3px);
  width: 10px;
  height: 10px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-arrows.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-90deg);
}
.form .select2-container .select2-selection--single {
  height: 34px;
}
.form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  line-height: 34px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8205b4 !important;
}

.mobileCallBtn {
  position: fixed;
  width: 100%;
  height: 55px;
  left: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
}
.mobileCallBtn__button {
  background-color: #20BD71;
  width: 100%;
  height: 55px;
  border: 1px solid #20BD71;
}
.mobileCallBtn__button:hover {
  border: 1px solid #20BD71;
  background-color: white;
}
.mobileCallBtn__button:hover .mobileCallBtn__text {
  left: auto;
  color: #20BD71;
  transition: 0.2s;
}
.mobileCallBtn__text {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  left: 17px;
}
.mobileCallBtn__text:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: -23px;
  top: calc(50% - 8px);
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/sass/bem-blocks/mobileCallBtn/mobileCallBtn_icon.svg);
  background-size: contain;
}

.widget-callback {
  position: fixed;
  width: 58px;
  height: 58px;
  right: 50px;
  bottom: 50px;
  z-index: 1001;
}
@media (max-width: 1200px) {
  .widget-callback {
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}

.widget-callback__button {
  background-color: #00d084;
  width: 58px;
  height: 58px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 151, 96, 0.5);
  border-radius: 50%;
}
.widget-callback__button:hover {
  box-shadow: 0 0 5px rgba(0, 151, 96, 0.5);
}

.widget-callback__text {
  display: block;
  height: 0;
  width: 0;
}

.widget-callback__image {
  width: 58px;
  height: 58px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/sass/bem-blocks/widget-callback/callback_icon.svg);
  background-size: contain;
}

.widget-callback__button {
  width: 100px;
  height: 100px;
}

.widget-callback__image {
  width: 100px;
  height: 100px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/sass/bem-blocks/widget-callback/callback_icon.svg);
  background-size: 92%;
  background-position: center;
  background-repeat: no-repeat;
}

.widget-callback__button:hover {
  background: #009760;
}

.link--underline {
  text-decoration: underline;
}

.button-1.availability-button, .content-page .events-contents .event .registration a.availability-button, .content-page .events-contents .event .registration > div.availability-button {
  text-transform: none;
  letter-spacing: unset;
}

.registration-page .button-1, .registration-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .registration-page a, .registration-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .registration-page .registration > div, .registration-result-page .button-1, .registration-result-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .registration-result-page a, .registration-result-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .registration-result-page .registration > div, .login-page .button-1, .login-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .login-page a, .login-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .login-page .registration > div, .password-recovery-page .button-1, .password-recovery-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .password-recovery-page a, .password-recovery-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .password-recovery-page .registration > div, .account-page .button-1, .account-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .account-page a, .account-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .account-page .registration > div, .return-request-page .button-1, .return-request-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .return-request-page a, .return-request-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .return-request-page .registration > div {
  background-color: #8205b4;
}

.button-1.availability-button, .content-page .events-contents .event .registration a.availability-button, .content-page .events-contents .event .registration > div.availability-button {
  padding: 0;
  font-size: 14px;
}

#mainDialog .button-1, #mainDialog .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration #mainDialog a, #mainDialog .content-page .events-contents .event .registration > div, .content-page .events-contents .event #mainDialog .registration > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
}

.input.input--width-100 {
  width: 100%;
}

.label {
  color: #58595B;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.label.label--above {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  white-space: pre-wrap;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.common-buttons input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.ui-widget.ui-widget-content.ui-autocomplete {
  width: 550px !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px 0px;
}
.ui-widget.ui-widget-content.ui-autocomplete li {
  background-color: #F0EFED;
  border: none;
}
.ui-widget.ui-widget-content.ui-autocomplete li a {
  text-decoration: none;
}
.ui-widget.ui-widget-content.ui-autocomplete li.results {
  padding: 0;
}
.ui-widget.ui-widget-content.ui-autocomplete li.results .manufacturers,
.ui-widget.ui-widget-content.ui-autocomplete li.results .shortdescription {
  display: none;
}
.ui-widget.ui-widget-content.ui-autocomplete li.results a {
  width: 100%;
  background-color: #8205b4 !important;
  border: none !important;
  color: white !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 14px 30px;
  text-transform: uppercase;
  line-height: normal !important;
  cursor: pointer;
  text-align: left;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ui-widget.ui-widget-content.ui-autocomplete li.results a:hover {
  background-color: #63008a !important;
}

.ui-dialog {
  font-family: "Open Sans", sans-serif !important;
}
.ui-dialog .button {
  border-radius: 100px !important;
}
.ui-dialog.ui-widget-content p {
  margin: 0;
}
.ui-dialog .form-control {
  border: 1px solid #e7e7e7;
}
.ui-dialog[aria-describedby=dialog-notifications-success] .buttons, .ui-dialog[aria-describedby=dialog-notifications-error] .buttons {
  margin-top: 10px;
}
.ui-dialog .ui-dialog-content {
  border: none;
  border-radius: 0px;
  padding: 20px 15px 15px 15px !important;
  color: #222222;
  text-align: center;
}
.ui-dialog .ui-dialog-content ul {
  text-align: left;
  padding-bottom: 10px;
}
.ui-dialog .ui-dialog-content ul .totalCount {
  margin: 0px 0px 10px;
}
.ui-dialog .ui-dialog-content .totalCount {
  font-size: 14px;
}
.ui-dialog .ui-dialog-content#EmailCommercialProposalDialog #EmailCommercialProposalStep1 {
  text-align: left;
}
.ui-dialog .ui-dialog-content#EmailCommercialProposalDialog #EmailCommercialProposalStep1 .section-title {
  display: none;
}
.ui-dialog .ui-dialog-content#EmailCommercialProposalDialog #EmailCommercialProposalStep1 .section {
  margin: 0 0 0;
  padding-bottom: 0;
}
.ui-dialog .ui-dialog-content#EmailCommercialProposalDialog .button-1, .ui-dialog .ui-dialog-content#EmailCommercialProposalDialog .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .ui-dialog .ui-dialog-content#EmailCommercialProposalDialog a, .ui-dialog .ui-dialog-content#EmailCommercialProposalDialog .content-page .events-contents .event .registration > div, .content-page .events-contents .event .ui-dialog .ui-dialog-content#EmailCommercialProposalDialog .registration > div {
  width: 50%;
  margin-left: 25%;
}
.ui-dialog .common-buttons {
  padding: 10px 0;
  text-align: center;
}
.ui-dialog .common-buttons input {
  font-size: 14px;
}
.ui-dialog .common-buttons.two-buttons input {
  margin: 0 10px;
}
.ui-dialog .common-buttons.two-buttons input:first-child {
  background-color: #4e4e4e;
}
.ui-dialog .common-buttons.two-buttons input:first-child:hover {
  background-color: #818181;
}
.ui-dialog .common-buttons .common-buttons__button.common-buttons__button--width-wide {
  padding: 10px 58px;
}
.ui-dialog #popup_contactus_success .result span {
  color: #009966;
  position: relative;
  margin: 15px auto 20px;
  padding-left: 55px;
  display: inline-block;
}
.ui-dialog #popup_contactus_success .result span::before {
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/warning-successfully.svg) center center no-repeat;
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  left: 0;
}
.ui-dialog #dialog.ui-dialog-content .totalCount {
  color: #009966;
  margin: 0;
  margin: 0 0 20px;
}
.ui-dialog #dialog.ui-dialog-content .warningsTittle-red {
  color: #cc0000;
  font-weight: 700;
}
.ui-dialog #dialog.ui-dialog-content ul {
  margin-bottom: 0;
}
.ui-dialog #available-items-warning-box.ui-dialog-content .warnings-notice {
  margin-bottom: 20px;
}
.ui-dialog #available-items-warning-box.ui-dialog-content ul {
  margin-bottom: 0;
}

.html-account-page .ui-dialog .ui-dialog-content {
  text-align: center;
  color: #222222;
}
.html-account-page .ui-dialog .common-buttons {
  margin-top: 20px;
}

.ui-dialog-titlebar button {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
  right: 1% !important;
}

#dialog li.warningsTittle,
#available-items-warning-box li.warningsTittle {
  font-weight: 700;
}

#dialog li,
#available-items-warning-box li {
  color: #222222;
}

#dialog li.correctShoppingCart,
#available-items-warning-box li.correctShoppingCart {
  margin-top: 20px;
  font-style: italic;
}

.ui-dialog .ui-dialog-title {
  width: 90%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 0 10%;
}

.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  background-image: none !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 20px;
  color: white;
  top: 50% !important;
  right: 0.5em !important;
  margin: -10px 0 0 0 !important;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close:before {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  display: block;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icon-close.svg) center center no-repeat;
  background-size: 15px 15px;
  left: 0;
  top: -0.3rem;
}

.ui-dialog-titlebar {
  background-color: #8205b4;
  background-image: none;
  border-radius: 0px;
  text-align: center;
  font-size: 20px;
  vertical-align: center;
  border: 0;
}

.ui-dialog-titlebar > span {
  color: white;
}

.DpCartWarning {
  color: #222222;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
}

#popup_contactus .common-buttons input {
  width: 100%;
}
#popup_contactus.ui-dialog-content {
  padding: 20px 36px 30px 36px !important;
}
#popup_contactus .form-group {
  flex-flow: row wrap;
  margin-bottom: 15px;
}
#popup_contactus .form-group input {
  width: 100% !important;
}
#popup_contactus .inputs input[type=text],
#popup_contactus .inputs input[type=password],
#popup_contactus .inputs select,
#popup_contactus .inputs textarea {
  width: 100%;
}
#popup_contactus input {
  vertical-align: middle;
}
#popup_contactus input.button-1 {
  padding: 10px 30px;
}
#popup_contactus textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 4em;
  height: auto;
}
#popup_contactus textarea.form-control {
  margin-bottom: 10px;
}
#popup_contactus .notice {
  text-align: left;
  font-size: 12px;
  margin: -5px auto 10px !important;
}
#popup_contactus .notice-agreement {
  font-size: 12px;
  text-align: left;
  color: #B1B1B1;
}
#popup_contactus .notice-agreement a {
  color: #8205b4;
}
#popup_contactus .notice-agreement a:hover {
  text-decoration: none;
}
#popup_contactus .captcha-box {
  margin-bottom: 15px;
}
#popup_contactus .common-buttons {
  text-align: center;
  padding: 0 0 10px;
}
#popup_contactus .common-buttons input {
  font-size: 20px;
}
#popup_contactus .form-control {
  border: 1px solid #e7e7e7;
}

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #8205b4;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/calendar-prev.png) center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/calendar-next.png) center no-repeat;
}

.ui-datepicker-header a span {
  /*override jQuery UI styles, do not delete doubled properties*/
  display: none !important;
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ddd;
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  color: #444;
}

.ui-datepicker-calendar td a {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none !important;
  background: none !important;
  padding: 0;
  text-align: center;
  color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid #8205b4;
  font-weight: bold;
  /*override jQuery UI styles, do not delete doubled properties*/
  color: #8205b4 !important;
}

.fieldset .label-wrapper {
  text-align: left;
}

label,
label + * {
  vertical-align: baseline;
  margin-bottom: 0;
}

.field,
.form-text {
  margin-bottom: 10px;
}

.form-fields {
  border-top: none;
  background-color: transparent;
  padding: 0;
}

.form-wrapper input[type=text]:focus,
.form-wrapper input[type=password]:focus,
.form-wrapper textarea:focus,
.form-wrapper select:focus {
  border: 1px solid #8205b4 !important;
}

input[type=text],
input[type=password],
textarea,
select {
  border: 1px solid #b1b1b1;
  height: 34px;
  padding: 6px 12px;
  vertical-align: middle;
  font-size: 14px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #818181 !important;
}

.field-validation-error,
.html-account-page label.error {
  color: #cc0000;
  margin: 0;
}

.form-control,
input[type=text].form-control {
  border: 1px solid #818181;
  border-radius: 0px;
}
.form-control:focus,
input[type=text].form-control:focus {
  box-shadow: none;
  border: 1px solid #8205b4 !important;
}

.html-account-page .page .form-group .label-req,
.html-account-page .page .form-text .label-req,
.html-checkout-page .page .form-group .label-req,
.html-checkout-page .page .form-text .label-req {
  font-size: 14px;
}
.html-account-page .page .form-group input,
.html-account-page .page .form-group select,
.html-account-page .page .form-text input,
.html-account-page .page .form-text select,
.html-checkout-page .page .form-group input,
.html-checkout-page .page .form-group select,
.html-checkout-page .page .form-text input,
.html-checkout-page .page .form-text select {
  height: 34px;
}
.html-account-page .page .form-group input.button,
.html-account-page .page .form-group select.button,
.html-account-page .page .form-text input.button,
.html-account-page .page .form-text select.button,
.html-checkout-page .page .form-group input.button,
.html-checkout-page .page .form-group select.button,
.html-checkout-page .page .form-text input.button,
.html-checkout-page .page .form-text select.button {
  padding: 9px 30px;
  height: auto;
}
.html-account-page .page .form-group .select2-container--default,
.html-account-page .page .form-text .select2-container--default,
.html-checkout-page .page .form-group .select2-container--default,
.html-checkout-page .page .form-text .select2-container--default {
  width: 100% !important;
}
.html-account-page .page .form-group .select2-container--default .select2-selection--single,
.html-account-page .page .form-text .select2-container--default .select2-selection--single,
.html-checkout-page .page .form-group .select2-container--default .select2-selection--single,
.html-checkout-page .page .form-text .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #B1B1B1;
}
.html-account-page .page .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
.html-account-page .page .form-text .select2-container--default .select2-selection--single .select2-selection__arrow,
.html-checkout-page .page .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
.html-checkout-page .page .form-text .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.html-account-page .page .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b,
.html-account-page .page .form-text .select2-container--default .select2-selection--single .select2-selection__arrow b,
.html-checkout-page .page .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b,
.html-checkout-page .page .form-text .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: calc(50% - 7px);
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: calc(50% - 3px);
  width: 10px;
  height: 10px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-arrows.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.html-account-page .page .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.html-account-page .page .form-text .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.html-checkout-page .page .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.html-checkout-page .page .form-text .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-90deg);
}
.html-account-page .page .form-group .select2-container .select2-selection--single,
.html-account-page .page .form-text .select2-container .select2-selection--single,
.html-checkout-page .page .form-group .select2-container .select2-selection--single,
.html-checkout-page .page .form-text .select2-container .select2-selection--single {
  height: 34px;
}
.html-account-page .page .form-group .select2-container .select2-selection--single .select2-selection__rendered,
.html-account-page .page .form-text .select2-container .select2-selection--single .select2-selection__rendered,
.html-checkout-page .page .form-group .select2-container .select2-selection--single .select2-selection__rendered,
.html-checkout-page .page .form-text .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  line-height: 34px;
}

.form-group {
  width: 100%;
  position: relative;
  line-height: 1.44em;
}
.form-group > .label-req {
  padding-right: 25px;
  text-align: right;
  width: 25%;
  font-weight: normal;
  font-size: 14px;
}
.form-group label {
  font-weight: normal;
  margin: 0;
}
.form-group input,
.form-group select,
.form-group textarea,
.form-group .select2-container {
  width: 50% !important;
}
.form-group .inputs {
  width: 50%;
  margin: 0;
}
.form-group .inputs input,
.form-group .inputs select,
.form-group .inputs textarea,
.form-group .inputs .select2-container {
  width: 100% !important;
}
.form-group.form-text-area-group label {
  margin-top: 7px;
}

.form-text {
  width: 50%;
  margin-left: 25%;
}
.form-text input,
.form-text select,
.form-text textarea,
.form-text .select2-container {
  width: 100% !important;
}

#checkout-steps .form-text {
  width: 100%;
  margin-left: unset;
}
#checkout-steps .form-text input,
#checkout-steps .form-text select,
#checkout-steps .form-text textarea,
#checkout-steps .form-text .select2-container {
  width: 100% !important;
}

input.require-to-fill, input.require-to-fill:focus, input.input-validation-error, input.input-validation-error:focus {
  border-bottom: 1px solid #cc0000 !important;
  box-shadow: 0px 1px 0px 0px #cc0000;
}
input.input-validation-error + label.error {
  color: #8205b4;
}

select.require-to-fill + .select2-container .select2-selection--single,
select + .select2-container .select2-selection--single.require-to-fill {
  border-bottom: 1px solid #cc0000 !important;
  box-shadow: 0px 1px 0px 0px #cc0000;
}

.field-validation-error {
  text-align: left;
}

.inputs {
  position: relative;
}
.inputs .field-validation-error {
  white-space: normal;
  line-height: 1.25em;
}

.form-group.form-group_full-width {
  display: block;
}
.form-group.form-group_full-width .label-req,
.form-group.form-group_full-width input,
.form-group.form-group_full-width select,
.form-group.form-group_full-width textarea,
.form-group.form-group_full-width .select2-container {
  width: 100% !important;
}
.form-group.form-group_full-width .label-req {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  font-size: 12px;
}

.k-header {
  background-color: transparent;
}

.k-datepicker {
  width: 12.4em;
  border: none;
  padding: 0;
  border-radius: 0 !important;
}

.k-picker-wrap {
  border: none !important;
}
.k-picker-wrap .k-input {
  border: 1px solid #818181 !important;
  height: 32px !important;
  line-height: 1.44em !important;
  padding: 0 20px 0 6px !important;
  vertical-align: middle;
  font-size: 14px !important;
  border-radius: 0 !important;
}
.k-picker-wrap .k-input:focus {
  border: 1px solid #818181 !important;
}

.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  line-height: 2.3em !important;
}

.k-animation-container .k-group {
  background-color: white;
  border-radius: 0 !important;
}
.k-animation-container .k-calendar th {
  text-align: right;
}
.k-animation-container .k-header {
  background-color: transparent !important;
}
.k-animation-container .k-calendar th {
  background-color: transparent !important;
}
.k-animation-container .k-header .k-link.k-nav-prev, .k-animation-container .k-header .k-link.k-nav-next {
  height: 27px !important;
  width: 16px !important;
}
.k-animation-container .k-header .k-link.k-nav-prev.k-nav-prev, .k-animation-container .k-header .k-link.k-nav-next.k-nav-prev {
  left: 12px !important;
}
.k-animation-container .k-header .k-link.k-nav-prev.k-nav-next, .k-animation-container .k-header .k-link.k-nav-next.k-nav-next {
  right: 12px !important;
}
.k-animation-container .k-header .k-link.k-nav-prev .k-icon.k-i-arrow-w, .k-animation-container .k-header .k-link.k-nav-next .k-icon.k-i-arrow-w {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-prev01.png) center center no-repeat !important;
  background-size: 8px 16px !important;
}
.k-animation-container .k-header .k-link.k-nav-prev .k-icon.k-i-arrow-e, .k-animation-container .k-header .k-link.k-nav-next .k-icon.k-i-arrow-e {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next01.png) center center no-repeat !important;
  background-size: 8px 16px !important;
}

.frontpage-news-items .news-item {
  cursor: pointer;
  margin: 0 10px 20px;
  position: relative;
  min-height: 250px;
  background-color: white;
  text-align: center;
}
.frontpage-news-items .news-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
.frontpage-news-items .news-item h3, .frontpage-news-items .news-item .h3 {
  margin: 0;
  font-weight: bold;
  color: #8205b4;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: inline-block;
  height: 56px;
  overflow: hidden;
}
.frontpage-news-items .news-item .news-date {
  font-style: normal;
  font-size: 14px;
  background-color: transparent;
  margin: 0 0 0 20px;
  padding: 0;
  font-weight: bold;
  min-height: 25px;
  display: inline-block;
  color: #919191;
}
.frontpage-news-items .news-item .news-body {
  height: 8.4em;
  overflow: hidden;
  padding: 0px 20px;
  text-align: left;
}
.frontpage-news-items .news-item .picture {
  width: 100%;
  height: 245px;
}
.frontpage-news-items .news-item .news-title {
  margin-top: 5px;
  padding: 10px 20px 0px 20px;
  width: 100%;
}
.frontpage-news-items .news-item .buttons {
  margin: 0;
}

.html-shopping-cart-page .delivery-time {
  margin-bottom: 15px;
  margin-left: 45px;
  text-align: left;
}
.html-shopping-cart-page .delivery-time > a {
  text-decoration: none;
  margin-left: -5px;
}
.html-shopping-cart-page .delivery-time::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-delivery.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: -5px;
  margin-left: -45px;
}
.html-shopping-cart-page .selected-checkout-attributes {
  display: none;
}
.html-shopping-cart-page .ui-dialog ul > li > ul {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}
.html-shopping-cart-page .ui-dialog ul > li > ul > li:not([class]) {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
}
.html-shopping-cart-page .ui-dialog ul > li > ul > li:not([class])::before {
  background-color: #e7e7e7;
  content: "";
  display: block;
  height: 5px;
  left: 2px;
  position: absolute;
  top: 7px;
  width: 5px;
}
.html-shopping-cart-page .checkout-attributes-wrapper {
  display: none;
}

.order-summary-content .cart-options {
  width: 100%;
  margin: 20px 0 55px;
}
.order-summary-content .cart-options .cart-options__button {
  min-width: 60px;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .order-summary-content .cart-options .cart-options__button {
    margin: 0 8px 10px;
  }
}
.order-summary-content .cart-options .cart-options__button.continue-shopping-button {
  padding-left: 40px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-check-out-back.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .order-summary-content .cart-options .cart-options__button.continue-shopping-button {
    order: 5;
  }
}
@media (max-width: 768px) {
  .order-summary-content .cart-options .cart-options__button.update-cart-button {
    order: 1;
  }
}
.order-summary-content .order-review-data ul {
  margin-bottom: 20px;
}
.order-summary-content .order-review-data ul li {
  padding: 0;
}
.order-summary-content .order-review-data .title,
.order-summary-content .order-review-data .address-info,
.order-summary-content .order-review-data .work-time-info-text {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.order-summary-content .order-review-data .address,
.order-summary-content .order-review-data .work-time {
  font-weight: normal;
}
.order-summary-content .order-review-data .address::before {
  display: none;
}
.order-summary-content .order-review-data .address,
.order-summary-content .order-review-data .location-map,
.order-summary-content .order-review-data .ready-info {
  margin-bottom: 15px;
}
.order-summary-content .order-review-data .location-map {
  margin: 0 0 15px 0;
}
.order-summary-content .order-review-data .location-map a {
  color: #8205b4;
  font-size: 16px;
}

.cart-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  width: 100%;
}
@media (max-width: 940px) {
  .cart-footer {
    flex-flow: row wrap;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .cart-footer__column {
    flex: 0 1 100%;
    text-align: center;
  }
  .cart-footer__column:first-child {
    margin-bottom: 30px;
  }
}
.cart-footer .button-projectReg {
  margin-top: 20px;
}
.cart-footer .contact-block {
  min-height: 154px;
  min-width: 380px;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 870px) {
  .cart-footer .contact-block {
    max-width: 320px;
  }
}
@media (max-width: 940px) {
  .cart-footer .totals {
    margin: 0 auto !important;
  }
}

.order-details-page .cart-collaterals .deals {
  margin-top: 0px;
}

.cart .product {
  width: 90%;
}
.cart .itemNumber {
  text-align: center;
}
.cart .quantity {
  width: 100px;
}
.cart .unit-price,
.cart .subtotal {
  width: 120px;
}
.cart .availability {
  width: 280px;
  min-width: 200px;
}
.cart .product-picture {
  width: 140px;
  max-width: 140px;
}
.cart th.number-of-product {
  text-align: center;
}
.cart th.remove-from-cart span {
  width: 14px;
}
.cart th.add-to-cart span {
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}
.cart th.add-to-cart span::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-cart-small.svg);
  display: inline-block;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.cart th.remove-from-cart input, .cart th.add-to-cart input {
  margin-top: -2px;
}
.cart th.itemNumber {
  text-align: center;
}
.cart td {
  vertical-align: middle;
  padding: 18px;
}
.cart td.number-of-product {
  text-align: center;
}
.cart td.add-to-cart input[type=checkbox] {
  margin-top: -2px;
}
.cart td.availability {
  font-weight: bold;
}
.cart td.availability ul {
  margin: 0;
}
.cart td.availability .warnings {
  margin-top: 10px;
  color: #35ACF8;
  font-weight: 400;
}
.cart td.product-picture {
  padding: 10px;
}
.cart td.product-picture .picture-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  min-height: 80px;
}
.cart td.product-picture .picture-wrapper > a {
  margin: auto;
  display: inline-block;
}
.cart td.remove-from-cart input[type=checkbox] {
  margin: -2px 0 0;
}
.cart td.quantity .choose-the-number {
  float: none;
  margin-bottom: 0;
  text-align: center;
}
.cart tr.warning-row {
  border: 3px solid #8205b4;
}

.cart-footer {
  margin: 0;
  border-top: none;
}
.cart-footer--attributes {
  margin-bottom: 20px;
}
@media (max-width: 940px) {
  .cart-footer--attributes .buttons--alignment-left {
    justify-content: center !important;
    margin: 0 auto;
  }
}
@media (min-width: 940px) {
  .cart-footer--attributes .section.options {
    text-align: right;
  }
}
.cart-footer .totals,
.cart-footer .cart-collaterals {
  width: auto;
  margin: 0;
}
.cart-footer .totals {
  background-color: transparent;
  padding: 0;
}
.cart-footer .total-info {
  padding: 20px 35px 22px 35px;
  border-bottom: none;
  background-color: #F0EFED;
}
@media (max-width: 540px) {
  .cart-footer .total-info {
    padding: 20px 30px;
  }
}
.cart-footer .total-info .cart-total {
  min-width: 400px;
}
.cart-footer .total-info .cart-total * {
  white-space: nowrap;
}
.cart-footer .total-info .cart-total label {
  white-space: nowrap;
}
.cart-footer .total-info .cart-total td {
  width: auto;
}
.cart-footer .total-info .cart-total td.cart-total-left {
  min-width: 230px;
}
.cart-footer .total-info .cart-total tr.order-subtotal td.cart-total-right .value-summary {
  font-weight: bold;
}
.cart-footer .total-info .cart-total tr.order-total td.cart-total-left {
  padding-top: 20px;
  vertical-align: top;
}
.cart-footer .total-info .cart-total tr.order-total td.cart-total-right {
  padding-top: 27px;
  vertical-align: top;
}
.cart-footer .total-info .cart-total tr.order-total td.cart-total-left label {
  font-size: 18px;
  font-weight: normal;
}
.cart-footer .total-info .cart-total tr.order-total td.cart-total-right .value-summary strong {
  font-size: 30px;
}
.cart-footer .total-info .cart-total .order-total,
.cart-footer .total-info .cart-total .order-total strong {
  font-size: 24px;
  font-weight: bold;
  color: #8205b4;
}
@media (max-width: 540px) {
  .cart-footer .total-info .cart-total .order-total,
.cart-footer .total-info .cart-total .order-total strong {
    font-size: 22px;
  }
}
.cart-footer .checkout-buttons,
.cart-footer .addon-buttons {
  text-align: center;
}
.cart-footer .checkout-buttons {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
}
@media (max-width: 870px) {
  .cart-footer .checkout-buttons {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 580px) {
  .cart-footer .checkout-buttons .button {
    margin: 10px;
  }
}
.cart-footer .checkout-buttons .buttonCheckout {
  margin-left: 50px;
}
@media (max-width: 580px) {
  .cart-footer .checkout-buttons .buttonCheckout {
    margin-left: 10px;
  }
}
.cart-footer .deals {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 238px;
  margin-bottom: 20px;
}
.cart-footer .deals .proposal-container {
  text-align: left;
  flex-grow: 100;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.product__assembly-list {
  margin-top: 10px;
}
.product__assembly-item {
  display: block;
}
.product__assembly-link {
  color: #222222;
  text-decoration: none;
  font-weight: 400 !important;
  display: inline-block;
}

.reserve-list-page .pagination-row:first-child,
.order-list-page .pagination-row:first-child {
  display: none;
}

.catalog-search-page .pagination-row:first-child .pager-row,
.category-page .pagination-row:first-child .pager-row,
.product-tag-page .pagination-row:first-child .pager-row,
.reserve-list-page .pagination-row:first-child .pager-row,
.order-list-page .pagination-row:first-child .pager-row {
  justify-content: flex-end;
}
.catalog-search-page .pagination-row:first-child .pager,
.category-page .pagination-row:first-child .pager,
.product-tag-page .pagination-row:first-child .pager,
.reserve-list-page .pagination-row:first-child .pager,
.order-list-page .pagination-row:first-child .pager {
  display: none;
}

.pagination-row .product-sorting.select-wrapper > span {
  display: none;
}

.pagination-row .bootstrap-select > .btn,
.pagination-row .bootstrap-select > .dropdown-menu {
  min-width: 100% !important;
}

.pagination-row__admin-buttons .button {
  margin: 0 5px;
}
.pagination-row span {
  vertical-align: middle;
}
.pagination-row > div > div, .pagination-row span {
  width: auto;
  display: block;
}
.pagination-row .pager-row {
  width: 100%;
}
.pagination-row .pager-row .product-page-size-wrapper {
  min-width: 0;
  margin-left: 20px;
}
.pagination-row .pager-row .product-page-size-wrapper ul li {
  float: none;
  margin-right: 0;
}
.pagination-row .pager-row .product-page-size-wrapper .bootstrap-select,
.pagination-row .pager-row .product-page-size-wrapper .bootstrap-select:not([class*=span]) {
  width: 39px;
}
.pagination-row .sorting-and-views {
  width: 290px;
  min-width: 290px; /*Internet Explorer fix*/
}
.pagination-row .product-sorting .bootstrap-select.btn-group {
  max-width: 145px;
}
.pagination-row .product-viewmode {
  width: 55px;
  min-width: 55px; /*Internet Explorer fix*/
}
.pagination-row .product-viewmode span {
  display: none;
}
.pagination-row .product-viewmode a {
  width: 27px;
  height: 26px;
  transition: all 0.2s linear;
  opacity: 0.8;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pagination-row .product-viewmode a.grid {
  margin: 0;
}
.pagination-row .product-viewmode a:hover {
  opacity: 1;
}
.pagination-row .product-viewmode a.grid {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/view-grid-deactivated.svg);
}
.pagination-row .product-viewmode a.grid.selected {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/view-grid-active.svg);
}
.pagination-row .product-viewmode a.list {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/view-list-deactivated.svg);
}
.pagination-row .product-viewmode a.list.selected {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/view-list-active.svg);
}

.catalog-search-page .pagination-row,
.category-page .pagination-row,
.product-tag-page .pagination-row,
.reserve-list-page .pagination-row,
.order-list-page .pagination-row {
  background-color: unset;
  height: unset;
  margin-bottom: 10px;
}
.catalog-search-page .pagination-row .pager li,
.category-page .pagination-row .pager li,
.product-tag-page .pagination-row .pager li,
.reserve-list-page .pagination-row .pager li,
.order-list-page .pagination-row .pager li {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.catalog-search-page .pagination-row .pager li a,
.catalog-search-page .pagination-row .pager li span,
.category-page .pagination-row .pager li a,
.category-page .pagination-row .pager li span,
.product-tag-page .pagination-row .pager li a,
.product-tag-page .pagination-row .pager li span,
.reserve-list-page .pagination-row .pager li a,
.reserve-list-page .pagination-row .pager li span,
.order-list-page .pagination-row .pager li a,
.order-list-page .pagination-row .pager li span {
  display: inline-block;
  padding: 8px 0px;
  width: 40px;
}
.catalog-search-page .pagination-row .pager li:last-child,
.category-page .pagination-row .pager li:last-child,
.product-tag-page .pagination-row .pager li:last-child,
.reserve-list-page .pagination-row .pager li:last-child,
.order-list-page .pagination-row .pager li:last-child {
  border-right: 1px solid #e7e7e7;
}
.catalog-search-page .pagination-row .pager li.current-page,
.category-page .pagination-row .pager li.current-page,
.product-tag-page .pagination-row .pager li.current-page,
.reserve-list-page .pagination-row .pager li.current-page,
.order-list-page .pagination-row .pager li.current-page {
  background-color: #f2f2f2;
}
.catalog-search-page .pagination-row .pager li.pass,
.category-page .pagination-row .pager li.pass,
.product-tag-page .pagination-row .pager li.pass,
.reserve-list-page .pagination-row .pager li.pass,
.order-list-page .pagination-row .pager li.pass {
  font-size: 14px;
}
.catalog-search-page .pagination-row .dp-product-sorting,
.category-page .pagination-row .dp-product-sorting,
.product-tag-page .pagination-row .dp-product-sorting,
.reserve-list-page .pagination-row .dp-product-sorting,
.order-list-page .pagination-row .dp-product-sorting {
  min-width: 182px;
  border: 1px solid #e7e7e7;
  padding: 8px;
}
.catalog-search-page .pagination-row .dp-product-sorting li a,
.category-page .pagination-row .dp-product-sorting li a,
.product-tag-page .pagination-row .dp-product-sorting li a,
.reserve-list-page .pagination-row .dp-product-sorting li a,
.order-list-page .pagination-row .dp-product-sorting li a {
  padding: 5px 10px 5px 14px !important;
}
.catalog-search-page .pagination-row .dp-product-page-size,
.category-page .pagination-row .dp-product-page-size,
.product-tag-page .pagination-row .dp-product-page-size,
.reserve-list-page .pagination-row .dp-product-page-size,
.order-list-page .pagination-row .dp-product-page-size {
  width: 65px !important;
  border: 1px solid #e7e7e7;
  padding: 8px;
}
.catalog-search-page .pagination-row .dp-product-page-size li a,
.category-page .pagination-row .dp-product-page-size li a,
.product-tag-page .pagination-row .dp-product-page-size li a,
.reserve-list-page .pagination-row .dp-product-page-size li a,
.order-list-page .pagination-row .dp-product-page-size li a {
  text-align: right;
  padding-right: 34px !important;
}
.catalog-search-page .pagination-row .product-viewmode,
.category-page .pagination-row .product-viewmode,
.product-tag-page .pagination-row .product-viewmode,
.reserve-list-page .pagination-row .product-viewmode,
.order-list-page .pagination-row .product-viewmode {
  width: 73px;
  min-width: 72px;
  margin-right: 6px;
}
.catalog-search-page .pagination-row .product-viewmode a,
.category-page .pagination-row .product-viewmode a,
.product-tag-page .pagination-row .product-viewmode a,
.reserve-list-page .pagination-row .product-viewmode a,
.order-list-page .pagination-row .product-viewmode a {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.catalog-search-page .pagination-row .product-viewmode a:last-child,
.category-page .pagination-row .product-viewmode a:last-child,
.product-tag-page .pagination-row .product-viewmode a:last-child,
.reserve-list-page .pagination-row .product-viewmode a:last-child,
.order-list-page .pagination-row .product-viewmode a:last-child {
  border-right: 1px solid #e7e7e7;
}

.pager {
  margin: 0;
}
.pager li {
  margin: 0;
  vertical-align: middle;
}
.pager li.previous-page *, .pager li.next-page * {
  color: transparent;
}
.pager li.pass {
  font-size: 14px;
}
.pager li a,
.pager li span {
  text-decoration: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0 5px;
  height: auto;
  min-width: 0;
  border-radius: 0px;
  color: #4e4e4e;
  display: inline-block;
}

.pager li.next-page *, .pager li.previous-page *, .pager li.next-page span, .pager li.previous-page span {
  background-image: none;
  background-color: transparent !important;
  border: none !important;
}
.pager li.next-page a, .pager li.previous-page a {
  position: relative;
  display: block;
}
.pager li.next-page a::after, .pager li.next-page a::after, .pager li.previous-page a::after, .pager li.previous-page a::after {
  color: #4e4e4e;
  font-size: 14px;
}
.pager li.previous-skip-page, .pager li.next-skip-page {
  margin: 0px;
}
.pager li.previous-skip-page.disabledPage, .pager li.next-skip-page.disabledPage {
  display: none;
}
.pager li.next-page span::after {
  content: ">";
  left: 0px;
  font-size: 14px;
  color: #4e4e4e;
}
.pager li.next-page a::after {
  content: ">";
  right: 8px;
}
.pager li.previous-page span::after {
  content: "<";
  right: 0px;
  font-size: 14px;
  color: #4e4e4e;
}
.pager li.previous-page a::after {
  content: "";
  right: unset;
  font-size: 14px;
  color: #4e4e4e;
  width: 15px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/catalogArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  transform: rotate(90deg);
  margin-top: -7px;
  margin-left: 5px;
  border-radius: 4px;
  position: absolute;
}
.pager li a:hover {
  background-color: transparent;
}
.pager li .current-page:hover, .pager li .current-page span:hover {
  cursor: default;
}

.archive-list {
  display: inline-block;
  margin-bottom: 0px;
  line-height: normal;
  margin-right: 30px;
  width: 300px;
  height: 26px;
}
.archive-list .slick-track {
  width: auto !important;
}
.archive-list .slick-track::before, .archive-list .slick-track::after {
  display: none;
}
.archive-list li {
  border-right: 2px solid white;
  text-align: center;
  width: 60px !important;
  min-width: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.archive-list li:last-child {
  border-right: 2px solid transparent;
}
.archive-list li a {
  color: #222222;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  line-height: normal;
}
.archive-list li a:hover {
  background-color: #e7e7e7;
}
.archive-list li a.active, .archive-list li a:hover {
  color: white;
  background-color: #4e4e4e;
}
.archive-list li a:hover {
  text-decoration: none;
}
.archive-list .slick-prev,
.archive-list .slick-next {
  width: 36px;
  height: 26px;
}
.archive-list .slick-prev::before, .archive-list .slick-prev::before,
.archive-list .slick-next::before,
.archive-list .slick-next::before {
  color: #222222;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
  margin-left: -4px;
}
.archive-list .slick-prev {
  left: -34px;
  border-right: 2px solid white;
}
.archive-list .slick-prev::before {
  content: "<";
}
.archive-list .slick-next {
  right: -34px;
  border-left: 2px solid white;
}
.archive-list .slick-next::before {
  content: ">";
}

.pager ul li {
  border: none !important;
  font-weight: 400;
}

.pager .current-page span {
  font-weight: 600;
}

.current-page {
  background: none !important;
}

.pager li.previous-page span::after {
  content: "";
  right: unset;
  font-size: 14px;
  color: #4e4e4e;
  width: 15px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/catalogArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  transform: rotate(90deg);
  margin-top: -7px;
  margin-left: 5px;
  border-radius: 4px;
  position: absolute;
}

.pager li.next-page a::after {
  content: "";
  right: unset;
  font-size: 14px;
  color: #4e4e4e;
  width: 15px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/catalogArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  transform: rotate(-90deg);
  margin-top: -7px;
  margin-left: -17px;
  border-radius: 4px;
  position: absolute;
}

.pager li.next-page span::after {
  content: "";
  right: unset;
  font-size: 14px;
  color: #4e4e4e;
  width: 15px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/catalogArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  transform: rotate(-90deg);
  margin-top: -7px;
  margin-left: 3px;
  border-radius: 4px;
  position: absolute;
}

.pagination-row .pager-row {
  justify-content: space-between;
  width: 72%;
}

@media (max-width: 768px) {
  .quick-search-panel {
    display: none;
  }
}
.quick-search-panel #quick-search-button {
  width: 200px;
  left: 0;
  position: fixed;
  top: 50%;
  display: inline-block;
  text-align: center;
  z-index: 1000;
}
.quick-search-panel #quick-search-button svg {
  width: 40px;
  height: 175px;
  position: absolute;
  top: -66px;
  left: 0px;
  display: inline-block;
}
.quick-search-panel #quick-search-button span {
  transform: rotate(-90deg);
  cursor: pointer;
  letter-spacing: 0.02em;
  color: white;
  background-size: cover;
  padding: 8px;
  display: inline-block;
  width: auto;
  position: absolute;
  left: -60px;
  width: 150px;
}
.quick-search-panel #quick-search {
  position: fixed;
  top: 34%;
  width: 200px;
  left: 0;
  z-index: 1000;
}
.quick-search-panel #quick-search .filter-selectors--header {
  background-color: #4e4e4e;
  position: relative;
  padding: 10px;
}
.quick-search-panel #quick-search .filter-selectors--header h3 {
  color: white;
  letter-spacing: 0.02em;
  font-size: 14px;
  margin: 0;
  text-align: center;
  padding-right: 20px;
}
.quick-search-panel #quick-search .filter-selectors--header .filter-selectors-close {
  position: absolute;
  background-image: none !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 20px;
  color: white;
  top: 50% !important;
  right: 15px !important;
  margin: -10px 0 0 0 !important;
  background-color: transparent;
  border: none;
}
.quick-search-panel #quick-search .filter-selectors--header .filter-selectors-close:before {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  display: block;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icon-close.svg) center center no-repeat;
  background-size: 12px 12px;
  left: 0;
  top: -0.3rem;
}
.quick-search-panel #quick-search .filter-selectors--select-wrapper {
  padding: 10px;
}

.html-product-details-page .quick-search-panel #quick-search-button {
  position: absolute;
  top: 535px;
}
.html-product-details-page .quick-search-panel #quick-search {
  position: absolute;
  top: 445px;
}

.filter-selectors {
  background-color: #F0EFED;
  margin-bottom: 20px;
  /* ---CSS for bootstrap-select plugin --- */
}
.filter-selectors select {
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 0px;
  font-size: 14px;
  padding: 6px 16px;
  border-color: #b908ff;
  color: #818181;
  border-width: 2px;
  -webkit-appearance: none;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/select-arrow-blue.png);
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  appearance: none !important;
}
.filter-selectors select:first-child {
  margin-bottom: 10px;
}
.filter-selectors .bootstrap-select, .filter-selectors .bootstrap-select:not([class*=span]) {
  width: 100%;
}
.filter-selectors .bootstrap-select.btn-group:last-child, .filter-selectors .bootstrap-select.btn-group[class*=span]:last-child {
  margin-bottom: 0;
}
.filter-selectors .bootstrap-select > .btn:focus {
  outline: thin dotted transparent !important;
  background-color: white !important;
}
.filter-selectors .btn-default:focus, .filter-selectors .btn-default.focus {
  background-color: transparent;
}
.filter-selectors .btn-default:hover {
  background-color: white;
}
.filter-selectors .bootstrap-select .btn {
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  padding: 5px 16px;
  border-color: white;
  color: #818181;
  border-width: 1px;
  line-height: normal;
}
.filter-selectors .bootstrap-select .btn .caret {
  color: #818181;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px dashed;
  top: 50%;
  margin-top: -4px;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  border-color: #818181;
}

.dropdown-menu {
  border: 1px solid #818181;
  border-radius: 0;
  z-index: 1200;
}
.dropdown-menu > li > a {
  color: #222222;
  padding: 3px 14px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #222222;
  background-color: #F0EFED;
}

.category-navigation-facet span label {
  padding-left: 0;
}

.filter-panel-toggle {
  display: none;
  width: 100%;
  background-position: right center;
  font-size: 18px;
  border-bottom: solid 1px #f7f7f7;
  text-decoration: none;
  padding: 15px 27px;
  background-color: #f2f2f2;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-filter-panel-toggle.png);
  background-repeat: no-repeat;
  background-size: 37px;
  margin: 0px auto;
}

.dp-filter-panel {
  padding: 12px 0 25px 24px;
}

.dp-filter-panel .ui-state-active a, .dp-filter-panel .ui-state-active a:link, .dp-filter-panel .ui-state-active a:visited {
  padding-bottom: 10px;
}

.filter-panel-separator {
  width: 50%;
  margin: 0px auto;
  height: 20px;
}

.dp-filter-panel {
  overflow: hidden;
  width: 100.5%;
  background-color: #F0EFED;
}
.dp-filter-panel .AttributeDescription {
  width: 100%;
  padding: 0 15px 28px 38px;
  position: relative;
  line-height: 1.25em;
  display: inline-block;
  font-size: 12px;
}
.dp-filter-panel .AttributeDescription::before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  top: 1px;
  left: 16px;
  background-size: 14px 14px;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/warning-attention-small_14x14.svg) center center no-repeat;
}
.dp-filter-panel .dp-filter-panel .read-more {
  padding-bottom: 2px !important;
}
.dp-filter-panel a {
  text-decoration: none;
}
.dp-filter-panel a:hover {
  text-decoration: none;
}
.dp-filter-panel block .title {
  padding: 12px 30px 12px 10px;
}
.dp-filter-panel > ul > li > h3 a,
.dp-filter-panel .block .title, .dp-filter-panel > ul > li > h3 {
  font-size: 100% !important;
  font-size: 19px !important;
}
.dp-filter-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dp-filter-panel > ul > li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
}
.dp-filter-panel > ul > li > a {
  display: block;
}
.dp-filter-panel > ul > li:last-child {
  border: 0px solid #818181;
  border: none;
}
.dp-filter-panel > ul > li:last-child a.ui-accordion-header-collapsed {
  border-bottom: 2px solid #818181;
}
.dp-filter-panel > ul > li > h3 > a {
  padding: 15px 15px 15px 0;
  position: relative;
  display: block;
  width: 100%;
}
.dp-filter-panel ul > li > div > a {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
  margin-top: 12px;
  font-size: 15px;
  padding-left: 15px;
}
.dp-filter-panel ul > li > div > a:last-child {
  border-bottom: 0px solid #e7e7e7;
  margin-bottom: 10px;
}
.dp-filter-panel > ul > li > h3 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
}
.dp-filter-panel > ul > li > h3 > a .caret {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/catalogArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 8px;
  right: 0px;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  transition: 0.5s;
  transform: rotate(-90deg);
}
.dp-filter-panel > ul > li > h3.ui-state-active .caret {
  margin-top: 8px;
  right: 0px;
  width: 15px;
  height: 15px;
  border: none;
  transform: rotate(0deg);
}
.dp-filter-panel > ul > li > h3.active .caret {
  border-width: 10px 6px 0;
  border-bottom-color: #818181;
  border-top-color: #818181;
  border-right-color: #818181;
  margin-top: -8px;
}
.dp-filter-panel .sub > ul {
  height: 0;
  overflow: hidden;
}
.dp-filter-panel .sub > ul > li > a {
  display: block;
}
.dp-filter-panel .title strong {
  font-weight: 400;
}
.dp-filter-panel .listbox a strong, .dp-filter-panel .listbox strong, .dp-filter-panel .listbox a small, .dp-filter-panel .listbox small, .dp-filter-panel label strong, .dp-filter-panel label small {
  display: inline-block;
  font-weight: 400;
  color: #818181;
}
.dp-filter-panel .listbox a small, .dp-filter-panel small {
  margin-left: 0.3em;
}
.dp-filter-panel .ui-state-active a,
.dp-filter-panel .ui-state-active a:link,
.dp-filter-panel .ui-state-active a:visited {
  color: #58595B;
}
.dp-filter-panel .block {
  margin: 0;
}
.dp-filter-panel .block .title {
  padding: 15px;
  border-bottom: none;
}
.dp-filter-panel .block .title strong {
  font-weight: 400;
}
.dp-filter-panel .block .listbox {
  padding: 0px 15px;
}
.dp-filter-panel .block .list li {
  padding: 5px 0;
}
.dp-filter-panel .block .list a {
  padding: 0;
}
.dp-filter-panel .block .list a::before {
  display: none;
}
.dp-filter-panel label {
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  width: 100%;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 7px;
  transition: 0.05s all ease-in-out;
}
.dp-filter-panel label:hover {
  color: #8205b4;
}
.dp-filter-panel label input {
  left: -9999px;
  position: absolute;
}
.dp-filter-panel label input[type=radio] + i {
  border-radius: 10px;
  width: 14px;
  height: 14px;
}
.dp-filter-panel label input[type=radio]:checked + i::after {
  height: 12px;
  width: 12px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-circle.svg);
  background-size: 12px 12px;
  opacity: 1;
}
.dp-filter-panel label input[type=checkbox]:checked + i::after {
  height: 12px;
  width: 12px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/check-mark.svg);
  background-size: 12px 12px;
  opacity: 1;
}
.dp-filter-panel label i {
  background: white none repeat scroll 0 0;
  border: 1px solid #4e4e4e;
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 1px;
}
.dp-filter-panel label.radio strong,
.dp-filter-panel label.checkbox strong,
.dp-filter-panel div.listbox li strong {
  margin-left: 3px;
  font-size: 10.5px;
}
.dp-filter-panel .radio + .radio,
.dp-filter-panel .checkbox + .checkbox {
  margin-top: -3px;
}
.dp-filter-panel label input + i::after {
  content: "";
  left: 0px;
  top: 0px;
  opacity: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
}
.dp-filter-panel .listbox a {
  transition: all 0.1s ease 0s;
}
.dp-filter-panel .listbox a:hover::before {
  background-color: #b908ff;
  height: 100%;
  top: 0;
}
.dp-filter-panel .ui-accordion .ui-accordion-header-icon {
  display: none;
}
.dp-filter-panel .ui-accordion .ui-accordion-icons {
  padding-left: 12px;
  padding-bottom: 12px;
}
.dp-filter-panel .ui-accordion .ui-accordion-header-collapsed {
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
}
.dp-filter-panel .ui-accordion .ui-accordion-content {
  line-height: 15px;
  padding: 2px 0 20px;
  overflow: visible;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
}
.dp-filter-panel .ui-accordion .ui-accordion-content > label:last-child {
  border-bottom: 0px solid #B1B1B1;
}
.dp-filter-panel .ui-accordion li > .ui-accordion-content .sublist li {
  padding-left: 13px;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dp-filter-panel .ui-accordion li > .ui-accordion-content .sublist li:first-child {
  margin-top: 5px;
}
.dp-filter-panel .ui-accordion li > .ui-accordion-content .sublist li li > .ui-accordion-content .sublist li:last-child {
  margin-bottom: 5px;
  border-bottom: none;
}
.dp-filter-panel .ui-accordion .read-more {
  margin-left: 16px;
}
.dp-filter-panel .ui-accordion .read-more:hover {
  cursor: pointer;
}
.dp-filter-panel #price h3 {
  font-size: 19px;
  padding: 15px 15px 15px 0;
  margin: 0;
}
.dp-filter-panel .range-facet__row {
  width: calc(100% - 30px);
  padding: 0;
  margin-bottom: 20px;
}
.dp-filter-panel .range-facet__input {
  max-width: 110px;
  border: none;
  border: 1px solid #818181;
  width: 34%;
  margin: 0px 5px;
}
.dp-filter-panel .range-facet__input:focus {
  border: 1px solid #818181;
}
.dp-filter-panel .range-facet__separator {
  width: 15px;
}
.dp-filter-panel .range-facet__separator--central {
  width: 20px;
  text-align: center;
}
.dp-filter-panel .range-facet .dp-currency-code-rub::after {
  content: "₽";
}
.dp-filter-panel .range-facet .dp-currency-code-usd {
  position: relative;
}
.dp-filter-panel .range-facet .dp-currency-code-usd::after {
  content: "у.е.";
  position: absolute;
  left: -3px;
  bottom: -5px;
}
.dp-filter-panel .range-facet__slider {
  width: calc(100% - 30px);
  padding: 10px 0 0 7px;
}
.dp-filter-panel .range-facet__slider .ui-corner-bottom,
.dp-filter-panel .range-facet__slider .ui-corner-top {
  border-radius: 0px;
}
.dp-filter-panel .range-facet__slider .ui-widget {
  font-size: 5px;
}
.dp-filter-panel .range-facet__slider .ui-widget .ui-widget-header {
  background: #8205b4;
}
.dp-filter-panel .range-facet__slider .ui-widget span.ui-state-default {
  border: 1px solid #818181;
  border-radius: 50%;
  font-size: 12px;
  background-color: white;
  top: -5px;
  margin-left: -7px;
}
.dp-filter-panel .range-facet__slider .ui-widget span.ui-state-default:hover {
  cursor: pointer;
}
.dp-filter-panel .range-facet__slider .ui-widget.ui-widget-content {
  border: none;
  background: #818181;
}
.dp-filter-panel .buttons {
  margin: 10px 0;
  text-align: center;
}
.dp-filter-panel .buttons input[type=reset] {
  font-size: 12px;
  background-color: white;
  color: #222222;
  border: 1px solid #818181;
  padding: 0 6px 1px;
}
.dp-filter-panel .buttons input[type=reset]:hover {
  background-color: #818181;
  color: white;
  border: 1px solid #818181;
}
.dp-filter-panel.catalog-list a strong {
  color: #818181;
}
.dp-filter-panel.catalog-list a:hover strong {
  color: #8205b4;
}

.sorting a {
  padding: 0;
  position: relative;
  border-radius: 0px;
  color: #222222;
  display: flex;
  align-content: center;
  align-items: center;
  margin: auto 0;
}
.sorting a:last-child {
  margin-right: 0px;
}
.sorting a.sort-btn span {
  position: relative;
  padding: 0px 25px 0px 12px;
  display: inline-block;
  height: auto;
  width: 100%;
}
.sorting a.sort-btn span::after {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-arrows.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.sorting a.sort-btn.active {
  background-color: #4e4e4e;
  color: white;
}
.sorting a.sort-btn.active span::after {
  top: calc(50% - 6px);
  right: 8px;
  transform: rotate(-90deg);
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-arrows-white.svg);
}
.sorting a.sort-btn.active.decrease span::after {
  top: calc(50% - 2px);
  transform: rotate(90deg);
}

.new-products-list .item-box .product-attribut {
  margin-top: 30px;
}

.product-grid .item-box .product-attribut, .new-products-list .item-box .product-attribut {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.product-grid .item-box .product-attribut > span, .new-products-list .item-box .product-attribut > span {
  margin-bottom: 3px;
}
.product-grid .item-box .product-attribut .option-list.Length, .product-grid .item-box .product-attribut .option-list.Volume, .product-grid .item-box .product-attribut .option-list.Size, .new-products-list .item-box .product-attribut .option-list.Length, .new-products-list .item-box .product-attribut .option-list.Volume, .new-products-list .item-box .product-attribut .option-list.Size {
  margin-left: -6px;
  margin-right: -6px;
}
.product-grid .item-box .product-attribut .option-list.Length a, .product-grid .item-box .product-attribut .option-list.Volume a, .product-grid .item-box .product-attribut .option-list.Size a, .new-products-list .item-box .product-attribut .option-list.Length a, .new-products-list .item-box .product-attribut .option-list.Volume a, .new-products-list .item-box .product-attribut .option-list.Size a {
  margin-left: 6px;
  margin-right: 6px;
}

.product-attribut {
  width: 100%;
  /* // Diagonal

  .option-list:not(.Color) {
      input:disabled + label::after,
      input[data-discontinued="true"] + label::after {
          display: block;
          content: "";
          position: absolute;
          top: 10%;
          height: 80%;
          left: 0px;
          width: calc(100%);
          opacity: 1.0;
          background-image: url(/Themes/DefaultCleanKRDCustom/Content/css/data:image/svg+xml;utf8,<svg xmlns="http:/www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="100%" x2="100%" y2="0" stroke="%23707070" stroke-width="0.9"/></svg>);
          background-size: cover !important;
      }
  }
  .option-list.Color { 
      input:disabled + label::after,
      input[data-discontinued="true"] + label::after {
          display: block !important;
          content: "" !important;
          border-style: none !important;
          border-bottom: 1px solid #3e3e3e !important;
          position: absolute !important;
          width: 26px !important;
          height: 50% !important;
          top: -4.7px !important;
          left: -6px !important;
          transform: rotate(-30deg) !important;
          opacity: 1.0 !important;
      }
  }

  */
}
.product-attribut .label {
  line-height: normal !important;
  margin-right: 5px;
}
.product-attribut label, .product-attribut input {
  margin: 0;
}
.product-attribut label {
  font-weight: normal;
  vertical-align: baseline;
}
.product-attribut label:hover {
  cursor: pointer;
}
.product-attribut .option-list:not(.Color) input:disabled + label::after,
.product-attribut .option-list:not(.Color) input[data-discontinued=true] + label::after {
  display: block;
  content: "";
  border-style: none;
  border-bottom: 1px solid #707070;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 1px;
  left: 0px;
  opacity: 1;
}
.product-attribut .option-list.Color {
  padding-left: 1px;
}
.product-attribut .option-list.Color input:disabled + label::after,
.product-attribut .option-list.Color input[data-discontinued=true] + label::after {
  display: block !important;
  content: "" !important;
  border-style: none !important;
  border-bottom: 1px solid #3e3e3e !important;
  position: absolute !important;
  width: 24px !important;
  height: 50% !important;
  top: -4.6px !important;
  left: -5px !important;
  opacity: 1 !important;
}
.product-attribut .option-list {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  line-height: normal !important;
}
.product-attribut .option-list li, .product-attribut .option-list a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
}
.product-attribut .option-list li:hover, .product-attribut .option-list a:hover {
  text-decoration: none;
  color: #8205b4;
}
.product-attribut .option-list a {
  margin: 0 5px 0 0;
}
.product-attribut .option-list a.lastItem {
  margin: 0 0 0 2px;
}
.product-attribut .option-list a.lastItem::after {
  display: none;
}
.product-attribut .option-list a::after {
  content: ",";
}
.product-attribut .option-list a:hover::after {
  color: #222222;
}
.product-attribut .option-list a#ViewMore {
  font-weight: 700;
  text-decoration: none;
  color: #222222;
}
.product-attribut .option-list a#ViewMore:hover {
  text-decoration: underline;
}
.product-attribut .option-list.Length, .product-attribut .option-list.Volume, .product-attribut .option-list.Size {
  line-height: 150%;
}
.product-attribut .option-list.Length a, .product-attribut .option-list.Volume a, .product-attribut .option-list.Size a {
  padding: 1px 4px;
}
.product-attribut .option-list.Length a:not(#ViewMore), .product-attribut .option-list.Volume a:not(#ViewMore), .product-attribut .option-list.Size a:not(#ViewMore) {
  border: solid 1px #e8e8e8;
  margin-top: -3px;
  margin-bottom: 5px;
}
.product-attribut .option-list.Length a:not(#ViewMore)::after, .product-attribut .option-list.Volume a:not(#ViewMore)::after, .product-attribut .option-list.Size a:not(#ViewMore)::after {
  display: none;
}
.product-attribut .option-list.Color {
  margin-top: 2px;
}
.product-attribut .option-list.Color a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
}
.product-attribut .option-list.Color a#ViewMore {
  font-size: 14px;
  width: auto;
  height: auto;
  margin: 0 0 0 3px;
  display: inline-block;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}
.product-attribut .option-list.Color a.aluminium {
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-alum.svg) center center no-repeat;
}
.product-attribut .option-list.Color a.arylide-yellow-light {
  background-color: #ffffba;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.beige {
  background-color: #ebd9be;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.beige-light {
  background-color: #f5ecde;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.black {
  background-color: black;
}
.product-attribut .option-list.Color a.blue {
  background-color: #000099;
}
.product-attribut .option-list.Color a.burnt-crimson {
  background-color: #fce2d7;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.chrome-oxide-green {
  background-color: #eaf9e0;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.cyan {
  background-color: #40E0D0;
}
.product-attribut .option-list.Color a.darkgrey {
  background-color: #808080;
}
.product-attribut .option-list.Color a.dioxazine-violet {
  background-color: #f5d1fc;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.golden-green {
  background-color: #eef0c1;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.golden-orange {
  background-color: #fde5d9;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.green {
  background-color: #009966;
}
.product-attribut .option-list.Color a.grey {
  background-color: #A9A9A9;
}
.product-attribut .option-list.Color a.indian-yellow {
  background-color: #fff8c5;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.ivory {
  background-color: #f0f0d2;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.almond {
  background-color: #FFEBCD;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.paynes-grey {
  background-color: #ececf7;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.phthalo-turquoise {
  background-color: #deecef;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.purple {
  background-color: #800080;
}
.product-attribut .option-list.Color a.pyrolle-red-medium {
  background-color: #ffd5d5;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.quinacridone-violet {
  background-color: #ffe5f7;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.raw-sienna {
  background-color: #f9efca;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.red {
  background-color: #cc0000;
}
.product-attribut .option-list.Color a.sepia {
  background-color: #f7eddc;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.transparency {
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-transp.svg) center center no-repeat;
}
.product-attribut .option-list.Color a.transparent-permanent-orange {
  background-color: #ffebd3;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.ultramarine-violet-red-shade {
  background-color: #dbf0fd;
}
.product-attribut .option-list.Color a.white {
  background-color: white;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color a.yellow {
  background-color: #ffcc00;
}
.product-attribut .option-list.Color a.paintable {
  border: 1px solid #B1B1B1;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-paintable.svg) center center no-repeat;
}
.product-attribut .option-list.Color a.silver {
  border: 1px solid #B1B1B1;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-silver.png) center center no-repeat;
}
.product-attribut .option-list.Color a.orange {
  background-color: #ff6600;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color a.lightblue {
  background-color: #ADD8E6;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color a.brown {
  background-color: #8B4513;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color a.pink {
  background-color: #FF1493;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color li, .product-attribut .option-list.Color a {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.product-attribut .option-list.Color label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-attribut .option-list.Color input + label::before {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: -11px;
}
.product-attribut .option-list.Color input + label.aluminium::before {
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-alum.svg) center center no-repeat;
}
.product-attribut .option-list.Color input + label.arylide-yellow-light::before {
  background-color: #ffffba;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.beige::before {
  background-color: #ebd9be;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.beige-light::before {
  background-color: #f5ecde;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.black::before {
  background-color: black;
}
.product-attribut .option-list.Color input + label.blue::before {
  background-color: #000099;
}
.product-attribut .option-list.Color input + label.burnt-crimson::before {
  background-color: #fce2d7;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.chrome-oxide-green::before {
  background-color: #eaf9e0;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.cyan::before {
  background-color: #40E0D0;
}
.product-attribut .option-list.Color input + label.darkgrey::before {
  background-color: #808080;
}
.product-attribut .option-list.Color input + label.dioxazine-violet::before {
  background-color: #f5d1fc;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.golden-green::before {
  background-color: #eef0c1;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.golden-orange::before {
  background-color: #fde5d9;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.green::before {
  background-color: #009966;
}
.product-attribut .option-list.Color input + label.grey::before {
  background-color: #A9A9A9;
}
.product-attribut .option-list.Color input + label.indian-yellow::before {
  background-color: #fff8c5;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.ivory::before {
  background-color: #f0f0d2;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.almond::before {
  background-color: #FFEBCD;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.paynes-grey::before {
  background-color: #ececf7;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.phthalo-turquoise::before {
  background-color: #deecef;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.purple::before {
  background-color: #800080;
}
.product-attribut .option-list.Color input + label.pyrolle-red-medium::before {
  background-color: #ffd5d5;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.quinacridone-violet::before {
  background-color: #ffe5f7;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.raw-sienna::before {
  background-color: #f9efca;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.red::before {
  background-color: #cc0000;
}
.product-attribut .option-list.Color input + label.sepia::before {
  background-color: #f7eddc;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.transparency::before {
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-transp.svg) center center no-repeat;
}
.product-attribut .option-list.Color input + label.transparent-permanent-orange::before {
  background-color: #ffebd3;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.ultramarine-violet-red-shade::before {
  background-color: #dbf0fd;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.white::before {
  background-color: white;
  border: 1px solid #B1B1B1;
}
.product-attribut .option-list.Color input + label.yellow::before {
  background-color: #ffcc00;
}
.product-attribut .option-list.Color input + label.paintable::before {
  border: 1px solid #B1B1B1;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-paintable.svg) center center no-repeat;
}
.product-attribut .option-list.Color input + label.silver::before {
  border: 1px solid #B1B1B1;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-color-silver.png) center center no-repeat;
}
.product-attribut .option-list.Color input + label.orange::before {
  background-color: #ff6600;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color input + label.lightblue::before {
  background-color: #ADD8E6;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color input + label.brown::before {
  background-color: #8B4513;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color input + label.pink::before {
  background-color: #FF1493;
  /* border: 1px solid $color-gray-border; */
}
.product-attribut .option-list.Color input + label::after {
  content: "";
  display: none;
  position: absolute;
  border: 1px solid #B1B1B1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: -15px;
  left: -4px;
}
.product-attribut .option-list.Color input:checked + label::after {
  display: block;
}
.product-attribut input {
  display: none !important;
}
.product-attribut input + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 1px 4px;
}
.product-attribut input + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.product-attribut input:checked + label {
  background-color: #D3D3D3;
}
.product-attribut input:checked + label:hover {
  cursor: default;
  color: #222222;
}
.product-attribut input:checked + label::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
.product-attribut input:disabled + label {
  opacity: 0.5;
}
.product-attribut input:disabled + label:hover {
  cursor: default;
  color: #222222;
}
.product-list .product-attribut, .product-grid .product-attribut {
  font-size: 14px;
}
.product-list .product-attribut .label, .product-grid .product-attribut .label {
  font-size: 14px;
  margin-right: 10px;
}
.product-grid .product-attribut {
  font-size: 14px;
  margin-right: 5px;
}
.product-grid .product-attribut .label {
  font-size: 14px;
}

.product-grid a.watch-all {
  font-size: 16px;
}

a.watch-all {
  display: inline-block;
  text-decoration: underline;
}
a.watch-all:hover {
  text-decoration: none;
}

.product-list .product-attribut .option-list {
  width: 132px;
}
.product-list .product-attribut .option-list.Color a {
  margin: 0 3px;
}
.product-list .product-attribut .option-list.Color a:first-child {
  margin: 0 3px 0 0;
}
.product-list .watch-all-wrapper {
  display: flex;
  justify-content: end;
}
.product-list .watch-all-wrapper > div {
  width: 85px;
}
.product-list a.watch-all {
  width: 132px;
}
.product-list .product-attribut, .product-list .watch-all-wrapper {
  margin: 2px 0;
}

.page-title__h1 {
  font-size: 30px;
}
.page-title__link-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
}
.page-title__link-icon::after {
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-tplcreate.svg) center center no-repeat;
}
.page-title__link-icon:hover {
  opacity: 0.8;
}

/*.product-details-page {
    .product-list .item-box {
        .buttons .availability-button {
            margin-bottom: 5px;
        }
    }
}*/
.item-box .buttons {
  line-height: 1em;
}
.item-box .buttons a.watch-all {
  font-size: 14px;
  color: #8205b4;
}
.item-box .prices {
  overflow: visible;
  margin-top: 5px;
}
.item-box .picture {
  background-color: white;
  margin: 0 0 5px;
}
.item-box .picture a::before {
  padding-top: 50%;
}
.item-box .picture a img {
  max-height: 100%;
}
.item-box .choose-the-number-wrapper {
  width: 100%;
}
.item-box .choose-the-number-wrapper input[type=text] {
  height: 24px;
}
.item-box .warnings {
  color: #cc0000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.item-box .product-rating-box {
  display: none;
}
.item-box .add-to-compare-list-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/compare-button.svg);
}
.item-box .add-to-wishlist-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/wishlist-button.svg);
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button,
.item-box .product-box-add-to-cart-button {
  background-color: transparent;
  background-position: center right;
  border-left: 0px solid white !important;
  opacity: 1;
  float: right;
  width: 44px;
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover,
.item-box .product-box-add-to-cart-button:hover {
  background-color: transparent;
  opacity: 0.5;
}
.item-box .not-registered.product-box-add-to-cart-button,
.item-box .not-registered.product-box-add-to-cart-button:hover {
  opacity: 0.3;
  cursor: default;
}
.item-box .product-box-add-to-cart-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border-left: 1px solid white !important;
  font-size: 0;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button.svg);
}
.item-box input[type=button] {
  height: 24px;
}

.product-grid .item-box,
.new-products-list .item-box {
  padding: 10px;
  border: 1px solid #e7e7e7 !important;
  position: relative;
}
.product-grid .item-box .product-item,
.new-products-list .item-box .product-item {
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.product-grid .item-box .product-item .choose-the-number-wrapper,
.new-products-list .item-box .product-item .choose-the-number-wrapper {
  width: 100%;
}
.product-grid .item-box .product-item .choose-the-number-wrapper .choose-the-number .number-of-products,
.new-products-list .item-box .product-item .choose-the-number-wrapper .choose-the-number .number-of-products {
  width: 108px;
}
.product-grid .item-box .product-item .product-title,
.new-products-list .item-box .product-item .product-title {
  min-height: 44px;
}
.product-grid .item-box .product-item .buttons,
.new-products-list .item-box .product-item .buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px 10px;
}
.product-grid .item-box .product-item .buttons .buttons-icons,
.new-products-list .item-box .product-item .buttons .buttons-icons {
  width: 111px;
}
.product-grid .item-box .warnings-wrapper .warnings,
.new-products-list .item-box .warnings-wrapper .warnings {
  margin-top: 3px;
}
.product-grid .item-box .warnings-wrapper .warnings:last-child,
.new-products-list .item-box .warnings-wrapper .warnings:last-child {
  margin-top: 0;
}
.product-grid .item-box .popover.bottom,
.new-products-list .item-box .popover.bottom {
  left: 34px !important;
}

.product-grid .item-box {
  margin: 17px 2% 17px;
  width: 29%;
}
@media (max-width: 1230px) {
  .product-grid .item-box {
    width: 45%;
  }
}

.new-products-list .item-box {
  margin: 0 0.7% 20px;
  width: 29%;
}
@media (max-width: 1230px) {
  .new-products-list .item-box {
    width: 44%;
  }
}
.new-products-list .item-box .buttons .choose-the-number-wrapper .number-of-products input {
  height: 24px;
}

.new-products-list .slick-slide {
  height: auto;
}

.new-products-list .item-box {
  padding: 10px;
  border: 1px solid #B1B1B1;
}

.choose-the-number .text-label {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  height: 22px;
  line-height: 22px;
  display: none;
  vertical-align: middle;
}

.product-grid .item-box .availability-button,
.slick-track .item-box .availability-button {
  padding: 0 10px;
}

.item-box .buttons {
  padding: 0;
  margin-top: 10px;
}
.item-box .vendor-code b {
  font-weight: normal;
}
.item-box .manufacturer {
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
.item-box .vendor-code {
  font-weight: normal;
  font-size: 12px;
}

.product-grid .item-box a .description,
.new-products-list .item-box a .description {
  color: #222222;
}

.product-grid .item-box .picture:hover + .details .description,
.product-grid .description:hover,
.new-products-list .item-box .picture:hover + .details .description,
.new-products-list .description:hover {
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  z-index: 1000;
  background-color: #F0EFED;
  padding: 10px;
  height: 170px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  line-height: 19.6px;
}

.no-registered .product-grid .item-box .picture:hover + .details .description,
.no-registered .product-grid .description:hover,
.no-registered .new-products-list .item-box .picture:hover + .details .description,
.no-registered .new-products-list .description:hover {
  height: 170px;
}

.prices div {
  width: 100%;
}
.prices div span {
  font-weight: normal;
  display: inline-block;
  text-align: right;
}
.item-box .vendor-code,
.item-box .manufacturer {
  width: 100%;
  float: left;
}

.item-box {
  color: #58595b;
}

.item-box .details {
  padding: 0;
}

.item-box .prices {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
  height: auto;
}
.item-box .prices > div span:last-child {
  width: 125px;
  min-width: 125px;
}
.item-box .prices .price {
  color: #b1b1b1;
  font-weight: 700;
  font-size: 14px;
}
.item-box .prices .discount-price {
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px;
}

.product-grid .item-box .prices > div span:last-child {
  text-align: right;
}

.product-grid .item-box .product-item .popover,
.product-list .item-box .product-item .popover,
.new-products-list .item-box .product-item .popover {
  border: solid 1px #8205b4 !important;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 100;
}

.product-grid .item-box .product-item .availability-wrapper,
.new-products-list .item-box .product-item .availability-wrapper {
  width: 100%;
}
.product-grid .item-box .product-item .availability-wrapper input,
.new-products-list .item-box .product-item .availability-wrapper input {
  width: 100%;
}
.product-grid .item-box .product-item .availability-wrapper .popover,
.new-products-list .item-box .product-item .availability-wrapper .popover {
  margin-top: 35px;
  width: calc(100% - 20px);
}
.product-grid .item-box .product-item .details,
.new-products-list .item-box .product-item .details {
  flex-grow: 10;
  display: block;
}
.product-grid .item-box .product-item .warnings-wrapper,
.new-products-list .item-box .product-item .warnings-wrapper {
  padding-bottom: 5px;
}
.product-grid .item-box .product-item .buttons .buttons-icons,
.new-products-list .item-box .product-item .buttons .buttons-icons {
  padding-right: 3px;
}
.product-grid .item-box .product-item .choose-the-number-wrapper .choose-the-number .number-of-products,
.new-products-list .item-box .product-item .choose-the-number-wrapper .choose-the-number .number-of-products {
  width: 95px;
  min-width: 95px;
}
.product-grid .item-box .product-item .choose-the-number-wrapper .choose-the-number-placeholder,
.new-products-list .item-box .product-item .choose-the-number-wrapper .choose-the-number-placeholder {
  flex-grow: 10;
}

.new-products-list .item-box .product-item .availability-wrapper {
  margin-bottom: 5px;
}
.new-products-list .item-box .product-item .availability-wrapper .popover {
  margin-left: -24px;
  margin-top: 40px;
}

/*.new-products-list .item-box .prices, .product-grid .item-box .prices {
    height: 46px;
}*/
.no-registered .new-products-list .item-box .prices,
.no-registered .product-grid .item-box .prices {
  height: auto;
}

.item-box .actual-price {
  font-size: 17px;
  margin: 0;
  color: #818181;
}

.item-box .product-title {
  position: relative;
  margin: 0;
}

.item-box .product-title a {
  position: relative;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.item-box .product-title a:hover,
.product-list .item-box .details a:hover,
a.news-title:hover,
a.news-title:hover h2 {
  text-decoration: none;
}

.item-box .product-title a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 4px solid red;
  padding-left: 0px;
}

.manufacturer span {
  padding-left: 4px;
}

.product-list {
  color: #222222;
}
.product-list .item-box {
  float: none;
  margin: 0 5px 10px;
  width: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.product-list .item-box .product-item .add-info {
  min-height: 155px;
}
.product-list .item-box .warnings-wrapper {
  padding-top: 5px;
  padding-bottom: 15px;
}
.product-list .item-box .warnings-wrapper .related-warnings {
  color: #cc0000;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  width: 130px;
}
.product-list .product-item {
  width: 100%;
  position: relative;
}
.product-list .product-item .product-icons {
  left: 0;
}
.product-list .product-item .details,
.product-list .product-item .specification,
.product-list .product-item .add-info {
  vertical-align: top;
}
.product-list .product-item .picture {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  max-height: 195px;
  vertical-align: top;
  float: none;
  padding-top: 5px;
}
.product-list .product-item .details {
  padding-left: 4px;
  padding-right: 4px;
  width: 252px;
  max-width: 252px;
  min-width: 252px;
}
.product-list .product-item .details .description {
  display: block;
  float: left;
  margin: 5px 0 6px 0;
}
.product-list .product-item .details--manufacture {
  flex-grow: 1;
  max-width: 100%;
}
.product-list .product-item .details--manufacture .description {
  margin: 0;
}
.product-list .product-item .details--manufacture a {
  color: #222222;
  text-decoration: none;
}
.product-list .product-item .details--manufacture a:hover {
  color: #8205b4;
}
.product-list .product-item .specification {
  max-width: 125px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 4px;
  width: 23%;
  font-size: 12px;
  line-height: 17px;
}
.product-list .product-item .add-info {
  padding-top: 2px;
  padding-left: 4px;
  width: 185px;
  max-width: 185px;
  min-width: 185px;
}
.product-list .product-item .add-info .prices {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  font-size: 18px;
}
.product-list .product-item .add-info .prices .text-label {
  font-size: 14px;
}
.product-list .product-item .add-info .prices div {
  justify-content: flex-end;
}
.product-list .product-item .add-info .prices div span:first-child {
  white-space: nowrap;
  margin-right: 10px;
}
.product-list .product-item .add-info .prices div span:last-child {
  width: auto;
  min-width: 132px;
  text-align: left;
}
.product-list .product-item .add-info .list-view-product-attribut-wrapper {
  height: 100%;
}
.product-list .product-item .add-info .list-view-buttons-wrapper {
  width: 100%;
}
.product-list .choose-the-number .text-label {
  padding-right: 0;
}
.product-list .warnings-wrapper .warnings {
  width: 130px;
}
.product-list .availability-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  width: 100%;
}
.product-list .availability-wrapper input {
  width: 132px;
  max-width: 132px;
}
.product-list .quantity-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.product-list .quantity-wrapper .choose-the-number-wrapper .choose-the-number {
  justify-content: flex-end;
}
.product-list .quantity-wrapper .choose-the-number-wrapper .choose-the-number .number-of-products {
  width: 132px;
  max-width: 132px;
}
.product-list .quantity-wrapper .choose-the-number-wrapper .choose-the-number .number-of-products .plus,
.product-list .quantity-wrapper .choose-the-number-wrapper .choose-the-number .number-of-products .minus {
  max-width: 25px;
}
.product-list .quantity-wrapper .choose-the-number-wrapper .choose-the-number .number-of-products input {
  width: 60%;
}
.product-list .buttons {
  padding: 0;
  margin: 0;
}
.product-list .buttons .availability-button,
.product-list .buttons .buttons-icons {
  float: right;
  clear: both;
}
.product-list .buttons .availability-button {
  margin-top: 0px;
  height: 30px;
  margin-bottom: 15px;
  width: 130px;
  font-size: 14px;
}
.product-list .buttons .buttons-icons {
  left: 0px;
  width: 130px;
}
.product-list .buttons .buttons-icons .add-to-wishlist-button,
.product-list .buttons .buttons-icons .product-box-add-to-cart-button,
.product-list .buttons .buttons-icons .add-to-compare-list-button {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  width: 22px;
  min-width: 0;
  padding: 0;
}
.product-list .product-title {
  margin: 0 0 6px 0;
  padding: 0 !important;
  min-height: 0;
}
.product-list .popover-content div {
  display: -moz-inline-box;
  width: max-content;
}

.page.category-page .pager-row {
  padding-right: 0px !important;
}

.product-list .item-box {
  margin: 0 0px 20px;
}

.product-list .product-item .add-info {
  padding-right: 0px;
}

.product-list .product-item {
  width: 100%;
}

.page.category-page .product-sorting.select-wrapper {
  margin-left: 2px !important;
}

.page.category-page .dp-product-sorting {
  min-width: 200px;
  border: 1px solid #f0efed;
  padding: 5px 8px;
  margin-top: 0px;
}

.product-list .product-icons {
  text-transform: uppercase;
}

.page.category-page .dp-product-page-size {
  width: 49px !important;
  border: 1px solid #e7e7e7;
  padding: 4px 8px 4px 3px;
}

.dp-filter-panel ul {
  padding-right: 24px;
}

.product-icons.icons-new:after {
  content: "Новинка";
  background: red;
  padding: 1px 5px;
  height: 21px;
  width: 75px;
  margin-left: 7px;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
}

.product-icons.icons-new:before {
  content: "";
  border-left: 4px solid #58595b;
  height: 21px;
  position: absolute;
}

.item-box .picture a {
  height: 100%;
}

.product-list .item-box .product-title {
  height: 23px;
}

.product-list .item-box .manufacturer {
  display: none;
}

.product-list .item-box .details a {
  height: 24px;
}

.item-box .picture {
  margin: 0px -2px 13px;
}

.product-list .item-box .details .vendor-code:nth-child(5) {
  margin-bottom: 0px;
}

.product-list .product-item .details {
  padding-left: 1px;
}

.product-list .product-item .add-info .prices div span:first-child {
  margin-right: 0px;
  text-align: right;
}

.item-box .prices .price {
  font-size: 20x;
}

.product-list .buttons .buttons-icons .add-to-wishlist-button,
.product-list .buttons .buttons-icons .product-box-add-to-cart-button,
.product-list .buttons .buttons-icons .add-to-compare-list-button {
  background-color: transparent;
}

.vendor-code span b {
  font-weight: 600 !important;
}

.product-item input.add-to-compare-list-button {
  background-color: transparent;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-compare-product.svg);
  background-size: contain;
  height: 19px;
  margin-top: 9px;
  opacity: 1;
}

.product-item input.add-to-compare-list-button:hover {
  opacity: 0.5;
}

.product-item input.add-to-wishlist-button {
  background-color: transparent;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-wishlist_product.svg);
  background-size: contain;
  height: 25px;
  margin-top: 4px;
  opacity: 1;
}

.product-item input.product-box-add-to-cart-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product.svg);
  opacity: 1 !important;
  background-color: transparent;
  width: 45px !important;
  max-width: max-content;
  opacity: 1;
  min-width: max-content !important;
  padding: 0 22px !important;
}

.product-item input.product-box-add-to-cart-button:hover {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product-hover.svg) !important;
}

.product-item input.not-registered.product-box-add-to-cart-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product-unactive.svg);
}

.product-list .item-box .add-info {
  display: flex;
  flex-flow: column;
}

.product-list .item-box .add-info .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
  position: relative;
}
.product-list .item-box .add-info .buttons .popover.left {
  margin-left: -195px;
  margin-top: -6px !important;
}
@media (min-width: 1040px) {
  .product-list .item-box .add-info .buttons .popover.left {
    margin-left: -5px;
  }
}

.product-list .buttons .availability-button {
  margin-top: 0px;
  height: 31px;
  margin-bottom: 15px;
  border-radius: 15px;
  width: 92px;
  text-transform: uppercase;
  font-size: 12px !important;
  min-width: max-content;
  font-size: 14px;
  background: #58595b !important;
}

.product-list .item-box .add-info {
  display: flex;
}

.product-list .add-info .buttons-icons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -7px;
  margin-top: 7px;
}

.number-of-products .minus {
  border: 1px solid #b1b1b1;
  background-size: 15px 15px;
  width: 27px;
}

.number-of-products .plus {
  border: 1px solid #b1b1b1;
  background-size: 15px 15px;
  width: 27px;
}

.quantity-wrapper .number-of-products input {
  font-weight: 800;
  font-size: 18px;
  border: 1px solid #b1b1b1;
}

.block.block-recently-viewed-products .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 26px;
  padding-bottom: 9px;
  border-bottom: 1px solid #707070 !important;
}

.block.block-recently-viewed-products .list li {
  padding: 5px 0 5px 29px;
}

.dp-filter-panel .range-facet__input {
  border: 1px solid #707070;
}

.block.block-recently-viewed-products .product-picture img {
  width: 57px;
}

.block .listbox {
  padding-top: 32px;
}

.block .listbox ul li {
  display: flex;
}

.block .listbox ul li .product-picture {
  height: 57px;
  display: flex;
  align-items: center;
}

.block .listbox ul li .product-name {
  height: 57px;
  display: flex;
  align-items: center;
}

.product-list .product-attribut,
.product-list .watch-all-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start !important;
}

.product-list .product-attribut .option-list {
  width: auto;
  margin-left: 4px;
}

.product-attribut .option-list a {
  margin: 0 0px 0 2px;
}

.product-list .product-attribut .option-list {
  margin-left: 33px;
  display: flex;
  justify-content: flex-end;
  margin-right: 3px;
}

.product-list .product-attribut .option-list.Color {
  margin-top: 3px;
  margin-left: 39px;
}

.specification ul li:before {
  content: "■";
  margin-right: 7px;
  font-size: 8px;
  color: #8205b4;
}

.product-attribut {
  display: flex !important;
  align-items: center !important;
}

.product-list .product-attribut .option-list .groupedProductAtt {
  border: solid 1px #707070 !important;
  margin-top: -3px;
  margin-bottom: 5px;
  height: 19px;
  align-items: center;
  display: flex;
  padding: 1px 3.5px;
}

.product-list .product-attribut .label,
.product-grid .product-attribut .label {
  font-size: 15px;
  margin-right: -3px;
  margin-top: -4px;
}

.product-attribut .option-list a#ViewMore {
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  color: #58595b;
  margin-right: -4px;
  margin-top: 7px;
}

.product-list a.watch-all {
  width: unset;
}

.product-list .product-attribut,
.product-list .watch-all-wrapper {
  margin-right: 4px;
}

.product-list a.watch-all {
  width: unset;
  margin-top: 9px;
  font-size: 16px;
}

.product-item .grouped input.add-to-compare-list-button {
  width: 28px;
  min-width: 0;
  margin-right: 18px;
  width: 27px !important;
}

.product-item .grouped input.add-to-wishlist-button {
  margin-right: 3px;
  width: 27px !important;
}

.product-list .product-attribut .option-list.Color a {
  padding: 0;
  width: 17px;
  height: 17px;
}

.product-list .product-attribut .label,
.product-grid .product-attribut .label {
  margin-right: -33px !important;
  margin-top: 0px !important;
}

h1.company-name {
  border: none !important;
}

.login-page .returning-wrapper .buttons .login-button {
  width: 33% !important;
  min-width: 99px !important;
  margin-left: 120px !important;
}

form .buttons label {
  font-weight: 600;
}

form .buttons label a {
  font-weight: 100;
  text-decoration: underline;
}

.login-page.container .row.row-header-navigation {
  display: flex;
  justify-content: center !important;
  flex-direction: column;
}

.login-page.container .row.row-header-navigation h2 {
  color: #fff;
  font-size: 24px;
}

.login-page.container .row.row-header-navigation h2:before {
  content: "";
  border-left: 5px solid #8205b4;
  height: 28px;
  position: absolute;
  margin-top: 4px;
  margin-left: -14px;
}

.login-page.container .logo {
  width: unset !important;
}

@media (max-width: 640px) {
  .login-page.container .row.row-header-navigation {
    width: 100%;
  }
  .login-page.container .row.row-header-navigation h2 {
    color: #fff;
    font-size: 20px;
  }
  .login-page .returning-wrapper .buttons .login-button {
    margin-left: 108px !important;
  }
  .login-page form .buttons label {
    font-size: 14px;
  }
}
.login-page .container {
  justify-content: center !important;
  text-align: center;
}

.login-page .container .copyright-links a {
  text-transform: uppercase;
  text-decoration: underline;
}

.login-page .container .copyright-links .copyright-txt {
  margin-top: 15px;
  text-transform: uppercase;
}

#popup_contactus .form-control {
  border: 1px solid #999a9b;
}

#popup_contactus .notice {
  font-weight: 600;
}

#popup_contactus input.button-1 {
  color: white;
  min-width: 108px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 16px 28px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border-radius: 100px !important;
  background-color: #8205b4;
  border: 1px solid #8205b4;
  width: auto !important;
}
#popup_contactus input.button-1:hover {
  text-decoration: none;
  color: white;
  background-color: #63008a;
  border: 1px solid #63008a;
}

.dp-selected-facets a {
  background-color: #a7173b !important;
}

.dp-selected-facets a:last-child,
.product-list .product-item .specification .readmore-js-toggle,
.dp-filter-panel .ui-accordion .read-more {
  background-color: transparent !important;
}

.product-details-page .overview .overview-buttons .popover {
  top: 213px;
  left: 30.5px;
  display: block;
  padding: 0px;
  border: 1px solid red;
}

.assembly-parts {
  width: 100% !important;
}

.assembly-parts__picture img {
  max-width: 65% !important;
  padding-bottom: 10px;
  margin-top: -10px;
}

.assembly-parts__product-name {
  font-size: 18px !important;
}

.assembly-parts__product-name:before {
  content: "";
  margin-right: 10px;
  border-left: 4px solid red;
}

.assembly-parts__product-sku strong {
  display: none;
}

.assembly-parts__row {
  font-size: 14px !important;
  padding: 20px 0 0 0 !important;
}

.assembly-parts__product-sku {
  margin-left: 14px !important;
  color: #58595b !important;
  margin-top: 6px;
}

.assembly-parts__description {
  width: 44%;
  margin-left: 34px;
  color: #58595b;
  margin-top: -18px !important;
}

.assembly-parts__quantity-per-assembly {
  display: flex;
  background: #fee4e5;
  height: 41px;
  color: red;
  margin-top: -28px;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
}

.assembly-parts__availability {
  width: 16%;
  font-weight: 700;
  text-align: left;
}

.assembly-parts__availability ul li {
  color: #58595b;
}

.assembly-parts__read-more.assembly-parts__read-more--expanded {
  opacity: 1;
  background-position: 50% -24px;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next04.svg);
  background-size: 45px;
}

.assembly-parts__read-more.assembly-parts__read-more--collapsed {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next04.svg);
  background-size: 45px;
  opacity: 1;
  background-position: 50% 6px;
}

.buttons-icons.grouped .add-to-wishlist-button {
  margin-left: 25px;
}

.buttons-icons.grouped .not-registered.product-box-add-to-cart-button {
  display: none;
}

.product-details-page .overview .manufacturer {
  margin-bottom: 6px !important;
}

.product-details-page .add-info {
  margin-top: 10px !important;
}

.block-recently-viewed-products-v2 .product-name:hover {
  color: red !important;
}

.product-list .item-box .product-item:after {
  content: none !important;
}

.product-list .product-attribut .option-list {
  width: 93px;
}

.gallery .slick-current {
  left: 0px !important;
}

@media (max-width: 1040px) {
  .product-details-page .slider-nav {
    width: 90px !important;
  }
  .gallery .picture {
    margin: 0 10px 0 0;
  }
  .gallery {
    display: flex !important;
    flex-direction: column !important;
  }
  .slider-nav .slick-track {
    display: flex;
    position: absolute;
  }
  .slick-list.draggable {
    width: 100% !important;
  }
  .slider-nav.slick-initialized.slick-slider {
    width: 100% !important;
  }
  .product-details-page .slick-prev {
    margin-left: -58px !important;
    left: 0% !important;
    top: 50% !important;
  }
  .product-details-page .slick-next {
    top: 50% !important;
    margin-right: -40px !important;
    right: 0% !important;
    bottom: 0px !important;
  }
  .product-details-page .slick-next:before,
.product-details-page .slick-prev:before {
    transform: rotate(-90deg);
  }
}
.item-box .product-warnings__item {
  width: auto;
  text-align: right;
  line-height: 1.25em;
}
.item-box .product-warnings__item--maxQty, .item-box .product-warnings__item--qtyMult {
  color: #35ACF8;
}
.item-box .product-warnings__item--protect {
  color: #00d084;
}

.product-icons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.product-icons__item {
  font-size: 12px;
  z-index: 1;
  border-left: 5px solid #58595b;
  padding: 0 0 0 2px;
  margin-bottom: 4px;
}
.product-icons__item::after {
  height: 100%;
  justify-content: center;
  display: flex;
  width: max-content;
  color: #fff;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 4px;
}
.product-icons__item.icons-project-equipment::after {
  content: "Под проект";
  background-color: #b1b1b1;
}
.product-icons__item.icons-new::after {
  content: "Новинка";
  background-color: #8205b4;
}
.product-icons__item.icons-not-available {
  border-left-color: #8205b4;
}
.product-icons__item.icons-not-available::after {
  content: "Не произв.";
  background-color: #58595b;
}

.gallery .product-icons__item {
  font-size: 14px;
  margin-right: 20px;
  padding: 0 0 0 3px;
}
.gallery .product-icons__item::after {
  padding: 2px 8px;
}
.gallery .product-icons__item:last-child {
  margin-right: 0;
}

#pleaserotate-container {
  text-align: center;
  width: 75%;
}
#pleaserotate-container img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
#pleaserotate-container #pleaserotate-message {
  background: #fff;
  color: #222;
  font-size: 20px;
}

.product-tags-box {
  font-size: 12px;
  margin-top: 38px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  width: 100%;
}
.product-tags-box .title {
  background-color: #F0EFED;
  padding: 4px 10px 5px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  line-height: 1em;
  margin: 0 2px 0 0;
}

.product-tags-list {
  display: inline-block;
  font-size: 12px;
  width: auto;
}
.product-tags-list ul {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
  font-size: 0px;
  margin-left: -12px;
}
.product-tags-list ul li {
  font-size: 12px;
}
.product-tags-list a, .product-tags-list li, .product-tags-list .tag span {
  line-height: 1em;
}
.product-tags-list .separator {
  display: none;
}
.product-tags-list .tag a {
  display: inline-block;
  color: #8205b4;
  text-transform: uppercase;
  padding: 4px 12px 5px;
  text-decoration: none;
}
.product-tags-list .tag a:hover {
  opacity: 1;
  color: #63008a !important;
}
.product-tags-list .tag a::before {
  content: "#";
  margin-right: -3px;
}
.product-tags-list .tag {
  display: inline-block;
  position: relative;
  margin: 0 2px 2px 0;
}
.product-tags-list .tag span {
  display: inline-block;
  margin-left: 0.2em;
}

.dp-selected-facets {
  margin-bottom: 15px;
  margin-left: 6px;
}
.dp-selected-facets:not(:empty) {
  margin-top: 25px;
}
.dp-selected-facets a {
  display: inline-block;
  font-size: 14px;
  color: white;
  background-color: #008b8b;
  padding: 2px 6px;
  text-decoration: none;
  margin-right: 5px;
}
.dp-selected-facets a:hover {
  opacity: 0.7;
  color: #F0EFED;
}
.dp-selected-facets a::after {
  content: " ×";
}
.wishlist-page .no-data,
.shopping-cart-page .no-data,
.order-list-page:not(.reserve-list-page) .no-data,
.reserve-list-page .no-data,
.compare-products-page .no-data,
.template-list-page .no-data {
  margin: 0px auto;
  font-size: 20px;
  text-align: center;
  line-height: 130%;
}

.category-list {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 15px;
  display: inline-block;
}
.category-list a, .category-list a:hover {
  text-decoration: none;
  color: #444444;
}
.category-list ul {
  width: 100%;
}
.category-list ul li {
  width: 17%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
}
.category-list ul li a {
  display: block;
  width: 100%;
}
.category-list ul li .picture {
  height: 128px;
  width: 100%;
  text-align: center;
}
.category-list ul li .picture img {
  height: 128px;
  width: auto;
}
.category-list ul li:hover {
  background-color: #F0EFED;
}
.category-list .title {
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
.category-list h3 {
  font-size: 14px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.html-checkout-page .step-tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.html-checkout-page .step-tabs .step-title {
  box-flex: 0;
  -moz-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 5px;
  position: relative;
}
.html-checkout-page .step-tabs .step-title:first-child {
  padding-left: 0;
}
.html-checkout-page .step-tabs .step-title:last-child {
  padding-right: 0;
}
.html-checkout-page .step-tabs .step-title a {
  background-color: #F0EFED;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: center;
  color: #B1B1B1;
  padding: 7px 5px 7px 10px;
  cursor: default;
}
.html-checkout-page .step-tabs .step-title a:hover, .html-checkout-page .step-tabs .step-title a:focus {
  color: #B1B1B1;
  text-decoration: none;
}
.html-checkout-page .step-tabs .step-title a .number {
  font-size: 15px;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #B1B1B1;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  box-flex: 0;
  -moz-flex: 0 0 22px;
  flex: 0 0 22px;
}
.html-checkout-page .step-tabs .step-title a h2 {
  font-size: 16px;
  color: #B1B1B1;
  text-align: left;
  display: inline-block;
}
.html-checkout-page .step-tabs .step-title.completed a {
  background-color: #58595b;
  color: white;
  cursor: pointer;
}
.html-checkout-page .step-tabs .step-title.completed a .number {
  border: 1px solid white;
}
.html-checkout-page .step-tabs .step-title.completed a h2 {
  color: white;
}
.html-checkout-page .step-tabs .step-title.active a {
  background-color: #8205b4;
  color: white;
}
.html-checkout-page .step-tabs .step-title.active a:hover, .html-checkout-page .step-tabs .step-title.active a:focus {
  cursor: normal;
}
.html-checkout-page .step-tabs .step-title.active a .number {
  border: 1px solid white;
}
.html-checkout-page .step-tabs .step-title.active a h2 {
  color: white;
}
.html-checkout-page #checkout-steps {
  margin-top: 30px;
}
.html-checkout-page #checkout-steps.opc .section {
  margin: 0 0 15px;
}
.html-checkout-page #checkout-steps > li.tab-section {
  margin: 0 auto;
}
.html-checkout-page #checkout-steps > li.tab-section .step {
  margin: 0;
  padding: 20px 0 0 0;
  background-color: #F0EFED;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order {
  background-color: transparent;
  padding: 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .section {
  margin: 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .order-summary-content .cart-options {
  display: none;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order form {
  margin: 0 auto;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order form .cart-collaterals {
  /*
  .deals > div:last-child {
    margin: 0;
  }
  */
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order form .cart-collaterals > div {
  margin: 0 0 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons {
  padding: 0;
  width: 520px;
  float: right;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text .next-link {
  margin-left: 50px;
}
@media (max-width: 580px) {
  .html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text .next-link {
    margin-left: 10px;
  }
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .back-link,
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .next-link {
  margin: 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .next-link a::before {
  display: none;
}
.html-checkout-page #checkout-steps > li.tab-section .step a {
  color: #8205b4;
  text-decoration: underline;
}
.html-checkout-page #checkout-steps > li.tab-section .step a:hover {
  color: #8205b4;
  text-decoration: none;
}
.html-checkout-page #checkout-steps > li.tab-section .step a.product-name {
  color: #444444;
  text-decoration: none;
}
.html-checkout-page #checkout-steps > li.tab-section .step a.product-name:hover {
  color: #8205b4;
  text-decoration: none;
}
.html-checkout-page #checkout-steps > li.tab-section .step form {
  text-align: left;
  margin: 20px auto 50px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .section-title {
  width: 100%;
  margin-bottom: 15px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .section-title h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #222222;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group input,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group select,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group textarea,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group .select2-container {
  width: 100% !important;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text {
  flex-direction: column;
  align-items: flex-start;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group .label-req,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-group .control-label,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .label-req,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .control-label {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .address-info {
  font-weight: 700;
  margin: 20px 0 5px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .work-time {
  margin: 5px 0 25px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .address {
  margin: 0 0 10px 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .address::before {
  display: none;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .location-map {
  margin: 0 0 20px 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .ready-info {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .manager-info-block {
  margin: 0 0 15px 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .manager-info-block .contact-block-item {
  margin: 0;
  font-size: 14px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .work-time-info-text {
  font-weight: 700;
}
.html-checkout-page #checkout-steps > li.tab-section .step form .shipping-details-link,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .address-info,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .address,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .location-map,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .work-time-info-text,
.html-checkout-page #checkout-steps > li.tab-section .step form .form-text .work-time {
  font-size: 16px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form #adressAttributes h4 {
  margin-top: 30px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form #shippingAddress .section-title {
  margin: 40px 0 15px;
}
.html-checkout-page #checkout-steps > li.tab-section .step form #shippingAddress h4 {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}
.html-checkout-page #checkout-steps > li.tab-section .step .companies-notice {
  text-align: left;
  padding: 20px 70px;
  background-color: rgba(216, 53, 248, 0.09);
  border-top: 10px solid white;
}
.html-checkout-page #checkout-steps > li.tab-section .step .buttons-wrapper {
  margin: 0 auto;
  background-color: white;
}
.html-checkout-page #checkout-steps > li.tab-section .step .buttons-wrapper .buttons {
  padding: 20px 0;
  margin: 0 auto;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data {
  margin-bottom: 30px;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data > div {
  width: 49.6%;
  margin: 0;
  float: none;
  padding: 20px 35px;
  background-color: #F0EFED;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data > div.reserve {
  padding: 0;
  background-color: transparent;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .title,
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .address-info,
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data .work-time-info-text {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .selected-checkout-attributes {
  display: inline-block;
  width: 100%;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .selected-checkout-attributes .attributes-block:first-child {
  margin-bottom: 15px;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .selected-checkout-attributes .attributes-block .label {
  font-size: 14px;
  padding: 0;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .cart-collaterals {
  padding: 0;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step .shipping-info-wrap.reserve .title {
  display: none;
}
.html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step .shipping-info-wrap.reserve .warning {
  background-color: rgba(216, 53, 248, 0.09);
  padding: 20px 15px 20px 35px;
  letter-spacing: -0.6px;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .back-link,
.html-checkout-page #checkout-steps > li.tab-section .buttons .next-link {
  display: inline-block;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .back-link a,
.html-checkout-page #checkout-steps > li.tab-section .buttons .next-link a {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .back-link {
  margin-right: 32px;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .back-link a::before {
  background-position: 0px 0px;
  left: 15px;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .next-link.confirm-order-next-step-button a::after {
  display: none;
}
.html-checkout-page #checkout-steps > li.tab-section .buttons .please-wait {
  width: 100%;
}
.html-checkout-page #checkout-steps .method-list {
  padding-left: 15%;
  text-align: left;
  margin-bottom: 15px;
}
.html-checkout-page #checkout-steps .method-list li {
  display: inline-block;
  margin-right: 20%;
  width: auto;
}
.html-checkout-page #checkout-steps .method-list li:last-child {
  margin-right: 0;
}
.html-checkout-page #checkout-steps .method-list li label {
  font-size: 20px;
  color: #222222;
}
.html-checkout-page #checkout-steps .method-list li label::before {
  top: 0.15rem;
}
.html-checkout-page label {
  margin-bottom: 0;
}
.html-checkout-page .order-completed-page {
  padding-top: 40px;
}
.html-checkout-page .order-completed-page .order-completed .details {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 30px;
}
.html-checkout-page .order-completed-page .order-completed .details .details-link {
  margin-top: 20px;
}
.html-checkout-page .order-completed-page .order-completed .details .details-link a {
  color: #8205b4;
}
.html-checkout-page .order-completed-page .buttons {
  text-align: center;
}
.html-checkout-page .section.pickup-in-store,
.html-checkout-page .print-buttons {
  display: none;
}
.html-checkout-page li#opc-confirm_order .cart-footer .totals {
  max-width: 520px;
  width: 100%;
}
.html-checkout-page li#opc-confirm_order .cart-footer .totals .total-info .cart-total {
  padding-right: 20px;
}

#checkout-step-shipping-method {
  position: relative;
}

@media (max-width: 768px) {
  #co-additional-Info-form {
    margin: 150px auto 50px !important;
  }
}

.project-notification {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 20px 45px;
  background-color: rgba(216, 53, 248, 0.09);
  border-bottom: 10px solid white;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .project-notification {
    flex-flow: column wrap;
  }
}
.project-notification__text {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .project-notification__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.button-projectReg {
  min-width: 260px !important;
  color: white !important;
  text-decoration: none !important;
}

.category-list-page {
  padding-bottom: 40px;
}
.category-list-page ul {
  margin-bottom: 0;
}
.category-list-page a {
  text-decoration: none;
}
.category-list-page h2 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.category-list-page h2 a {
  color: #222222;
}
.category-list-page h2 a:hover {
  color: #8205b4;
}
.category-list-page .coll_s:not(:last-child) {
  padding-right: 3%;
}
.category-list-page .coll_s > li {
  margin-bottom: 30px;
}
.category-list-page .coll_s > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .category-list-page .coll_s {
    width: 100% !important;
  }
  .category-list-page .coll_s > li:last-child {
    margin-bottom: 30px;
  }
}
.category-list-page .sub-category-list a {
  color: #818181;
}
.category-list-page .sub-category-list a:hover {
  color: #8205b4;
}

.html-category-page .page-title {
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
}

.html-category-page h1 {
  font-weight: 600;
  color: #58595B;
}

.about-wrapper, .about-wrapper4, .about-wrapper3, .about-wrapper2, .container.about-wrapper1 {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}

.content-page .about-contents .about-button {
  color: white;
  width: 230px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: 0.7px;
  border-style: none;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .content-page .about-contents .about-button {
    width: 100%;
  }
}
.content-page .about-contents .about-row {
  max-width: 1230px;
  margin: 0px auto;
  width: 85%;
}
@media (max-width: 480px) {
  .content-page .about-contents .about-row {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.content-page .about-contents .about-row h2 {
  font-size: 30px;
  text-align: center !important;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  line-height: 110% !important;
}
.content-page .about-contents .about-row ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.content-page .about-contents .about-row ul li {
  padding: 0;
  margin: 0;
}
.content-page .about-contents .about-row ul li::before {
  display: none;
}
.content-page .about-contents .about-row-bg {
  width: 100%;
}
.content-page .about-contents .about-row.about-text {
  font-size: 16px;
  padding-bottom: 20px;
}
.content-page .about-contents .about-row.about-text > p {
  text-align: center;
  font-size: inherit;
}
.content-page .about-contents .about-row-bg.catalog {
  background-color: #eefaff;
}
.content-page .about-contents .about-row.catalog {
  padding-top: 10px;
  padding-bottom: 40px;
}
.content-page .about-contents .about-row.catalog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 15px;
}
.content-page .about-contents .about-row.catalog ul li.characteristic {
  width: 33.3%;
  /*
  &:not(:last-child) {
      padding-right: 5%;
  }
  */
  padding-left: 1.5%;
  padding-right: 1.5%;
  text-align: center;
  display: block;
  font-size: 30px;
  color: #8205b4;
  line-height: 120%;
  padding-bottom: 20px;
}
@media (max-width: 1060px) {
  .content-page .about-contents .about-row.catalog ul li.characteristic {
    flex-flow: column;
    width: 100%;
    text-align: center;
  }
}
.content-page .about-contents .about-row.catalog .catalog-text {
  font-size: 16px;
  text-align: center;
}
.content-page .about-contents .about-row.catalog .catalog-text > p {
  font-size: inherit;
  text-align: center;
}
.content-page .about-contents .about-row.catalog .button-container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}
.content-page .about-contents .about-row.catalog .button-container .about-button {
  background-color: #8205b4;
}
.content-page .about-contents .about-row-bg.worldwide {
  background-color: white;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/about-worldwide.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.content-page .about-contents .about-row.worldwide {
  padding-top: 10px;
  padding-bottom: 40px;
}
.content-page .about-contents .about-row.worldwide > h2 {
  min-height: 80px;
}
.content-page .about-contents .about-row.worldwide ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 75px;
}
.content-page .about-contents .about-row.worldwide ul li.point {
  width: 100%;
  max-width: 33.3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  text-align: center;
  display: block;
  font-size: 22px;
  color: #8205b4;
  line-height: 120%;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .content-page .about-contents .about-row.worldwide ul li.point {
    max-width: 100%;
  }
}
.content-page .about-contents .about-row.worldwide .worldwide-text {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.content-page .about-contents .about-row.worldwide .worldwide-text > p {
  font-size: inherit;
  text-align: center;
}
.content-page .about-contents .about-row.worldwide .button-container {
  text-align: center;
  padding-bottom: 0px;
}
.content-page .about-contents .about-row.worldwide .button-container .about-button {
  background-color: #555555;
}
.content-page .about-contents .about-row-bg.advantages {
  background-color: #f2f2f2;
}
.content-page .about-contents .about-row.advantages {
  padding-top: 10px;
  padding-bottom: 30px;
}
.content-page .about-contents .about-row.advantages ul {
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 20px 10px;
}
.content-page .about-contents .about-row.advantages ul li.advantage {
  display: block;
  width: 100%;
  max-width: 33.3%;
  margin: 0;
  padding: 20px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .content-page .about-contents .about-row.advantages ul li.advantage {
    max-width: 100%;
  }
}
.content-page .about-contents .about-row.advantages ul li.advantage div:first-child {
  font-size: 22px;
  padding: 10px 0px 10px 0px;
  line-height: 110%;
}
.content-page .about-contents .about-row.advantages ul li.advantage div:last-child {
  line-height: 110%;
  font-size: 16px;
}
.content-page .events-contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  text-align: center;
  width: 780px;
}
@media (max-width: 992px) {
  .content-page .events-contents {
    width: 520px;
  }
}
@media (max-width: 580px) {
  .content-page .events-contents {
    width: 260px;
  }
}
.content-page .events-contents .event {
  width: 30%;
  min-width: 260px;
  padding: 2%;
  margin-bottom: 25px;
}
.content-page .events-contents .event .title h3 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.content-page .events-contents .event .program {
  display: block;
  margin: 10px 30px 30px 0px;
  font-size: 14px;
  text-align: left;
}
.content-page .events-contents .event .program:after {
  margin-left: 7px;
  color: #8205b4;
  content: "→";
}
.content-page .events-contents .event .registration {
  display: block;
}
.content-page .events-contents .event .registration.closed a {
  background-color: #999;
}
.content-page .events-contents .event .registration a, .content-page .events-contents .event .registration > div {
  width: 100%;
  white-space: nowrap;
}
.content-page .events-contents .event .picture {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
.content-page .events-contents .event .picture img {
  width: 100%;
}
.content-page .events-contents .event.closed .registration a, .content-page .events-contents .event.closed .registration a:hover, .content-page .events-contents .event.closed .registration a:visited, .content-page .events-contents .event.closed .registration > div {
  background-color: #999 !important;
  cursor: default;
}
.content-page .events-contents .event.closed .picture img {
  filter: grayscale(100%);
}
.content-page .delivery-time-contents .table-wrapper-wrapper {
  overflow-x: auto;
}

.product-availability ul {
  margin-bottom: 0;
}

.product-availability ul li:before {
  list-style-type: none;
  content: none;
}

.compare-products-page {
  overflow: visible;
}
@media (max-width: 1000px) {
  .compare-products-page {
    text-align: left;
  }
}
@media (max-width: 540px) {
  .compare-products-page .dropdown-toggle.selectpicker.btn-default {
    width: 100%;
  }
  .compare-products-page .bootstrap-select.btn-group .btn .filter-option {
    padding: 0 10px !important;
  }
}
.compare-products-page .specification {
  margin-top: 0;
}
.compare-products-page #dp-category-level-2 + div.bootstrap-select {
  min-width: 182px;
  border: 1px solid #e7e7e7;
  padding: 8px;
}
.compare-products-page #dp-category-level-2 + div.bootstrap-select span.filter-option {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 42px;
}
.compare-products-page #dp-category-level-2 + div.bootstrap-select li a {
  padding: 5px 10px 5px 14px !important;
}
.compare-products-page #dp-category-level-2 + div.bootstrap-select .dropdown-menu {
  width: 100%;
}
.compare-products-page #dp-view-method-comparer + div.bootstrap-select {
  min-width: 182px;
  border: 1px solid #e7e7e7;
  padding: 8px;
}
.compare-products-page #dp-view-method-comparer + div.bootstrap-select span.filter-option {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 42px;
}
.compare-products-page #dp-view-method-comparer + div.bootstrap-select li a {
  padding: 5px 10px 5px 14px !important;
}
.compare-products-page #dp-view-method-comparer + div.bootstrap-select .dropdown-menu {
  width: 100%;
}
.compare-products-page .comparer-parameters-row {
  padding: 0 10px;
  margin-bottom: 20px;
  background-color: unset;
  height: unset;
  /* // TAG20
  .clear-list-button {
      text-decoration: none;
      @extend %delete-icon;
      color: $color-default-text;

      &:hover {
          color: $color-accent;
      }
  }
  */
}
.compare-products-page .comparer-parameters-row .select-wrapper {
  margin-right: 40px;
}
@media (max-width: 440px) {
  .compare-products-page .comparer-parameters-row .select-wrapper {
    margin-right: 0;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .compare-products-page .comparer-parameters-row .select-wrapper span {
    width: 50%;
  }
  .compare-products-page .comparer-parameters-row .select-wrapper:first-child {
    margin-right: 0 !important;
  }
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--select {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--select > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 440px) {
  .compare-products-page .comparer-parameters-row .comparer-parameters-row--select {
    justify-content: flex-start;
  }
  .compare-products-page .comparer-parameters-row .comparer-parameters-row--select > * {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list {
  margin-left: 10px;
  border: solid 1px #e7e7e7;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list:hover {
  border: solid 1px #8205b4;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list:hover a span {
  color: #8205b4;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list a {
  text-decoration: none;
  padding: 8px 20px 8px 37px;
  display: block;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list a span {
  white-space: nowrap;
}
.compare-products-page .comparer-parameters-row .comparer-parameters-row--clear-list .clear-list-button {
  text-decoration: none;
  color: #222222;
}
.compare-products-page .specification:hover {
  cursor: pointer;
}
.compare-products-page .specification.comparer-list-hover {
  background-color: #F0EFED;
}
.compare-products-page .specification-titles .specification label {
  overflow: visible;
}
.compare-products-page .general-product-information-wrapper {
  overflow: visible;
}
.compare-products-page .compare-slick-wrapper {
  width: 100%;
}
.compare-products-page .compare-slick-wrapper .specification-titles {
  width: 250px;
}
@media (max-width: 992px) {
  .compare-products-page .compare-slick-wrapper .specification-titles {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .compare-products-page .compare-slick-wrapper .specification-titles {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .compare-products-page .compare-slick-wrapper .specification-titles {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .compare-products-page .compare-slick-wrapper .specification-titles {
    width: 130px;
  }
}
@media (max-width: 340px) {
  .compare-products-page .compare-slick-wrapper .specification-titles {
    width: 110px;
    font-size: 12px;
  }
}
.compare-products-page .compare-slick-wrapper .specification-titles .specification {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.compare-products-page .compare-slick-wrapper .specification-titles .specification label {
  font-weight: 400;
  color: #777;
}
.compare-products-page .compare-slick-wrapper .compare-slick {
  width: calc(100% - 250px);
}
@media (max-width: 1360px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1000px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 260px);
  }
}
@media (max-width: 768px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 230px);
  }
}
@media (max-width: 640px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 190px);
  }
}
@media (max-width: 540px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 190px);
  }
}
@media (max-width: 540px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 165px);
  }
}
@media (max-width: 340px) {
  .compare-products-page .compare-slick-wrapper .compare-slick {
    width: calc(100% - 145px);
  }
}
.compare-products-page .compare-slick-wrapper .compare-slick .slick-list {
  width: 100%;
}
.compare-products-page .compare-slick-wrapper .compare-slick .slick-prev,
.compare-products-page .compare-slick-wrapper .compare-slick .slick-next {
  height: 72px;
  width: 36px;
  top: 90px;
}
@media (max-width: 640px) {
  .compare-products-page .compare-slick-wrapper .compare-slick .slick-prev,
.compare-products-page .compare-slick-wrapper .compare-slick .slick-next {
    height: 52px;
    width: 26px;
  }
}
.compare-products-page .compare-slick-wrapper .compare-slick .slick-prev {
  left: -65px;
}
@media (max-width: 640px) {
  .compare-products-page .compare-slick-wrapper .compare-slick .slick-prev {
    left: -45px;
  }
}
.compare-products-page .compare-slick-wrapper .compare-slick .slick-prev::before {
  position: absolute;
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-prev03.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.compare-products-page .compare-slick-wrapper .compare-slick .slick-next {
  right: -35px;
}
@media (max-width: 640px) {
  .compare-products-page .compare-slick-wrapper .compare-slick .slick-next {
    right: -20px;
  }
}
.compare-products-page .compare-slick-wrapper .compare-slick .slick-next::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next03.png) center center no-repeat;
}
.compare-products-page .compare-product-item {
  display: flex;
  flex-flow: column nowrap;
}
.compare-products-page .compare-product-item .general-product-information-wrapper {
  padding: 10px;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information {
  padding: 10px;
  border: 1px solid #e7e7e7;
  position: relative;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .remove-button {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: none;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icon-close-gray.svg) center center no-repeat;
  right: 10px;
  top: 10px;
  transition: 0.1s all ease-in-out;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .remove-button:hover {
  transform: scale(1.1);
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .picture {
  background-color: white;
  margin: 25px 0 5px;
  overflow: hidden;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .picture a {
  display: block;
  position: relative;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .picture a::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title {
  min-height: 44px;
  position: relative;
  margin: 0 auto 5px;
  line-height: normal !important;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #222222;
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a:hover {
  color: #8205b4;
}
@media (max-width: 910px) {
  .compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .product-title a {
    font-size: 12px;
  }
}
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .manufacturer-title,
.compare-products-page .compare-product-item .general-product-information-wrapper .general-product-information .vendor-code {
  font-size: 14px;
  line-height: 1.618em;
}
.compare-products-page .compare-product-item .compare-characteristics-lines > div {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.compare-products-page .compare-product-item .compare-characteristics-lines .product-price {
  font-weight: 700;
  color: #8205b4;
}

.html-downloads-page .page {
  min-height: 0;
}
.html-downloads-page .page .page-body {
  padding-bottom: 0;
}
.html-downloads-page .page .text-body {
  display: none;
}
.html-downloads-page h2, .html-downloads-page h3 {
  font-size: 20px;
  color: #58595b;
  width: 100%;
}
.html-downloads-page h2.section-title {
  text-align: center;
  font-weight: 700;
}
.html-downloads-page .download-grid--group {
  margin-bottom: 20px;
}
.html-downloads-page .download-grid .downloads-item-box .downloads-item--link {
  flex-grow: 2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
}
.html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box {
  width: 31%;
  margin-bottom: 45px;
  margin-left: 3%;
}
.html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 640px) {
  .html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box {
    width: 48.4%;
  }
  .html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box:nth-child(3n+1) {
    margin-left: 3.2%;
  }
  .html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box {
    width: 100%;
  }
}
.html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box .downloads-item--title {
  margin: 10px 0 5px;
  line-height: 1.25em;
  display: inline-block;
}
.html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box .downloads-item-picture {
  width: 100%;
}
.html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box .downloads-item-picture img {
  width: 100%;
  height: auto;
}
.html-downloads-page .download-grid.catalogues-and-brochures .downloads-item-box .downloads-item--link {
  margin-top: 12px;
}
.html-downloads-page .download-grid.documents .downloads-item-box {
  width: 48.4%;
  border: 1px solid #e7e7e7;
  margin-bottom: 25px;
}
.html-downloads-page .download-grid.documents .downloads-item-box a.download-box-link {
  text-decoration: none;
  color: inherit;
  padding: 10px 14px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .html-downloads-page .download-grid.documents .downloads-item-box {
    width: 100%;
  }
}
.html-downloads-page .download-grid.documents .downloads-item-box .downloads-item--title {
  font-size: 20px;
  margin-bottom: 2px;
}
.html-downloads-page .download-grid.documents .downloads-item-box .downloads-item--link {
  margin-top: 10px;
}
.html-downloads-page .download-grid.documents .downloads-item-box .downloads-item--date:empty {
  height: 1.44em;
}
.html-downloads-page .download-grid .downloads-item--link a {
  text-decoration: none;
  color: #222222;
  font-size: 14px;
}
.html-downloads-page .download-grid .downloads-item--link a:hover {
  opacity: 0.8;
}
.html-downloads-page .download-grid .downloads-item--link .file-format {
  padding: 4px 30px;
  color: white;
  margin: 0 10px 5px 0;
  display: inline-block;
}
.html-downloads-page .download-grid .downloads-item--link .file-format.pdf {
  background-color: #00d084;
}
.html-downloads-page .download-grid .downloads-item--link .file-format.zip {
  background-color: #e4a11f;
}
.html-downloads-page .download-grid .downloads-item--link .file-format.xls {
  background-color: #00723f;
}
.html-downloads-page .download-grid .downloads-item--link .file-format.doc {
  background-color: #00539a;
}
.html-downloads-page .download-grid .downloads-item--link .file-size {
  position: relative;
  padding-right: 22px;
  margin-bottom: 7px;
}
.html-downloads-page .download-grid .downloads-item--link .file-size::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-file-downloads.svg) center center no-repeat;
}

.email-a-friend-page .form-text {
  width: 50%;
}
.email-a-friend-page label {
  text-transform: uppercase;
  font-size: 12px;
}
.email-a-friend-page .fieldset .buttons {
  width: 100%;
}
.email-a-friend-page .buttons {
  width: 100%;
}
.email-a-friend-page .form-group {
  width: 50%;
  margin: 0px auto 15px;
  flex-direction: column;
  align-items: flex-start;
}
.email-a-friend-page .form-group .label-req {
  width: 100% !important;
  text-align: left;
}
.email-a-friend-page .form-group input.text-box {
  width: 100% !important;
}
.email-a-friend-page .form-group input,
.email-a-friend-page .form-group select,
.email-a-friend-page .form-group textarea,
.email-a-friend-page .form-group .select2-container {
  width: 100% !important;
}
.email-a-friend-page .captcha-box {
  margin-bottom: 15px;
}

.html-account-page .page.email-a-friend-page .page-title h1 {
  margin-bottom: 0;
}
.html-account-page .page.email-a-friend-page .page-body .fieldset {
  margin-top: 0;
}
.html-account-page .page.email-a-friend-page .page-body .fieldset .buttons {
  width: 100%;
}

.template-details-page .clear-cart-checkbox {
  max-width: 230px;
  margin: 0;
}
.template-details-page .wrapper-request-an-offer {
  flex-grow: 1;
}
.template-details-page .template-control-buttons {
  margin: 0 auto 10px;
}
@media (max-width: 1000px) {
  .template-details-page .buttons,
.template-details-page .button {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .template-details-page .buttons {
    flex-flow: column wrap;
    align-items: center;
  }
  .template-details-page .buttons .button {
    margin: 4px auto;
  }
  .template-details-page .buttons .clear-cart-checkbox {
    max-width: none;
    margin: 10px auto;
  }
}
.template-details-page .clear-cart-checkbox {
  margin-right: 10px;
}
.template-details-page .clear-cart-checkbox label {
  font-weight: 400;
}

.html-account-page {
  color: #222222 !important;
  /*.side-2 {
      padding-top: 20px;

      .block-account-navigation {
          border-right: 2px solid $color-gray-border;
          border-left: 2px solid $color-gray-border;
          padding: 12px 12px 0px 12px;
          border-bottom: 2px solid $color-gray-darkest;
          margin-bottom: 30px;

          .title {
              padding: 12px 30px 24px 10px;
          }

          .listbox {
              .list {
                  margin: 0;
                  padding: 0 0 0 5px;
                  list-style-position: inside;

                  li {
                      padding: 0 0 0 10px;

                      a {
                          &:hover {
                              color: $color-accent;
                              text-decoration: none;
                          }
                      }
                  }
              }
          }
      }
  }*/
}
.html-account-page label,
.html-account-page h5 {
  color: #222222;
}
.html-account-page .block .block-title {
  margin: 15px 0;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.html-account-page .block .block-body .block-body--column {
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.html-account-page .block .block-body .block-body--column:nth-child(odd) {
  padding-right: 10px;
}
.html-account-page .block .block-body .block-body--column:nth-child(even) {
  padding-left: 10px;
}
.html-account-page .block .block-body .block-body--column ul {
  margin-bottom: 0;
}
.html-account-page .block .block-body .block-body--column ul li {
  margin-bottom: 8px;
}
.html-account-page .block .block-body .block-body--column ul li:last-child {
  margin-bottom: 0;
}
.html-account-page .block .block-body .block-body--column ul li a {
  display: block;
  width: 100%;
  padding: 20px 20px;
  color: #222222;
  background-color: #F0EFED;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
  transition: 0.08s all ease-in-out;
}
.html-account-page .block .block-body .block-body--column ul li a:hover {
  color: white;
  background-color: #8205b4;
  text-decoration: none;
}
.html-account-page .block.account-personal-details .text {
  padding: 0 100px 0 0;
}
.html-account-page .block.account-personal-details .contact-block-item {
  font-size: 14px;
  line-height: 1.618em;
}
.html-account-page .block.account-personal-details .manager-info-block {
  margin: 10px 0;
}
.html-account-page .block.account-personal-details .manager-name {
  font-weight: bold;
}
.html-account-page .block.account-order-management a {
  position: relative;
}
.html-account-page .block.account-order-management a::after {
  position: absolute;
  content: "";
  display: block;
  width: 52px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 22.5px);
  right: 30px;
}
.html-account-page .block.account-order-management a.reserves::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-reserve.svg);
}
.html-account-page .block.account-order-management a.order-templates::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-order_templates.svg);
}
.html-account-page .block.account-order-management a.orders-reports::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-order_reports.svg);
}
.html-account-page .block.account-order-management a.orders::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-order.svg);
}
.html-account-page .block.account-order-management a.wish-list::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-favorites.svg);
}
.html-account-page .block.account-order-management a.reserves:hover::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-reserve-invert.svg);
}
.html-account-page .block.account-order-management a.order-templates:hover::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-order_templates-invert.svg);
}
.html-account-page .block.account-order-management a.orders-reports:hover::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-order_reports-invert.svg);
}
.html-account-page .block.account-order-management a.orders:hover::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-order-invert.svg);
}
.html-account-page .block.account-order-management a.orders-projects:after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-project.svg);
}
.html-account-page .block.account-order-management a.orders-projects:hover::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-project-invert.svg);
}
.html-account-page .block.account-order-management a.projects-reports:after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-project_reports.svg);
}
.html-account-page .block.account-order-management a.projects-reports:hover::after {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-account-project_reports-invert.svg);
}
.html-account-page h5 {
  font-size: 16px;
}
.html-account-page .page .page-title h1 {
  margin-bottom: 0;
}
.html-account-page .page .small-text {
  font-size: 12px;
  line-height: 1.25em;
}
.html-account-page .page .small-text,
.html-account-page .page .form-text.mb-15 {
  margin-bottom: 15px;
}
.html-account-page .page .page-body .fieldset {
  margin: 0;
  max-width: 100%;
  color: #222222 !important;
  margin-top: 50px;
}
.html-account-page .page .page-body .fieldset:first-child {
  margin-top: 0;
}
.html-account-page .page .page-body .fieldset .section {
  margin: 0 auto;
}
.html-account-page .page .page-body .fieldset h3 {
  margin-top: 20px;
  color: #8205b4;
  font-size: 20px;
  font-weight: 400;
  border: none;
}
.html-account-page .page .page-body .fieldset .section-title {
  margin-top: 20px;
}
.html-account-page .page .page-body .fieldset .section-title h4 {
  font-size: 16px;
  color: #222222;
}
.html-account-page .page .page-body .fieldset .buttons {
  width: 50%;
  margin: 0 0 25px 25%;
}
.html-account-page .page .page-body .fieldset .buttons input[type=button],
.html-account-page .page .page-body .fieldset .buttons input[type=submit] {
  width: 100%;
}
.html-account-page .page .page-body .fieldset .buttons.two-buttons input[type=button] {
  width: 47%;
}
.html-account-page .page .page-body .fieldset.account-company-details .form-fields-wrapper .section-title {
  padding-left: 0;
  font-weight: bold;
}
.html-account-page .page .page-body .fieldset.account-company-details .form-fields-wrapper .select-billing-address label[for=exampleInputPassword1] {
  display: none;
}
.html-account-page .page .page-body .fieldset.account-company-details .form-fields-wrapper .form-group {
  margin-bottom: 10px;
}
.html-account-page .page .page-body .fieldset.account-company-details .form-fields-wrapper .form-group .select2-container {
  width: 100% !important;
}
.html-account-page .page .page-body .fieldset.account-company-details .form-fields-wrapper .form-group label {
  width: auto;
  font-weight: bold;
  padding-right: 0.5em;
}
.html-account-page .page .page-body .fieldset.account-delivery-information form#address-atts {
  margin-bottom: 50px;
}
.html-account-page .page .page-body input[type=text],
.html-account-page .page .page-body .input-separator {
  float: none;
}
.html-account-page.html-order-list-page .order-list-page .order-sorting,
.html-account-page.html-order-list-page .template-list-page .order-sorting {
  margin: 20px 0;
  padding: 0;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table {
  margin-bottom: 15px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table td,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table td {
  border: 1px solid #e6e6e6;
  line-height: 1.25em;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table thead tr,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table thead tr,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th {
  height: 46px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th {
  background-color: #F0EFED;
  vertical-align: middle;
  font-weight: normal;
  padding: 0;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.order-total, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.template-name, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.buttons, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.remove-from-cart,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th.order-total,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th.template-name,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th.buttons,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th.remove-from-cart {
  padding: 2px 12px 0;
  vertical-align: middle;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th a.btn,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th a.btn {
  height: 100%;
  width: 100%;
  white-space: pre-wrap;
  text-align: left;
  border: none;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table td,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table td {
  height: 56px;
  vertical-align: middle;
  padding: 0 12px;
  background-color: white;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-status,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-status {
  cursor: pointer;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-status.status-processing,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-status.status-processing {
  color: #ff9900;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-status.status-complete,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-status.status-complete {
  color: #009966;
  font-weight: 700;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-status.status-approved,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-status.status-approved {
  color: #009966;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-status.status-cancelled,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-status.status-cancelled {
  color: #cc0000;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .payment-status.paymentStatus-paid,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .payment-status.paymentStatus-paid {
  color: #009966;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .payment-status.paymentStatus-partiallyrefunded,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .payment-status.paymentStatus-partiallyrefunded {
  color: #ff9900;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .payment-status.paymentStatus-pending,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .payment-status.paymentStatus-pending {
  color: #cc0000;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .delivery-status.shippingStatus-notyetshipped,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .delivery-status.shippingStatus-notyetshipped {
  color: #cc0000;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .delivery-status.shippingStatus-partiallyshipped,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .delivery-status.shippingStatus-partiallyshipped {
  color: #ff9900;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .delivery-status.shippingStatus-shipped,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .delivery-status.shippingStatus-shipped {
  color: #009966;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-total,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-total {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .account-number,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .account-number {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .project-registration-number,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .project-registration-number {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .cost,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .cost {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-number,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-number {
  width: 95px;
  min-width: 95px;
  max-width: 95px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .template-number,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .template-number {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .product-quantity,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .product-quantity {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-date,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-date {
  max-width: 150px;
  min-width: 150px;
  width: 150px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .reserve-end-date,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .reserve-end-date {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .payment-status,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .delivery-status,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .order-status,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .payment-status,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .delivery-status,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .order-status {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .project-name,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .project-name {
  max-width: 150px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .account-number,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .project-name,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .template-name,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .account-number,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .project-name,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .template-name {
  padding: 0;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .account-number > div,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .project-name > div,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .template-name > div,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .account-number > div,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .project-name > div,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .template-name > div {
  position: relative;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .account-number > div div,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .project-name > div div,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .template-name > div div,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .account-number > div div,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .project-name > div div,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .template-name > div div {
  background-color: #fff;
  padding: 12px;
  display: block;
  position: absolute;
  top: -1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .account-number > div div:hover,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .project-name > div div:hover,
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .template-name > div div:hover,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .account-number > div div:hover,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .project-name > div div:hover,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .template-name > div div:hover {
  white-space: normal;
  z-index: 1;
  cursor: default;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.template-name,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table th.template-name {
  padding: 0;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .remove-from-cart,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .remove-from-cart {
  max-width: 60px;
  min-width: 60px;
  width: 60px;
  text-align: center;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .buttons,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .buttons {
  position: static;
  top: auto;
  right: auto;
  text-align: left;
  max-width: 100px;
  min-width: 100px;
  width: 100px;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .buttons .order-details-button,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .buttons .order-details-button {
  background: transparent none center center no-repeat;
  padding: 0 0 2px 0;
  font-size: 14px;
  margin: 0;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .buttons .order-details-button::after,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .buttons .order-details-button::after {
  content: " >";
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}
.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table .buttons .order-details-button:hover::after,
.html-account-page.html-order-list-page .template-list-page .table-wrapper .order-list-table .buttons .order-details-button:hover::after {
  text-decoration: none;
}
.html-account-page .form-text {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.html-account-page .form-fields-wrapper .form-group .label-req label,
.html-account-page .form-group .label-req label {
  text-transform: uppercase;
  font-size: 12px;
}
.html-account-page .form-group {
  width: 50%;
  margin: 0px auto;
  flex-direction: column;
  align-items: flex-start;
}
.html-account-page .form-group .label-req {
  width: 100% !important;
  text-align: left;
}
.html-account-page .form-group input.text-box {
  width: 100% !important;
}
.html-account-page .form-group input,
.html-account-page .form-group select,
.html-account-page .form-group textarea,
.html-account-page .form-group .select2-container {
  width: 100% !important;
}
.html-account-page .page .page-body .fieldset .section-title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: unset;
}
.html-account-page .page .page-body .fieldset .buttons {
  width: 50%;
  margin: 0px auto;
}
.html-account-page .page .page-body .fieldset .buttons input {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.html-account-page .contact-your-manager {
  margin-bottom: 30px;
  display: block;
}
.html-account-page .page .company-update-info {
  display: block;
  margin-bottom: 30px;
}
.html-account-page .attention-text {
  position: relative;
}
.html-account-page .attention-text::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  left: -30px;
  background-size: 20px 20px;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/warning-attention-small.svg) center center no-repeat;
}
.html-account-page .fieldset .captcha-box {
  margin-bottom: 15px;
}

.order-details-page .order-overview {
  text-align: left;
  margin: 0 0 10px;
}
.order-details-page .order-overview .order-number {
  margin-top: 20px;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.order-details-page .order-overview .order-number strong {
  font-weight: normal;
}
.order-details-page .order-overview .warning {
  width: 100%;
  text-align: left;
  padding: 20px 45px;
  background-color: rgba(216, 53, 248, 0.09);
  border-bottom: 10px solid white;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .order-details-page .order-overview .warning {
    flex-flow: column wrap;
  }
}
.order-details-page .order-overview .warning__text {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .order-details-page .order-overview .warning__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.order-details-page .order-overview__order-number {
  margin-top: 20px;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.order-details-page .order-overview__order-number strong {
  font-weight: normal;
}
.order-details-page .order-overview__section {
  margin-bottom: 10px;
}
.order-details-page .order-overview__sectionTitle {
  color: #58595b;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2px;
}
.order-details-page .order-overview__status {
  border: 1px solid #58595b;
  padding: 10px;
  margin: 0 8px 20px 8px;
  display: inline-block;
}
.order-details-page .order-overview__status:first-child {
  margin-left: 0;
}
.order-details-page .order-overview__status:last-child {
  margin-right: 0;
}
.order-details-page .order-overview__status span {
  text-transform: lowercase;
  color: #35ACF8;
}
.order-details-page .order-overview__status .shippingnotrequired, .order-details-page .order-overview__status .notyetshipped, .order-details-page .order-overview__status .shipped, .order-details-page .order-overview__status .Pending, .order-details-page .order-overview__status .processing, .order-details-page .order-overview__status .conditional, .order-details-page .order-overview__status .Approved {
  color: #35ACF8;
}
.order-details-page .order-overview__status .partiallyshipped {
  color: #00d084;
}
.order-details-page .order-overview__status .delivered, .order-details-page .order-overview__status .Complete {
  color: #009966;
}
.order-details-page .order-overview__status .declined {
  color: #cc0000;
}
.order-details-page .order-overview__infoBlock {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
.order-details-page .order-overview__column {
  background-color: #F0EFED;
  flex: 0 1 49.5%;
  padding: 20px 40px;
}
.order-details-page .order-overview__column--one {
  flex: 0 1 100%;
}
.order-details-page .order-overview__item {
  width: 100%;
  display: inline-block;
}

.project-save-button {
  margin-bottom: 30px;
}

.html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.order-number, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.order-date, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.account-number, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.order-status, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.order-status, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.payment-status, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.delivery-status, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.project-name, .html-account-page.html-order-list-page .order-list-page .table-wrapper .order-list-table th.product-model {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.control-buttons-before {
  margin: 0 auto 10px;
  width: 100%;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 1000px) {
  .control-buttons-before {
    width: 80%;
  }
}
@media (max-width: 950px) {
  .control-buttons-before {
    width: 100%;
    flex-flow: column wrap;
  }
}
.control-buttons-before__item {
  margin: 0 25px;
}
.control-buttons-before__item:last-child {
  margin-right: 0;
}
.control-buttons-before__item:first-child {
  margin-left: 0;
}
@media (max-width: 950px) {
  .control-buttons-before__item {
    margin: 10px auto;
  }
  .control-buttons-before__item:first-child {
    margin-left: auto;
  }
  .control-buttons-before__item:last-child {
    margin-right: auto;
  }
}

.product-details-page .product-warnings__item {
  width: 100%;
  text-align: left;
  padding: 5px 6px;
  margin: 4px auto;
  font-size: 12px;
}
.product-details-page .product-warnings__item--maxQty, .product-details-page .product-warnings__item--qtyMult {
  background-color: rgba(216, 53, 248, 0.09);
}
.product-details-page .product-warnings__item--protect {
  background-color: #DAF1FF;
}
.product-details-page .text-below-price {
  width: 100%;
  text-align: left;
  padding: 5px 6px;
  margin: 4px auto;
  font-size: 12px;
  background-color: #F0EFED;
}
.product-details-page .product-warnings__item {
  text-align: left;
}
.product-details-page .block-recently-viewed-products-v2 {
  margin-top: 35px;
  padding-top: 17px;
  font-size: 20px;
}
.product-details-page .block-recently-viewed-products-v2 ul {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px 10%;
}
.product-details-page .block-recently-viewed-products-v2 ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.product-details-page .block-recently-viewed-products-v2 ul li div {
  text-align: center;
}
.product-details-page .block-recently-viewed-products-v2 ul li div:first-child {
  min-height: 75px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
.product-details-page .block-recently-viewed-products-v2 .product-picture {
  width: 100%;
  text-align: center;
}
.product-details-page .block-recently-viewed-products-v2 .product-picture img {
  display: inline-block;
}
.product-details-page .block-recently-viewed-products-v2 .product-name {
  font-size: 14px;
  width: 100%;
}
.product-details-page .gallery {
  margin: 0 auto;
}
.product-details-page .product-essential {
  border-bottom: 0px solid #B1B1B1;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .product-details-page .product-essential {
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.product-details-page .product-essential .gallery {
  width: 73%;
}
.product-details-page .product-gallery-slider,
.product-details-page .slider-nav,
.product-details-page .slick-track,
.product-details-page .slick-list {
  height: 390px !important;
}
.product-details-page .slider-nav {
  display: block;
  width: 12%;
  float: right;
  z-index: 99;
  position: relative;
  margin-right: 13%;
  margin-top: -1px;
}
.product-details-page .slider-nav .slick-current {
  border: solid 1px #8205b4 !important;
}
.product-details-page .product-gallery-slider {
  width: 75%;
  float: left;
  padding-right: 8%;
}
.product-details-page .slick-next {
  right: 50%;
  bottom: -40px;
  top: auto;
  margin-right: -6px;
}
.product-details-page .slick-next,
.product-details-page .slick-prev {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-details-page .slick-next::before,
.product-details-page .slick-prev::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next04.svg) 0px 0px no-repeat;
  content: "";
  display: block;
  width: 30px;
  height: 14px;
}
.product-details-page .slick-next::before {
  background-position: 0px -14px;
}
.product-details-page .slick-prev {
  left: 50%;
  top: -30px;
  margin-left: -15px;
}
.product-details-page .slider-nav .picture {
  cursor: pointer;
  padding: 3px;
  width: 130px;
  border: 2px solid #8205b4;
}
.product-details-page .slider-nav .slick-list {
  padding: 1px 0 !important;
}
.product-details-page .manufacturers-logo {
  width: 120px;
  overflow: hidden;
  position: relative;
  height: 30px;
}
.product-details-page .manufacturers-logo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-details-page .manufacturers-logo img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: auto;
  top: 0;
}
.product-details-page .gallery .slider-nav .picture img,
.product-details-page #product-tabs .product-options-box .options-picture .picture img {
  max-height: 92%;
  max-width: 92%;
}
.product-details-page .overview .prices,
.product-details-page .variant-overview .prices {
  font-size: 16px;
  overflow: visible;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.product-details-page .overview .prices > div,
.product-details-page .variant-overview .prices > div {
  font-size: 24px;
  color: #222222;
}
.product-details-page .overview .prices > div.discounted-price label,
.product-details-page .variant-overview .prices > div.discounted-price label {
  color: #222;
}
.product-details-page .overview .prices > div span.price,
.product-details-page .overview .prices > div span.discount,
.product-details-page .variant-overview .prices > div span.price,
.product-details-page .variant-overview .prices > div span.discount {
  font-weight: 700;
}
.product-details-page .overview .prices > div label,
.product-details-page .variant-overview .prices > div label {
  margin-bottom: 0;
  font-weight: normal;
}
.product-details-page .overview .prices > div span,
.product-details-page .variant-overview .prices > div span {
  text-align: right;
}
.product-details-page .sku span.label {
  color: #58595b;
  font-size: 100%;
  padding: 0;
}
.product-details-page .overview .product-rating-box,
.product-details-page .category-page h1 {
  display: none;
}
.product-details-page .overview {
  color: #222222;
  width: 27%;
  margin: 0 0 35px;
}
.product-details-page .overview .product-attribut {
  margin: 11px 0;
  display: inline-block;
}
.product-details-page .overview .product-attribut .option-list {
  display: inline;
}
.product-details-page .overview .product-attribut .option-list.Color {
  display: inline;
}
.product-details-page .overview .product-attribut .option-list.Color li {
  margin: 0px 5px;
}
.product-details-page .overview .add-to-cart .choose-the-number {
  width: 155px;
}
.product-details-page .overview .add-to-cart .choose-the-number > span:first-of-type {
  display: none;
}
.product-details-page .overview .add-to-cart .choose-the-number .text-label {
  padding: 0;
}
.product-details-page .overview .add-to-cart .choose-the-number label {
  margin-bottom: 0;
}
.product-details-page .overview .overview-buttons {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  margin: 0 0 15px;
}
.product-details-page .overview .overview-buttons .buttons-icons {
  width: 124px;
}
.product-details-page .overview .overview-buttons .buttons-icons > .button-2 {
  padding: 0;
}
.product-details-page .overview .overview-buttons__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin-bottom: 15px;
}
.product-details-page .overview .overview-buttons__row:last-child {
  margin-bottom: 0;
  z-index: 10;
}
.product-details-page .overview .overview-buttons .popover {
  border: none !important;
  background-color: transparent;
  width: 140px;
}
.product-details-page .overview .overview-buttons .popover-content {
  background-color: white;
  width: 200px;
}
.product-details-page .overview .overview-buttons .popover.bottom {
  margin-top: 50px !important;
}
.product-details-page .overview .overview-buttons .popover.left {
  margin-left: -67px;
  margin-top: 1px !important;
}
.product-details-page .overview .prices div,
.product-details-page .overview .vendor-code,
.product-details-page .overview .manufacturer {
  float: left;
  width: 100%;
}
.product-details-page .overview .manufacturer {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.product-details-page .overview > .sku {
  margin-bottom: 9px;
}
.product-details-page .overview .vendor-code {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 30px;
}
.product-details-page .overview .vendor-code b {
  font-weight: normal;
}
.product-details-page .overview span.actual-price.blue {
  color: #8205b4;
}
.product-details-page .overview .not-registered.product-box-add-to-cart-button {
  opacity: 1;
  cursor: default;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product-unactive.svg);
  background-size: contains;
  background-position: center;
  background-repeat: no-repeat;
}
.product-details-page .overview .not-registered.product-box-add-to-cart-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product-unactive.svg) !important;
}
.product-details-page .overview .product-details-page .overview .product-box-add-to-cart-button {
  opacity: 1;
  cursor: default;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product.svg);
  background-size: contains !important;
  background-position: center;
  background-repeat: no-repeat;
}
.product-details-page .overview .add-to-compare-list-button,
.product-details-page .overview .add-to-wishlist-button {
  background-color: transparent;
  border-left: 0px solid white !important;
  opacity: 1;
  width: 24px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-details-page .overview .add-to-compare-list-button:hover,
.product-details-page .overview .add-to-wishlist-button:hover {
  background-color: transparent;
  opacity: 0.5;
}
.product-details-page .overview .availability-button:hover {
  opacity: 0.5 !important;
}
.product-details-page .overview .button-icons .add-to-compare-list-button:hover {
  opacity: 0.5 !important;
}
.product-details-page .overview .add-to-compare-list-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/compare-button.svg);
}
.product-details-page .overview .add-to-wishlist-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/wishlist-button.svg);
}
.product-details-page .overview .product-box-add-to-cart-button {
  border-left: 0px solid transparent !important;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product.svg);
  margin-right: 0px;
  width: 31px;
}
.product-details-page .overview .product-box-add-to-cart-button:hover {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/cart-button-product-hover.svg) !important;
}
.product-details-page .overview input[type=button] {
  height: 30px;
  border: medium none;
  display: inline-block;
  vertical-align: middle;
}
.product-details-page .overview label.text-label {
  color: #444444;
}
.product-details-page .overview span.actual-price {
  color: #818181;
}
.product-details-page .overview .button-1.availability-button, .product-details-page .overview .content-page .events-contents .event .registration a.availability-button, .content-page .events-contents .event .registration .product-details-page .overview a.availability-button, .product-details-page .overview .content-page .events-contents .event .registration > div.availability-button, .content-page .events-contents .event .product-details-page .overview .registration > div.availability-button {
  min-width: 145px;
  margin-right: 7px;
}
.product-details-page .overview .button-2.availability-button {
  color: white;
  float: left;
  padding: 2px 15px;
  width: auto;
}
.product-details-page .overview .button-2.availability-button:hover {
  background-color: #4e4e4e;
}
.product-details-page .overview .add-to-compare-list-button,
.product-details-page .overview .add-to-wishlist-button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-details-page .overview .buttons {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.product-details-page .overview,
.product-details-page .variant-overview {
  padding: 0;
}
.product-details-page .overview .additional-details,
.product-details-page .variant-overview .additional-details {
  margin: 0px;
}
.product-details-page .overview .additional-details div,
.product-details-page .variant-overview .additional-details div {
  margin: 0 0 2px;
}
.product-details-page .add-info {
  margin-top: 20px;
}
.product-details-page .warnings,
.product-details-page .warranty-centre {
  margin-top: 7px;
}
.product-details-page .warranty-centre {
  margin-bottom: 15px;
}
.product-details-page .warnings {
  padding: 8px 15px 8px 38px;
  position: relative;
  line-height: 1.618em;
  width: auto;
  display: inline-block;
  font-size: 12px;
  background-color: #eefaff;
  border-radius: 5px;
}
.product-details-page .warnings::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  left: 10px;
  background-size: 20px 20px;
}
.product-details-page .warnings {
  width: 100%;
  color: #8205b4;
  background-color: rgba(130, 5, 180, 0.1);
  border-radius: 5px;
}
.product-details-page .warnings::before {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/warning-small.svg) center center no-repeat;
}
.product-details-page .note {
  font-style: italic;
  font-size: 12px;
  color: #777;
}
.product-details-page .group-wrapper-gallery {
  width: 73%;
}
.product-details-page .group-wrapper-gallery .gallery {
  width: 100%;
}
.product-details-page .ui-tabs-panel .product-icons {
  position: absolute;
  margin-right: 15%;
  margin-top: unset;
  z-index: 80;
  top: unset;
  width: unset;
  padding-left: unset;
}
.product-details-page .ui-tabs-panel .product-icons .product-icons__item {
  display: inline-block;
  margin-left: 8px;
  float: none;
}
.product-details-page .ui-tabs-panel .product-icons .product-icons__item:first-child {
  margin-left: 0;
}
.product-details-page .icons-warranty-1yr::after {
  width: 90.419px;
  height: 18px;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/1yr.svg);
}
.product-details-page .icons-warranty-2yrs::after {
  width: 96.421px;
  height: 18px;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/2yr.svg);
}
.product-details-page .icons-warranty-3yrs::after {
  width: 96.421px;
  height: 18px;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/3yr.svg);
}
.product-details-page .icons-warranty-4yrs::after {
  width: 96.421px;
  height: 18px;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/4yr.svg);
}
.product-details-page .icons-warranty-5yrs::after {
  width: 96.421px;
  height: 18px;
  content: url(/Themes/DefaultCleanKRDCustom/Content/images/5yr.svg);
}
.product-details-page .warranty-centre {
  font-size: 12px;
  padding: 8px 10px;
  display: none;
  border: 2px solid #00cc67;
  border-radius: 5px;
  margin-bottom: 10px;
}
.product-details-page h1,
.product-details-page .h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}
.product-details-page .short-description {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  color: #222222;
}
.product-details-page #product-tabs {
  margin-top: 42px;
  width: 100%;
}
.product-details-page #product-tabs .popover-title {
  display: none;
}
.product-details-page #product-tabs .ui-tabs-active a {
  color: #8205b4 !important;
  background-color: #ffffff !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.product-details-page #product-tabs .ui-tabs-active a::before {
  display: none !important;
}
.product-details-page #product-tabs .ui-tabs-active a::after {
  background-color: #8205b4 !important;
  height: 2px !important;
  bottom: 0px !important;
}
.product-details-page #product-tabs .ui-tabs-nav {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  color: #444444;
  margin: 0;
  overflow: auto;
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
}
.product-details-page #product-tabs .ui-tabs-nav li {
  margin-bottom: 5px !important;
  min-width: 120px;
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: center;
  overflow: visible;
}
.product-details-page #product-tabs .ui-tabs-nav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid #dedede;
  padding-bottom: 4px !important;
  background-color: #fff;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: #444444;
}
.product-details-page #product-tabs .ui-tabs-nav li a:hover {
  color: #444444;
}
.product-details-page #product-tabs .ui-tabs-nav li.ui-state-active a {
  background-color: #666;
  color: white;
  outline: none;
  border: none;
  font-weight: 600;
  cursor: default;
}
.product-details-page #product-tabs .ui-tabs-nav li.ui-state-active a::after {
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  bottom: -5px;
  width: 100%;
  display: inline-block;
  transition: 0.5s;
  background-color: #F0EFED;
}
.product-details-page #product-tabs .ui-tabs-nav li.ui-state-active a::before {
  border: 8px solid transparent;
  border-top-color: #F0EFED;
  border-bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  bottom: -10px;
  width: 0;
  z-index: 99;
  margin-left: -8px;
}
.product-details-page #product-tabs .ui-tabs-nav li:last-child a {
  border-right: 0px solid white;
}
.product-details-page #product-tabs .ui-tabs-nav .tabBlock.tech {
  min-width: 250px;
}
.product-details-page #product-tabs.ui-widget.ui-widget-content {
  border: none;
  overflow: visible;
}
.product-details-page #product-tabs.ui-widget.ui-widget-content a.watch-all {
  color: #8205b4;
}
.product-details-page #product-tabs .ui-tabs-panel ul {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}
.product-details-page #product-tabs .ui-tabs-panel ul li.options-row::before {
  display: none;
}
.product-details-page #product-tabs .ui-tabs-panel ul li:not(.item) {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.product-details-page #product-tabs .ui-tabs-panel ul li:not(.item)::before {
  background-color: #8205b4;
  content: "";
  display: block;
  height: 5px;
  left: 2px;
  position: absolute;
  top: 8px;
  width: 5px;
}
.product-details-page #product-tabs .ui-tabs-panel .popover ul li {
  margin-top: 0px;
}
.product-details-page #product-tabs .ui-tabs-panel .popover-content ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.product-details-page #product-tabs .ui-tabs-panel .popover-content ul li::before {
  display: none;
}
.product-details-page #product-tabs .product-options-box ul li:not(.item)::before {
  display: none;
}
.product-details-page #product-tabs .spec-list .spec-row,
.product-details-page #product-tabs .component-list .component-row {
  display: table;
  width: 100%;
}
.product-details-page #product-tabs .spec-list .spec-row,
.product-details-page #product-tabs .options-list .options-row {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.product-details-page #product-tabs .spec-list,
.product-details-page #product-tabs .options-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.product-details-page #product-tabs .spec-list .options-row,
.product-details-page #product-tabs .options-list .options-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-details-page #product-tabs .product-specs-box tr,
.product-details-page #product-tabs .options-list .options-row {
  border-bottom: 1px solid #e7e7e7;
}
.product-details-page #product-tabs tr::before,
.product-details-page #product-tabs .options-list .options-row::before {
  display: none;
}
.product-details-page #product-tabs .spec-list .spec-name,
.product-details-page #product-tabs .spec-list .spec-value,
.product-details-page #product-tabs .component-list .component-name,
.product-details-page #product-tabs .component-list .component-value {
  display: table-cell;
  text-align: left;
}
.product-details-page #product-tabs .product-specs-box .spec-name,
.product-details-page #product-tabs .product-specs-box .spec-value,
.product-details-page #product-tabs .component-list .component-name,
.product-details-page #product-tabs .component-list .component-value {
  vertical-align: top;
}
.product-details-page #product-tabs .options-list .options-row {
  width: 100%;
}
.product-details-page #product-tabs .options-list .options-row .options-picture {
  width: 110px;
}
.product-details-page #product-tabs .options-list .options-row .options-title {
  width: 405px;
  padding: 0 10px 0 20px;
}
.product-details-page #product-tabs .options-list .options-row .short-description {
  flex-grow: 2;
  margin: 0;
}
.product-details-page #product-tabs .product-specs-box table,
.product-details-page #product-tabs .product-specs-box td,
.product-details-page #product-tabs .product-specs-box th {
  border: none;
}
.product-details-page #product-tabs .product-specs-box .spec-name,
.product-details-page #product-tabs .product-specs-box .spec-value {
  text-align: left;
}
.product-details-page #product-tabs .spec-name,
.product-details-page #product-tabs .component-list .component-name {
  width: 32%;
}
.product-details-page #product-tabs .spec-value,
.product-details-page #product-tabs .component-list .component-value {
  width: 68%;
}
.product-details-page #product-tabs .spec-list .spec-name {
  padding: 15px;
}
.product-details-page #product-tabs .spec-list .spec-value {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10%;
}
.product-details-page #product-tabs .product-options-box .title {
  font-size: 18px;
  color: #8205b4;
  position: relative;
  padding-bottom: 7px;
  padding-left: 16px;
  margin-top: 30px;
}
.product-details-page #product-tabs .product-options-box .title strong {
  font-weight: normal;
}
.product-details-page #product-tabs .product-options-box .picture {
  cursor: pointer;
  padding: 3px;
  position: relative;
  width: 110px;
  height: 110px;
}
.product-details-page #product-tabs .product-options-box .picture img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.product-details-page #product-tabs .product-options-box .picture::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-details-page #product-tabs .options-list h2 {
  margin: 0px;
  font-size: 16px;
  line-height: normal;
}
.product-details-page #product-tabs .options-list h2.product-title a {
  font-weight: 700;
  text-decoration: none;
}
.product-details-page #product-tabs .options-list h2.product-title a:hover {
  text-decoration: none;
}
.product-details-page #product-tabs .options-list .short-description {
  font-size: 14px;
  font-weight: normal;
}
.product-details-page #product-tabs .product-list .add-info {
  margin-top: 0;
}
.product-details-page #product-tabs .product-downloads-box .title {
  margin-bottom: 15px;
  margin-top: 15px;
}
.product-details-page #product-tabs .product-downloads-box .downloads-list a {
  text-decoration: underline;
}
.product-details-page #product-tabs .product-downloads-box .downloads-list a:hover {
  text-decoration: none;
}
.product-details-page #product-tabs .features-data-table {
  border-collapse: collapse;
}
.product-details-page #product-tabs .features-data-table td {
  border: solid 1px #ddd;
  padding: 15px;
}
.product-details-page #product-tabs .features-data-table td:first-child {
  background-color: #f2f2f2;
  border-right-style: none;
}
.product-details-page #product-tabs .features-data-table td:nth-child(2) {
  border-left-style: none;
}

@media (max-width: 1260px) {
  .product-details-page {
    /*
    .slider-nav {
        width: 19.487%;
    }
    */
  }
}
@media (max-width: 1230px) {
  .product-details-page {
    /*
    .product-gallery-slider,
    .slider-nav,
    .slick-track,
    .slick-list {
        height: 294px !important;
    }
    */
  }
}
@media (max-width: 1040px) {
  .product-details-page #product-tabs .ui-tabs-nav li {
    display: inline-block;
  }
  .product-details-page #product-tabs.ui-tabs .ui-tabs-nav li {
    float: none;
    margin-bottom: 5px;
  }
  .product-details-page #product-tabs.ui-tabs .ui-tabs-nav {
    text-align: center;
  }
  .product-details-page #product-tabs .ui-tabs-nav li a {
    line-height: 30px;
  }
  .product-details-page .product-essential .gallery {
    width: 60%;
  }
  .product-details-page .group-wrapper-gallery {
    width: 60%;
  }
  .product-details-page .group-wrapper-gallery .gallery {
    width: 100%;
  }
  .product-details-page .overview {
    width: 40%;
  }
  .product-details-page .product-gallery-slider,
.product-details-page .slider-nav,
.product-details-page .slick-track,
.product-details-page .slick-list {
    height: 140px !important;
  }
  .product-details-page .gallery .product-gallery-slider {
    height: 300px !important;
  }
  .product-details-page .gallery .product-gallery-slider .slick-list.draggable {
    height: 100% !important;
  }
  .product-details-page .gallery .product-gallery-slider .slick-track {
    height: 100% !important;
  }
  .product-details-page .overview {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .product-details-page .product-essential .gallery,
.product-details-page .overview {
    width: 420px;
    float: none;
    clear: both;
    display: inline-block;
  }
  .product-details-page .slider-nav {
    width: 60px;
    margin-right: 0;
  }
  .product-details-page .product-gallery-slider {
    padding-right: 20px;
    width: 280px;
  }
}
@media (max-width: 480px) {
  .product-details-page .product-essential .gallery,
.product-details-page .overview {
    width: 360px;
  }
  .product-details-page .slider-nav {
    width: 60px;
  }
  .product-details-page .product-gallery-slider {
    width: 280px;
  }
}
@media (max-width: 420px) {
  .product-details-page .product-essential .gallery,
.product-details-page .overview {
    width: 340px;
  }
  .product-details-page .slider-nav {
    width: 60px;
  }
  .product-details-page .product-gallery-slider {
    padding-right: 15px;
    width: 265px;
  }
}
@media (max-width: 380px) {
  .product-details-page .product-essential .gallery,
.product-details-page .overview {
    width: 300px;
  }
  .product-details-page .slider-nav {
    width: 60px;
  }
  .product-details-page .product-gallery-slider {
    width: 225px;
  }
}
@media (max-width: 340px) {
  .product-details-page .product-essential .gallery,
.product-details-page .overview {
    width: 260px;
  }
  .product-details-page .slider-nav {
    width: 50px;
    margin-right: 0;
  }
  .product-details-page .product-gallery-slider {
    padding-right: 10px;
    width: 200px;
  }
  .product-details-page .product-gallery-slider,
.product-details-page .slider-nav,
.product-details-page .slick-track,
.product-details-page .slick-list {
    height: 171px !important;
  }
}
.product-collateral {
  margin: 0;
  display: block;
}

.fulldescription__properties {
  margin-top: 25px;
}

.project-equipment::after {
  content: "Под проект";
  background: #b1b1b1;
  padding: 1px 10px 0px 10px;
  height: 26px;
  justify-content: center;
  display: flex;
  width: max-content;
  color: #fff;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  font-weight: 600;
}

.product-details-page .product-gallery-slider {
  z-index: 0;
}

.product-details-page .group-wrapper-gallery .gallery {
  width: 96%;
}

.product-details-page .slider-nav {
  width: 14%;
  margin-right: 11%;
}

.slick-vertical .slick-slide {
  height: 120px;
}

.product-details-page {
  padding: 42px 0 0;
}

.gallery .picture {
  background: #fff;
}

.slick-list.draggable {
  width: 100% !important;
}

.product-details-page .product-essential .gallery {
  width: 70%;
}

.product-essential .group-wrapper-gallery .gallery {
  width: 100%;
}

.product-details-page .product-gallery-slider {
  padding-right: 0;
}

.product-details-page .gallery {
  margin: 0;
}

.product-gallery-slider.slick-initialized.slick-slider .slick-list.draggable {
  width: 93% !important;
}

.product-gallery-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  width: 525px !important;
  margin: 0 auto;
}

.product-details-page .product-essential .gallery {
  position: relative;
}

.product-details-page .gallery .product-icons {
  position: absolute;
  left: 0px;
  display: flex;
}

.product-details-page .icons-warranty-1yr::after,
.product-details-page .icons-warranty-3yrs::after {
  background: #b1b1b1;
  height: 26px;
  justify-content: center;
  display: flex;
  width: max-content;
  color: #fff;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 10px;
}

.product-details-page .icons-warranty-1yr::after {
  content: "1 ГОДА ГАРАНТИИ";
}

.product-details-page .icons-warranty-3yrs::after {
  content: "3 ГОДА ГАРАНТИИ";
}

.product-details-page .slider-nav .slick-current {
  border: solid 2px #8205b4 !important;
}

.product-details-page .overview {
  margin-top: -8px !important;
}

.product-details-page .overview h1 {
  margin-left: 5px;
  padding-left: 5px;
  height: auto;
  display: flex;
  text-align: left;
}

.product-details-page .overview .short-description {
  margin-top: 5px;
  margin-bottom: 13px;
}

.product-details-page .overview .additional-details .sku .label,
.product-details-page .overview .sku .label {
  font-weight: 600;
}

.product-details-page .overview .add-info .prices label.actual-price {
  display: none;
}

.product-details-page .overview .add-info .prices label.actual-price {
  display: none;
}

.product-details-page .overview .add-info {
  padding: 6px 0;
}

.product-details-page .overview .add-info .prices span.actual-price {
  text-align: left;
}

.product-details-page .overview .add-info .prices .rrc {
  width: max-content;
}

.product-details-page .overview .add-info .prices .rrc span {
  width: max-content;
  padding-right: 5px;
  font-size: 14px;
  color: #b1b1b1 !important;
  font-weight: 600;
}

.product-details-page .overview .add-info .buttons-icons input[type=button] {
  background-size: contain;
}

.product-details-page .overview .add-info .overview-buttons .availability-button {
  background-color: #58595b !important;
  min-width: 95px;
  height: 32px;
  border-radius: 20px;
  font-size: 12px !important;
  margin-right: 3px;
  transition: 0.2s;
}

.product-details-page .overview .add-info .overview-buttons {
  display: flex;
  justify-content: flex-start;
}

.product-details-page .overview .add-info .buttons-icons .add-to-compare-list-button {
  height: 17px;
  margin-top: 5px !important;
}

.product-details-page .overview .add-info .buttons-icons .add-to-wishlist-button {
  height: 23px;
  margin-left: 25px !important;
}

.product-details-page .overview .add-info .buttons-icons .product-box-add-to-cart-button {
  width: 30px;
  margin-top: 97px;
  position: absolute;
  margin-left: 45px;
  height: 31px;
}

.product-details-page .overview .add-info .buttons-icons {
  width: 75px;
}

.product-details-page .overview .add-info .add-to-cart .choose-the-number .number-of-products {
  display: flex;
  justify-content: flex-start;
  border: none;
  height: 25px;
}

.product-details-page input[type=text] {
  width: 57%;
}

.html-product-details-page .number-of-products input[type=text] {
  height: 25px;
  font-weight: 600;
  font-size: 20px;
}

.product-details-page .warnings::before {
  content: none;
}

.overview .add-to-cart {
  margin: 0;
}

.product-details-page .warnings {
  padding: 8px 15px 8px 10px;
  color: #000 !important;
}

.product-details-page #product-tabs .ui-tabs-nav li a:hover {
  color: #8205b4 !important;
  font-weight: 600;
}

.product-details-page #product-tabs .ui-tabs-active a {
  color: #58595b !important;
}

.page.product-details-page #product-tabs .fulldescription {
  color: #58595b;
}

.page.product-details-page .block-recently-viewed-products-v2 .title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #58595b;
  margin-top: 16px;
}

.page.product-details-page .block-recently-viewed-products-v2 .title:before {
  content: "";
  width: 80px;
  height: 7px;
  margin-left: 68px;
  margin-top: 32px;
  background: #8205b4;
  position: absolute;
}

.product-details-page .block-recently-viewed-products-v2 {
  height: 352px;
}

.product-details-page .phone-product {
  z-index: -1;
  width: 200%;
  height: 450px;
  margin-top: 35px;
  position: absolute;
  margin-left: -50%;
  background: #f0efed;
}

.product-details-page .block-recently-viewed-products-v2 ul {
  padding: 0px 43px;
  margin-top: 50px;
}

.product-details-page .block-recently-viewed-products-v2 ul li {
  width: 225px;
}

.product-details-page .block-recently-viewed-products-v2 ul li div:first-child {
  height: 155px;
  background: #fff;
}

.product-details-page .block-recently-viewed-products-v2 ul li div:last-child {
  margin-top: 10px;
}

.product-details-page .block-recently-viewed-products-v2 ul li div:last-child a {
  font-size: 20px;
  color: #58595b;
}

.product-details-page .block-recently-viewed-products-v2 ul li a {
  width: auto;
}

.page.product-details-page .block-recently-viewed-products-v2 ul {
  display: flex;
  justify-content: center;
}
.page.product-details-page .block-recently-viewed-products-v2 ul li {
  margin: 0 1%;
}

.product-specs-box .spec-name {
  font-weight: 600;
}

.page.product-details-page .product-options-box .title strong {
  padding-left: 5px;
  color: #58595b;
  border-left: 5px solid #8205b4;
}

.product-details-page #product-tabs .options-list .options-row {
  display: flex;
  justify-content: flex-start;
}

.product-details-page #product-tabs .options-list .options-row .options-title {
  padding: 0 10px 0 0;
  margin-bottom: 20px;
}

.product-details-page #product-tabs .options-list .options-row .inner {
  margin-left: 10px;
}

.product-details-page .short-description {
  color: #58595b;
}

.ui-widget-content a {
  color: #58595b;
}

.product-details-page #product-tabs.ui-widget.ui-widget-content .product-downloads-box {
  color: #58595b;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-wishlist_product.svg) !important;
}

.overview .add-to-compare-list-button {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-compare-product.svg) !important;
}

.pager .next-page {
  position: relative;
}

.product-item .specification {
  margin-top: -4px;
}

.product-list .warnings-wrapper .warnings {
  text-align: right;
  color: #4ab5f8;
}

.product-list .product-attribut .label,
.product-grid .product-attribut .label {
  margin-top: 0px !important;
}

.fancybox-inner {
  display: flex;
  justify-content: center;
  background: none !important;
}

.fancybox-close {
  top: 15px !important;
  right: 15px !important;
  background: #8205b4 !important;
}

.fancybox-skin {
  background: none !important;
  box-shadow: none !important;
}

.fancybox-image {
  max-width: 90% !important;
  max-height: 70% !important;
  margin: auto !important;
  padding: 2% 13% !important;
  background: #fff !important;
}

.fancybox-close::before {
  content: "";
  width: 4px;
  height: 24px;
  margin-top: 6px;
  margin-left: 16px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  background: #fff;
}

.fancybox-close::after {
  content: "";
  width: 4px;
  height: 24px;
  margin-top: 6px;
  margin-left: 16px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(-45deg);
  background: #fff;
}

.fancybox-prev span {
  left: 25px !important;
}

.fancybox-next span {
  right: 25px !important;
}

.fancybox-inner {
  background: #fff !important;
}

#tabs-6 .prices .text-label {
  display: none;
}

#tabs-6 .list-view-buttons-wrapper .availability-wrapper .availability-button {
  margin-top: 0px;
  height: 31px;
  margin-bottom: 15px;
  border-radius: 15px;
  width: 92px;
  text-transform: uppercase;
  font-size: 12px !important;
  min-width: max-content;
  font-size: 14px;
  background: #58595b !important;
}

#tabs-6 .product-list .item-box .add-info .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

#tabs-6 .list-view-buttons-wrapper .availability-wrapper .availability-button {
  margin-bottom: 0px !important;
}

#tabs-6 .list-view-buttons-wrapper .availability-wrapper .buttons {
  margin-top: 0px !important;
}

#tabs-6 .list-view-buttons-wrapper .availability-wrapper .buttons .buttons-icons {
  margin-top: -18px !important;
  width: unset !important;
}

#tabs-6 .list-view-buttons-wrapper .availability-wrapper .buttons .buttons-icons .add-to-compare-list-button {
  margin-right: 16px !important;
  height: 16px !important;
  margin-top: 10px !important;
}

#tabs-6 .list-view-buttons-wrapper .quantity-wrapper {
  margin-top: 18px !important;
}

#tabs-6 .list-view-buttons-wrapper .availability-wrapper .availability-button {
  margin-right: 13px !important;
}

#tabs-6 .prices-wrapper .price {
  display: flex;
  justify-content: flex-end;
}

#tabs-6 .warnings-wrapper .related-warnings {
  color: #4ab5f8 !important;
  text-align: right !important;
}

#tabs-6 .product-item {
  width: 100% !important;
}

.page-body .dropdown-menu ul li {
  background: #fff !important;
  padding: 0 !important;
}

.page-body .btn.dropdown-toggle.selectpicker.btn-default,
.product-sorting .btn.dropdown-toggle.selectpicker.btn-default {
  background: #fff !important;
}

.specification .label {
  font-weight: 600;
}

.product-list .product-item .add-info .prices div {
  flex-flow: row !important;
}

.pagination-row:last-child {
  justify-content: flex-end;
}

.page-body .product-page-size-wrapper .dropdown-menu.open {
  width: 48px !important;
}

.page-body {
  justify-content: flex-end !important;
}

.page-body .dropdown-menu ul li a {
  padding: 5px 10px !important;
  transition: 0.5s;
  background: #fff !important;
}

.page-body .dropdown-menu ul li a:hover {
  background: #f0efed !important;
  color: #000 !important;
}

.new-products-list .discount .price {
  font-size: 18px !important;
}

.nav.navbar-nav.top-menu > li > a {
  margin-top: 10px !important;
  padding: 41px 15px 25px 15px;
}
.nav.navbar-nav.top-menu > li > a:hover {
  background: #333333 !important;
}

.header-links .sublist li a,
#inverseNavbar1 .sublist li a {
  padding: 10px;
  margin: 0px 0;
  transition: 0.3s;
  font-size: 14px !important;
  background: #f2f2f2 !important;
}

.header-links .sublist li.active a,
#inverseNavbar1 .sublist li.active a {
  background-color: #8205b4 !important;
}

.header-links .sublist li a:hover,
#inverseNavbar1 .sublist li a:hover {
  background: #8205b4 !important;
}

#inverseNavbar1 .sublist .coll_s {
  border-right: 1px solid #58595b;
}

#inverseNavbar1 .sublist {
  padding: 23px 20px;
}

.store-search-box__btn {
  opacity: 1;
}

#inverseNavbar1 .sublist {
  padding: 10px 20px;
}

.slick-dots li button:before {
  content: none;
}

.row.main-page-slider-row {
  max-width: 1920px !important;
  margin: 0 auto !important;
}

#master-wrapper-content {
  background-color: unset !important;
}

.row.main-page-slider-row {
  max-width: 100% !important;
  background-color: #58595b !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
  margin: 0 auto;
  max-width: 1920px;
}

.video__info-btn:hover {
  color: #fff;
}

.widget-callback {
  width: 100px;
  height: 100px;
}

.product-tags-list .tag a:hover {
  color: #63008a !important;
}

@media (max-width: 1000px) {
  .video__info {
    text-align: left;
  }
}
@media (max-width: 870px) {
  .video__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .video__info {
    text-align: center;
  }
}
.item-box .prices span {
  white-space: nowrap;
}

.fancybox-nav span {
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next04.svg) 0px 0px no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  transform: rotate(90deg);
}

.fancybox-next span {
  right: 0px !important;
  background-position: 0px 25px !important;
}

.fancybox-prev span {
  left: 0px !important;
  background-position: 0px -25px !important;
}

.prod-list .mainPrice .price {
  font-size: 20 px !important;
}

.new__items .title,
.news .title {
  margin-bottom: -32px;
}

.product-gallery-slider .picture {
  left: 0 !important;
  position: absolute !important;
}

.sociallink-facebook {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/Facebook.svg) !important;
}

.sociallink-youtube {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/Youtube.svg) !important;
}

.sociallink-telegram {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/telegram.svg) !important;
}

.ui-tabs-nav {
  display: flex;
  justify-content: space-between;
}

.ui-tabs-nav .tabBlock {
  padding: 0 10px;
}

.logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .ui-tabs-nav .tabBlock.tech {
    min-width: 300px !important;
  }
  .ui-tabs-nav .tabBlock {
    min-width: 150px !important;
  }
}
@media (max-width: 1000px) {
  #footer .container .columns:nth-child(2) {
    width: 44% !important;
  }
  #footer .container .columns:nth-child(4) {
    width: 48% !important;
    margin-right: 5px !important;
  }
}
@media (max-width: 560px) {
  .video__info iframe {
    width: 100%;
  }
}
.specification li {
  display: flex;
}

.fancybox-image {
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-list-page .pager-row .pager {
  margin-right: 0;
}
.news-list-page .pager-row .pager .next-page {
  margin-right: 0;
}
.news-list-page .entity-publisher {
  font-weight: 600;
}

.search-page .pager-row > div {
  margin-left: 10px;
}
.search-page .pagination-row .pager-row {
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.search-page .news-item {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
.search-page .news-item:first-child {
  border-top: none;
}
.search-page .news-item .news-item-link-wrapper {
  text-decoration: none;
  color: #222222;
}
.search-page .news-item .picture-wrapper {
  width: 226px;
  min-width: 226px;
  height: 150px;
}
.search-page .news-item .picture-wrapper .picture {
  width: 100%;
  height: 150px;
  text-align: center;
}
.search-page .news-item .picture-wrapper .picture img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.search-page .news-item .picture {
  display: block;
}
.search-page .news-item .picture:hover {
  opacity: 0.9;
}
.search-page .news-item h2 {
  font-weight: 700;
  font-size: 20px;
  margin-top: -6px;
  margin-bottom: 12px;
  line-height: normal !important;
}
.search-page .news-item .text {
  position: relative;
  margin-left: 20px;
  width: 50%;
  box-flex: 1;
  -moz-flex: 1 0 50%;
  flex: 1 0 50%;
}
.search-page .news-item .text .news-body {
  margin: 0 0 25px;
}
.search-page .news-item .buttons {
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
}
@media (max-width: 460px) {
  .search-page .news-item .buttons {
    text-align: right;
  }
}
.search-page .news-item .buttons .read-more {
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  color: #8205b4;
  text-transform: none;
  text-decoration: none;
}
.search-page .news-item .buttons .read-more > span {
  text-decoration: underline;
}
.search-page .news-item .buttons .read-more > span:hover {
  text-decoration: none;
}
.search-page .news-item .buttons .read-more::after {
  margin-left: 2px;
  content: "→";
  text-decoration: none !important;
}
.search-page .news-item:hover .picture img {
  opacity: 0.9;
}
.search-page .news-item:hover h2 {
  color: #8205b4;
}
.search-page .block-title h3 {
  margin: 0;
  font-weight: normal;
  padding-top: 3px;
  padding-left: 10px;
  width: auto;
  float: left;
}
.search-page .page-title, .search-page .page-title-item-page .page-title, .search-page .block-title {
  width: 100%;
  background-color: #F0EFED;
  height: 26px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.search-page .news-date, .search-page .entity-publisher {
  color: #58595b;
  font-weight: bold;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.search-page .news-date {
  margin-bottom: 12px;
}
.search-page #show_more {
  padding-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
}
.search-page #show_more a {
  text-decoration: underline;
  text-decoration-style: dashed;
}

.news-item-page .page-body .download a:hover {
  text-decoration: none;
}
.news-item-page .product-tags-box {
  margin-top: 0px;
}
.news-item-page .gallery {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: -7px;
  margin-right: -7px;
  width: 100%;
}
.news-item-page .gallery .picture {
  margin: unset;
}
.news-item-page .gallery ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0px;
  width: 848px;
}
@media (max-width: 935px) {
  .news-item-page .gallery ul {
    width: 742px;
    margin: 0px auto;
  }
}
@media (max-width: 840px) {
  .news-item-page .gallery ul {
    width: 636px;
  }
}
@media (max-width: 765px) {
  .news-item-page .gallery ul {
    width: 530px;
  }
}
@media (max-width: 630px) {
  .news-item-page .gallery ul {
    width: 424px;
  }
}
@media (max-width: 530px) {
  .news-item-page .gallery ul {
    width: 318px;
  }
}
@media (max-width: 430px) {
  .news-item-page .gallery ul {
    width: 212px;
  }
}
.news-item-page .gallery li {
  margin-bottom: 7px;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
.news-item-page .gallery li a {
  width: 99px;
  height: 80px;
  overflow: hidden;
  position: relative;
  display: block;
}
.news-item-page .gallery li a::before {
  display: none;
}
.news-item-page h1 {
  margin-bottom: 15px;
}
.news-item-page .news-date, .news-item-page .publication-information {
  padding: 0;
  margin: 0 0 20px;
  color: #58595b;
  background-color: transparent;
  font-style: normal;
  font-weight: 700;
}
.news-item-page .page-title {
  width: 100%;
  background-color: #F0EFED;
  height: 26px;
  margin-bottom: 20px;
}
.news-item-page .page-title h1 {
  display: block;
  margin: 0 40px 0 0;
  width: auto;
}

.news-body li, .text-body li, .manufacturer-body li {
  position: relative;
  padding-left: 15px;
}

.news-body li:before, .text-body li:before, .manufacturer-body li:not(.brand-benefits__item)::before {
  background-color: #e7e7e7;
  content: "";
  height: 5px;
  left: 0px;
  position: absolute;
  top: 9px;
  width: 5px;
}

.blog-page .post, .news-items .news-item {
  margin: 0;
}

@media (max-width: 870px) {
  #footer .container .columns {
    width: 100% !important;
  }
}
.news-item-page .news-box {
  border-radius: 0px 30px 30px 30px;
  background: #f2f2f2;
  font-size: 1.2em;
  padding: 30px 30px 30px 60px;
  font-weight: bold;
}

.registration-page h2 {
  text-align: center;
}
.registration-page textarea {
  resize: vertical;
}
.registration-page .form-group {
  display: block;
  margin-bottom: 12px;
}
.registration-page .form-group ul {
  margin-bottom: 0;
}
.registration-page .form-group ul li:last-child {
  margin-bottom: 0;
}
.registration-page .form-group input,
.registration-page .form-group select,
.registration-page .form-group textarea,
.registration-page .form-group .select2-container {
  width: 100% !important;
}
.registration-page .form-group .inputs {
  width: 100%;
}
.registration-page .form-group .inputs input[type=text],
.registration-page .form-group .inputs input[type=password],
.registration-page .form-group .inputs select,
.registration-page .form-group .inputs textarea {
  width: 100%;
}
.registration-page input::-webkit-outer-spin-button, .registration-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.registration-page input[type=number], .registration-page input[type=number]:focus {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: textfield;
}
.registration-page input.input-validation-error + span.field-validation-error {
  display: none;
}
.registration-page input.input-validation-error.forbiddenSymbols + span.field-validation-error {
  display: block;
}
.registration-page .radio input[type=radio],
.registration-page .radio-inline input[type=radio],
.registration-page .checkbox input[type=checkbox],
.registration-page .checkbox-inline input[type=checkbox] {
  margin-left: 0;
}
.registration-page h5 {
  margin: 20px 0 5px 0;
}
.registration-page .inputs:after {
  display: none;
}
.registration-page .inputs label {
  width: 100%;
  margin: 0 0 0 5px;
  text-align: left;
}
.registration-page .variant-of-cooperation {
  margin: 30px 0;
}
.registration-page .variant-of-cooperation h4 {
  color: #8205b4;
  text-align: center;
}
.registration-page .variant-of-cooperation .form-group {
  width: auto;
}
.registration-page .variant-of-cooperation .inputs {
  width: 220px;
  margin: 0 auto;
}
.registration-page .variant-of-cooperation .inputs .form-group.radio {
  margin: 0;
}
.registration-page .form-wrapper {
  background-color: #F0EFED;
  padding: 30px 0;
}
.registration-page .form-fields-section {
  margin-bottom: 30px;
}
.registration-page .form-fields-section_captcha {
  margin-top: -40px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .registration-page .form-fields-section_captcha {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .registration-page .form-fields-section_captcha .section--column-wrapper .section--column:last-child {
    margin-top: 20px;
  }
}
.registration-page .form-fields-section_captcha .section--column-wrapper .form-fields-section {
  margin-bottom: 0;
}
.registration-page .form-fields-section_captcha .section--column-wrapper .captcha-box {
  text-align: left;
}
@media (max-width: 768px) {
  .registration-page .form-fields-section_captcha .section--column-wrapper .captcha-box {
    text-align: center;
  }
}
.registration-page .form-fields-section.registration-footer {
  margin-top: 30px;
}
.registration-page .form-fields-section.registration-footer .privacy-agreement {
  box-flex: 0;
  -moz-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 12px;
}
.registration-page .form-fields-section.registration-footer .privacy-agreement span,
.registration-page .form-fields-section.registration-footer .privacy-agreement a {
  display: inline-block;
}
.registration-page .form-fields-section.registration-footer a {
  color: #8205b4;
  text-decoration: underline;
}
.registration-page .form-fields-section.registration-footer a:hover {
  text-decoration: none;
}
.registration-page .form-fields-section.registration-footer .button-1, .registration-page .form-fields-section.registration-footer .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .registration-page .form-fields-section.registration-footer a, .registration-page .form-fields-section.registration-footer .content-page .events-contents .event .registration > div, .content-page .events-contents .event .registration-page .form-fields-section.registration-footer .registration > div,
.registration-page .form-fields-section.registration-footer .button-2 {
  width: 100%;
  margin-bottom: 10px;
}
.registration-page .section--column-wrapper {
  width: 100%;
  padding: 0 6%;
}
.registration-page .section--column-wrapper .section--column {
  box-flex: 0;
  -moz-flex: 0 1 44%;
  flex: 0 1 44%;
}
@media (max-width: 640px) {
  .registration-page .section--column-wrapper .section--column {
    box-flex: 0;
    -moz-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
  }
}
.registration-page .section--column-wrapper .section--column h4 {
  display: inline-block;
  margin: 10px auto 0;
}
.registration-page .section--column-wrapper .section--column .fieldset {
  margin-bottom: 0;
  /*-------------FIX--------------*/
}
.registration-page .section--column-wrapper .section--column .fieldset.group-7 .section--column_item, .registration-page .section--column-wrapper .section--column .fieldset.group-8 .section--column_item {
  margin-bottom: 12px;
}
.registration-page .section--column-wrapper .section--column .section--column_item {
  /*-------------FIX--------------*/
}
.registration-page .section--column-wrapper .section--column .section--column_item label,
.registration-page .section--column-wrapper .section--column .section--column_item .label-req {
  padding-right: 0;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}
.registration-page .section--column-wrapper .section--column .section--column_item label {
  width: calc(100% - 30px);
}
.registration-page .section--column-wrapper .section--column .section--column_item .label-wrapper label,
.registration-page .section--column-wrapper .section--column .section--column_item .label-wrapper .label-req {
  text-transform: uppercase;
  font-size: 12px;
}
.registration-page .section--column-wrapper .section--column .section--column_item.\32 09 .label-wrapper label {
  text-transform: none;
  font-size: 18px;
  margin: 20px 0 15px 0;
}
.registration-page .section--column-wrapper .section--column .form-group:last-child {
  margin-bottom: 0;
}
.registration-page .section--column-wrapper .section--column .title {
  text-align: left;
  padding: 0;
}
.registration-page .section--column-wrapper .section--column .form-fields {
  padding: 0;
}
.registration-page .section--column-wrapper .section--column .form-fields ul.list_coll {
  width: 100%;
}
.registration-page .section--column-wrapper .section--column .form-fields ul.list_coll .coll_s {
  width: 48% !important;
  float: none !important;
  box-flex: 0;
  -moz-flex: 0 1 48%;
  flex: 0 1 48%;
}
.registration-page .section--column-wrapper .section--column .form-fields ul.list_coll .coll_s li {
  border-bottom: none;
  width: 100%;
}
.registration-page .section--column-wrapper .section--column .form-fields ul.list_coll .coll_s li:first-child {
  margin-top: 0;
}

.html-RegistrationOnSeminar-page h1 {
  text-align: center;
}
.html-RegistrationOnSeminar-page .inputs {
  margin: 0;
}
.html-RegistrationOnSeminar-page .fieldset {
  margin: 0 0 30px;
}
.html-RegistrationOnSeminar-page .fieldset ul {
  margin-bottom: 0;
}
.html-RegistrationOnSeminar-page .fieldset_mb-25 {
  margin-bottom: 25px;
}
.html-RegistrationOnSeminar-page .fieldset_mb-0 {
  margin-bottom: 0;
}
.html-RegistrationOnSeminar-page .fieldset:not(.group-7) > .form-fields > h5 {
  display: none;
}
.html-RegistrationOnSeminar-page .fieldset .form-group {
  display: block;
  margin-bottom: 10px;
}
.html-RegistrationOnSeminar-page .fieldset .form-group:last-child {
  margin-bottom: 0;
}
.html-RegistrationOnSeminar-page .fieldset .form-group input, .html-RegistrationOnSeminar-page .fieldset .form-group textarea {
  width: 100% !important;
}
.html-RegistrationOnSeminar-page .fieldset.group-17 > .form-fields > .form-group {
  margin-bottom: 30px;
}
.html-RegistrationOnSeminar-page label, .html-RegistrationOnSeminar-page .label-req {
  padding-right: 0;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  width: calc(100% - 30px);
}
.html-RegistrationOnSeminar-page .label-wrapper label, .html-RegistrationOnSeminar-page .label-wrapper .label-req {
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
}
.html-RegistrationOnSeminar-page .label-wrapper label[for=attribute_25323] {
  text-transform: none;
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.html-RegistrationOnSeminar-page .button-1, .html-RegistrationOnSeminar-page .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .html-RegistrationOnSeminar-page a, .html-RegistrationOnSeminar-page .content-page .events-contents .event .registration > div, .content-page .events-contents .event .html-RegistrationOnSeminar-page .registration > div {
  width: 100%;
  margin-bottom: 10px;
}

.manufacturer-list-page .item-box .picture {
  margin: 0;
}
.manufacturer-list-page .item-box .picture a::before {
  padding-top: 100%;
}

.manufacturer-item-page .brand-benefits-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.manufacturer-item-page h1 {
  margin-top: 40px;
}

.quick-order-page h1 {
  width: 100%;
  text-align: center;
}
.quick-order-page .warning {
  width: 100%;
}
.quick-order-page label {
  font-weight: normal;
}
.quick-order-page .form-fields {
  padding: 0;
}
.quick-order-page .form-fields .form-wrapper {
  margin-bottom: 12px;
  line-height: normal;
}
.quick-order-page .form-fields .form-wrapper label {
  margin-bottom: 0;
}
.quick-order-page .clear-cart-checkbox {
  max-width: 230px;
  margin: 0;
}
.quick-order-page .proposal-container {
  flex-grow: 1;
}
.quick-order-page .footer-quick-order .form-wrapper, .quick-order-page .footer-quick-order .buttons {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .quick-order-page .footer-quick-order {
    flex-flow: column wrap;
    align-items: center;
  }
  .quick-order-page .footer-quick-order .clear-cart-checkbox {
    max-width: none;
    margin: 10px auto;
  }
}
.quick-order-page .header-quick-order span {
  margin: 0 15px 10px 0;
}
.quick-order-page .header-quick-order .form-wrapper label {
  margin: 0 15px 0 25px;
}
.quick-order-page .header-quick-order .form-wrapper label::before {
  left: -25px;
}
@media (max-width: 640px) {
  .quick-order-page .header-quick-order {
    flex-flow: column wrap;
    align-items: center;
  }
}
.quick-order-page .footer-quick-order, .quick-order-page textarea#orders {
  width: 100%;
}
.quick-order-page textarea#orders {
  min-height: 260px;
  max-width: 100%;
  margin: 0 0 20px 0;
}
.quick-order-page .footer-quick-order input[name=cleanCart] + input + label {
  margin-left: 25px;
}
.quick-order-page .footer-quick-order input[name=cleanCart] + input + label::before {
  left: -25px;
  top: 1px;
}
.quick-order-page .topic-block-title {
  margin: 0;
  padding: 0;
  border-bottom: none;
  min-height: 0;
}
.quick-order-page .topic-block-title h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.quick-order-page .topic-block-body {
  font-size: 14px;
  line-height: 1.44em;
  text-align: left;
}
.quick-order-page .aid-block--row {
  margin-bottom: 40px;
}
.quick-order-page .aid-block--row h3 {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.quick-order-page .aid-block--row .column-wrapper .column {
  box-flex: 0;
  -moz-flex: 0 1 396px;
  flex: 0 1 396px;
}
.quick-order-page .aid-block--row .column-wrapper .column div {
  display: inline-block;
  width: 100%;
}
.quick-order-page .aid-block--row .column-wrapper .column div:nth-child(1) {
  margin-bottom: 14px;
}
.quick-order-page .aid-block--row .column-wrapper .column div:nth-child(2) {
  margin-bottom: 10px;
}

.status-notaccepted {
  color: #cc0000;
  font-weight: 700;
}

.order-details-page a {
  color: #8205b4;
  text-decoration: underline;
}
.order-details-page a:hover {
  color: #8205b4;
  text-decoration: none;
}
.order-details-page td.quantity {
  text-align: left;
}
.order-details-page td.product a {
  color: #444444;
  text-decoration: none;
}
.order-details-page td.product a:hover {
  color: #8205b4;
  text-decoration: none;
}
.order-details-page .order-details-area {
  margin-bottom: 30px;
}
.order-details-page .order-details-area > ul {
  width: 49%;
  margin: 0;
  float: none;
  padding: 20px 35px;
  background-color: #F0EFED;
}
.order-details-page .order-details-area > ul li {
  padding: 0;
  margin: 0;
}
.order-details-page .order-details-area > ul li.title {
  margin-top: 20px;
}
.order-details-page .order-details-area > ul li.title:first-child {
  margin-top: 0;
}
.order-details-page .order-details-area > div {
  width: 100%;
  margin: 0;
  float: none;
  padding: 20px 35px;
  background-color: #F0EFED;
}
.order-details-page .order-details-area.two-columns > div {
  width: 49.6%;
}
.order-details-page .order-details-area .title, .order-details-page .order-details-area .address-info, .order-details-page .order-details-area .work-time-info-text {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
}
.order-details-page .order-details-area .address, .order-details-page .order-details-area .work-time {
  font-weight: normal;
}
.order-details-page .order-details-area .address::before {
  display: none;
}
.order-details-page .order-details-area .address, .order-details-page .order-details-area .location-map, .order-details-page .order-details-area .ready-info {
  margin-bottom: 15px;
}
.order-details-page .order-details-area .location-map {
  margin: 0 0 15px 0;
}
.order-details-page .order-details-area .location-map a {
  color: #8205b4;
  font-size: 16px;
}
.order-details-page .section {
  margin: 0;
}
.order-details-page .section .selected-checkout-attributes {
  padding-top: 14px;
}
.order-details-page .section .selected-checkout-attributes .attributes-block {
  margin-bottom: 15px;
}
.order-details-page .section .selected-checkout-attributes .attributes-block:last-child {
  margin-bottom: 5px;
}
.order-details-page .section .selected-checkout-attributes .attributes-block .label {
  font-size: 14px;
  padding: 0;
}
.order-details-page .section.totals {
  padding: 0;
  width: 500px;
  clear: none;
}
.order-details-page .section.totals .total-info .order-subtotal {
  font-size: 20px;
}
.order-details-page .section.totals .total-info .order-total, .order-details-page .section.totals .total-info .order-total strong {
  font-size: 24px;
  font-weight: bold;
}
.order-details-page .section.totals .actions {
  text-align: right;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media (max-width: 940px) {
  .order-details-page .section.totals .actions {
    justify-content: center;
  }
}
.order-details-page .section.totals .actions input {
  margin-left: 20px;
}
.order-details-page .section.totals .actions input:first-child {
  margin-left: 0;
}
.order-details-page .section.totals .actions input:nth-child(3) {
  margin-top: 15px;
}
.order-details-page .section.totals .actions .button-1, .order-details-page .section.totals .actions .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .order-details-page .section.totals .actions a, .order-details-page .section.totals .actions .content-page .events-contents .event .registration > div, .content-page .events-contents .event .order-details-page .section.totals .actions .registration > div {
  min-width: 47%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .order-details-page .section.totals {
    margin: 0;
  }
}
.order-details-page .order-review-data {
  margin-bottom: 30px;
}
.order-details-page .order-review-data > div {
  width: 49%;
  margin: 0;
  float: none;
  padding: 20px 35px;
}
.order-details-page .cart {
  margin-bottom: 20px;
}

.checkout-attributes-wrapper {
  display: inline-block;
  width: 100%;
  margin: 35px 0 15px;
  padding: 0;
  text-align: right;
}

.projectRegistr .buttons {
  margin: 20px 0 0;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 730px) {
  .projectRegistr .buttons {
    flex-flow: row wrap;
  }
}
.projectRegistr .buttons > * {
  margin: 0 20px;
  white-space: nowrap;
  min-width: 130px;
}
@media (max-width: 730px) {
  .projectRegistr .buttons > * {
    margin: 0;
  }
}
.projectRegistr .buttons > *:first-child {
  margin-left: 0;
}
.projectRegistr .buttons > *:last-child {
  margin-right: 0;
}
@media (max-width: 730px) {
  .projectRegistr .buttons .button__groupWrap {
    text-align: center;
  }
}
.projectRegistr .buttons .button--dark {
  margin: 0px 20px 20px 12%;
}
@media (max-width: 730px) {
  .projectRegistr .buttons .button--dark {
    margin: 0px 0px 20px 0px;
  }
}
.projectRegistr .buttons .warning--text {
  margin-top: 20px;
}
.projectRegistr .buttons .warning--text a {
  text-decoration: underline;
}
.projectRegistr .buttons .warning--text a:hover {
  text-decoration: none;
}

.html-change-password-page .form-group .inputs {
  width: 100%;
}

.warning-error {
  padding: 13px 15px 13px 64px;
  position: relative;
  line-height: 1.618em;
  width: auto;
  display: inline-block;
  color: #cc0000;
  background-color: rgba(204, 0, 0, 0.1);
}
.warning-error::before {
  content: "";
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/warning.svg) center center no-repeat;
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  left: 14px;
}
.warning-error .field-validation-error {
  color: #cc0000;
  text-align: left;
  margin-top: 0;
}

.login-page {
  /*nopCommerceFix*/
}
@media (min-width: 1001px) {
  .login-page .returning-wrapper .form-fields {
    padding: 0;
  }
}
.login-page .warning-error {
  margin-bottom: 30px;
}
.login-page label {
  font-weight: normal;
}
.login-page .returning-wrapper {
  float: none;
  width: 100%;
}
.login-page .returning-wrapper .form-fields {
  min-height: 0;
  overflow: visible;
}
.login-page .returning-wrapper .inputs.reversed::after {
  display: none;
}
.login-page .returning-wrapper .inputs.reversed * {
  margin: 0;
  font-size: 14px;
  color: #222222;
}
.login-page .returning-wrapper .buttons {
  padding: 0;
  text-align: left;
  margin: 0 0 30px;
  position: relative;
}
.login-page .returning-wrapper .buttons .login-button {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.login-page .register-link {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.password-recovery-page {
  padding-top: 110px;
}
.password-recovery-page .title-text {
  margin-bottom: 20px;
}
.password-recovery-page .buttons {
  padding: 0;
  text-align: left;
  margin: 20px 0 0;
}
.password-recovery-page .buttons .password-recovery-button, .password-recovery-page .buttons .new-password-button {
  width: auto;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
}
.password-recovery-page .result {
  color: #58595b;
  font-weight: 400;
}
.password-recovery-page .result__login {
  width: auto;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 50px auto 0;
  display: inline-block;
}
.password-recovery-page .result__text {
  text-align: center;
}
.password-recovery-page .result__newtext {
  display: block;
  font-size: 18px;
}

.product-tags-all-page .page-body {
  font-size: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  align-content: space-between;
  -ms-flex-line-pack: justify;
}
.product-tags-all-page .page-body::after {
  display: none;
}
.product-tags-all-page .page-body .producttag {
  text-decoration: none;
  margin: 0.3em;
}
.product-tags-all-page .page-body .producttag:hover {
  color: #222222;
}

.subscriptions-page h1,
.one-column--435px h1 {
  text-align: center;
}
.subscriptions-page .form-group-wrapper,
.one-column--435px .form-group-wrapper {
  margin-bottom: 40px;
}
.subscriptions-page .text,
.one-column--435px .text {
  margin-bottom: 15px;
}
.subscriptions-page .text__note,
.one-column--435px .text__note {
  margin-bottom: 40px;
  display: inline-block;
}
.subscriptions-page .form-group,
.one-column--435px .form-group {
  display: block;
  margin-bottom: 10px;
}
.subscriptions-page .form-group > label,
.subscriptions-page .form-group .label-req,
.one-column--435px .form-group > label,
.one-column--435px .form-group .label-req {
  padding-right: 0;
  text-align: left;
}
.subscriptions-page .form-group > label,
.one-column--435px .form-group > label {
  width: calc(100% - 30px);
}
.subscriptions-page .form-group input,
.subscriptions-page .form-group select,
.subscriptions-page .form-group textarea,
.subscriptions-page .form-group .select2-container,
.one-column--435px .form-group input,
.one-column--435px .form-group select,
.one-column--435px .form-group textarea,
.one-column--435px .form-group .select2-container {
  width: 100% !important;
}
.subscriptions-page .form-group.mb-15,
.one-column--435px .form-group.mb-15 {
  margin-bottom: 15px;
}
.subscriptions-page .fieldset,
.one-column--435px .fieldset {
  margin: 0 0 25px;
}
.subscriptions-page .buttons,
.one-column--435px .buttons {
  margin: 0 0 15px;
}
.subscriptions-page .buttons .button-1, .subscriptions-page .buttons .content-page .events-contents .event .registration a, .content-page .events-contents .event .registration .subscriptions-page .buttons a, .subscriptions-page .buttons .content-page .events-contents .event .registration > div, .content-page .events-contents .event .subscriptions-page .buttons .registration > div,
.one-column--435px .buttons .button-1,
.one-column--435px .buttons .content-page .events-contents .event .registration a,
.content-page .events-contents .event .registration .one-column--435px .buttons a,
.one-column--435px .buttons .content-page .events-contents .event .registration > div,
.content-page .events-contents .event .one-column--435px .buttons .registration > div {
  width: 100%;
}
@media (max-width: 1000px) {
  .subscriptions-page,
.one-column--435px {
    text-align: left;
  }
}

/*FIX FORM ON ID*/
.one-column--435px .content-title + .text-body {
  margin-bottom: 15px;
}
.one-column--435px .form-group-wraper {
  margin-bottom: 40px;
}
.one-column--435px div[data-form-group-id="397"] .label-req label,
.one-column--435px div[data-form-group-id="397"] .label-req span,
.one-column--435px div[data-form-group-id="398"] .label-req label,
.one-column--435px div[data-form-group-id="398"] .label-req span,
.one-column--435px div[data-form-group-id="399"] .label-req label,
.one-column--435px div[data-form-group-id="399"] .label-req span {
  display: inline-block;
  text-transform: none;
  color: #8205b4;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.one-column--435px #tab-attrs-19 .form-group-wraper {
  margin-bottom: 0;
}

.contact {
  width: 852px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contact {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .contact {
    text-align: left;
  }
}
.contact h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
}
.contact__row {
  padding: 20px 0 20px;
  border-bottom: 1px solid #f0efed;
}
.contact__row:first-child {
  padding: 0 0 20px;
}
.contact__row:last-child {
  border: none;
  padding: 20px 0 0;
}
.contact__block {
  box-flex: 0;
  -moz-flex: 0 1 48%;
  flex: 0 1 48%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .contact__block {
    box-flex: 0;
    -moz-flex: 0 1 100%;
    flex: 0 1 100%;
    border-bottom: 1px solid #f0efed;
    padding: 20px;
  }
  .contact__block:last-child {
    border-bottom: none;
  }
}
.contact__block--general > div {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  font-size: 14px;
}
.contact__block--general > div::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: calc(50% - 12px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact__phone {
  font-size: 24px !important;
}
.contact__phone a {
  text-decoration: none !important;
}
.contact__phone::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-phone.svg);
}
.contact__address::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-address.svg);
}
.contact__main-email::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-at.svg);
}
.contact__hours::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-schedule.svg);
}
.contact__telegram::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-telegram-red.svg);
}
.contact__email {
  white-space: nowrap;
}
.contact__email--icons::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-email-3.svg);
}
.contact__item {
  margin-bottom: 16px;
  width: 100%;
}
.contact__text {
  display: block;
}
.contact__scheme {
  margin-top: 20px;
  width: 100%;
}
.contact__scheme img {
  width: 100%;
  height: auto;
}

.html-order-reports-page input[type=checkbox] + input + label {
  margin-left: 25px;
}
.html-order-reports-page input[type=checkbox] + input + label::before {
  left: -25px;
  top: 1px;
}
.html-order-reports-page .panel {
  margin-bottom: 30px;
  background-color: #F0EFED;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 30px 20px;
}
.html-order-reports-page .panel__title {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.html-order-reports-page .panel__inner {
  margin-bottom: 0;
}
.html-order-reports-page .panel__inner .panel__coll {
  width: 25% !important;
}
.html-order-reports-page .panel__inner .panel__coll:not(:last-child) {
  padding-right: 2%;
}
.html-order-reports-page .panel__inner .panel__coll > .form-wrapper {
  margin-bottom: 5px;
}
.html-order-reports-page .panel__inner .panel__coll > .form-wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .html-order-reports-page .panel__inner .panel__coll {
    width: 50% !important;
  }
  .html-order-reports-page .panel__inner .panel__coll > .form-wrapper:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .html-order-reports-page .panel__inner .panel__coll {
    width: 100% !important;
  }
  .html-order-reports-page .panel__inner .panel__coll > .form-wrapper:last-child {
    margin-bottom: 30px;
  }
}
.html-order-reports-page .panel__inner .form-wrapper {
  width: 100%;
}
.html-order-reports-page .panel__inner .form-wrapper label {
  font-weight: normal;
}
.html-order-reports-page .panel__inner .form-wrapper label:hover {
  color: #8205b4;
}
.html-order-reports-page .panel__inner .form-wrapper .locked-option {
  padding: 0 0 0 25px;
  position: relative;
}
.html-order-reports-page .panel__inner .form-wrapper .locked-option::before {
  content: "";
  width: 16px;
  height: 26px;
  position: absolute;
  display: block;
  background-size: 16px 16px;
  left: 0;
  top: -0.3rem;
  background: transparent url(/Themes/DefaultCleanKRDCustom/Content/images/icons-lock.svg) center center no-repeat;
  opacity: 0.7;
}
.html-order-reports-page .form__after {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 850px) {
  .html-order-reports-page .form__after {
    justify-content: center;
  }
  .html-order-reports-page .form__after > div {
    margin: 15px auto;
  }
  .html-order-reports-page .form__after > div.cart-options {
    text-align: center;
  }
  .html-order-reports-page .form__after > div.cart-options span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
.html-order-reports-page .cart-options {
  text-align: right;
}
.html-order-reports-page .cart-options .cart-options__button {
  min-width: 60px;
  margin: 0 8px;
}
.html-order-reports-page .cart-options .cart-options__button:last-child {
  margin: 0;
}
.html-order-reports-page .wrapper {
  position: relative;
}
.html-order-reports-page .table-wrapper {
  overflow-x: auto;
}
.html-order-reports-page .table-shading {
  display: block;
  position: absolute;
  height: calc(100% - 32px);
  width: 12px;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #e7e7e7, rgba(255, 255, 255, 0));
}
.html-order-reports-page .order-list-table th {
  padding: 0 12px 0 !important;
}
.html-order-reports-page .order-list-table th.order-number, .html-order-reports-page .order-list-table th.account-number, .html-order-reports-page .order-list-table th.order-date, .html-order-reports-page .order-list-table th.reserve-end-date, .html-order-reports-page .order-list-table th.payment-status, .html-order-reports-page .order-list-table th.company-name, .html-order-reports-page .order-list-table th.contact-person, .html-order-reports-page .order-list-table th.project-name, .html-order-reports-page .order-list-table th.product-model, .html-order-reports-page .order-list-table th.internal-number {
  padding: 0 !important;
}
.html-order-reports-page .order-list-table .project-name {
  max-width: 150px;
  width: 150px;
  min-width: 150px;
}
.html-order-reports-page .order-list-table .product-model {
  width: 120px;
  min-width: 120px;
}
.html-order-reports-page .order-list-table .product-model a:hover {
  color: #8205b4;
}
.html-order-reports-page .order-list-table a,
.html-order-reports-page .order-list-table .sorting a {
  color: #58595b;
}
.html-order-reports-page label {
  color: #58595b;
}

#tab-attrs-18 h5 {
  display: none;
}

.wishlist-page .wishlist-content .button-2 {
  margin: 0 4px 0 0;
}
.wishlist-page .wishlist-content .button-2:last-child {
  margin: 0;
}
.wishlist-page .buttons {
  text-align: right;
}

.share-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
.share-info__label {
  padding: 2px 2px 2px 20px;
  position: relative;
}
.share-info__label::before {
  position: absolute;
  top: calc(50% - 8px);
  left: -1px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-share-link.svg) center center no-repeat;
  background-size: cover;
}
.share-info input[type=text] {
  border: none !important;
  background-color: #F0EFED;
  height: 26px !important;
  padding: 3px 8px !important;
  text-overflow: ellipsis;
}
.share-info input[type=text]:focus {
  border: none !important;
  color: #222222;
}

.remove-from-cart input[type=checkbox],
.add-to-cart input[type=checkbox] {
  display: none !important;
}
.remove-from-cart input[type=checkbox] + label,
.add-to-cart input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  max-width: 13px;
}
.remove-from-cart input[type=checkbox] + label::before,
.add-to-cart input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 1000px) {
  .remove-from-cart input[type=checkbox] + label,
.add-to-cart input[type=checkbox] + label {
    overflow: visible;
    text-indent: 0%;
    white-space: normal;
    max-width: none;
  }
  .remove-from-cart input[type=checkbox] + label::before,
.add-to-cart input[type=checkbox] + label::before {
    left: auto;
    top: auto;
    right: -20px;
    bottom: 3px;
  }
}
@media (max-width: 640px) {
  .remove-from-cart input[type=checkbox] + label::before,
.add-to-cart input[type=checkbox] + label::before {
    right: calc(50% - 8px);
    bottom: -15px;
  }
}
.remove-from-cart input[type=checkbox]:checked + label::before,
.add-to-cart input[type=checkbox]:checked + label::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
.remove-from-cart input[type=checkbox] + label::before,
.add-to-cart input[type=checkbox] + label::before {
  border: 1px solid #767676;
  width: 13px;
  height: 13px;
  border-radius: 3px;
}

.remove-from-cart input[type=checkbox]:checked + label::before {
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-delete2.svg);
  background-size: 9px 9px;
}

.add-to-cart input[type=checkbox]:checked + label::before {
  border: 1px solid #8205b4;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-check.svg);
  background-size: 11px 11px;
}

th.remove-from-cart span {
  display: none;
}

.blue {
  color: #8205b4 !important;
}

.red {
  color: #cc0000;
}

.gray a {
  color: #58595b;
}
.gray a:hover {
  color: #8205b4;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

html,
body {
  height: 100%;
}

#inverseNavbar1 .sublist {
  width: 820px !important;
}

.header-links a,
.header-links span {
  font-size: 12px;
}

.cart.header-links__item {
  opacity: 0.9;
  margin-top: 5px;
  margin-right: 3px;
}

.favorite-qty {
  opacity: 0.9;
}

li.login {
  padding-left: 39px;
}

.header-links > li {
  width: 67px;
  padding-top: 17px;
}

.main-page-slider .slick-next:before,
.main-page-slider .slick-prev:before {
  height: 60px;
  width: 27px;
}

.cart.header-links__item a::before {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

.header-links > li > a::before,
.header-links li.login .login-wrap-links::before {
  top: 4px;
  left: -43px;
}

.link-to-favorite.header-links__item a {
  margin-top: 3px;
}

.link-to-favorite.header-links__item a::before {
  top: 6px;
  margin-left: 8px;
}

.link-to-compare.header-links__item {
  padding-top: 18px;
  padding-left: 4px;
}

li.qorder.header-links__item {
  margin-top: 5px;
  margin-right: 11px;
}

li.login.header-links__item {
  margin-top: 8px;
  margin-left: 2px;
}

.link-to-favorite.header-links__item {
  padding-top: 14px;
  padding-left: 4px;
}

.ico-account span {
  line-height: 1.34em;
  font-size: 14px;
  margin-top: 3px;
  margin-left: -2px;
}

.link-to-favorite.header-links__item a::before {
  width: 40px;
  height: 36px;
  background-size: 37px 38px;
}

.link-to-compare.header-links__item a::before {
  background-size: 28px 31px;
  margin-left: 13px;
  margin-top: 8px;
}

.header-links > li > a::before,
.header-links li.login .login-wrap-links::before {
  top: 3px;
  width: 35px;
  height: 35px;
}

li.qorder a::before {
  background-size: 36px 36px !important;
}

.row-header-navigation,
.row-header-links {
  justify-content: flex-start !important;
}

.row-header-navigation {
  padding: 18px 0 4px 0 !important;
}

.nav li a {
  font-size: 17px !important;
}

.btn-group.bootstrap-select.search-selectors.dp-product-sorting {
  margin-top: -2px;
  height: 49px;
}

.header-links li a,
.header-links li a span {
  white-space: nowrap;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 102%;
  height: 76px;
  margin-top: 3px;
  margin-left: -2px;
}

.cart.header-links__item {
  width: auto;
  min-width: unset;
}

.new-products-list .item-box .product-item .availability-wrapper {
  display: none !important;
}

.product-grid .item-box .product-item .buttons,
.new-products-list .item-box .product-item .buttons {
  display: none !important;
}

.product-grid .item-box .product-item,
.new-products-list .item-box .product-item {
  padding-bottom: 0 !important;
}

.item-box.slick-slide.slick-active {
  background: #fff;
}

.product-grid .item-box .product-item,
.new-products-list .item-box .product-item {
  height: 100%;
  padding-top: 0;
  padding-bottom: 32px;
}

.product-grid .item-box .product-title a,
.slick-list .item-box .product-title a {
  color: #58595b;
}

.item-box .picture {
  margin: 0 0 13px;
}

.prices .discount {
  flex-flow: column !important;
  display: flex !important;
  align-items: start !important;
  margin-top: 0px !important;
}

.prices .discount .rrc {
  font-size: 12px;
  color: #b1b1b1;
  display: flex !important;
  font-weight: 600 !important;
  justify-content: left !important;
}

.prices .discount .rrc span {
  font-weight: 600 !important;
  font-size: 12px !important;
  color: #b1b1b1 !important;
}

.item-box .prices > div span:last-child {
  text-align: left;
  padding-left: 0px;
}

.container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

.slider__inner {
  height: 450px;
}

.new-products-list .slick-list {
  margin: 0px !important;
  width: 100% !important;
}

.main-page-slider div img {
  position: relative;
  width: 100% !important;
  left: unset !important;
  margin-left: unset !important;
}

.pictureBox img {
  width: auto;
  max-height: 100%;
}

.slick-dots {
  z-index: 1000;
  transform: translateX(0) !important;
  margin-bottom: -20px !important;
}

.navbar-collapse.collapse {
  margin-right: -42px;
  margin-top: -25px;
}

.slick-dots li button {
  border: 3px solid #ccc !important;
}

.main-page-slider .slick-prev::before {
  content: "";
  height: 55px;
  transition: 0.5s;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-prev07.png);
  position: absolute;
  width: 30px;
  opacity: 0;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.main-page-slider:hover .slick-prev::before {
  opacity: 0.8;
}

.main-page-slider .slick-next::before {
  content: "";
  transition: 0.5s;
  position: absolute;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/arrow-next07.png);
  height: 60px;
  width: 30px;
  opacity: 0;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.main-page-slider:hover .slick-next::before {
  opacity: 0.8;
}

.slick-prev {
  opacity: 1 !important;
}

.slick-next {
  opacity: 1 !important;
}

.slider__container {
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
  z-index: 500;
}

.slide-item img {
  width: 100%;
  height: 450px;
}

.slider__container:hover .slick-arrow {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  display: flex;
  width: 100%;
  transform: translateX(-50%);
}

.slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  margin: 8px 0;
  outline: none;
}

.ui-dialog {
  z-index: 998 !important;
}

.slick-dots .slick-active button {
  background-color: #58595b;
  border: 2px solid #ccc;
}

.slick-arrow {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.2s;
  cursor: pointer;
}

.slick-next {
  right: 5%;
}

.slick-prev {
  left: 5%;
}

.video {
  background-color: #808080;
  padding: 80px 0px;
}

.video__inner {
  display: flex;
  justify-content: space-between;
  width: 97%;
}

.video__info {
  max-width: 556px;
  width: 44%;
  color: #fff;
}

.video__info-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 2px;
  margin-top: 51px;
  letter-spacing: -0.5px;
}

.video__inner .firstText {
  position: relaive;
  padding-top: 4px;
  font-size: 13px;
  padding-left: 3px;
  letter-spacing: 0.3px;
}

.video__inner .secondText {
  font-size: 13px;
  padding-left: 3px;
  padding-top: 7px;
  padding-bottom: 39px;
  letter-spacing: 0.3px;
}

.video__info p {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 37px;
}

.video__info-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #8205b4;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
  text-transform: uppercase;
}

.video__info-btn:hover {
  background-color: #63008a;
}

.video__player {
  background: #333333;
  mix-blend-mode: multiply;
  border: 7px solid #e3e3e3;
  width: 476px;
  height: 312px;
  position: relative;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e3e3e3;
  z-index: 2;
  display: inline-block;
}

.new__items {
  background-color: #f0efed;
  padding: 38px 74px;
}

#footer .social-links a::after {
  content: none;
}

#footer .social-links a {
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 55px;
  margin: 0 20px 0 10px;
}

.sociallink-facebook {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/facebook.png);
}

.slick-slide {
  background: #fff;
}

.sociallink-youtube {
  height: 63px !important;
  margin-top: -2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/youtube.png);
}

.filter-option.pull-left {
  color: #58595b !important;
  margin-left: -38px !important;
  font-size: 14px !important;
}

#store-search-box .filter-option.pull-left {
  color: #fff !important;
  font-size: 18px !important;
  margin-left: 6px !important;
}

.home-page .new__items h2,
.home-page .news .title {
  text-transform: uppercase;
  color: #58595b;
  text-align: center;
  font-size: 36px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: -25px;
}

#footer .container {
  display: flex !important;
  flex-flow: row !important;
  margin-top: 50px;
}

#footer .container .columns:first-child {
  width: 25%;
  margin-right: 50px;
}

#footer .container .columns {
  margin-right: 50px;
}

#footer .container .columns .company-name {
  text-transform: uppercase;
}

#footer .container .columns h1 {
  display: flex;
  font-weight: 100;
  text-transform: uppercase;
  white-space: nowrap;
  color: white;
  align-items: center;
  border-left: 4px solid #00d084;
  padding-left: 5px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 100 !important;
  font-size: 20px;
}

#footer .container .columns:first-child h1 {
  white-space: break-spaces;
}

#footer .container .columns ul li {
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
}

#footer .container .columns ul li:before {
  content: "■";
  font-size: 8px;
  padding-right: 15px;
}

#footer .container .second ul li:last-child {
  color: #b908ff !important;
  list-style: none !important;
  font-weight: bold;
}

#footer .container .second ul li:last-child:before {
  content: none;
}

#footer .block-copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#footer .copyright {
  padding-top: 3px;
  white-space: nowrap;
  text-align: center;
}

#footer .container .second ul li:last-child a {
  color: #b908ff !important;
  text-decoration: underline;
}

#footer .container .second ul li:last-child a:hover {
  text-decoration: none;
}

#footer .container .columns ul {
  padding-left: 0;
  padding-top: 10px;
}

.new-products-list .slick-list .item-box {
  margin-left: 0.1%;
  margin-right: 0.1%;
}

.items__inner {
  display: flex;
  height: 100%;
}

.new-item {
  max-width: 290px;
  width: 100%;
  background-color: #fff;
  margin: 0px 7px 25px;
  color: #58595b;
  padding: 22px;
  height: auto;
}

.new-item_img img,
.news-item_img img {
  width: 100%;
}

.new-item-title {
  font-size: 18px;
  font-weight: 700;
}

.new-item_article {
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

.new-item p {
  font-size: 14px;
  display: inline-block;
}

.new-item_price {
  font-size: 18px;
  font-weight: 700;
  color: #8205b4;
  margin-top: 20px;
  margin-bottom: 5px;
}

.new-item_oldprice {
  font-size: 12px;
  color: #b1b1b1;
}

.news {
  padding: 38px 74px;
}

.news__inner {
  display: flex;
  justify-content: space-between;
}

.news-item {
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}

.news__text {
  color: #58595b;
  font-size: 22px;
  margin-bottom: 10px;
}

.news-item_date {
  font-size: 16px;
  color: #b1b1b1;
}

.footer {
  background-color: #58595b;
  padding: 51px 0 37px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #fff;
}

.footer__logo {
  max-width: 226px;
  width: 100%;
}

.footer__logo-img {
  display: inline-block;
}

.footer__logo-img img {
  width: 100%;
}

.footer__logo-info {
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
}

.footer-links {
  margin-left: 20px;
}

.footer-links span {
  font-size: 20px;
  padding-left: 5px;
  border-left: 4px solid #8205b4;
  display: inline-block;
  margin-bottom: 26px;
}

.footer-links ul {
  padding-left: 18px;
}

.footer-links ul li {
  max-width: 150px;
  list-style: circle;
  margin-bottom: 20px;
}

.footer-links ul li a {
  color: #fff;
  font-size: 14px;
}

.footer-links ul .show-all {
  list-style: none;
}

.footer-links ul .show-all a {
  font-size: 14px;
  color: #8205b4;
  text-decoration: underline;
  font-weight: 700;
}

.assembly-parts__row .lineAssembly .countAssembly {
  display: none;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links span {
  width: 55px;
  height: 55px;
  display: inline-block;
  border-left: none;
  cursor: pointer;
}

.social-links span img {
  width: 100%;
}

@media (max-width: 1366px) {
  .carousel-manufacturers .manufact-slider {
    margin-left: 4%;
    margin-right: 4%;
  }
  .main-page-slider .slick-next::before,
.main-page-slider .slick-prev::before {
    height: 33px;
    width: 25px;
  }
}
@media (max-width: 1280px) {
  .new-products-list .slick-prev,
.frontpage-news-items .slick-prev {
    left: -5.5%;
  }
  .new-products-list .slick-next,
.frontpage-news-items .slick-next {
    right: -5.5%;
  }
  .new-products-list,
.frontpage-news-items {
    width: 90%;
    margin-left: 5%;
  }
  .ui-widget.ui-widget-content.ui-autocomplete {
    width: 432px !important;
  }
}
.store-search-box__btn {
  top: 44%;
}

@media (max-width: 1260px) {
  .catalog-search-page .pagination-row:first-child .product-page-size-wrapper,
.category-page .pagination-row:first-child .product-page-size-wrapper,
.product-tag-page .pagination-row:first-child .product-page-size-wrapper,
.reserve-list-page .pagination-row:first-child .product-page-size-wrapper,
.order-list-page .pagination-row:first-child .product-page-size-wrapper {
    display: none;
  }
  .catalog-search-page .pagination-row:first-child .product-viewmode,
.category-page .pagination-row:first-child .product-viewmode,
.product-tag-page .pagination-row:first-child .product-viewmode,
.reserve-list-page .pagination-row:first-child .product-viewmode,
.order-list-page .pagination-row:first-child .product-viewmode {
    margin-right: 4px;
  }
}
@media (max-width: 1230px) {
  .category-page .product-list .product-item .specification,
#search-data .product-list .product-item .specification,
.product-tag-page .product-list .product-item .specification {
    display: none;
  }
  .category-page .product-list .product-item .add-info,
#search-data .product-list .product-item .add-info,
.product-tag-page .product-list .product-item .add-info {
    padding-right: 10px;
  }
  html.html-shopping-cart-page table.cart td,
html.html-shopping-cart-page table.cart th,
html.html-checkout-page table.cart td,
html.html-checkout-page table.cart th {
    min-width: unset;
  }
  .cart td {
    padding: 10px;
  }
  .cart td.product {
    min-width: 160px;
  }
  .html-registration-page h5 {
    text-align: left;
  }
  .html-registration-page .registration-footer {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .html-registration-page .registration-footer .privacy-agreement,
.html-registration-page .registration-footer .buttons {
    text-align: center;
    width: 100%;
  }
  .html-registration-page .registration-footer .privacy-agreement span,
.html-registration-page .registration-footer .privacy-agreement a {
    text-align: center;
  }
  .quick-order-page .footer-quick-order,
.quick-order-page textarea#orders {
    width: 100%;
  }
  /*
  .product-list .prices .text-label {
      font-size: 13px;
  }

  .product-list .prices .price {
      font-size: 13px;
  }
  */
  .header-links {
    display: flex;
    float: right;
  }
  .header-links > li {
    display: table-cell;
    vertical-align: top;
  }
  /*
  .navbar-nav > li > a {
      padding: 15px 8px;
  }
  */
  .navbar-nav li a {
    font-size: 12px;
  }
  .frontpage-newsblock .container > .buttons {
    margin-right: 3px;
  }
  .gallery .product-icons {
    right: 370px;
  }
  .product-list .add-info {
    font-size: 90%;
  }
  .product-list .item-box .prices {
    font-size: 15px;
  }
  .social-links a {
    height: 40px;
    width: 40px;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 9.5808%;
      width: 26.9461%;
  }

  .news-item-page .gallery li:nth-child(4n) {
      margin-right: 9.5808%;
  }

  .news-item-page .gallery li:nth-child(3n) {
      margin-right: 0;
  }
  */
  .item-box:nth-child(2n+1),
.item-box:nth-child(3n+1) {
    clear: none;
  }
  .main-page-slider div img {
    margin-left: -615px;
    width: 1230px;
  }
  .quick-order-page .aid-block--row .column-wrapper .column:first-child {
    margin-bottom: 30px;
  }
  .range-facet .inputs-row input[type=text] {
    width: 30%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .range-facet .price-range-wrapper {
    position: relative !important;
    width: 85% !important;
  }
}
.header-links li.login .sublist {
  z-index: 1001;
  margin-left: -42px;
}

@media (max-width: 1200px) {
  #inverseNavbar1 .sublist {
    width: 730px !important;
  }
  .main-page-slider div img {
    margin-left: -600px;
    width: 1200px;
  }
  .newsletter .title {
    font-size: 22px;
  }
}
.item-box .description {
  display: block;
}

.descriptionBox {
  color: #58595b;
}

.pictureBox {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 122px;
}

.product-item .details {
  padding: 0 13px;
  overflow: hidden;
}

.frontpage-news-items .news-item h3,
.frontpage-news-items .news-item .h3 {
  margin: 0;
  font-weight: 100;
  color: #58595b;
  font-size: 20px;
  text-align: left;
  width: 100%;
  display: inline-block;
  height: 61px;
  overflow: hidden;
}

.frontpage-news-items .news-item {
  text-align: left;
}

.frontpage-news-items .news-item:hover {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

.frontpage-news-items .news-item {
  margin-top: 5px;
}

.news-date {
  margin-top: 10px !important;
}

.new-products-list .slick-slide {
  height: 385px;
}

.descriptionBox,
.vendor-code {
  font-weight: 500;
}

.add-info {
  padding: 6px 12px;
}

.product-grid .item-box .product-title a,
.slick-list .item-box .product-title a:hover {
  color: #8205b4;
}

@media (min-width: 1001px) {
  .login-page .returning-wrapper input[type=text],
.login-page .returning-wrapper input[type=password] {
    width: 100%;
  }
}
.nav li a {
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
}

@media (max-width: 1000px) {
  .main-page-slider .slick-next::before,
.main-page-slider .slick-prev::before {
    height: 60px;
    width: 16px;
  }
  #inverseNavbar1 .sublist {
    width: 600px !important;
  }
  #footer .container .columns {
    width: 40%;
  }
  #footer .container {
    flex-wrap: wrap !important;
  }
  #footer .block-footer-menu .list_coll {
    justify-content: flex-end;
  }
  #footer .block-copyright {
    padding-left: 40px;
  }
  #footer .block-copyright .copyright {
    text-align: left;
  }
  #footer .block-copyright .social-links {
    text-align: left;
  }
  .content-page .picture {
    text-align: center;
  }
  .content-page .picture img {
    width: 100%;
  }
  .page ul li,
.product-options-box .title {
    text-align: left;
  }
  .center-1 .content-page,
.center-1 .news-item-page,
.center-1 .news-list-page {
    width: calc(100% - 30px);
  }
  .html-checkout-page .cart tbody {
    display: block;
    overflow: visible;
  }
  /*
  .contact-page-wrapper .contact-row.contacts-info, .contact-page-wrapper .contact-row.by-car-info .row-wrapper {
      .contact-block {
          @include flex(0 1 100%);

          &:last-child {
              margin-top: 30px;
          }
      }
  }
  */
  .form-group {
    text-align: left;
  }
  /*
  .product-list .prices .text-label {
      font-size: 12px;
  }

  .product-list .prices .price {
      font-size: 12px;
  }
  */
  .header-links span,
.header-links a {
    text-transform: none;
  }
  /*
  .navbar-nav > li > a {
      padding: 15px 4px;
  }
  */
  /*
  .top-menu > li:first-child > a {
      margin-right: 5px;
  }
  */
  .frontpage-newsblock .container > .buttons {
    margin-right: 5px;
  }
  .gallery .product-icons {
    right: 320px;
  }
  .product-list .product-item .add-info {
    width: 30%;
  }
  .product-list .product-item .details {
    width: 45%;
  }
  .product-list .product-item .specification {
    display: none;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 3.3073%;
      width: 31.1284%;
      height: 160px;
  }

  .news-item-page .gallery li:nth-child(4n) {
      margin-right: 3.3073%;
  }

  .news-item-page .gallery li a {
      height: 140px;
      width: 140px;
  }
  */
  .main-page-slider div img {
    margin-left: -500px;
    width: 1000px;
  }
  .pager-row,
.pager ul {
    text-align: center;
  }
  /*

  .pager li {
      margin: 0 4px;
  }

  */
  .total-number-of-product,
.dp-product-page-size,
.pager {
    float: none;
  }
  .product-selectors {
    text-align: center;
  }
  .product-selectors .product-viewmode {
    float: none;
  }
  .block .title {
    background: none;
  }
  .contact-us .address,
.copyright,
.contact-us .driving-directions,
.contact-us .phone {
    font-size: 15px;
  }
  .social-links a {
    height: 35px;
    margin-right: 8px;
    width: 35px;
  }
  .social-links a img {
    height: 35px;
    width: 35px;
  }
  .navbar-collapse.in,
.navbar-collapse {
    overflow: hidden;
    overflow-x: visible;
  }
  .newsletter .title {
    font-size: 16px;
  }
  #newsletter-subscribe-block .btn-default {
    font-size: 15px;
  }
  td.availability,
td.product-picture {
    width: auto;
  }
  .remove-from-cart input[type=checkbox] {
    margin: -2px 0 0;
  }
  .checkout-attributes {
    margin: 0;
  }
  .cart label {
    margin-bottom: 0;
  }
  .cart td.unit-price,
.cart td.subtotal {
    padding: 10px;
  }
  .cart td {
    padding: 8px;
  }
  .cart .product,
.cart .product-picture,
.cart .unit-price,
.cart .subtotal,
.cart .availability,
.cart .quantity,
.cart .discount-price {
    width: 100%;
    text-align: center;
  }
  .html-checkout-page #checkout-steps > li.tab-section .buttons {
    text-align: center;
  }
  .cart .product-picture {
    max-width: 100%;
  }
  .order-details-page td.quantity {
    text-align: center;
  }
  .choose-the-number {
    width: 100%;
    text-align: right;
  }
  .choose-the-number .text-label {
    display: inline-block;
  }
  /*
  .choose-the-number {
      display: inline-block;
  }

  .choose-the-number {
      width: auto;
  }
  */
  .cart-footer {
    text-align: right;
  }
  .cart-options .common-buttons {
    float: none;
    text-align: center;
    width: 100%;
  }
  .cart-footer .cart-collaterals .cart-footer .totals,
.checkout-data #opc-confirm_order .cart-footer .totals {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .checkout-data #opc-confirm_order .cart-footer .totals .cart-total td label,
.checkout-data #opc-confirm_order .cart-footer .totals .cart-total td span {
    white-space: normal;
  }
  .cart-footer .cart-collaterals {
    text-align: center;
  }
  .cart-footer .cart-collaterals > div {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .cart-footer .cart-collaterals > div .proposal-container {
    align-items: center;
  }
  .cart-options .print-buttons {
    clear: both;
    float: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .catalog-search-page .pagination-row:first-child .pager-row,
.category-page .pagination-row:first-child .pager-row,
.product-tag-page .pagination-row:first-child .pager-row {
    display: block;
  }
  .catalog-search-page .pagination-row:first-child .pager-row .pager,
.category-page .pagination-row:first-child .pager-row .pager,
.product-tag-page .pagination-row:first-child .pager-row .pager {
    float: left;
    margin-left: 4px;
  }
  .catalog-search-page .pagination-row:first-child .product-sorting,
.category-page .pagination-row:first-child .product-sorting,
.product-tag-page .pagination-row:first-child .product-sorting {
    display: none;
  }
  .catalog-search-page .pagination-row:last-child .product-page-size-wrapper > span,
.category-page .pagination-row:last-child .product-page-size-wrapper > span,
.product-tag-page .pagination-row:last-child .product-page-size-wrapper > span {
    display: none;
  }
  .html-product-details-page .item-box .product-item {
    flex-direction: column;
    padding-bottom: 15px;
  }
  .html-product-details-page .item-box .product-item .picture,
.html-product-details-page .item-box .product-item .details,
.html-product-details-page .item-box .product-item .specification,
.html-product-details-page .item-box .product-item .add-info {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .html-product-details-page .item-box .product-item .add-info {
    min-height: unset;
    float: unset;
    height: auto;
    display: flex;
  }
  .html-product-details-page .item-box .product-item .add-info .list-view-product-attribut-wrapper {
    width: 100%;
    min-height: unset;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .html-category-page .page-body .pagination-row:first-child .product-page-size-wrapper,
#search-data.page-body .pagination-row:first-child .product-page-size-wrapper,
.html-product-tag-page .page-body .pagination-row:first-child .product-page-size-wrapper {
    display: none;
  }
  .category-page .product-list .product-item .add-info,
#search-data .product-list .product-item .add-info,
.product-tag-page .product-list .product-item .add-info {
    display: none;
  }
  .category-page .product-list .item-box,
#search-data .product-list .item-box,
.product-tag-page .product-list .item-box {
    display: block;
    float: left;
    width: 100%;
  }
  .category-page .product-list .item-box .product-item,
#search-data .product-list .item-box .product-item,
.product-tag-page .product-list .item-box .product-item {
    display: block;
    float: left;
    width: 100%;
  }
  .category-page .product-list .item-box .product-item .picture,
#search-data .product-list .item-box .product-item .picture,
.product-tag-page .product-list .item-box .product-item .picture {
    float: left;
    min-width: unset;
    max-width: unset;
    width: 35%;
  }
  .category-page .product-list .item-box .product-item .details,
#search-data .product-list .item-box .product-item .details,
.product-tag-page .product-list .item-box .product-item .details {
    float: left;
    min-width: unset;
    max-width: unset;
    width: 65%;
  }
  .category-page .product-list .item-box .product-item .add-info,
#search-data .product-list .item-box .product-item .add-info,
.product-tag-page .product-list .item-box .product-item .add-info {
    min-height: unset;
    display: block;
    float: right;
    width: 100%;
    margin-top: 15px;
  }
  .category-page .product-list .item-box .product-item .add-info .watch-all,
#search-data .product-list .item-box .product-item .add-info .watch-all,
.product-tag-page .product-list .item-box .product-item .add-info .watch-all {
    margin-bottom: 15px;
  }
  .category-page .product-list .item-box .product-item .buttons,
#search-data .product-list .item-box .product-item .buttons,
.product-tag-page .product-list .item-box .product-item .buttons {
    padding-top: 10px;
  }
  .category-list ul li {
    width: 30%;
  }
  .ui-widget.ui-widget-content.ui-autocomplete {
    width: 323px !important;
  }
  .html-compare-products-page .comparer-parameters-row .comparer-parameters-row--select .select-wrapper:first-child {
    margin-right: 20px;
  }
  .html-compare-products-page .comparer-parameters-row .comparer-parameters-row--select .select-wrapper:first-child .btn-group {
    width: 230px !important;
  }
  .html-compare-products-page .comparer-parameters-row .comparer-parameters-row--select .select-wrapper:last-child .btn-group {
    width: 130px !important;
  }
  #footer .row.newsletter-row .newsletter .title,
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block {
    width: 80%;
  }
  #footer .row.newsletter-row .newsletter .title {
    margin-bottom: 15px;
  }
  .product-list .item-box .warnings-wrapper {
    padding-top: 12px;
    padding-bottom: 0px;
  }
}
@media (max-width: 900px) {
  .container .news__inner {
    flex-flow: column;
  }
  .navbar-collapse.collapse.in {
    margin-top: 15px;
  }
  .top-menu a {
    color: #fff;
    font-size: 16px !important;
  }
  #header .container .row:first-child {
    display: flex;
    height: auto;
  }
  .logo,
.logo a {
    text-align: center;
    width: 100%;
  }
  .header-links {
    width: 100%;
    display: flex;
    text-align: left;
  }
  .header-links li {
    display: inline-table;
  }
  .frontpage-newsblock .container > .buttons {
    margin-right: 4px;
  }
  .main-page-slider div img {
    margin-left: -450px;
    width: 900px;
  }
  .frontpage-newsblock .container,
.new-products .container,
.carousel-manufacturers .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-products-list .slick-prev,
.frontpage-news-items .slick-prev {
    left: -40px;
  }
  .new-products-list .slick-next,
.frontpage-news-items .slick-next {
    right: -40px;
  }
  .ui-widget.ui-widget-content.ui-autocomplete {
    width: 432px !important;
  }
  .ui-widget.ui-widget-content.ui-autocomplete {
    width: 310px !important;
  }
  .html-customer-info-page .account-delivery-information .buttons.two-buttons input {
    width: 49%;
  }
}
@media (max-width: 870px) {
  .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step .buttons-wrapper {
    margin-top: 0;
  }
  .html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons {
    float: none;
  }
  .html-checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .page-body > .pagination-row:first-child,
.page-body > .pagination-row:last-child {
    flex-direction: column;
    justify-content: center;
    height: 55px;
    margin-left: -38px;
    transform: translateX(15px);
    width: 100vw;
    text-align: center;
  }
  .page-body > .pagination-row:first-child .pager-row,
.page-body > .pagination-row:last-child .pager-row {
    justify-content: center;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    min-width: 100vw;
    width: 100%;
    border-bottom: solid 1px white;
  }
  .page-body > .pagination-row:first-child .archive-list,
.page-body > .pagination-row:last-child .archive-list {
    margin-left: 36px;
    margin-right: 36px;
  }
  .page-body > .pagination-row:first-child .archive-list li,
.page-body > .pagination-row:last-child .archive-list li {
    text-align: center;
  }
  .page-body > .pagination-row:first-child .product-page-size-wrapper,
.page-body > .pagination-row:last-child .product-page-size-wrapper {
    margin-left: 10px;
    margin-right: 5px;
  }
  .page-body > .pagination-row:first-child .product-page-size-wrapper > span:first-child,
.page-body > .pagination-row:last-child .product-page-size-wrapper > span:first-child {
    display: none;
  }
  .news-items .news-item,
.news-items .news-item *:not(img),
.news-items .news-item *:not(.read-more *) {
    position: static !important;
    display: block !important;
  }
  .news-items .news-item {
    padding-top: 0px;
  }
  .news-items .news-item .news-item-link-wrapper {
    flex-direction: column;
  }
  .news-items .news-item .news-item-link-wrapper .picture-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-items .news-item .news-item-link-wrapper .text {
    width: 100%;
    margin-left: 0px;
  }
  .html-category-page .page-title h1 {
    font-size: 22px;
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  li.qorder a::before {
    height: 37px !important;
  }
  .topLine {
    width: 100% !important;
  }
  .header-links li.login .sublist {
    margin-top: 0px;
  }
  .video__inner {
    flex-flow: column-reverse;
  }
  .video__player {
    margin-bottom: 20px;
  }
  #header .container .row:first-child {
    flex-flow: column;
  }
  li.cart {
    margin-top: 5px;
  }
  .header-links li {
    display: flex;
  }
  .dropdown-menu.inner.selectpicker:hover {
    background-color: #8205b4 !important;
  }
  .main-page-slider:hover .slick-prev {
    margin-left: -49% !important;
  }
  .main-page-slider:hover .slick-next {
    margin-right: -49% !important;
  }
  .row-header-links {
    margin-top: 0px;
  }
  .cart-footer .deals .proposal-container {
    justify-content: center;
  }
  .header-selectors {
    display: none;
  }
  .top-menu .currency-selector-top-menu {
    display: block;
  }
  .top-menu .language-selector-top-menu {
    display: block;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main-page-slider-row {
    /* TAG1: Hide main page slider */
    display: none;
  }
  #container-navbar.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  #container-navbar.container-fluid .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-header {
    left: 0px;
    right: 0px;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  .sub-container .navbar-toggle {
    border-style: none !important;
    margin-top: 3px;
    margin-right: 5px;
  }
  .header-links-top-wrapper {
    display: block;
  }
  .header-links > li {
    height: 40px;
  }
  li.login > a::before {
    top: -4px;
    width: 38px;
    height: 50px;
    content: "";
    background: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-login.svg) center center no-repeat;
    background-size: 27px 35px;
  }
  li.login .account-menu {
    margin-left: -30px;
    margin-top: -35px;
  }
  .header-links li.login div.login-wrap-links {
    padding-left: 10px;
    padding-top: 2px;
    display: inline-block;
  }
  .header-links li.login div.login-wrap-links::before {
    content: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-login-top.svg);
    width: 35px;
    height: 35px;
    left: -35px;
  }
  .header-links li.login div.login-wrap-links .link-wrapper,
.header-links li.login div.login-wrap-links .link-separator {
    display: inline-block;
  }
  .header-links li.login div.login-wrap-links .link-wrapper a {
    white-space: nowrap;
  }
  .header-links li.login div.login-wrap-links .link-separator a {
    color: gray;
    text-decoration: none;
    padding: 0px 3px;
  }
  .header-links li.login div.login-wrap-links a {
    display: inline !important;
    clear: none;
    margin-bottom: 0px;
    vertical-align: middle;
  }
  .header-links li.login div.login-wrap-links a:first-child {
    margin-bottom: 2px;
  }
  .header-links li.login div.login-wrap-links a:not(:last-child) {
    margin-bottom: 2px;
  }
  li.qorder a::before {
    content: "";
    width: 30px;
    height: 30px;
    left: -35px;
    background-image: url(/Themes/DefaultCleanKRDCustom/Content/images/icons-quick-order.svg);
    background-size: 30px 30px;
  }
  v .top-menu {
    margin-left: 0px;
    margin-right: 0px;
  }
  v .top-menu > li > a {
    padding-left: 15px;
  }
  #header.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header.container-fluid .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header.container-fluid .container .dp-search-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* // TAG20
  // TAG10
  .html-compare-products-page {

      .comparer-parameters-row--clear-list {
          overflow: hidden;

          .clear-list-button {
              white-space: nowrap;
              display: block;
              width: 12px;
              text-indent: 12px;
              overflow: hidden;
              margin-right: 10px;

              &:before {
                  left: 0px;
              }
          }
      }
  }
  */
}
@media (min-width: 768px) {
  .product-list .item-box .picture + .details {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #footer .container .columns:nth-child(2) {
    margin-right: 76px !important;
  }
  #footer .container .columns:nth-child(4) {
    margin-right: 47px !important;
  }
  .product-details-page .block-recently-viewed-products-v2 ul {
    flex-direction: column;
  }
  .product-details-page .block-recently-viewed-products-v2 ul li {
    width: 100%;
    text-align: center;
  }
  .product-details-page .block-recently-viewed-products-v2 {
    height: unset !important;
  }
  .product-details-page .phone-product {
    height: 990px;
  }
  #footer .block-footer-menu .list_coll {
    justify-content: flex-start;
    padding-left: 40px;
  }
  .catalog-search-page .pagination-row:first-child .pager-row,
.category-page .pagination-row:first-child .pager-row,
.product-tag-page .pagination-row:first-child .pager-row {
    display: none;
  }
  .catalog-search-page .pagination-row:first-child .product-sorting,
.category-page .pagination-row:first-child .product-sorting,
.product-tag-page .pagination-row:first-child .product-sorting {
    display: block;
    margin-left: 2px;
    margin-right: 3px;
  }
  .html-product-details-page .item-box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  ul.top-menu > li:not(:last-child) {
    border-bottom: solid 1px #444;
  }
  ul.top-menu > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .search-row {
    margin-top: 20px;
    padding: 0 15px 0 0;
  }
  .html-checkout-page #checkout-steps > li.tab-section .step form .section-title {
    padding: 0;
    width: 100%;
  }
  #checkout-steps .form-text {
    width: 100%;
    margin-left: 0;
  }
  #checkout-steps .form-group > label,
#checkout-steps .form-group .label-req {
    width: 40%;
  }
  .html-checkout-page .step-tabs {
    display: inline-block;
    width: 100%;
  }
  .html-checkout-page .step-tabs .step-title {
    height: auto;
    background-image: none;
    padding: 0;
  }
  .html-checkout-page .step-tabs .step-title::before {
    display: none;
  }
  .html-checkout-page .step-tabs .step-title.active {
    background-image: none;
  }
  .html-checkout-page .step-tabs .step-title.active::before {
    display: none;
  }
  .html-checkout-page .step-tabs .step-title.completed {
    background-image: none;
  }
  .html-checkout-page .step-tabs .step-title.completed::before {
    display: none;
  }
  .html-checkout-page #checkout-steps > li.tab-section .step form {
    padding: 30px 5%;
  }
  .html-checkout-page #checkout-steps > li.tab-section#opc-confirm_order .step form .order-review-data > div {
    width: 100%;
  }
  .html-checkout-page #checkout-steps > li.tab-section .form-group > label,
.html-checkout-page #checkout-steps > li.tab-section #checkout-steps .form-group .label-req {
    width: 40%;
  }
  .html-checkout-page #checkout-steps > li.tab-section .form-group input,
.html-checkout-page #checkout-steps > li.tab-section .form-group select,
.html-checkout-page #checkout-steps > li.tab-section .form-group textarea,
.html-checkout-page #checkout-steps > li.tab-section .form-group .select2-container {
    width: 60% !important;
  }
  .contact-page-wrapper .contact-row.contacts-info .contact-block .phone-info {
    font-size: 26px;
  }
  .html-registration-page .form-wrapper .form-fields-column {
    flex: 0 1 100%;
  }
  .navbar-nav li a {
    /* font-size: 13px; */
  }
  .frontpage-newsblock .container > .buttons {
    margin-right: 3px;
  }
  .gallery .product-icons {
    right: 22%;
  }
  .product-list .product-item .prices {
    height: auto;
    display: block;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 16.6666%;
      width: 22.2222%;
  }

  .news-item-page .gallery li:nth-child(4n) {
      margin-right: 16.6666%;
  }
  */
  .main-page-slider div img {
    margin-left: -384px;
    width: 768px;
  }
  .item-box:nth-child(2n+1),
.item-box:nth-child(3n+1) {
    clear: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .row .container .block {
    width: 100%;
  }
  #footer .block.block-footer-menu {
    padding-top: 20px;
  }
  #newsletter-subscribe-block {
    text-align: center;
    width: 100%;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  #inverseNavbar1 .sublist {
    position: relative;
  }
  .navbar-nav {
    /*
    margin: 7.5px 0px;
    */
  }
  .navbar {
    text-align: center;
  }
  .navbar-toggle {
    float: none;
  }
  .navbar-nav > li > a {
    text-align: left;
  }
  .navbar-nav > li:first-child > a {
    /*
    line-height: 20px;
    */
    /*
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 6px;
    padding-left: 6px;
    */
    /*
    font-size: 14px;
    */
    background-image: none;
    background-color: transparent;
    margin-right: auto;
  }
  .header-selectors {
    float: none;
    position: absolute;
    right: 10px;
    top: 0px;
  }
  #inverseNavbar1 .sublist,
.top-menu,
.navbar-collapse {
    width: 100%;
  }
  .search-row > div {
    padding-right: 10px;
  }
  .search-row > .link-to-favorite {
    padding-right: 0px;
  }
  .logo.col-sm-3,
.logo.col-sm-3 a,
#header .col-sm-7.col-sm-push-2 {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  #header .container .row:first-child {
    height: auto;
  }
  .logo.col-sm-3 a img {
    display: inline-block;
  }
  /*
  .header-links {
      text-align: center;
  }
  */
  .side-2,
.center-2 {
    width: 100%;
  }
  .side-2 > div {
    width: 70%;
    margin-left: 15%;
  }
  .item-box:nth-child(2n+1) {
    clear: none;
  }
  .html-order-details-page .order-details-area > div {
    width: 100%;
  }
  .aid-block {
    width: 396px;
    margin: 0 auto;
  }
  .html-account-page.html-customer-info-page .page.account-page.customer-info-page {
    margin: unset;
  }
  .html-account-page.html-customer-info-page .form-text select {
    width: 90% !important;
  }
  .html-account-page .page .page-body .fieldset .form-text,
.html-account-page .page .page-body .fieldset .form-group,
.html-account-page .page .page-body .fieldset .section-title {
    width: 60% !important;
  }
  .html-account-page .page .page-body .fieldset .buttons.two-buttons {
    width: 60%;
  }
  .html-account-page .page .page-body .fieldset .buttons {
    width: 60%;
  }
  .filter-panel-toggle {
    display: block;
    width: 70%;
  }
  .dp-filter-panel {
    display: none;
  }
  .block-recently-viewed-products {
    display: none;
  }
  .html-checkout-page li#opc-confirm_order .cart-footer .totals {
    margin: 0px auto 25px auto;
  }
  .html-checkout-page .page.checkout-page #checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons {
    margin: 0px auto;
    float: unset;
  }
  .html-checkout-page .page.checkout-page .page-body ul#checkout-steps form {
    width: 75%;
  }
  .html-checkout-page .page.checkout-page li#opc-companies .companies-notice {
    padding-left: 10%;
    padding-right: 10%;
  }
  .contact-page-wrapper .contact-row.contacts-info {
    display: block;
  }
  .contact-page-wrapper .contact-row.contacts-info .contacts-info-wrapper {
    display: block;
    display: flex;
    flex-direction: column;
  }
  .contact-page-wrapper .contact-row.contacts-info .contacts-info-wrapper .contact-block {
    display: block;
    width: 100%;
  }
  .contact-page-wrapper .contact-row.contacts-info .contacts-info-wrapper .back-call-content {
    padding-left: 0px !important;
    text-align: center;
  }
}
@media (max-width: 680px) {
  #footer .container .columns {
    margin-bottom: 20px;
    width: 81%;
  }
  .block-copyright {
    padding-left: 15px !important;
    justify-content: left !important;
  }
  /* // TAG20
  // TAG10
  .html-compare-products-page {
      .comparer-parameters-row {
          .comparer-parameters-row--select {
              .select-wrapper:first-child {
                  .btn-group {
                      width: 180px !important;
                  }
              }

              .select-wrapper:last-child .btn-group {
                  width: 100px !important;
              }
          }
      }
  }
  */
  .html-wishlist-page .page.wishlist-page .page-body .wishlist-content .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .html-wishlist-page .page.wishlist-page .page-body .wishlist-content .buttons input {
    width: 75%;
    margin: 0px 0px 7px 0px;
    min-width: unset;
    text-align: center;
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 640px) {
  .new-products .container {
    margin-bottom: 8vw;
  }
  .html-account-page .block {
    max-width: 400px;
    width: 400px;
    margin: 0 auto 15px;
  }
  .html-account-page .block .block-body .block-body--column {
    width: 100%;
    margin: 0 auto 20px;
  }
  .html-account-page .block .block-body .block-body--column:nth-child(odd) {
    padding-right: 0;
  }
  .html-account-page .block .block-body .block-body--column:nth-child(even) {
    padding-left: 0;
  }
  .html-account-page .block.account-order-management .block-body--column {
    margin: 0 auto 8px;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 12.5%;
      width: 25%;
  }

  .news-item-page .gallery li:nth-child(4n) {
      margin-right: 12.5%;
  }
  */
  .main-page-slider div img {
    margin-left: -320px;
    width: 640px;
  }
  #footer .block:last-child.block-copyright {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-page-wrapper .departments-info .contact-block {
    flex-direction: column;
  }
  .contact-page-wrapper .departments-info .contact-block > div {
    width: 100% !important;
  }
}
@media (max-width: 580px) {
  .order-details-page .order-details-area.two-columns {
    flex-direction: column;
  }
  .order-details-page .order-details-area.two-columns div {
    width: 100%;
  }
  .page.checkout-page #checkout-steps {
    margin: 0px auto;
    float: unset;
  }
  .html-checkout-page .page.checkout-page .page-body ul#checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons,
.html-checkout-page .page.checkout-page .page-body ul#checkout-steps .buttons {
    width: 100%;
  }
  .html-checkout-page .page.checkout-page .page-body ul#checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text,
.html-checkout-page .page.checkout-page .page-body ul#checkout-steps .buttons .form-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .html-checkout-page .page.checkout-page .page-body ul#checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text > div,
.html-checkout-page .page.checkout-page .page-body ul#checkout-steps .buttons .form-text > div {
    margin-left: unset;
    margin-right: unset;
  }
  .html-checkout-page .page.checkout-page .page-body ul#checkout-steps > li.tab-section .step#checkout-step-confirm-order .buttons-wrapper .buttons .form-text > div:not(:last-child),
.html-checkout-page .page.checkout-page .page-body ul#checkout-steps .buttons .form-text > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .new-products .container {
    margin-bottom: 6vw;
  }
  .login-page .page-title {
    width: 100%;
  }
  .login-page .page-body {
    width: 100%;
  }
  .login-page .page-body .customer-blocks .fieldset {
    width: 100%;
  }
  .login-page .page-body .customer-blocks .fieldset form {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .login-page .page-body .customer-blocks .fieldset form .form-fields {
    padding-left: 0px;
    padding-right: 0px;
  }
  .login-page .page-body .customer-blocks .fieldset form .form-fields input.email {
    width: 100%;
  }
  .login-page .page-body .customer-blocks .fieldset form .form-fields input.password {
    width: 100%;
  }
  .login-page .page-body .customer-blocks .fieldset form .form-fields input.login-button {
    width: 100%;
  }
  .login-page .page-body .customer-blocks label[for=RememberMe] {
    text-align: left;
  }
  .login-page .page-body .customer-blocks .forgot-password {
    text-align: right;
  }
  .html-category-page .page-body .pagination-row:first-child,
.page-body#search-data .pagination-row:first-child,
.html-product-tag-page .page-body .pagination-row:first-child {
    margin-top: 10px;
  }
  .html-category-page .page-body .pagination-row:first-child .pager-row,
.page-body#search-data .pagination-row:first-child .pager-row,
.html-product-tag-page .page-body .pagination-row:first-child .pager-row {
    display: none;
  }
  .html-category-page .page-body .pagination-row:last-child .pager-row .pager,
.page-body#search-data .pagination-row:last-child .pager-row .pager,
.html-product-tag-page .page-body .pagination-row:last-child .pager-row .pager {
    margin-left: 0px;
  }
  .html-category-page .page-body .pagination-row:last-child .pager-row .product-page-size-wrapper,
.page-body#search-data .pagination-row:last-child .pager-row .product-page-size-wrapper,
.html-product-tag-page .page-body .pagination-row:last-child .pager-row .product-page-size-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }
  .html-category-page .page-body .pagination-row:last-child .pager-row .product-page-size-wrapper > span:first-child,
.page-body#search-data .pagination-row:last-child .pager-row .product-page-size-wrapper > span:first-child,
.html-product-tag-page .page-body .pagination-row:last-child .pager-row .product-page-size-wrapper > span:first-child {
    display: none;
  }
  .order-details-page .total-info,
.html-shopping-cart-page .total-info,
.html-checkout-page .total-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-details-page .total-info table.cart-total,
.html-shopping-cart-page .total-info table.cart-total,
.html-checkout-page .total-info table.cart-total {
    min-width: unset;
  }
  .order-details-page .total-info table.cart-total tr,
.html-shopping-cart-page .total-info table.cart-total tr,
.html-checkout-page .total-info table.cart-total tr {
    float: left;
  }
  .order-details-page .total-info table.cart-total tr td,
.html-shopping-cart-page .total-info table.cart-total tr td,
.html-checkout-page .total-info table.cart-total tr td {
    clear: right;
  }
  .order-details-page .total-info table.cart-total tr td.cart-total-left,
.html-shopping-cart-page .total-info table.cart-total tr td.cart-total-left,
.html-checkout-page .total-info table.cart-total tr td.cart-total-left {
    float: left;
    width: 180px;
  }
  .order-details-page .total-info table.cart-total tr td.cart-total-right,
.html-shopping-cart-page .total-info table.cart-total tr td.cart-total-right,
.html-checkout-page .total-info table.cart-total tr td.cart-total-right {
    float: right;
    width: 240px;
  }
  .order-details-page .checkout-buttons,
.html-shopping-cart-page .checkout-buttons,
.html-checkout-page .checkout-buttons {
    flex-direction: column;
  }
  .order-details-page .checkout-buttons .checkout-button,
.html-shopping-cart-page .checkout-buttons .checkout-button,
.html-checkout-page .checkout-buttons .checkout-button {
    width: 75%;
  }
  .order-details-page .checkout-buttons .checkout-button:not(:last-child),
.html-shopping-cart-page .checkout-buttons .checkout-button:not(:last-child),
.html-checkout-page .checkout-buttons .checkout-button:not(:last-child) {
    margin-bottom: 10px;
  }
  #mainDialog input[type=submit] {
    margin: 5px 0px;
  }
  .filter-panel-separator {
    height: 10px;
  }
}
@media (max-width: 540px) {
  .video__player {
    width: 100%;
  }
  .header-links li {
    width: 33px;
    min-width: 28px;
  }
  .dropdown-toggle.selectpicker.btn-default {
    width: 140px;
  }
  .bootstrap-select.btn-group .btn .filter-option {
    font-size: 16px;
    padding: 0 42px !important;
  }
  .bootstrap-select.btn-group .btn .caret {
    right: 15px !important;
  }
  li.login a::before {
    height: 55px;
    background-size: 23px 35px;
  }
  .ico-account span {
    display: none !important;
  }
  .catalog-search-page .pagination-row:last-child .pager-row,
.category-page .pagination-row:last-child .pager-row,
.product-tag-page .pagination-row:last-child .pager-row,
.reserve-list-page .pagination-row:last-child .pager-row,
.order-list-page .pagination-row:last-child .pager-row {
    width: 100%;
  }
  .catalog-search-page .pagination-row:last-child .pager-row .product-page-size-wrapper,
.category-page .pagination-row:last-child .pager-row .product-page-size-wrapper,
.product-tag-page .pagination-row:last-child .pager-row .product-page-size-wrapper,
.reserve-list-page .pagination-row:last-child .pager-row .product-page-size-wrapper,
.order-list-page .pagination-row:last-child .pager-row .product-page-size-wrapper {
    margin-top: 15px;
  }
  .catalog-search-page .pagination-row:last-child .pager-row .pager,
.category-page .pagination-row:last-child .pager-row .pager,
.product-tag-page .pagination-row:last-child .pager-row .pager,
.reserve-list-page .pagination-row:last-child .pager-row .pager,
.order-list-page .pagination-row:last-child .pager-row .pager {
    width: 100%;
  }
  .catalog-search-page .pagination-row:last-child .pager-row .pager ul,
.category-page .pagination-row:last-child .pager-row .pager ul,
.product-tag-page .pagination-row:last-child .pager-row .pager ul,
.reserve-list-page .pagination-row:last-child .pager-row .pager ul,
.order-list-page .pagination-row:last-child .pager-row .pager ul {
    width: 100%;
    display: table;
  }
  .catalog-search-page .pagination-row:last-child .pager-row .pager ul li,
.category-page .pagination-row:last-child .pager-row .pager ul li,
.product-tag-page .pagination-row:last-child .pager-row .pager ul li,
.reserve-list-page .pagination-row:last-child .pager-row .pager ul li,
.order-list-page .pagination-row:last-child .pager-row .pager ul li {
    text-align: center;
    display: table-cell;
    width: 10%;
  }
  .catalog-search-page .pagination-row:last-child .pager-row .pager li a,
.catalog-search-page .pagination-row:last-child .pager-row .pager li span,
.category-page .pagination-row:last-child .pager-row .pager li a,
.category-page .pagination-row:last-child .pager-row .pager li span,
.product-tag-page .pagination-row:last-child .pager-row .pager li a,
.product-tag-page .pagination-row:last-child .pager-row .pager li span,
.reserve-list-page .pagination-row:last-child .pager-row .pager li a,
.reserve-list-page .pagination-row:last-child .pager-row .pager li span,
.order-list-page .pagination-row:last-child .pager-row .pager li a,
.order-list-page .pagination-row:last-child .pager-row .pager li span {
    padding: 8px 0px;
    display: inline-block;
    width: 100%;
  }
  .html-checkout-page .page.checkout-page .page-body ul#checkout-steps form {
    width: 90%;
  }
  .html-account-page .page .page-body .fieldset .form-text,
.html-account-page .page .page-body .fieldset .form-group,
.html-account-page .page .page-body .fieldset .section-title {
    width: 80% !important;
  }
  .html-account-page .page .page-body .fieldset .buttons.two-buttons {
    width: 80%;
  }
  .html-account-page .page .page-body .fieldset .buttons {
    width: 80%;
  }
  .new-products .container {
    margin-bottom: 4vw;
  }
  .html-product-details-page .quick-search-panel {
    display: none;
  }
  .html-product-details-page .dp-filter-panel.catalog-list {
    display: none;
  }
  .html-product-details-page .block-recently-viewed-products {
    display: none;
  }
  .dual-content-block .block-left {
    width: 100% !important;
  }
  .dual-content-block .block-right {
    width: 100% !important;
  }
  .category-list ul li .picture {
    width: 100%;
    height: 22vw;
    margin: 0px auto;
  }
  .category-list ul li .picture img {
    width: 22vw;
    height: 100%;
  }
  .category-list ul li {
    width: 50%;
  }
  .container .row .side-2 div.dp-filter-panel {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 10%;
  }
  .product-list .product-item .add-info {
    width: 30%;
  }
  .product-list .product-item .details {
    width: 45%;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 0.2%;
      width: 33%;
  }

  .news-item-page .gallery li:nth-child(4n) {
      margin-right: 0.2%;
  }
  */
  .product-grid .item-box {
    width: 98.6%;
  }
  .manufacturer-grid .item-box {
    width: 30.7%;
  }
  .filter-panel-toggle {
    width: 100%;
    background-position: 92% center;
  }
  .product-details-page .block-recently-viewed-products-v2 ul {
    flex-direction: column;
  }
  .product-details-page .block-recently-viewed-products-v2 ul li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product-details-page .product-icons {
    padding-right: 2%;
  }
  .html-product-details-page #product-tabs .product-options-box .title {
    padding-left: unset;
    padding-right: unset;
    text-align: center;
  }
  .html-product-details-page #product-tabs .product-options-box .options-list .options-row {
    flex-direction: column;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .html-product-details-page #product-tabs .product-options-box .options-list .options-row .options-picture,
.html-product-details-page #product-tabs .product-options-box .options-list .options-row .options-title,
.html-product-details-page #product-tabs .product-options-box .options-list .options-row .short-description {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
  }
  .html-product-details-page #product-tabs .product-options-box .options-list .options-row .options-picture {
    text-align: center;
  }
  .html-product-details-page #product-tabs .product-options-box .options-list .options-row .options-picture .picture {
    margin-left: auto;
    margin-right: auto;
  }
  .html-product-details-page #product-tabs .product-options-box .options-list .options-row .options-title {
    margin-top: 10px;
  }
  .html-product-details-page #product-tabs .product-options-box .options-list .options-row .short-description {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .new-products .container {
    margin-bottom: 2vw;
  }
  .html-registration-page .variant-of-cooperation .inputs {
    width: 100%;
  }
  .category-list h3 {
    font-size: 14px;
  }
  .product-list .product-item .picture,
.product-list .product-item .details,
.product-list .product-item .specification {
    display: block;
    width: 100%;
  }
  .product-list .product-item .add-info {
    display: block;
    width: 50%;
    float: right;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 24%;
      width: 38%;
  }

  .news-item-page .gallery li:nth-child(2n) {
      margin-right: 0;
  }

  .news-item-page .gallery li:nth-child(3n) {
      margin-right: 24%;
  }
  */
  .news-item .news-body {
    height: auto;
    overflow: visible;
  }
  .new-products h2 {
    font-size: 36px;
  }
  .product-list .item-box {
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .html-category-page .page-title h1 {
    font-size: 18px;
    margin-top: 10px !important;
  }
  #footer .block-footer-menu .list_coll {
    flex-direction: column;
  }
  #footer .block-footer-menu .list_coll div {
    margin-left: 0px;
    margin-right: 0px;
  }
  #footer .block-footer-menu .list_coll div:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .copyright {
    white-space: normal;
  }
}
@media (max-width: 460px) {
  #store-search-box .dropdown-toggle.selectpicker.btn-default {
    width: 100%;
  }
  .dp-search-box .store-search-box {
    flex-flow: column;
  }
  .btn-group.bootstrap-select.search-selectors.dp-product-sorting {
    width: 100% !important;
  }
  .dropdown-toggle.selectpicker.btn-default {
    width: 100%;
  }
  .store-search-box__btn {
    top: 72%;
  }
  .header-links__item.header-links__item--separator {
    display: none !important;
  }
  .contact-page-wrapper .departments-info .contact-block > div:nth-child(2) > div {
    flex-direction: column;
  }
  .contact-page-wrapper .departments-info .contact-block > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .new-products .container {
    margin-bottom: unset;
  }
  .category-page .product-list .item-box .product-item .picture,
.category-page .product-list .item-box .product-item .details,
.category-page .product-list .item-box .product-item .add-info,
#search-data .product-list .item-box .product-item .picture,
#search-data .product-list .item-box .product-item .details,
#search-data .product-list .item-box .product-item .add-info,
.product-tag-page .product-list .item-box .product-item .picture,
.product-tag-page .product-list .item-box .product-item .details,
.product-tag-page .product-list .item-box .product-item .add-info {
    width: 100%;
    clear: both;
  }
  .frontpage-newsblock .frontpage-news-items {
    height: auto;
  }
  .frontpage-newsblock .news-item .picture {
    height: 140px;
  }
  .frontpage-newsblock .news-item .news-title h3 {
    height: auto;
  }
  .frontpage-newsblock .news-item .news-date {
    margin-bottom: 15px;
    color: black;
  }
  .frontpage-newsblock .news-item .news-body {
    display: none;
  }
  .frontpage-newsblock .news-item .buttons {
    display: none;
  }
  /*
  .new-products-list .slick-prev, .frontpage-news-items .slick-prev {
      left: -40px;
  }
  .new-products-list .slick-next, .frontpage-news-items .slick-next {
      right: -40px;
  }
  */
  .new-products .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .new-products-list .slick-prev {
    left: -9vw;
  }
  .new-products-list .slick-next {
    right: -9vw;
  }
  .frontpage-newsblock .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .frontpage-newsblock .slick-prev {
    left: -12vw;
    top: 150px;
  }
  .frontpage-newsblock .slick-next {
    right: -12vw;
    top: 150px;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 30,434%;
      width: 34.7826%;
  }

  .news-item-page .gallery li:nth-child(3n) {
      margin-right: 30,434%;
  }
  */
  .new-products h2 {
    font-size: 32px;
    margin-top: 2px;
  }
  .html-account-page .block {
    max-width: 100%;
    width: 100%;
  }
  .html-account-page .block.account-personal-details .text {
    padding: 0;
  }
  #footer #newsletter-subscribe-block #newsletter-email {
    float: left;
    width: 55%;
  }
  #footer #newsletter-subscribe-block #newsletter-subscribe-button {
    float: right;
    width: 45%;
    text-align: center;
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 380px) {
  .logo {
    width: 50%;
  }
  iframe .container {
    padding-left: 0;
    padding-right: 0;
  }
  .search-row {
    display: block;
    text-align: center;
  }
  .dp-search-box,
.link-to-compare,
.link-to-favorite,
.link-to-cart {
    display: inline-block;
  }
  .dp-search-box {
    width: 100%;
  }
  .admin-header-links * {
    margin: 4px 10px;
  }
  .link-to-compare {
    margin-left: 10px;
    margin-right: -15px;
  }
  .link-to-compare,
.link-to-favorite,
.link-to-cart {
    margin-top: -25px;
    height: 45px;
  }
  .link-to-compare,
.link-to-favorite,
.link-to-cart {
    width: auto;
  }
  /*
  .news-item-page .gallery li {
      margin-right: 15.7894%;
      width: 42.1052%;
  }

  .news-item-page .gallery li:nth-child(3n) {
      margin-right: 15.7894%;
  }
  */
  .manufacturer-grid .item-box {
    width: 47.4%;
  }
  .html-customer-info-page .page.account-page .page-body .fieldset.account-delivery-information .buttons.two-buttons input[type=button] {
    width: 100%;
  }
  .html-customer-info-page .page.account-page .page-body .fieldset.account-delivery-information .buttons.two-buttons input[type=button]:first-child {
    margin-bottom: 10px;
  }
  .filter-panel-toggle {
    width: 100%;
    background-position: 93% center;
  }
}
@media (max-width: 360px) {
  .html-checkout-page #checkout-steps .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .html-checkout-page #checkout-steps > li.tab-section .form-group > label,
.html-checkout-page #checkout-steps > li.tab-section #checkout-steps .form-group .label-req {
    width: 100%;
    text-align: left;
  }
  .html-checkout-page #checkout-steps > li.tab-section .form-group input,
.html-checkout-page #checkout-steps > li.tab-section .form-group select,
.html-checkout-page #checkout-steps > li.tab-section .form-group textarea,
.html-checkout-page #checkout-steps > li.tab-section .form-group .select2-container {
    width: 100% !important;
  }
  #footer .row.newsletter-row .newsletter .title,
#footer .row.newsletter-row .newsletter #newsletter-subscribe-block {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .admin-header-links * {
    margin: 4px 10px;
  }
  #footer .slick-slide {
    margin-right: 0px;
  }
}
@media (max-width: 320px) {
  /*
  .news-item-page .gallery li {
      margin-right: 0%;
      margin-left: 25%;
      width: 50%;
  }

  .news-item-page .gallery li:nth-child(3n) {
      margin-right: 0%;
  }
  */
  /*
  .category-list ul li {
      width: 100%;
  }
  */
  .search-selectors {
    font-size: 10px;
  }
  .store-search-box .search-selectors a::after {
    border-width: 0 0 15px 8px;
  }
  .store-search-box .search-selectors a:last-child::before {
    border-width: 0 8px 15px 0;
  }
  .side-2 > div {
    margin-left: 5%;
    width: 90%;
  }
}
#store-search-box .bootstrap-select.btn-group .dropdown-menu {
  z-index: 500;
}

@media (max-width: 767px) {
  #inverseNavbar1 .sublist .coll_s {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .navbar-collapse.collapse {
    margin-right: 0px !important;
    padding-right: 15px !important;
  }
  #inverseNavbar1 .sublist,
.top-menu,
.navbar-collapse {
    margin-left: 0 !important;
  }
  #inverseNavbar1 .sublist {
    width: 100% !important;
    padding: 0 !important;
  }
  #inverseNavbar1 .sublist,
.top-menu,
.navbar-collapse {
    margin-left: 0 !important;
  }
}
@media (max-width: 750px) {
  .video__info {
    width: 75% !important;
  }
  .new-products-list .slick-prev,
.new-products-list .slick-next,
.frontpage-news-items .slick-prev,
.frontpage-news-items .slick-next {
    width: 20px;
  }
  .new__items {
    padding: 38px 15px !important;
  }
  .news {
    padding: 38px 25px !important;
  }
}
@media (max-width: 458px) {
  .video__info-title {
    line-height: 34px !important;
  }
}
.product-page-size-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
}

.pagination-row .pager-row {
  width: 83% !important;
}

.pagination-row:first-child .product-sorting {
  display: flex !important;
}

@media (max-width: 1050px) {
  .pagination-row .pager-row {
    justify-content: space-between !important;
    width: 100% !important;
  }
  .pagination-row:first-child .pager-row {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1040px) {
  .product-details-page .slider-nav .picture {
    width: 130px;
  }
  .product-details-page .product-essential .gallery {
    margin-bottom: 30px !important;
  }
  .product-details-page .product-essential .gallery {
    width: 100% !important;
  }
  .gallery {
    flex-direction: column;
    display: flex;
  }
  .product-details-page .slider-nav {
    width: 100%;
  }
  .product-details-page .product-gallery-slider,
.product-details-page .slider-nav,
.product-details-page .slick-track,
.product-details-page .slick-list {
    width: auto !important;
    margin: auto;
  }
  .slider-nav.slick-initialized.slick-slider {
    width: 420px !important;
    margin: 0px auto;
  }
  .new-products-list .slick-track,
.product-grid .item-grid {
    flex-flow: row !important;
    display: -webkit-flex !important;
  }
  .product-details-page .overview {
    width: 100%;
  }
  .product-details-page .product-essential .gallery {
    width: 100%;
  }
  .product-gallery-slider.slick-initialized.slick-slider .slick-list.draggable {
    width: 100% !important;
  }
  .product-gallery-slider.slick-initialized.slick-slider {
    width: 100% !important;
  }
  .product-gallery-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    width: 100% !important;
  }
}
@media (max-width: 870px) {
  #footer .container {
    flex-flow: column !important;
  }
  #footer .container .columns:first-child {
    margin-bottom: 20px;
  }
  #footer .container .columns:nth-child(2) {
    width: 100% !important;
  }
  #footer .container .columns h1 {
    white-space: normal !important;
  }
  #footer .container .columns:nth-child(3) {
    width: 100% !important;
  }
  #footer .container .columns:nth-child(2) h1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .assembly-parts__name {
    width: 23%;
  }
  .assembly-parts__description {
    width: 20%;
    margin-left: 0px;
  }
  .assembly-parts__read-more.assembly-parts__read-more--expanded {
    margin-top: 20px;
  }
  .pagination-row .pager-row {
    justify-content: space-between !important;
    width: 77% !important;
  }
  .product-details-page .product-essential .gallery,
.product-details-page .overview {
    width: 100%;
  }
  .product-details-page .product-essential .gallery {
    width: 100% !important;
  }
  .product-details-page .product-gallery-slider {
    padding-right: 20px;
    width: 100%;
    height: auto !important;
  }
  .product-gallery-slider.slick-initialized.slick-slider .slick-list.draggable {
    width: 100% !important;
  }
  .product-gallery-slider .picture {
    width: 100% !important;
  }
  .filter-panel-toggle {
    margin: 0 !important;
  }
  .side-2 > div {
    margin-left: 0 !important;
  }
}
@media (max-width: 680px) {
  #footer .block.block-copyright {
    padding-top: 16px;
  }
}
@media (max-width: 680px) {
  .pagination-row .pager-row {
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  .header-links li {
    width: 49px;
  }
  .assembly-parts__name {
    width: 34%;
  }
  .bootstrap-select.btn-group .btn .filter-option {
    font-size: 16px;
    padding: 0 33px !important;
  }
  .pagination-row .bootstrap-select.btn-group .btn .caret {
    margin-right: -18px !important;
  }
  .dropdown-toggle.selectpicker.btn-default {
    width: 10px;
  }
  .video__inner iframe {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .product-details-page .slick-next,
.product-details-page .slick-prev {
    display: none !important;
  }
}
@media (max-width: 460px) {
  .slider-nav.slick-initialized.slick-slider {
    width: 320px !important;
  }
  .product-details-page .product-gallery-slider,
.product-details-page .slick-list,
.product-details-page .slick-track,
.product-details-page .slider-nav {
    height: 110px !important;
  }
}
@media (max-width: 480px) {
  .product-details-page .icons-not-available:before {
    margin-left: -46px;
  }
  .product-details-page .ui-tabs-panel .product-icons {
    margin-left: 16px;
  }
  .product-details-page .product-gallery-slider {
    width: 100%;
  }
  .assembly-parts__read-more.assembly-parts__read-more--expanded,
.assembly-parts__read-more.assembly-parts__read-more--collapsed {
    color: #8205b4;
    text-indent: unset;
    -webkit-text-decoration: dashed !important;
            text-decoration: dashed !important;
  }
  .assembly-parts__read-more.assembly-parts__read-more--expanded div,
.assembly-parts__read-more.assembly-parts__read-more--collapsed div {
    margin: 0 auto;
    border-bottom: 1px dashed;
    height: 18px;
    width: min-content;
  }
  .assembly-parts__read-more.assembly-parts__read-more--collapsed {
    margin-top: 20px;
  }
  .assembly-parts__row .lineAssembly {
    display: flex;
  }
  .assembly-parts__row .lineAssembly:hover {
    color: #8205b4 !important;
  }
  .assembly-parts__row:hover .lineAssembly {
    color: #8205b4 !important;
  }
  .assembly-parts__row .lineAssembly .countAssembly {
    display: block;
    font-size: 18px !important;
    font-weight: 600;
    margin-left: 6px;
  }
  .product-list .product-item .details .description {
    margin: 5px 0 4px 0;
  }
  .assembly-parts__read-more.assembly-parts__read-more--expanded,
.assembly-parts__read-more.assembly-parts__read-more--collapsed {
    background-image: none;
  }
  .product-details-page #product-tabs .ui-tabs-nav {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .assembly-parts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .assembly-top {
    flex-direction: column;
  }
  .assembly-parts__row {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 320px;
  }
  .assembly-parts__cell.assembly-parts__quantity-per-assembly,
.assembly-parts__cell.assembly-parts__description {
    display: none;
  }
  .assembly-parts__description {
    margin-top: 5px !important;
  }
  .assembly-parts__availability {
    margin: 10px 0;
  }
  .assembly-parts__picture img {
    margin-top: 5px;
  }
  .assembly-parts__name {
    width: 100%;
  }
  .assembly-parts__description {
    width: 100%;
  }
  .assembly-parts__availability {
    width: 100%;
  }
  .assembly-parts__availability ul li {
    text-align: left !important;
    margin-left: 14px;
  }
  .assembly-parts__quantity-per-assembly {
    width: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .assembly-parts__picture {
    width: 100%;
  }
}
.page.product-details-page .block-recently-viewed-products-v2 .product-picture img {
  max-height: 100%;
  max-width: 100%;
}

.assembly-parts__product-sku,
.assembly-parts__product-name {
  text-align: left !important;
  display: flex;
}

.assembly-parts__product-name:before {
  height: 22px;
}

.product-details-page .overview .additional-details div,
.product-details-page .variant-overview .additional-details div {
  margin: 0 0 2px;
}

.product-details-page .overview .manufacturer {
  display: none;
}

.nav > li > a {
  padding: 41px 15px;
}

.topLine {
  height: 102px !important;
}

.row-header-links {
  margin-top: 0 !important;
}

li.qorder a:before {
  opacity: 0.9;
}

.store-search-box__btn {
  opacity: 1 !important;
}

.nav.navbar-nav.top-menu > li > a:hover {
  background: #333333 !important;
  color: #fff !important;
}

.sublist li a:hover {
  background: #8205b4 !important;
  color: #fff !important;
}

.row-header-navigation {
  padding: 0 0 4px 0 !important;
}

.slick-dots li {
  list-style: none !important;
}

.slick-dots li button:before {
  content: none;
}

.news .title:after,
.new__items h2:after {
  content: "";
  height: 8px;
  position: absolute;
  width: 80px;
  display: block;
  bottom: -15px;
  left: calc(50% - 40px);
  background: #8205b4;
}

#footer .container .columns:first-child {
  width: 19%;
  margin-left: 9px;
  margin-right: 46px;
}

#footer .container .columns:nth-child(2) {
  width: 21%;
}

.frontpage-news-items .news-item {
  margin: 0 16px 20px !important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  height: 68px;
  margin-top: -2px;
  margin-left: 0px;
}

#footer .container .columns:nth-child(2) ul li a {
  margin-left: -8px;
}

#footer .container .columns:nth-child(2) ul li:last-child a {
  margin-left: 0px;
}

#footer .container .columns:last-child ul li a {
  margin-left: -8px;
}

#footer .container .columns .company-name {
  margin: 0px 4px;
}

.widget-callback__image {
  width: 100px;
  height: 100px;
  background-position: center;
}

.widget-callback__button {
  width: 100px;
  height: 100px;
}

.item-box .product-item .popover {
  height: 24px;
  line-height: 12px;
  border: 1px solid;
  border: 1px solid #58595b !important;
  margin-left: 0px;
  margin-top: 0px;
}

.product-attribut .option-list a:after {
  content: none !important;
}

.product-list .product-attribut .option-list.Length a:not(#ViewMore),
.product-list .product-attribut .option-list.Size a:not(#ViewMore),
.product-list .product-attribut .option-list.Volume a:not(#ViewMore) {
  margin-top: 2px !important;
  margin-bottom: 0px;
}

.product-list .product-attribut .option-list {
  width: auto !important;
}

.product-attribut .groupLine {
  display: flex;
}

.product-attribut.grouped {
  flex-direction: column;
}

.buttons-icons.grouped .add-to-wishlist-button {
  margin-left: -5px !important;
}

.pagination-row .pager-row {
  width: 100% !important;
}

.pager-row .rightBlock {
  width: 100px;
}

.video__info {
  text-align: left;
}

.product-list .product-attribut .option-list.Color {
  width: auto !important;
}

#footer .company-name {
  margin: 33px 1px !important;
}

.specification {
  margin-top: 10px;
}

@media (max-width: 1050px) {
  .product-details-page .block-recently-viewed-products-v2 ul li {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .product-details-page .block-recently-viewed-products-v2 ul li {
    width: 320px;
  }
  .page.product-details-page .block-recently-viewed-products-v2 ul {
    align-items: center;
  }
  .video__inner {
    justify-content: center;
    flex-flow: column-reverse;
    align-items: center;
  }
  .video__info {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .video__info {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  #footer .container {
    flex-wrap: wrap !important;
    justify-content: start;
  }
  #footer .container .columns:first-child {
    width: 43%;
  }
  #footer .container .columns:nth-child(2) {
    width: 43%;
  }
  #footer .container .columns {
    width: 43%;
  }
}
.product-list .product-attribut,
.product-list .watch-all-wrapper {
  align-items: flex-end !important;
}

.product-attribut #ViewMore {
  font-weight: 600;
  color: #58595b;
  margin: 10px 3px 0 0;
}

.product-attribut #ViewMore:hover {
  text-decoration: underline;
}

.option-list a:hover {
  color: #58595b !important;
}

.product-details-page .note {
  display: none;
}

.fulldescription__properties {
  margin-bottom: 0px !important;
}

.product-item.grouped .product-attribut {
  flex-direction: row;
}

.product-item.grouped .product-attribut .option-list .groupedProductAtt {
  margin-left: 5px !important;
  margin-right: 0px !important;
  border: solid 1px #58595b !important;
  padding: 0px 2px !important;
  font-size: 12px !important;
  margin-top: 1px !important;
  line-height: 13px !important;
}

.product-attribut {
  align-items: start !important;
}

.product-item.grouped .option-list.Version {
  margin-left: -6px;
}

.product-item.grouped .product-attribut .option-list a#ViewMore {
  font-size: 14px !important;
  margin-top: -8px !important;
  padding: 1px 4px;
}

.new__items .product-item.grouped .product-attribut .option-list a#ViewMore {
  margin-top: -3px !important;
}

.new__items .product-item.grouped .product-attribut .option-list {
  align-items: flex-start !important;
}

.product-item.grouped .product-attribut .option-list {
  margin-top: -5px;
}

.product-item.grouped .product-attribut .option-list.Color {
  margin-top: 0px;
  margin-left: -5px;
}

.product-item.grouped .product-attribut {
  padding-top: 11px;
  margin-top: 0px;
}

.product-item.grouped .product-attribut .option-list {
  margin-top: 2px;
}

#search-selectors {
  background: #b2b2b2;
  color: #fff;
  -webkit-appearance: none;
          appearance: none;
  width: 235px;
  height: 51px;
  font-size: 18px !important;
  padding: 0 0 0 44px;
}

#search-selectors:after {
  content: "◣";
}

.item-box .product-title a {
  padding-left: 0px;
}

.new__items .vendor-code span b {
  font-weight: 500 !important;
}

.new__items .pictureBox a {
  height: 100%;
}

.new__items .pictureBox a {
  display: flex;
  align-items: center;
}

.new__items .product-item {
  justify-content: flex-start !important;
}

.product-list .item-box .prices div span {
  color: #b1b1b1 !important;
  font-size: 14px !important;
}

.product-list .item-box .prices div:first-child span {
  color: #8205b4 !important;
  font-size: 20px !important;
}

.product-list .product-item .add-info .prices div span:last-child {
  width: auto !important;
}

.item-box .specification .label {
  font-size: 12px;
}

.product-list .product-item .specification {
  max-width: 140px !important;
}

.product-page-size-wrapper.select-wrapper {
  font-size: 14px !important;
}

.news .title,
.new__items .h2 {
  font-weight: 500 !important;
}

.item-box .product-title a {
  bottom: unset;
}

.details .product-title a {
  height: auto !important;
  display: flex;
  align-items: center;
}

.new-products-list .item-box .product-item .popover,
.product-grid .item-box .product-item .popover,
.product-list .item-box .product-item .popover {
  border: none !important;
  z-index: 100;
}

.popover-content {
  padding: 5px 10px !important;
  margin-top: 0px;
  border: 1px solid #8205b4;
  background-color: white;
  line-height: 1.44em;
}

.number-of-products {
  border: none;
}

.quantity-wrapper .number-of-products input {
  border-left: none;
  border-right: none;
}

.number-of-products .minus,
.number-of-products .plus {
  display: flex;
  font-size: 1px;
  padding: 0px 4px;
}

.product-list .buttons .availability-button:hover {
  background: #b1b1b1 !important;
}

.product-list .product-attribut .option-list.Color {
  margin-top: 0px;
}

.fulldescription__properties {
  margin-bottom: 43px;
}

.options-title .product-title a:hover {
  color: #8205b4;
}

.product-list .item-box .details a {
  height: auto !important;
}

.product-details-page #product-tabs .icons-new:after {
  height: 21px !important;
  font-size: 12px !important;
  width: auto !important;
}

.product-details-page #product-tabs .icons-not-available:after {
  width: auto !important;
}

.product-details-page #product-tabs .icons-not-available:before {
  border-left: 4px solid #8205b4;
  height: 21px;
}

.product-details-page #product-tabs .icons-not-available:after {
  height: 21px;
  font-size: 12px !important;
  padding: 2px 5px;
  margin-left: 5px;
}

.login-page.container {
  margin-top: 20px;
}

.item-box .prices .price {
  font-size: 18px !important;
}

.new__items .rrc {
  margin-top: 5px;
}

.new__items .rrc .price.blue {
  margin-left: 5px;
}

.new__items .product-icons {
  display: none;
}

.item-box .prices .discount-price {
  margin-top: 0px;
}

.product-price .text-label {
  display: none;
}

.product-details-page .discount-price {
  text-align: left !important;
}

.product-attribut.grouped .option-list.Color {
  margin-top: -3px;
}

.product-list .product-attribut .option-list .groupedProductAtt {
  margin-top: 3px;
  margin-bottom: 0px;
}

.product-list .product-attribut .option-list .groupedProductAtt {
  margin-top: 2px;
  margin-bottom: 0px;
}

.product-grid .product-attribut .label,
.product-list .product-attribut .label {
  margin-right: 5px !important;
}

.product-list .product-attribut .option-list {
  margin-left: 0px;
}

.product-list .product-attribut .option-list.Color {
  margin-left: 0px;
}

.list-view-product-attribut-wrapper .product-attribut {
  margin-bottom: 16px;
}

.product-list a.watch-all {
  margin-top: 0px;
}

.list-view-product-attribut-wrapper .watch-all-wrapper {
  margin-top: -6px;
}

.product-grid .product-attribut .label,
.product-list .product-attribut .label {
  margin-top: -1px !important;
}

.product-details-page #product-tabs.ui-widget.ui-widget-content a.watch-all {
  color: #8205b4;
}

.option-list.Color .label {
  margin-top: 1px !important;
}

.main-page-slider .slick-prev {
  left: 0;
}

.main-page-slider .slick-next {
  right: 30px;
}

.main-page-slider:hover .slick-prev:before {
  opacity: 0.8;
}

.main-page-slider:hover .slick-next:before {
  opacity: 0.8;
}

@media (max-width: 1240px) {
  .main-page-slider .slick-prev {
    left: -7px;
  }
  .main-page-slider .slick-next {
    right: 7px;
    margin-right: 0px;
  }
  .main-page-slider:hover .slick-prev::before {
    opacity: 0.8;
    left: 19px;
  }
  .main-page-slider:hover .slick-next::before {
    opacity: 0.8;
    right: 0px;
    margin-right: 0px;
  }
}
.product-details-page #product-tabs .product-list .add-info {
  margin-top: 0 !important;
}

.product-details-page #product-tabs .product-list .product-attribut .option-list.Color a {
  margin: -21px 3px 0 0;
}

.product-details-page #product-tabs input.add-to-compare-list-button {
  margin-right: 18px;
}

.product-details-page #product-tabs input.add-to-wishlist-button {
  margin-right: 3px;
  width: 27px !important;
}

.product-details-page .slider-nav .picture {
  border: 1px solid #b1b1b1 !important;
}

.product-details-page .slider-nav .slick-current {
  border: solid 1px #8205b4 !important;
}

.product-details-page #product-tabs .options-list .options-row .options-box {
  margin-left: 15px;
}

.product-list .item-box .product-title {
  height: auto !important;
  color: #58595b;
  font-weight: 600;
  margin-left: 8px;
}

.product-list .item-box .product-title:hover {
  color: #8205b4;
}

.product-list .item-box .hrefTitle:before {
  content: "";
  width: 4px;
  margin-top: 2px;
  background: #8205b4;
  height: 20px;
  position: absolute;
  margin-left: 0px;
}

.product-details-page .overview h1:before {
  content: "";
  width: 4px;
  margin-top: 7px;
  background: #00d084;
  height: 20px;
  position: absolute;
  margin-left: -9px;
}

.product-details-page .product-attribut {
  align-items: flex-start !important;
}

.login-page .logo img {
  height: 90px;
}

.login-page.container {
  margin-top: 85px;
}

.login-page .logo {
  margin-right: 0px;
}

.login-page.container .row.row-header-navigation h2 {
  margin-top: 40px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .login-page.container .row.row-header-navigation h2 {
    width: 60%;
    text-align: center;
  }
}

.login-page.container .row.row-header-navigation h2:before {
  height: 31px;
  margin-top: 7px;
}

.new__items .details .product-title {
  height: auto !important;
  color: #58595b;
  font-weight: 600;
  min-height: auto !important;
}

.new__items .product-title a {
  border-left: none;
}

.new__itemst .details .product-title:hover {
  color: #8205b4;
}

.product-details-page .overview .prices > div span,
.product-details-page .variant-overview .prices > div span {
  width: auto !important;
}

.price.discount-price {
  font-size: 22px !important;
}

.new__items .add-info .inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.header-links li.login .sublist {
  left: 41px;
  top: 58px;
}

.new__items .product-title:hover {
  color: #8205b4 !important;
}

.item-top-line {
  min-height: 60px;
  overflow: hidden;
}

.new__items .vendor-code {
  min-height: 20px;
}

.new__items .add-info .rrc {
  color: #b1b1b1;
}

.assembly-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#tabs-6 .product-list .product-title {
  min-height: 23px !important;
}

#tabs-6 .product-list .item-box .product-title a:before {
  content: "";
  width: 4px;
  margin-top: 2px;
  background: #8205b4;
  height: 20px;
  position: absolute;
  margin-left: -7px;
}

#tabs-6 .product-list .product-attribut .option-list.Color {
  margin-top: 18px !important;
}

#tabs-6 .product-list .item-box .product-title {
  padding-left: 7px !important;
  margin-left: 0px !important;
}

#tabs-5 .product-details-page #product-tabs .options-list h2 {
  font-weight: 600;
}

#tabs-6 .product-list .product-item .details .description {
  margin: 3px 0 3px 0;
}

.dp-filter-panel .price h3 {
  color: #58595b !important;
  font-size: 19px !important;
}

.product-list .item-box .details a {
  display: contents;
}

.dp-filter-panel .range-facet__input {
  border: 1px solid #58595b !important;
}

.specification ul li.more:before,
.specification ul li.less:before {
  content: none;
}

.specification ul li.more,
.specification ul li.less {
  margin-left: 11px;
  color: #8205b4 !important;
  cursor: pointer;
  border-bottom: 1px dashed #8205b4;
  height: 15px;
  width: min-content;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

@media (max-width: 560px) {
  .login-page.container {
    margin-top: 45px;
  }
  .login-page.container .row.row-header-navigation h2 {
    margin-top: 25px;
    font-size: 24px;
  }
  .login-page.container .row.row-header-navigation h2:before {
    height: 31px;
    margin-top: 2px;
  }
  .page.login-page {
    margin-top: 60px;
    margin-bottom: 165px;
  }
}
@media (max-width: 460px) {
  .product-details-page .group-wrapper-gallery {
    margin: 27px 0 54px 0;
  }
  .row-header-links .dis {
    display: none;
  }
}
@media (max-width: 440px) {
  .html-compare-products-page .comparer-parameters-row .comparer-parameters-row--select .select-wrapper .btn-group, .html-compare-products-page .comparer-parameters-row .comparer-parameters-row--select .select-wrapper:first-child .btn-group, .html-compare-products-page .comparer-parameters-row .comparer-parameters-row--select .select-wrapper:last-child .btn-group {
    width: 100% !important;
  }
}
.text-body a {
  color: #8205b4;
  text-decoration: underline;
}
.text-body a:hover {
  color: #8205b4;
  text-decoration: none;
}

_:-ms-fullscreen, :root .category-list li:hover img {
  transform: none;
}

@supports (-ms-accelerator: true) {
  /*only for edge*/
  .category-list li:hover img {
    transform: none;
  }
}
@-moz-document url-prefix() {
  #mainDialog .common-buttons input {
    padding: 10px 20px 9px;
  }
}
/*IE11 hack*/
_:-ms-fullscreen, :root .ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close:before {
  top: -0.2rem;
  left: -4px;
}

_:-ms-fullscreen, :root .currency-selector.rub #customerCurrency-button::before {
  content: url(/Themes/DefaultCleanKRDCustom/Content/css/images/rubl.png);
  padding-top: 2px;
}

_:-ms-fullscreen, :root .order-summary-content .cart-options input {
  padding: 2px 30px 4px;
}

_:-ms-fullscreen, :root .order-summary-content .cart-options .print-buttons a {
  padding: 0 8px;
}
/*# sourceMappingURL=custom-krd-sass.css.map */
