html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, em, strike, strong, s, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section, time, mark, audio, video, main {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main, menu {
	display: block;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
}

body {
	font: 14pt/1.3 'Noto Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	text-align: left;
	background: #fff;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

html, body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
}

ol, ul {
	list-style: none;
}

img {
	border: none;
}

b, strong {
	font-weight: bold;
}

hr {
	box-sizing: content-box;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #ffb800;
	text-decoration: none;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

a:focus {
	outline: thin dotted;
}

a:hover {
	color: #000;
}

a:hover, a:active {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
	empty-cells: show;
}

td, td img {
	vertical-align: top;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 20pt;
	margin-bottom: 20pt;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

svg:not(:root) {
	overflow: hidden;
}

audio, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

input, textarea, select, button {
	color: inherit;
	font: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input {
	line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='checkbox'] {
	vertical-align: baseline;
}

input[type='radio'] {
	vertical-align: text-bottom;
}

button, label, input[type='button'], input[type='submit'], input[type='reset'] {
	cursor: pointer;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

button, select {
	text-transform: none;
}

button, input {
	overflow: visible;
}

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;
}

::-moz-selection {
	background: rgba(255, 186, 0, .8);
	text-shadow: none;
}

::selection {
	background: rgba(255, 186, 0, .8);
	text-shadow: none;
}




/* TXT */
.txt {
	color: #4c5259;
}

.txt:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}

.txt ul, .txt ol {
	list-style: none;
	overflow: hidden;
	margin-top: 20pt;
	margin-bottom: 20pt;
}

.txt li {
	position: relative;
}

.txt li p + ul {
	margin-top: -10pt;
}

.txt ul > li {
	padding-left: 20pt;
	margin-top: 5pt;
}

.txt ul > li:first-child {
	margin-top: 0;
}

.txt ul > li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #ffb901;
	left: 0;
	top: .6em;
}

.txt ol {
	counter-reset: li;
}

.txt ol > li {
	padding-left: 35pt;
	margin-top: 10pt;
	min-height: 26px;
}

.txt ol > li:first-child {
	margin-top: 0;
}

.txt ol > li:before {
	content: '';
	content: counter(li);
	counter-increment: li;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	background: #ffb901;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.txt ul ul, .txt ol ul, .txt ul ol, .txt ol ol {
	margin-bottom: 0;
}

.txt p {
	margin-bottom: 25pt;
}

.txt img, .txt embed, .txt iframe, .txt object, .txt video {
	max-width: 100%;
	height: auto !important;
}

.txt img[style*='float:left'], .txt img[style*='float: left'], .txt img[style*='float :left'], .txt img[style*='float : left'] {
	margin-right: 20pt !important;
}

.txt img[style*='float:right'], .txt img[style*='float: right'], .txt img[style*='float :right'], .txt img[style*='float : right'] {
	margin-left: 20pt !important;
}

.txt > p:last-child, .txt > ul:last-child, .txt > table:last-child {
	margin-bottom: 0;
}

.txt table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25pt;
}
.txt table tr:first-child td, .txt table tr:first-child th {
	border-top: 1px solid #ffb901;
}

.txt td, .txt th {
	vertical-align: top;
	border: 1px solid #f0f4f7;
	padding: 7pt 20pt;
	vertical-align: top;
}







*,
*:before,
*:after,
*:first-letter,
*:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
															 http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
}

a,
a:visited {
		text-decoration: underline;
}



/*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */

a[href^="#"]:after,
a[href^="javascript:"]:after {
		content: "";
}

pre,
blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
}

/*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */

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;
}



/* PAGE */
#main.prodFull {max-width: 900px;margin-left: auto;margin-right: auto;margin-bottom: 20pt;}
.printTitle {font-size: 18pt;display: block;font-style: normal;font-weight: bold;margin-bottom: 20pt;display: block;}


.prodCats {margin-bottom: 20pt;}
.prodCats li {display: inline-block;vertical-align: middle;margin-right: 5pt;}


.prodGall {text-align: center;}
.prodGall img {max-width: 100%;vertical-align: top;}


.prodFull__core {margin-bottom: 20pt;}
.prodPrice {font-size: 15pt;font-weight: bold;}



.related, .prodGall__thumbs, iframe, .btn, .prodHelp, .breadcrumbs, #baguetteBox-overlay, .popup, .prodFull__vid, .prodMap, .prodFull__topmap, .prodFull__main-icns, .prodFull__status {display: none;}





.prodSpec {
	cursor: default;
}

.prodSpec__table {
	display: table;
	width: 100%;
}

.prodSpec__item {
	display: table-row;
	width: 100%;
	line-height: 1.2;
}

.prodSpec__title {
	display: table-cell;
	padding-top: 8pt;
	color: #92999f;
	position: relative;
	vertical-align: bottom;
}
.prodSpec__title span {
	display: inline;
	background: #fff;
	padding-right: 8pt;
	position: relative;
	z-index: 2;
}
.prodSpec__title:before {
	content: '';
	position: absolute;
	bottom: 3pt;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d6e3eb;
}

.prodSpec__val {
	display: table-cell;
	padding-top: 5pt;
	width: 1px;
	white-space: nowrap;
	padding-left: 8pt;
	vertical-align: bottom;
}