@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}
body {
	margin: 0;
	height: fit-content !important;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.42857;
	color: #777777;
	background-color: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input,
select[multiple],
textarea {
	background-image: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #515151;
	text-decoration: underline;
	outline: none !important;
}
.product-name a:hover,
.product-name a:focus {
	color: #515151;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail,
.thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-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: 18px;
	margin-bottom: 18px;
	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;
}
p {
	margin: 0 0 9px;
}
.lead {
	margin-bottom: 18px;
	font-size: 14.95px;
	font-weight: 200;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 19.5px;
	}
}
small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #428bca;
}
.text-warning {
	color: #fff;
}
.text-danger {
	color: #fff;
}
.text-success {
	color: #fff;
}
.text-info {
	color: #fff;
}
.text-left {
	text-align: left;
}
.text-right,
#cart_summary tbody td.cart_unit,
#cart_summary tbody td.cart_total {
	text-align: right;
}
.text-center,
#cart_summary thead th.cart_product,
#cart_summary tbody td.cart_product,
#cart_summary tbody td.cart_avail,
#cart_summary tbody td.cart_delete {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
	margin-top: 18px;
	margin-bottom: 9px;
}
h4,
h5,
h6 {
	margin-top: 9px;
	margin-bottom: 9px;
}
h1,
.h1 {
	font-size: 33px;
}
.h2 {
	font-size: 27px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0.5em 0;
}
h3,
.h3 {
	font-size: 23px;
}
h4,
.h4 {
	font-size: 17px;
}
h5,
.h5 {
	font-size: 13px;
}
h6,
.h6 {
	font-size: 12px;
}
h1 small,
.h1 small {
	font-size: 23px;
}
h2 small,
.h2 small {
	font-size: 17px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
	font-size: 13px;
}
.page-header {
	padding-bottom: 8px;
	margin: 36px 0 18px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}
.list-unstyled,
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 1.42857;
}
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;
	}
	.dl-horizontal dd:before,
	.dl-horizontal dd:after {
		content: " ";
		display: table;
	}
	.dl-horizontal dd:after {
		clear: both;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 9px 18px;
	margin: 0 0 18px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	font-size: 16.25px;
	font-weight: 300;
	line-height: 1.25;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote small {
	display: block;
	line-height: 1.42857;
	color: #999999;
}
blockquote small:before {
	content: "\2014 \00A0";
}
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: "";
}
blockquote.pull-right small:after {
	content: "\00A0 \2014";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 1.42857;
}
code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 0px;
}
pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0px;
}
pre.prettyprint {
	margin-bottom: 18px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row:after {
	clear: both;
}
@media only screen and (min-width: 48em) {
	.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,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	header .row #header_logo,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.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,
	.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 {
		position: relative;
		min-height: 1px;
	}
	.pb-left-column.col-xs-1,
	.pb-left-column.col-xs-2,
	.pb-left-column.col-xs-3,
	.pb-left-column.col-xs-4,
	.pb-left-column.col-xs-5,
	.pb-left-column.col-xs-6,
	.pb-left-column.col-xs-7,
	.pb-left-column.col-xs-8,
	.pb-left-column.col-xs-9,
	.pb-left-column.col-xs-10,
	.pb-left-column.col-xs-11,
	.pb-left-column.col-xs-12,
	.pb-left-column.col-sm-1,
	.pb-left-column.col-sm-2,
	.pb-left-column.col-sm-3,
	.pb-left-column.col-sm-4,
	.pb-left-column header .row #header_logo,
	.pb-left-column.col-sm-5,
	.pb-left-column.col-sm-6,
	.pb-left-column.col-sm-7,
	.pb-left-column.col-sm-8,
	.pb-left-column.col-sm-9,
	.pb-left-column.col-sm-10,
	.pb-left-column.col-sm-11,
	.pb-left-column.col-sm-12,
	.pb-left-column.col-md-1,
	.pb-left-column.col-md-2,
	.pb-left-column.col-md-3,
	.pb-left-column.col-md-4,
	.pb-left-column.col-md-5,
	.pb-left-column.col-md-6,
	.pb-left-column.col-md-7,
	.pb-left-column.col-md-8,
	.pb-left-column.col-md-9,
	.pb-left-column.col-md-10,
	.pb-left-column.col-md-11,
	.pb-left-column.col-md-12,
	.pb-left-column.col-lg-1,
	.pb-left-column.col-lg-2,
	.pb-left-column.col-lg-3,
	.pb-left-column.col-lg-4,
	.pb-left-column.col-lg-5,
	.pb-left-column.col-lg-6,
	.pb-left-column.col-lg-7,
	.pb-left-column.col-lg-8,
	.pb-left-column.col-lg-9,
	.pb-left-column.col-lg-10,
	.pb-left-column.col-lg-11,
	.pb-left-column.col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pb-left-column.col-xs-12 {
		padding-right: 35px;
	}
	#sale-box-AJAX-ZOOM {
		right: 35px !important;
	}
}
.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 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
@media (min-width: 768px) {
	.main_body,
	#company,
	#order #center_column,
	#module-cashondelivery-validation #center_column,
	#cms #center_column,
	#product #center_column {
		max-width: 750px;
		margin: 0 auto;
	}
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	header .row #header_logo,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4,
	header .row #header_logo {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 992px) {
	.main_body,
	#company,
	#order #center_column,
	#module-cashondelivery-validation #center_column,
	#cms #center_column,
	#product #center_column {
		max-width: 970px;
		margin: 0 auto;
	}
	.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 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 50%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 1200px) {
	.main_body,
	#company,
	#order #center_column,
	#module-cashondelivery-validation #center_column,
	#product #center_column {
		max-width: 1400px;
		margin: 0 auto;
	}
	.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 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100% !important;
	margin-bottom: 18px;
}
.table thead>tr>th,
.table thead>tr>td,
.table tbody>tr>th,
.table tbody>tr>td,
.table tfoot>tr>th,
.table tfoot>tr>td {
	padding: 9px 8px 11px 18px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #d6d4d4;
}
#history .table thead>tr>th,
#history .table tbody>tr>td {
	padding: 8px;
}
.table thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #d6d4d4;
}
.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody+tbody {
	border-top: 2px solid #d6d4d4;
}
.table .table {
	background-color: #fff;
}
.table-condensed thead>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed tfoot>tr>td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #d6d4d4;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #d6d4d4;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	float: none;
	display: table-cell;
}
.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}
.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #55c65e;
	border-color: #48b151;
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
	background-color: #42c04c;
	border-color: #419f49;
}
.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #f3515c;
	border-color: #d4323d;
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
	background-color: #f13946;
	border-color: #c32933;
}
.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #fe9126;
	border-color: #e4752b;
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
	background-color: #fe840d;
	border-color: #da681c;
}
@media (max-width: 768px) {
	.experience-intro__btn-label {
		font-size: 16px;
		white-space: normal !important;
	}
	.table-responsive {
		width: 100%;
		min-width: 320px;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		border: 1px solid #d6d4d4;
	}
	.table-responsive>.table {
		margin-bottom: 0;
		background-color: #fff;
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.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>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive>.table-bordered>thead>tr:last-child>th,
	.table-responsive>.table-bordered>thead>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 4px;
}
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;
	/* IE8-9 */
	line-height: normal;
}
input[type="file"] {
	display: block;
}
select[multiple],
select[size] {
	height: auto;
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}
.form-control:-moz-placeholder {
	color: #999999;
}
.form-control::-moz-placeholder {
	color: #999999;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 16px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: #9c9b9b;
	background-color: #fff;
	border: 1px solid #999999;
	border-radius: 2px;
	border-radius: 20px !important;
	-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 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#checkout .form-control {
	border: 2px solid #999999;
}
/* .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
} */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	display: block;
	min-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm,
.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-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn {
	height: auto;
}
.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 44px;
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
	height: 44px;
	line-height: 44px;
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn {
	height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
	color: #fff;
}
.has-warning .form-control {
	border-color: #fff;
	-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: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
	color: #fff;
	border-color: #fff;
	background-color: #fe9126;
}
.has-error .help-block,
.has-error .control-label {
	color: #fff;
}
.has-error .form-control {
	border-color: #fff;
	-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: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
	color: #fff;
	border-color: #fff;
	background-color: #f3515c;
}
.has-success .help-block,
.has-success .control-label {
	color: #fff;
}
.has-success .form-control {
	border-color: #fff;
	-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: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
	color: #fff;
	border-color: #fff;
	background-color: #55c65e;
}
.form-control-static {
	margin-bottom: 0;
	padding-top: 7px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b7b7b7;
}
@media (min-width: 768px) {
	.form-inline .form-group,
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control,
	.navbar-form .form-control {
		display: inline-block;
	}
	.form-inline .radio,
	.navbar-form .radio,
	.form-inline .checkbox,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.navbar-form .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}
.form-horizontal .control-label,
.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 .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #333;
	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;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	color: #fff;
	background-color: #518a70;
}
.open .btn-default.dropdown-toggle {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
	background-image: none;
}
.open .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-primary {
	color: #fff;
	background-color: #518a70;
	border-color: #518a70;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #518a70;
	border-color: #518a70;
}
.open .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active {
	background-image: none;
}
.open .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active {
	background-image: none;
}
.open .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active {
	background-image: none;
}
.open .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #fff;
	background-color: #46a74e;
	border-color: #3e9546;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
	color: #fff;
	background-color: #3a8a41;
	border-color: #2c6a31;
}
.open .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3a8a41;
	border-color: #2c6a31;
}
.btn-success:active,
.btn-success.active {
	background-image: none;
}
.open .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
	background-color: #46a74e;
	border-color: #3e9546;
}
.btn-info {
	color: #fff;
	background-color: #5192f3;
	border-color: #3983f1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
	color: #fff;
	background-color: #2b7af0;
	border-color: #0f62de;
}
.open .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #2b7af0;
	border-color: #0f62de;
}
.btn-info:active,
.btn-info.active {
	background-image: none;
}
.open .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	background-color: #5192f3;
	border-color: #3983f1;
}
.btn-link {
	color: #777;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link,
.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: #515151;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm,
.btn-group-sm>.btn,
.btn-xs,
.btn-group-xs>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.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;
	transition: opacity 0.15s linear;
}
/* .fade.in {
	opacity: 1;
} */
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0 dotted;
	content: "";
}
.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: 13px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	-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: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #428bca;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #999999;
}
.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-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #999999;
}
.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 dotted;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}
.m-hero__headercontainer sup {
	font-size: 0.5em;
}
.btn-default .caret {
	border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
	border-top-color: #fff;
}
.dropup .btn-default .caret {
	border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
	border-bottom-color: #fff;
}
.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>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 2;
}
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
	outline: none;
}
.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:before,
.btn-toolbar:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn-group {
	float: left;
}
.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn-group:last-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,
.btn-group-lg.btn-group>.btn+.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 .caret {
	margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.btn-group-vertical>.btn-group:after {
	clear: both;
}
.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: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-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 {
	float: none;
	display: table-cell;
	width: 1%;
}
[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
	display: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group.col {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	width: 100%;
	margin-bottom: 0;
}
.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: 13px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #d6d4d4;
	border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 17px;
	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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	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>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	white-space: nowrap;
}
.input-group-btn>.btn {
	position: relative;
}
.input-group-btn>.btn+.btn {
	margin-left: -4px;
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
	z-index: 2;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before,
.nav:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.nav:after {
	clear: both;
}
.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: #999999;
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #999999;
	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: #777;
}
.nav .nav-divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav>li>a>img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
}
.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills>li {
	float: left;
}
.nav-pills>li>a {
	border-radius: 5px;
}
.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: #fff;
	background-color: #428bca;
}
.nav-stacked>li {
	float: none;
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none;
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
}
@media (min-width: 768px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	margin-right: 0;
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a {
	border-bottom-color: #fff;
}
.ir-playbutton {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.ir-playbutton img {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}
.ir-playbutton2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
@media (max-width: 768px) {
	.ir-playbutton img {
		width: 50px;
		height: 50px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}
	.ir-playbutton2 img {
		width: 50px;
		height: 50px;
	}
}
.tabbable:before,
.tabbable:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.tabbable:after {
	clear: both;
}
.tab-content>.tab-pane,
.pill-content>.pill-pane {
	display: none;
}
.tab-content>.active,
.pill-content>.active {
	display: block;
}
.nav .caret {
	border-top-color: #777;
	border-bottom-color: #777;
}
.nav a:hover .caret {
	border-top-color: #515151;
	border-bottom-color: #515151;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 18px;
	border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 0px;
	}
}
.navbar-header:before,
.navbar-header:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	max-height: 340px;
	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:before,
.navbar-collapse:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.navbar-collapse:after {
	clear: both;
}
.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-collapse .navbar-nav.navbar-left:first-child {
		margin-left: -15px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
	.navbar-collapse .navbar-text:last-child {
		margin-right: 0;
	}
}
.container>.navbar-header,
.container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container>.navbar-header,
	.container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	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;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	z-index: 1030;
	top: 0;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	padding: 16px 15px;
	font-size: 17px;
	line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
@media (min-width: 768px) {
	.navbar>.container .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;
	border: 1px solid transparent;
	border-radius: 0px;
}
.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: 8px -15px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}
@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: 18px;
	}
	.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: 16px;
		padding-bottom: 16px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}
.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: 9px;
	margin-bottom: 9px;
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}
@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 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.navbar-btn {
	margin-top: 9px;
	margin-bottom: 9px;
}
.navbar-text {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.navbar-text {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e6e6e6;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555;
}
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #777;
	border-bottom-color: #777;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		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: #555;
		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: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #999999;
}
.navbar-inverse .navbar-nav>li>a {
	color: #999999;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.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: #090909;
	color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999999;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		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: #fff;
		background-color: #090909;
	}
	.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: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #999999;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.pagination {
	float: right;
	padding-left: 0;
	border-radius: 0px;
}
.pagination>li {
	display: inline;
}
.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	background-color: #f6f6f6;
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #6cb86a;
	border-color: #518a70;
	cursor: default;
}
.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 17px;
}
.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;
}
.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: 18px 0;
	list-style: none;
	text-align: center;
}
.pager:before,
.pager:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #f6f6f6;
}
.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: #999999;
	background-color: #fff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
}
.label[href]:hover,
.label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: gray;
}
.label-primary {
	background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #64a70b;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #64a70b;
}
.label-info {
	background-color: #5192f3;
	border: 1px solid #4b80c3;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #2174f0;
}
.label-warning {
	background-color: #fe9126;
	border: 1px solid #e4752b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #f07701;
}
.label-danger {
	background-color: #f3515c;
	border: 1px solid #d4323d;
	color: #fff;
	padding: 5px 18px;
	border-radius: 15px;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #f0212f;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn .badge {
	position: relative;
	top: -1px;
}
a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #777;
	background-color: #fff;
}
.nav-pills>li>a>.badge {
	margin-left: 3px;
}
.thumbnail {
	display: block;
}
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #777;
}
.thumbnail>img {
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #777777;
}
#addresses div.alert-info {
	margin: 0 0 23px;
}
.alert {
	color: #fff;
	padding: 15px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0px;
}
#addresses .alert-info a {
	color: #fff;
	text-decoration: underline;
}
#addresses .addresses-footer a span {
	font-size: 0.9rem;
}
.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 {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success hr {
	border-top-color: #419f49;
}
.alert-success .alert-link {
	color: #e6e6e6;
}
.alert-info {
	background-color: #6cb86a;
	border-color: #6cb86a;
	color: #fff;
	margin: 10px 0;
	border-radius: 5px;
}
.alert-info hr {
	border-top-color: #3d73b7;
}
.alert-info .alert-link {
	color: #e6e6e6;
}
.alert-warning,
.alert-success {
	background-color: #6cb86a;
	border-color: #6cb86a;
	color: #fff;
	margin: 10px 0;
	border-radius: 5px;
}
.alert-warning hr {
	border-top-color: #da681c;
}
.alert-warning .alert-link {
	color: #e6e6e6;
}
.alert-danger {
	color: #fff;
	background-color: #cc454e;
	margin: 10px 0;
	border-radius: 5px;
}
.alert-danger hr {
	border-top-color: #c32933;
}
.alert-danger .alert-link {
	color: #fff;
}
.alert-danger .alert-link:hover {
	color: #fff;
}
.alert.alert-warning a {
	color: #fff;
	text-decoration: underline;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-radius: 0px;
	-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;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-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;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar {
	background-image: -webkit-gradient(linear,
			0 100%,
			100% 0,
			color-stop(0.25, rgba(255, 255, 255, 0.15)),
			color-stop(0.25, transparent),
			color-stop(0.5, transparent),
			color-stop(0.5, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, transparent),
			to(transparent));
	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: -moz-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%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 0));
	background-size: 40px 40px;
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-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: #46a74e;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear,
			0 100%,
			100% 0,
			color-stop(0.25, rgba(255, 255, 255, 0.15)),
			color-stop(0.25, transparent),
			color-stop(0.5, transparent),
			color-stop(0.5, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, transparent),
			to(transparent));
	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: -moz-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%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 0));
}
.progress-bar-info {
	background-color: #5192f3;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear,
			0 100%,
			100% 0,
			color-stop(0.25, rgba(255, 255, 255, 0.15)),
			color-stop(0.25, transparent),
			color-stop(0.5, transparent),
			color-stop(0.5, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, transparent),
			to(transparent));
	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: -moz-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%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 0));
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear,
			0 100%,
			100% 0,
			color-stop(0.25, rgba(255, 255, 255, 0.15)),
			color-stop(0.25, transparent),
			color-stop(0.5, transparent),
			color-stop(0.5, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, transparent),
			to(transparent));
	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: -moz-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%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 0));
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear,
			0 100%,
			100% 0,
			color-stop(0.25, rgba(255, 255, 255, 0.15)),
			color-stop(0.25, transparent),
			color-stop(0.5, transparent),
			color-stop(0.5, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, transparent),
			to(transparent));
	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: -moz-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%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 0));
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media,
.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media>.pull-left {
	margin-right: 10px;
}
.media>.pull-right {
	margin-left: 10px;
}
.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: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group-item>.badge {
	float: right;
}
.list-group-item>.badge+.badge {
	margin-right: 5px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.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 {
	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: #e1edf7;
}
a.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 18px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	-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-body:before,
.panel-body:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.panel-body:after {
	clear: both;
}
.panel>.list-group {
	margin-bottom: 0;
}
.panel>.list-group .list-group-item {
	border-width: 1px 0;
}
.panel>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel>.list-group .list-group-item:last-child {
	border-bottom: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel>.table {
	margin-bottom: 0;
}
.panel>.panel-body+.table {
	border-top: 1px solid #d6d4d4;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1px;
	border-top-left-radius: -1px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}
.panel-title>a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1px;
	border-bottom-left-radius: -1px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
	overflow: hidden;
}
.panel-group .panel+.panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default>.panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd;
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #428bca;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #428bca;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #428bca;
}
.panel-success {
	border-color: #48b151;
}
.panel-success>.panel-heading {
	color: #fff;
	background-color: #55c65e;
	border-color: #48b151;
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #48b151;
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #48b151;
}
.panel-warning {
	border-color: #e4752b;
}
.panel-warning>.panel-heading {
	color: #fff;
	background-color: #fe9126;
	border-color: #e4752b;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #e4752b;
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #e4752b;
}
.panel-danger {
	border-color: #d4323d;
}
.panel-danger>.panel-heading {
	color: #fff;
	background-color: #f3515c;
	border-color: #d4323d;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d4323d;
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d4323d;
}
.panel-info {
	border-color: #4b80c3;
}
.panel-info>.panel-heading {
	color: #fff;
	background-color: #5192f3;
	border-color: #4b80c3;
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #4b80c3;
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #4b80c3;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-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: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	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;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	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);
	white-space: normal;
}
.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: 13px;
	font-weight: normal;
	line-height: 18px;
	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: #999;
	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: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	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: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	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: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.clearfix:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
#columns .pull-right {
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
#columns .pull-right i.icon-chevron-left.left {
	margin: 2px 5px 0 0;
}
.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;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
@media screen and (max-width: 400px) {
	@-ms-viewport {
		width: 320px;
	}
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.visible-xs {
	display: none !important;
}
tr.visible-xs {
	display: none !important;
}
th.visible-xs,
td.visible-xs {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.experience-intro__btn-label {
		font-size: 22px;
	}
	.visible-xs.visible-sm {
		display: block !important;
	}
	tr.visible-xs.visible-sm {
		display: table-row !important;
	}
	th.visible-xs.visible-sm,
	td.visible-xs.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-xs.visible-md {
		display: block !important;
	}
	tr.visible-xs.visible-md {
		display: table-row !important;
	}
	th.visible-xs.visible-md,
	td.visible-xs.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-xs.visible-lg {
		display: block !important;
	}
	tr.visible-xs.visible-lg {
		display: table-row !important;
	}
	th.visible-xs.visible-lg,
	td.visible-xs.visible-lg {
		display: table-cell !important;
	}
}
.visible-sm {
	display: none !important;
}
tr.visible-sm {
	display: none !important;
}
th.visible-sm,
td.visible-sm {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: block !important;
	}
	tr.visible-sm.visible-xs {
		display: table-row !important;
	}
	th.visible-sm.visible-xs,
	td.visible-sm.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-sm.visible-md {
		display: block !important;
	}
	tr.visible-sm.visible-md {
		display: table-row !important;
	}
	th.visible-sm.visible-md,
	td.visible-sm.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-sm.visible-lg {
		display: block !important;
	}
	tr.visible-sm.visible-lg {
		display: table-row !important;
	}
	th.visible-sm.visible-lg,
	td.visible-sm.visible-lg {
		display: table-cell !important;
	}
}
.visible-md {
	display: none !important;
}
tr.visible-md {
	display: none !important;
}
th.visible-md,
td.visible-md {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-md.visible-xs {
		display: block !important;
	}
	tr.visible-md.visible-xs {
		display: table-row !important;
	}
	th.visible-md.visible-xs,
	td.visible-md.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-md.visible-sm {
		display: block !important;
	}
	tr.visible-md.visible-sm {
		display: table-row !important;
	}
	th.visible-md.visible-sm,
	td.visible-md.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-md.visible-lg {
		display: block !important;
	}
	tr.visible-md.visible-lg {
		display: table-row !important;
	}
	th.visible-md.visible-lg,
	td.visible-md.visible-lg {
		display: table-cell !important;
	}
}
.visible-lg {
	display: none !important;
}
tr.visible-lg {
	display: none !important;
}
th.visible-lg,
td.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-lg.visible-xs {
		display: block !important;
	}
	tr.visible-lg.visible-xs {
		display: table-row !important;
	}
	th.visible-lg.visible-xs,
	td.visible-lg.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-lg.visible-sm {
		display: block !important;
	}
	tr.visible-lg.visible-sm {
		display: table-row !important;
	}
	th.visible-lg.visible-sm,
	td.visible-lg.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-lg.visible-md {
		display: block !important;
	}
	tr.visible-lg.visible-md {
		display: table-row !important;
	}
	th.visible-lg.visible-md,
	td.visible-lg.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
.hidden-xs {
	display: block !important;
}
tr.hidden-xs {
	display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	tr.hidden-xs {
		display: none !important;
	}
	th.hidden-xs,
	td.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-xs.hidden-sm {
		display: none !important;
	}
	tr.hidden-xs.hidden-sm {
		display: none !important;
	}
	th.hidden-xs.hidden-sm,
	td.hidden-xs.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-xs.hidden-md {
		display: none !important;
	}
	tr.hidden-xs.hidden-md {
		display: none !important;
	}
	th.hidden-xs.hidden-md,
	td.hidden-xs.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xs.hidden-lg {
		display: none !important;
	}
	tr.hidden-xs.hidden-lg {
		display: none !important;
	}
	th.hidden-xs.hidden-lg,
	td.hidden-xs.hidden-lg {
		display: none !important;
	}
}
.hidden-sm {
	display: block !important;
}
tr.hidden-sm {
	display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-sm.hidden-xs {
		display: none !important;
	}
	tr.hidden-sm.hidden-xs {
		display: none !important;
	}
	th.hidden-sm.hidden-xs,
	td.hidden-sm.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	tr.hidden-sm {
		display: none !important;
	}
	th.hidden-sm,
	td.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-sm.hidden-md {
		display: none !important;
	}
	tr.hidden-sm.hidden-md {
		display: none !important;
	}
	th.hidden-sm.hidden-md,
	td.hidden-sm.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-sm.hidden-lg {
		display: none !important;
	}
	tr.hidden-sm.hidden-lg {
		display: none !important;
	}
	th.hidden-sm.hidden-lg,
	td.hidden-sm.hidden-lg {
		display: none !important;
	}
}
.hidden-md {
	display: block !important;
}
tr.hidden-md {
	display: table-row !important;
}
th.hidden-md,
td.hidden-md {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-md.hidden-xs {
		display: none !important;
	}
	tr.hidden-md.hidden-xs {
		display: none !important;
	}
	th.hidden-md.hidden-xs,
	td.hidden-md.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md.hidden-sm {
		display: none !important;
	}
	tr.hidden-md.hidden-sm {
		display: none !important;
	}
	th.hidden-md.hidden-sm,
	td.hidden-md.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
	tr.hidden-md {
		display: none !important;
	}
	th.hidden-md,
	td.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-md.hidden-lg {
		display: none !important;
	}
	tr.hidden-md.hidden-lg {
		display: none !important;
	}
	th.hidden-md.hidden-lg,
	td.hidden-md.hidden-lg {
		display: none !important;
	}
}
.hidden-lg {
	display: block !important;
}
tr.hidden-lg {
	display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-lg.hidden-xs {
		display: none !important;
	}
	tr.hidden-lg.hidden-xs {
		display: none !important;
	}
	th.hidden-lg.hidden-xs,
	td.hidden-lg.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-lg.hidden-sm {
		display: none !important;
	}
	tr.hidden-lg.hidden-sm {
		display: none !important;
	}
	th.hidden-lg.hidden-sm,
	td.hidden-lg.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg.hidden-md {
		display: none !important;
	}
	tr.hidden-lg.hidden-md {
		display: none !important;
	}
	th.hidden-lg.hidden-md,
	td.hidden-lg.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
	tr.hidden-lg {
		display: none !important;
	}
	th.hidden-lg,
	td.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
tr.visible-print {
	display: none !important;
}
th.visible-print,
td.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.hidden-print {
		display: none !important;
	}
	tr.hidden-print {
		display: none !important;
	}
	th.hidden-print,
	td.hidden-print {
		display: none !important;
	}
}
/* !
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@font-face {
	font-family: "FontAwesome";
	/* src: url("../fonts/fontawesome-webfont.eot?v=4.3.0"); */
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
		url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
		url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
		url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
		url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon,
[class^="icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.icon-2x {
	font-size: 2em;
}
.icon-3x {
	font-size: 3em;
}
.icon-4x {
	font-size: 4em;
}
.icon-5x {
	font-size: 5em;
}
.icon-fw {
	width: 1.28571em;
	text-align: center;
}
.icon-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}
.icon-ul>li {
	position: relative;
}
.icon-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}
.icon-li.icon-lg {
	left: -1.85714em;
}
.icon-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.icon.pull-left,
.pull-left[class^="icon-"] {
	margin-right: 0.3em;
}
.icon.pull-right,
.pull-right[class^="icon-"] {
	margin-left: 0.3em;
}
.icon-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.icon-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.icon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
	filter: none;
}
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.icon-stack-1x {
	line-height: inherit;
}
.icon-stack-2x {
	font-size: 2em;
}
.icon-inverse {
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
	content: "";
}
.icon-music:before {
	content: "";
}
.icon-search:before {
	content: "";
}
.icon-envelope-o:before,
.icon-envelope-alt:before {
	content: "";
}
.icon-heart:before {
	content: "";
}
.icon-star:before {
	content: "";
}
.icon-star-o:before,
.icon-star-empty:before {
	content: "";
}
.icon-user:before {
	content: "";
}
.icon-film:before {
	content: "";
}
.icon-th-large:before {
	content: "";
}
.icon-th:before {
	content: "";
}
.icon-th-list:before {
	content: "";
}
.icon-check:before {
	content: "";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before,
.icon-remove:before {
	content: "";
}
.icon-search-plus:before,
.icon-zoom-in:before {
	content: "";
}
.icon-search-minus:before,
.icon-zoom-out:before {
	content: "";
}
.icon-power-off:before,
.icon-off:before {
	content: "";
}
.icon-signal:before {
	content: "";
}
.icon-gear:before,
.icon-cog:before {
	content: "";
}
.icon-trash-o:before,
.icon-trash:before {
	content: "";
}
.icon-home:before {
	content: "";
}
.icon-file-o:before,
.icon-file-alt:before {
	content: "";
}
.icon-clock-o:before,
.icon-time:before {
	content: "";
}
.icon-road:before {
	content: "";
}
.icon-download:before,
.icon-download-alt:before {
	content: "";
}
.icon-arrow-circle-o-down:before,
.icon-download:before,
.icon-download-alt:before {
	content: "";
}
.icon-arrow-circle-o-up:before,
.icon-upload:before,
.icon-upload-alt:before {
	content: "";
}
.icon-inbox:before {
	content: "";
}
.icon-play-circle-o:before,
.icon-play-circle:before,
.icon-play-sign:before {
	content: "";
}
.icon-rotate-right:before,
.icon-repeat:before {
	content: "";
}
.icon-refresh:before {
	content: "";
}
.icon-list-alt:before {
	content: "";
}
.icon-lock:before {
	content: "";
}
.icon-flag:before {
	content: "";
}
.icon-headphones:before {
	content: "";
}
.icon-volume-off:before {
	content: "";
}
.icon-volume-down:before {
	content: "";
}
.icon-volume-up:before {
	content: "";
}
.icon-qrcode:before {
	content: "";
}
.icon-barcode:before {
	content: "";
}
.icon-tag:before {
	content: "";
}
.icon-tags:before {
	content: "";
}
.icon-book:before {
	content: "";
}
.icon-bookmark:before {
	content: "";
}
.icon-print:before {
	content: "";
}
.icon-camera:before {
	content: "";
}
.icon-font:before {
	content: "";
}
.icon-bold:before {
	content: "";
}
.icon-italic:before {
	content: "";
}
.icon-text-height:before {
	content: "";
}
.icon-text-width:before {
	content: "";
}
.icon-align-left:before {
	content: "";
}
.icon-align-center:before {
	content: "";
}
.icon-align-right:before {
	content: "";
}
.icon-align-justify:before {
	content: "";
}
.icon-list:before {
	content: "";
}
.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
	content: "";
}
.icon-indent:before,
.icon-indent-right:before {
	content: "";
}
.icon-video-camera:before,
.icon-facetime-video:before {
	content: "";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-picture:before {
	content: "";
}
.icon-pencil:before {
	content: "";
}
.icon-map-marker:before {
	content: "";
}
.icon-adjust:before {
	content: "";
}
.icon-tint:before {
	content: "";
}
.icon-edit:before,
.icon-pencil-square-o:before,
.icon-edit:before {
	content: "";
}
.icon-share-square-o:before,
.icon-share:before,
.icon-share-alt:before {
	content: "";
}
.icon-check-square-o:before {
	content: "";
}
.icon-arrows:before,
.icon-move:before {
	content: "";
}
.icon-step-backward:before {
	content: "";
}
.icon-fast-backward:before {
	content: "";
}
.icon-backward:before {
	content: "";
}
.icon-play:before {
	content: "";
}
.icon-pause:before {
	content: "";
}
.icon-stop:before {
	content: "";
}
.icon-forward:before {
	content: "";
}
.icon-fast-forward:before {
	content: "";
}
.icon-step-forward:before {
	content: "";
}
.icon-eject:before {
	content: "";
}
.icon-chevron-left:before {
	content: "";
}
.icon-chevron-right:before {
	content: "";
}
.icon-plus-circle:before,
.icon-plus-sign:before {
	content: "";
}
.icon-minus-circle:before,
.icon-minus-sign:before {
	content: "";
}
.icon-times-circle:before,
.icon-remove-sign:before {
	content: "";
}
.icon-check-circle:before,
.icon-ok-sign:before {
	content: "";
}
.icon-question-circle:before,
.icon-question-sign:before {
	content: "";
}
.icon-info-circle:before,
.icon-info-sign:before {
	content: "";
}
.icon-crosshairs:before,
.icon-screenshot:before {
	content: "";
}
.icon-times-circle-o:before,
.icon-remove-circle:before {
	content: "";
}
.icon-check-circle-o:before,
.icon-ok-circle:before {
	content: "";
}
.icon-ban:before {
	content: "";
}
.icon-arrow-left:before {
	content: "";
}
.icon-arrow-right:before {
	content: "";
}
.icon-arrow-up:before {
	content: "";
}
.icon-arrow-down:before {
	content: "";
}
.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
	content: "";
}
.icon-expand:before,
.icon-resize-full:before {
	content: "";
}
.icon-compress:before,
.icon-resize-small:before {
	content: "";
}
.icon-plus:before {
	content: "";
}
.icon-minus:before {
	content: "";
}
.icon-asterisk:before {
	content: "";
}
.icon-exclamation-circle:before,
.icon-exclamation-sign:before {
	content: "";
}
.icon-gift:before {
	content: "";
}
.icon-leaf:before {
	content: "";
}
.icon-fire:before {
	content: "";
}
.icon-eye:before,
.icon-eye-open:before {
	content: "";
}
.icon-eye-slash:before,
.icon-eye-close:before {
	content: "";
}
.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-warning-sign:before {
	content: "";
}
.icon-plane:before {
	content: "";
}
.icon-calendar:before {
	content: "";
}
.icon-random:before {
	content: "";
}
.icon-comment:before {
	content: "";
}
.icon-magnet:before {
	content: "";
}
.icon-chevron-up:before {
	content: "";
}
.icon-chevron-down:before {
	content: "";
}
.icon-retweet:before {
	content: "";
}
.icon-shopping-cart:before {
	content: "";
}
.icon-folder:before,
.icon-folder-close:before {
	content: "";
}
.icon-folder-open:before {
	content: "";
}
.icon-arrows-v:before,
.icon-resize-vertical:before {
	content: "";
}
.icon-arrows-h:before,
.icon-resize-horizontal:before {
	content: "";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before,
.icon-bar-chart:before {
	content: "";
}
.icon-twitter-square:before,
.icon-twitter-sign:before {
	content: "";
}
.icon-facebook-square:before,
.icon-facebook-sign:before {
	content: "";
}
.icon-camera-retro:before {
	content: "";
}
.icon-key:before {
	content: "";
}
.icon-gears:before,
.icon-cogs:before {
	content: "";
}
.icon-comments:before {
	content: "";
}
.icon-thumbs-o-up:before,
.icon-thumbs-up-alt:before {
	content: "";
}
.icon-thumbs-o-down:before,
.icon-thumbs-down-alt:before {
	content: "";
}
.icon-star-half:before {
	content: "";
}
.icon-heart-o:before,
.icon-heart-empty:before {
	content: "";
}
.icon-sign-out:before,
.icon-signout:before {
	content: "";
}
.icon-linkedin-square:before,
.icon-linkedin-sign:before {
	content: "";
}
.icon-thumb-tack:before,
.icon-pushpin:before {
	content: "";
}
.icon-external-link:before {
	content: "";
}
.icon-sign-in:before,
.icon-signin:before {
	content: "";
}
.icon-trophy:before {
	content: "";
}
.icon-github-square:before,
.icon-github-sign:before {
	content: "";
}
.icon-upload:before,
.icon-upload-alt:before {
	content: "";
}
.icon-lemon-o:before,
.icon-lemon:before {
	content: "";
}
.icon-phone:before {
	content: "";
}
.icon-square-o:before,
.icon-check-empty:before {
	content: "";
}
.icon-bookmark-o:before,
.icon-bookmark-empty:before {
	content: "";
}
.icon-phone-square:before,
.icon-phone-sign:before {
	content: "";
}
.icon-twitter:before {
	content: "";
}
.icon-facebook-f:before,
.icon-facebook:before {
	content: "";
}
.icon-github:before {
	content: "";
}
.icon-unlock:before {
	content: "";
}
.icon-credit-card:before {
	content: "";
}
.icon-rss:before {
	content: "";
}
.icon-hdd-o:before,
.icon-hdd:before {
	content: "";
}
.icon-bullhorn:before {
	content: "";
}
.icon-bell:before,
.icon-bell-alt:before {
	content: "";
}
.icon-certificate:before {
	content: "";
}
.icon-hand-o-right:before,
.icon-hand-right:before {
	content: "";
}
.icon-hand-o-left:before,
.icon-hand-left:before {
	content: "";
}
.icon-hand-o-up:before,
.icon-hand-up:before {
	content: "";
}
.icon-hand-o-down:before,
.icon-hand-down:before {
	content: "";
}
.icon-arrow-circle-left:before,
.icon-circle-arrow-left:before {
	content: "";
}
.icon-arrow-circle-right:before,
.icon-circle-arrow-right:before {
	content: "";
}
.icon-arrow-circle-up:before,
.icon-circle-arrow-up:before {
	content: "";
}
.icon-arrow-circle-down:before,
.icon-circle-arrow-down:before {
	content: "";
}
.icon-globe:before {
	content: "";
}
.icon-wrench:before {
	content: "";
}
.icon-tasks:before {
	content: "";
}
.icon-filter:before {
	content: "";
}
.icon-briefcase:before {
	content: "";
}
.icon-arrows-alt:before,
.icon-fullscreen:before {
	content: "";
}
.icon-group:before,
.icon-users:before,
.icon-group:before {
	content: "";
}
.icon-chain:before,
.icon-link:before {
	content: "";
}
.icon-cloud:before {
	content: "";
}
.icon-flask:before,
.icon-beaker:before {
	content: "";
}
.icon-cut:before,
.icon-scissors:before,
.icon-cut:before {
	content: "";
}
.icon-copy:before,
.icon-files-o:before,
.icon-copy:before {
	content: "";
}
.icon-paperclip:before,
.icon-paper-clip:before {
	content: "";
}
.icon-save:before,
.icon-floppy-o:before,
.icon-save:before {
	content: "";
}
.icon-square:before,
.icon-sign-blank:before {
	content: "";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before,
.icon-reorder:before {
	content: "";
}
.icon-list-ul:before {
	content: "";
}
.icon-list-ol:before {
	content: "";
}
.icon-strikethrough:before {
	content: "";
}
.icon-underline:before {
	content: "";
}
.icon-table:before {
	content: "";
}
.icon-magic:before {
	content: "";
}
.icon-truck:before {
	content: "";
}
.icon-pinterest:before {
	content: "";
}
.icon-pinterest-square:before,
.icon-pinterest-sign:before {
	content: "";
}
.icon-google-plus-square:before,
.icon-google-plus-sign:before {
	content: "";
}
.icon-google-plus:before {
	content: "";
}
.icon-money:before {
	content: "";
}
.icon-caret-down:before {
	content: "";
}
.icon-caret-up:before {
	content: "";
}
.icon-caret-left:before {
	content: "";
}
.icon-caret-right:before {
	content: "";
}
.icon-columns:before {
	content: "";
}
.icon-unsorted:before,
.icon-sort:before {
	content: "";
}
.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before {
	content: "";
}
.icon-sort-up:before,
.icon-sort-asc:before,
.icon-sort-down:before {
	content: "";
}
.icon-envelope:before {
	content: "";
}
.icon-linkedin:before {
	content: "";
}
.icon-rotate-left:before,
.icon-undo:before {
	content: "";
}
.icon-legal:before,
.icon-gavel:before,
.icon-legal:before {
	content: "";
}
.icon-dashboard:before,
.icon-tachometer:before,
.icon-dashboard:before {
	content: "";
}
.icon-comment-o:before,
.icon-comment-alt:before {
	content: "";
}
.icon-comments-o:before,
.icon-comments-alt:before {
	content: "";
}
.icon-flash:before,
.icon-bolt:before {
	content: "";
}
.icon-sitemap:before {
	content: "";
}
.icon-umbrella:before {
	content: "";
}
.icon-paste:before,
.icon-clipboard:before,
.icon-paste:before {
	content: "";
}
.icon-lightbulb-o:before,
.icon-lightbulb:before {
	content: "";
}
.icon-exchange:before {
	content: "";
}
.icon-cloud-download:before {
	content: "";
}
.icon-cloud-upload:before {
	content: "";
}
.icon-user-md:before {
	content: "";
}
.icon-stethoscope:before {
	content: "";
}
.icon-suitcase:before {
	content: "";
}
.icon-bell-o:before,
.icon-bell:before,
.icon-bell-alt:before {
	content: "";
}
.icon-coffee:before {
	content: "";
}
.icon-cutlery:before,
.icon-food:before {
	content: "";
}
.icon-file-text-o:before,
.icon-file-text-alt:before {
	content: "";
}
.icon-building-o:before,
.icon-building:before {
	content: "";
}
.icon-hospital-o:before,
.icon-hospital:before {
	content: "";
}
.icon-ambulance:before {
	content: "";
}
.icon-medkit:before {
	content: "";
}
.icon-fighter-jet:before {
	content: "";
}
.icon-beer:before {
	content: "";
}
.icon-h-square:before,
.icon-h-sign:before {
	content: "";
}
.icon-plus-square:before,
.icon-plus-sign-alt:before {
	content: "";
}
.icon-angle-double-left:before,
.icon-double-angle-left:before {
	content: "";
}
.icon-angle-double-right:before,
.icon-double-angle-right:before {
	content: "";
}
.icon-angle-double-up:before,
.icon-double-angle-up:before {
	content: "";
}
.icon-angle-double-down:before,
.icon-double-angle-down:before {
	content: "";
}
.icon-angle-left:before {
	content: "";
}
.icon-angle-right:before {
	content: "";
}
.icon-angle-up:before {
	content: "";
}
.icon-angle-down:before {
	content: "";
}
.icon-desktop:before {
	content: "";
}
.icon-laptop:before {
	content: "";
}
.icon-tablet:before {
	content: "";
}
.icon-mobile-phone:before,
.icon-mobile:before,
.icon-mobile-phone:before {
	content: "";
}
.icon-circle-o:before,
.icon-circle-blank:before {
	content: "";
}
.icon-quote-left:before {
	content: "";
}
.icon-quote-right:before {
	content: "";
}
.icon-spinner:before {
	content: "";
}
.icon-circle:before {
	content: "";
}
.icon-mail-reply:before,
.icon-reply:before {
	content: "";
}
.icon-github-alt:before {
	content: "";
}
.icon-folder-o:before,
.icon-folder-close-alt:before {
	content: "";
}
.icon-folder-open-o:before,
.icon-folder-open-alt:before {
	content: "";
}
.icon-smile-o:before,
.icon-smile:before {
	content: "";
}
.icon-frown-o:before,
.icon-frown:before {
	content: "";
}
.icon-meh-o:before,
.icon-meh:before {
	content: "";
}
.icon-gamepad:before {
	content: "";
}
.icon-keyboard-o:before,
.icon-keyboard:before {
	content: "";
}
.icon-flag-o:before,
.icon-flag-alt:before {
	content: "";
}
.icon-flag-checkered:before {
	content: "";
}
.icon-terminal:before {
	content: "";
}
.icon-code:before {
	content: "";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: "";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before,
.icon-star-half-empty:before {
	content: "";
}
.icon-location-arrow:before {
	content: "";
}
.icon-crop:before {
	content: "";
}
.icon-code-fork:before {
	content: "";
}
.icon-unlink:before,
.icon-chain-broken:before,
.icon-unlink:before {
	content: "";
}
.icon-question:before {
	content: "";
}
.icon-info:before {
	content: "";
}
.icon-exclamation:before {
	content: "";
}
.icon-superscript:before {
	content: "";
}
.icon-subscript:before {
	content: "";
}
.icon-eraser:before {
	content: "";
}
.icon-puzzle-piece:before {
	content: "";
}
.icon-microphone:before {
	content: "";
}
.icon-microphone-slash:before,
.icon-microphone-off:before {
	content: "";
}
.icon-shield:before {
	content: "";
}
.icon-calendar-o:before,
.icon-calendar-empty:before {
	content: "";
}
.icon-fire-extinguisher:before {
	content: "";
}
.icon-rocket:before {
	content: "";
}
.icon-maxcdn:before {
	content: "";
}
.icon-chevron-circle-left:before,
.icon-chevron-sign-left:before {
	content: "";
}
.icon-chevron-circle-right:before,
.icon-chevron-sign-right:before {
	content: "";
}
.icon-chevron-circle-up:before,
.icon-chevron-sign-up:before {
	content: "";
}
.icon-chevron-circle-down:before,
.icon-chevron-sign-down:before {
	content: "";
}
.icon-html5:before {
	content: "";
}
.icon-css3:before {
	content: "";
}
.icon-anchor:before {
	content: "";
}
.icon-unlock-alt:before {
	content: "";
}
.icon-bullseye:before {
	content: "";
}
.icon-ellipsis-h:before,
.icon-ellipsis-horizontal:before {
	content: "";
}
.icon-ellipsis-v:before,
.icon-ellipsis-vertical:before {
	content: "";
}
.icon-rss-square:before,
.icon-rss-sign:before {
	content: "";
}
.icon-play-circle:before,
.icon-play-sign:before {
	content: "";
}
.icon-ticket:before {
	content: "";
}
.icon-minus-square:before,
.icon-minus-sign-alt:before {
	content: "";
}
.icon-minus-square-o:before,
.icon-check-minus:before,
.icon-collapse-alt:before {
	content: "";
}
.icon-level-up:before {
	content: "";
}
.icon-level-down:before {
	content: "";
}
.icon-check-square:before,
.icon-check-sign:before {
	content: "";
}
.icon-pencil-square:before,
.icon-edit-sign:before {
	content: "";
}
.icon-external-link-square:before,
.icon-external-link-sign:before {
	content: "";
}
.icon-share-square:before,
.icon-share-sign:before {
	content: "";
}
.icon-compass:before {
	content: "";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-collapse:before {
	content: "";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-collapse-top:before {
	content: "";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
	content: "";
}
.icon-euro:before,
.icon-eur:before {
	content: "";
}
.icon-gbp:before {
	content: "";
}
.icon-dollar:before,
.icon-usd:before {
	content: "";
}
.icon-rupee:before,
.icon-inr:before {
	content: "";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
	content: "";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-cny:before {
	content: "";
}
.icon-won:before,
.icon-krw:before {
	content: "";
}
.icon-bitcoin:before,
.icon-btc:before {
	content: "";
}
.icon-file:before {
	content: "";
}
.icon-file-text:before {
	content: "";
}
.icon-sort-alpha-asc:before,
.icon-sort-by-alphabet:before {
	content: "";
}
.icon-sort-alpha-desc:before,
.icon-sort-by-alphabet-alt:before {
	content: "";
}
.icon-sort-amount-asc:before,
.icon-sort-by-attributes:before {
	content: "";
}
.icon-sort-amount-desc:before,
.icon-sort-by-attributes-alt:before {
	content: "";
}
.icon-sort-numeric-asc:before,
.icon-sort-by-order:before {
	content: "";
}
.icon-sort-numeric-desc:before,
.icon-sort-by-order-alt:before {
	content: "";
}
.icon-thumbs-up:before {
	content: "";
}
.icon-thumbs-down:before {
	content: "";
}
.icon-youtube-square:before,
.icon-youtube-sign:before {
	content: "";
}
.icon-youtube:before {
	content: "";
}
.icon-xing:before {
	content: "";
}
.icon-xing-square:before,
.icon-xing-sign:before {
	content: "";
}
.icon-youtube-play:before {
	content: "";
}
.icon-dropbox:before {
	content: "";
}
.icon-stack-overflow:before,
.icon-stackexchange:before {
	content: "";
}
.icon-instagram:before {
	content: "";
}
.icon-flickr:before {
	content: "";
}
.icon-adn:before {
	content: "";
}
.icon-bitbucket:before {
	content: "";
}
.icon-bitbucket-square:before,
.icon-bitbucket-sign:before {
	content: "";
}
.icon-tumblr:before {
	content: "";
}
.icon-tumblr-square:before,
.icon-tumblr-sign:before {
	content: "";
}
.icon-long-arrow-down:before {
	content: "";
}
.icon-long-arrow-up:before {
	content: "";
}
.icon-long-arrow-left:before {
	content: "";
}
.icon-long-arrow-right:before {
	content: "";
}
.icon-apple:before {
	content: "";
}
.icon-windows:before {
	content: "";
}
.icon-android:before {
	content: "";
}
.icon-linux:before {
	content: "";
}
.icon-dribbble:before {
	content: "";
}
.icon-skype:before {
	content: "";
}
.icon-foursquare:before {
	content: "";
}
.icon-trello:before {
	content: "";
}
.icon-female:before {
	content: "";
}
.icon-male:before {
	content: "";
}
.icon-gittip:before,
.icon-gratipay:before {
	content: "";
}
.icon-sun-o:before,
.icon-sun:before {
	content: "";
}
.icon-moon-o:before,
.icon-moon:before {
	content: "";
}
.icon-archive:before {
	content: "";
}
.icon-bug:before {
	content: "";
}
.icon-vk:before {
	content: "";
}
.icon-weibo:before {
	content: "";
}
.icon-renren:before {
	content: "";
}
.icon-pagelines:before {
	content: "";
}
.icon-stack-exchange:before {
	content: "";
}
.icon-arrow-circle-o-right:before {
	content: "";
}
.icon-arrow-circle-o-left:before {
	content: "";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
	content: "";
}
.icon-dot-circle-o:before {
	content: "";
}
.icon-wheelchair:before {
	content: "";
}
.icon-vimeo-square:before {
	content: "";
}
.icon-turkish-lira:before,
.icon-try:before {
	content: "";
}
.icon-plus-square-o:before,
.icon-expand-alt:before {
	content: "";
}
.icon-space-shuttle:before {
	content: "";
}
.icon-slack:before {
	content: "";
}
.icon-envelope-square:before {
	content: "";
}
.icon-wordpress:before {
	content: "";
}
.icon-openid:before {
	content: "";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
	content: "";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
	content: "";
}
.icon-yahoo:before {
	content: "";
}
.icon-google:before {
	content: "";
}
.icon-reddit:before {
	content: "";
}
.icon-reddit-square:before {
	content: "";
}
.icon-stumbleupon-circle:before {
	content: "";
}
.icon-stumbleupon:before {
	content: "";
}
.icon-delicious:before {
	content: "";
}
.icon-digg:before {
	content: "";
}
.icon-pied-piper:before {
	content: "";
}
.icon-pied-piper-alt:before {
	content: "";
}
.icon-drupal:before {
	content: "";
}
.icon-joomla:before {
	content: "";
}
.icon-language:before {
	content: "";
}
.icon-fax:before {
	content: "";
}
.icon-building:before {
	content: "";
}
.icon-child:before {
	content: "";
}
.icon-paw:before {
	content: "";
}
.icon-spoon:before {
	content: "";
}
.icon-cube:before {
	content: "";
}
.icon-cubes:before {
	content: "";
}
.icon-behance:before {
	content: "";
}
.icon-behance-square:before {
	content: "";
}
.icon-steam:before {
	content: "";
}
.icon-steam-square:before {
	content: "";
}
.icon-recycle:before {
	content: "";
}
.icon-automobile:before,
.icon-car:before {
	content: "";
}
.icon-cab:before,
.icon-taxi:before {
	content: "";
}
.icon-tree:before {
	content: "";
}
.icon-spotify:before {
	content: "";
}
.icon-deviantart:before {
	content: "";
}
.icon-soundcloud:before {
	content: "";
}
.icon-database:before {
	content: "";
}
.icon-file-pdf-o:before {
	content: "";
}
.icon-file-word-o:before {
	content: "";
}
.icon-file-excel-o:before {
	content: "";
}
.icon-file-powerpoint-o:before {
	content: "";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
	content: "";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
	content: "";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
	content: "";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "";
}
.icon-file-code-o:before {
	content: "";
}
.icon-vine:before {
	content: "";
}
.icon-codepen:before {
	content: "";
}
.icon-jsfiddle:before {
	content: "";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
	content: "";
}
.icon-circle-o-notch:before {
	content: "";
}
.icon-ra:before,
.icon-rebel:before {
	content: "";
}
.icon-ge:before,
.icon-empire:before {
	content: "";
}
.icon-git-square:before {
	content: "";
}
.icon-git:before {
	content: "";
}
.icon-hacker-news:before {
	content: "";
}
.icon-tencent-weibo:before {
	content: "";
}
.icon-qq:before {
	content: "";
}
.icon-wechat:before,
.icon-weixin:before {
	content: "";
}
.icon-send:before,
.icon-paper-plane:before {
	content: "";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
	content: "";
}
.icon-history:before {
	content: "";
}
.icon-genderless:before,
.icon-circle-thin:before {
	content: "";
}
.icon-header:before {
	content: "";
}
.icon-paragraph:before {
	content: "";
}
.icon-sliders:before {
	content: "";
}
.icon-share-alt:before {
	content: "";
}
.icon-share-alt-square:before {
	content: "";
}
.icon-bomb:before {
	content: "";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
	content: "";
}
.icon-tty:before {
	content: "";
}
.icon-binoculars:before {
	content: "";
}
.icon-plug:before {
	content: "";
}
.icon-slideshare:before {
	content: "";
}
.icon-twitch:before {
	content: "";
}
.icon-yelp:before {
	content: "";
}
.icon-newspaper-o:before {
	content: "";
}
.icon-wifi:before {
	content: "";
}
.icon-calculator:before {
	content: "";
}
.icon-paypal:before {
	content: "";
}
.icon-google-wallet:before {
	content: "";
}
.icon-cc-visa:before {
	content: "";
}
.icon-cc-mastercard:before {
	content: "";
}
.icon-cc-discover:before {
	content: "";
}
.icon-cc-amex:before {
	content: "";
}
.icon-cc-paypal:before {
	content: "";
}
.icon-cc-stripe:before {
	content: "";
}
.icon-bell-slash:before {
	content: "";
}
.icon-bell-slash-o:before {
	content: "";
}
.icon-trash:before {
	content: "";
}
.icon-copyright:before {
	content: "";
}
.icon-at:before {
	content: "";
}
.icon-eyedropper:before {
	content: "";
}
.icon-paint-brush:before {
	content: "";
}
.icon-birthday-cake:before {
	content: "";
}
.icon-area-chart:before {
	content: "";
}
.icon-pie-chart:before {
	content: "";
}
.icon-line-chart:before {
	content: "";
}
.icon-lastfm:before {
	content: "";
}
.icon-lastfm-square:before {
	content: "";
}
.icon-toggle-off:before {
	content: "";
}
.icon-toggle-on:before {
	content: "";
}
.icon-bicycle:before {
	content: "";
}
.icon-bus:before {
	content: "";
}
.icon-ioxhost:before {
	content: "";
}
.icon-angellist:before {
	content: "";
}
.icon-cc:before {
	content: "";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
	content: "";
}
.icon-meanpath:before {
	content: "";
}
.icon-buysellads:before {
	content: "";
}
.icon-connectdevelop:before {
	content: "";
}
.icon-dashcube:before {
	content: "";
}
.icon-forumbee:before {
	content: "";
}
.icon-leanpub:before {
	content: "";
}
.icon-sellsy:before {
	content: "";
}
.icon-shirtsinbulk:before {
	content: "";
}
.icon-simplybuilt:before {
	content: "";
}
.icon-skyatlas:before {
	content: "";
}
.icon-cart-plus:before {
	content: "";
}
.icon-cart-arrow-down:before {
	content: "";
}
.icon-diamond:before {
	content: "";
}
.icon-ship:before {
	content: "";
}
.icon-user-secret:before {
	content: "";
}
.icon-motorcycle:before {
	content: "";
}
.icon-street-view:before {
	content: "";
}
.icon-heartbeat:before {
	content: "";
}
.icon-venus:before {
	content: "";
}
.icon-mars:before {
	content: "";
}
.icon-mercury:before {
	content: "";
}
.icon-transgender:before {
	content: "";
}
.icon-transgender-alt:before {
	content: "";
}
.icon-venus-double:before {
	content: "";
}
.icon-mars-double:before {
	content: "";
}
.icon-venus-mars:before {
	content: "";
}
.icon-mars-stroke:before {
	content: "";
}
.icon-mars-stroke-v:before {
	content: "";
}
.icon-mars-stroke-h:before {
	content: "";
}
.icon-neuter:before {
	content: "";
}
.icon-facebook-official:before {
	content: "";
}
.icon-pinterest-p:before {
	content: "";
}
.icon-whatsapp:before {
	content: "";
}
.icon-server:before {
	content: "";
}
.icon-user-plus:before {
	content: "";
}
.icon-user-times:before {
	content: "";
}
.icon-hotel:before,
.icon-bed:before {
	content: "";
}
.icon-viacoin:before {
	content: "";
}
.icon-train:before {
	content: "";
}
.icon-subway:before {
	content: "";
}
.icon-medium:before {
	content: "";
}
a:hover {
	text-decoration: none;
}
.kolko {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
}
.opis-kolka {
	position: relative;
	z-index: 2;
	text-align: center;
	top: 12px;
}
.o-valueadd__iconcontainer {
	min-height: 110px;
}
@media only screen and (min-width: 1200px) {
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
}
body {
	min-width: 320px;
	height: 100%;
	font-size: 13px;
	color: #1a1a1a;
}
body.content_only {
	background: none;
	min-width: 0px;
}
textarea {
	resize: none;
}
#header {
	z-index: 1001;
}
.embedded-secondary-product-rcontainer .embedded-main-product-name {
	margin-bottom: 10px;
}
#index .columns-container,
#genius .columns-container,
#os .columns-container,
#wybierz-irobot .columns-container,
#wspolpraca-robotow .columns-container,
#irobot .columns-container,
#application .columns-container.page-content {
	background: #eaf2e6;
}
#columns {
	position: relative;
	padding-bottom: 50px;
}
#index .tab-content {
	margin-top: 35px;
	margin-bottom: 34px;
}
@media (min-width: 767px) {
	header .col-sm-4+.col-sm-4+.col-sm-4,
	header .row #header_logo+.col-sm-4+.col-sm-4,
	header .row .col-sm-4+#header_logo+.col-sm-4,
	header .row #header_logo+#header_logo+.col-sm-4,
	header .row .col-sm-4+.col-sm-4+#header_logo,
	header .row #header_logo+.col-sm-4+#header_logo,
	header .row .col-sm-4+#header_logo+#header_logo,
	header .row #header_logo+#header_logo+#header_logo {
		float: right;
	}
}
.ie8 #header #header_logo {
	width: 350px;
}
#center_column .page_product_box h3 {
	color: #555454;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 20px 17px;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #d6d4d4;
	border-bottom: none;
	background: #fbfbfb;
}
p.info-title {
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
}
p.info-account {
	margin: 0px 0 24px 0;
}
.dark {
	color: #333;
}
.main-page-indent {
	margin-bottom: 30px;
}
.alert {
	font-weight: bold;
}
.alert:before {
	cursor: pointer;
}
.alert ul,
.alert ol {
	padding-left: 15px;
	margin-left: 27px;
}
.alert ul li,
.alert ol li {
	list-style-type: decimal;
	font-weight: normal;
}
.alert.alert-success {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.alert.alert-success:before {
	font-family: "FontAwesome";
	content: "\f058";
	font-size: 20px;
	vertical-align: -2px;
	padding-right: 7px;
}
.alert.alert-danger {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.alert.alert-danger:before {
	font-family: "FontAwesome";
	content: "\f057";
	font-size: 18px;
	padding-right: 7px;
	border-radius: 5px;
	display: inline-block;
}
.alert.alert-danger p:first-child {
	display: inline-block;
}
.label {
	white-space: normal;
	display: inline-block;
	padding: 6px 10px;
	color: black;
	border-radius: 5px;
}
label {
	color: #333;
}
label.required:before {
	content: "*";
	color: red;
	font-size: 14px;
	position: relative;
	line-height: 12px;
}
.unvisible {
	display: none;
}
.checkbox {
	line-height: 22px;
}
.checkbox label {
	color: #777777;
}
.close {
	opacity: 1;
}
.close:hover {
	opacity: 1;
}
input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
button.form-control-submit,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
button.button,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
	background: #447355;
	color: #f8fbf7;
	border: none;
	border-radius: 40px;
	padding: 14px 16px;
	text-align: center;
	display: inline-block;
}
*:first-child+html input.button_mini,
*:first-child+html input.button_small,
*:first-child+html input.button,
*:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled,
*:first-child+html input.button_small_disabled,
*:first-child+html input.button_disabled,
*:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini,
*:first-child+html input.exclusive_small,
*:first-child+html input.exclusive,
*:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled,
*:first-child+html input.exclusive_small_disabled,
*:first-child+html input.exclusive_disabled,
*:first-child+html input.exclusive_large_disabled {
	border: none;
}
input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
	background: #518a70;
	color: #f8fbf7;
	border: none;
	border-radius: 40px;
	padding: 14px 16px;
	text-align: center;
}
input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
	background-position: left -100px;
}
input.button_disabled,
input.exclusive_disabled,
span.exclusive {
	border: 1px solid #cccccc;
	color: #999999;
	background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
	cursor: default;
}
.btn.disabled,
.btn[disabled]:hover {
	opacity: 0.3;
}
.button-standard.disabled {
	pointer-events: none;
}
.button.button-small {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #6a768c !important;
	padding: 5px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.button.button-small span {
	display: block;
	padding: 3px 8px 3px 8px;
	/* JK Fix na zbedny border
     border: 1px solid; */
	border-color: #8b8a8a;
}
.button.button-small:hover {
	padding: 5px 20px;
}
.button.button-small:hover span {
	color: #fff;
}
.button.button-small span i {
	vertical-align: 0px;
	margin-right: 5px;
}
.button.button-small span i.right {
	margin-right: 0;
	margin-left: 5px;
	margin-top: 3px;
}
a.btn.btn-default.button:hover {
	color: #fff;
}
a.btn.btn-default.button.button-small:hover {
	padding: 5px 20px;
}
@media (max-width: 480px) {
	.button.button-medium span {
		font-size: 15px;
		padding-right: 7px;
		padding-left: 7px;
	}
}
.button.button-medium span i.left {
	font-size: 25px;
	line-height: 25px;
	vertical-align: -4px;
	display: inline-block;
}
@media (max-width: 480px) {
	.experience-intro__btn-label {
		font-size: 14px;
	}
	.button.button-medium span i.left {
		margin-right: 5px;
	}
}
.button.button-medium span i.right {
	margin-right: 0;
	margin-left: 9px;
	margin-top: 5px;
}
@media (max-width: 480px) {
	.button.button-medium span i.right {
		margin-left: 5px;
	}
}
.button.button-medium.exclusive {
	border-color: #db8600 #d98305 #c86d26 #d98305;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYWEwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlOTcwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdaa02), color-stop(100%, #fe9702));
	background-image: -moz-linear-gradient(top, #fdaa02, #fe9702);
	background-image: -webkit-linear-gradient(top, #fdaa02, #fe9702);
	background-image: linear-gradient(to bottom, #fdaa02, #fe9702);
}
.button.button-medium.exclusive span {
	border-color: #fec133 #febc33 #feb233 #febc33;
}
.button.button-medium.exclusive:hover {
	background: #f89609;
	border-color: #a6550c #ba6708 #db8600 #ba6708;
}
.button.button-medium.exclusive:hover span {
	border-color: #fec133;
}
.link-button {
	font-weight: bold;
}
.link-button i {
	margin-right: 5px;
}
.link-button i.large {
	font-size: 26px;
	line-height: 26px;
	vertical-align: -3px;
	color: silver;
}
.btn.button-plus,
.btn.button-minus {
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
	padding: 0;
	border: 1px solid;
	border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn.button-plus:hover,
.btn.button-minus:hover {
	border: 1px solid #fff;
	background-color: white;
}
.btn.button-plus span,
.btn.button-minus span {
	display: block;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px 0 0 0;
	background: white;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, white, 0%, #fbfbfb, 100%);
	background-image: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0);
}
.btn.button-plus:hover,
.btn.button-minus:hover {
	color: #333;
}
.btn.button-plus:hover span,
.btn.button-minus:hover span {
	filter: none;
	background: #fff;
}
.button.exclusive-medium {
	font-size: 17px;
	padding: 0;
	line-height: 21px;
	color: #333;
	font-weight: bold;
	border: 1px solid;
	border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
	text-shadow: 1px 1px white;
}
.button.exclusive-medium span {
	border: 1px solid;
	border-color: #fff;
	display: block;
	padding: 9px 10px 11px 10px;
	background: #f7f7f7;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ededed));
	background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0);
}
@media (max-width: 480px) {
	.button.exclusive-medium span {
		font-size: 15px;
		padding-right: 7px;
		padding-left: 7px;
	}
}
.button.exclusive-medium span:hover {
	border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
}
.button.ajax_add_to_cart_button {
	font: 700 17px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
	border: 1px solid;
	border-color: #0079b6 #006fa8 #012740 #006fa8;
}
.button.ajax_add_to_cart_button span {
	border: 1px solid;
	border-color: #06b2e6;
	padding: 10px 14px;
	display: block;
	background: #009ad0;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009ad0), to(#007ab7));
	background-image: -webkit-linear-gradient(top, #009ad0, 0%, #007ab7, 100%);
	background-image: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
	background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0);
}
.button.ajax_add_to_cart_button:hover {
	border-color: #01314e #004b74 #0079b6 #004b74;
}
.button.ajax_add_to_cart_button:hover span {
	filter: none;
	background: #0084bf;
}
.button.lnk_view {
	font: 700 17px/21px Arial, Helvetica, sans-serif;
	background: #447355;
	color: #f8fbf7;
	border: none;
	border-radius: 40px;
	padding: 4px 16px;
	text-align: center;
	display: inline-block;
	text-shadow: none;
}
.button.lnk_view span {
	padding: 10px 14px;
	display: block;
	background: #447355;
	color: #f8fbf7;
	border: none;
	border-radius: 40px;
}
.button.lnk_view:hover {
	padding: 4px 16px !important;
}
.button.lnk_view:hover span {
	background-color: #518a70;
}
.button.lnk_view i.left {
	padding-right: 8px;
	color: #fff;
}
.form-control {
	padding: 3px 5px;
	height: 27px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
table.std,
table.table_block {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #999999;
	border-bottom: none;
	background: white;
	border-collapse: inherit;
}
table.std th,
table.table_block th {
	padding: 14px 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 black;
	background: #999999;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {
	background-color: #f3f3f3;
}
table.std td,
table.table_block td {
	padding: 12px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	vertical-align: top;
}
.table {
	margin-bottom: 30px;
}
.table>thead>tr>th {
	background: #fbfbfb;
	border-bottom-width: 1px;
	color: #333;
	vertical-align: middle;
}
.table td ul,
.table td ol {
	margin-bottom: 0 !important;
}
.table td a.color-myaccount {
	color: #777;
	text-decoration: underline;
}
.table td a.color-myaccount:hover {
	text-decoration: none;
}
.table tfoot tr {
	background: #fbfbfb;
}
.product-name {
	font-size: 17px;
	line-height: 23px;
	color: #3a3939;
	margin-bottom: 0;
}
.price {
	font-size: 15px;
	color: #000;
}
.price.product-price {
	font: 600 21px/26px "Open Sans", sans-serif;
	color: #333;
}
@media only screen and (max-width: 48em) {
	.price.product-price {
		font-size: 14px;
	}
	a.button {
		padding: 4px 12px;
	}
	a.button:hover {
		padding: 4px 12px;
	}
}
.old-price {
	color: #6f6f6f;
	text-decoration: line-through;
}
.old-price.product-price {
	font-size: 17px;
}
.special-price {
	color: #f13340;
}
.price-percent-reduction {
	background: #f13340;
	border: 1px solid #d02a2c;
	font: 600 21px/24px "Open Sans", sans-serif;
	color: #fff;
	padding: 0 5px 0 3px;
	display: inline-block;
}
.price-percent-reduction.small {
	font: 700 14px/17px Arial, Helvetica, sans-serif;
	padding: 1px 6px;
}
.new-box,
.sale-box {
	position: absolute;
	top: 0px;
	height: 86px;
	width: 80px;
	text-align: center;
	z-index: 0;
}
.new-box {
	left: 0;
}
#az_mouseOverZoomParent .new-box {
	position: absolute;
	top: 0 !important;
	right: 6px !important;
	left: unset !important;
	height: 86px;
	width: 80px;
	text-align: center;
	z-index: 5;
}
#product .new-box {
	right: 6px !important;
}
.search-result-content .new-box {
	right: -25px;
	left: unset;
}
.sale-box {
	right: 6px;
}
.new-label {
	font: 700 11px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #9e6193;
	text-transform: uppercase;
	padding: 10px 0 7px 0px;
	text-shadow: unset;
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 3px;
	transform: none;
	z-index: 1;
	left: unset;
}
@media (min-width: 768px) {
	#az_mouseOverZoomParent .new-label {
		right: 13px;
		top: 12px;
	}
}
@media (max-width: 768px) {
	.new-label {
		right: 36px;
	}
	#az_mouseOverZoomParent .sale-label {
		right: 30px;
		top: -10px;
	}
}
.ir-part-two {
	white-space: nowrap;
}
.sale-label {
	font: 700 11px/12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ebc172;
	text-transform: uppercase;
	padding: 10px 0 7px 0px;
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	right: -16px;
	top: 15px;
	z-index: 1;
	border-radius: 3px;
}
@media (max-width: 768px) {
	.large-tiles .search-result-items .sale-label {
		right: 5px;
	}
}
.ilosc-dodaj {
	display: flex;
}
@media only screen and (max-width: 38em) {
	#products-comparison .sale-box {
		display: none;
	}
	#products-comparison .new-box {
		display: none;
	}
	table#product_comparison {
		font-size: 11px;
	}
}
.ie8 .new-label {
	left: 0px;
	top: 0px;
	width: auto;
	padding: 5px 15px;
}
.ie8 .new-label:after {
	display: none;
}
.ie8 .new-label:before {
	display: none;
}
.ie8 .sale-label {
	right: 0px;
	top: 0px;
	width: auto;
	padding: 5px 15px;
}
.ie8 .sale-label:after {
	display: none;
}
.ie8 .sale-label:before {
	display: none;
}
.ie8 .new-box {
	top: -1px;
	left: -1px;
}
.ie8 .sale-box {
	right: -1px;
	top: -1px;
}
.box.box-small {
	padding: 9px 10px 9px 20px;
}
.box.box-small .dark {
	padding-top: 10px;
	padding-right: 20px;
	margin-bottom: 0;
	width: auto;
}
.product-box {
	width: 178px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-box .product-image {
	border: 1px solid #d6d4d4;
	background: white;
	padding: 5px;
	display: block;
	margin-bottom: 11px;
}
.product-box .product-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#home-page-tabs {
	border: none;
	background: #fff;
}
@media (min-width: 768px) {
	#home-page-tabs {
		padding: 10px 0;
		margin: 0 0 0 -18px;
	}
}
#home-page-tabs>li {
	margin-bottom: 0;
}
@media (min-width: 991px) {
	#home-page-tabs>li {
		border-left: 1px solid #d6d4d4;
		margin: 0 0px 0 9px;
		padding: 0 0px 0 9px;
	}
}
@media (max-width: 479px) {
	#home-page-tabs>li {
		width: 100%;
	}
}
#home-page-tabs>li a {
	font: 600 21px/24px "Open Sans", sans-serif;
	color: #555454;
	text-transform: uppercase;
	border: none;
	outline: none;
	margin: 0;
	padding: 10px;
}
@media (min-width: 768px) {
	#home-page-tabs>li a {
		padding: 1px 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home-page-tabs>li a {
		padding: 10px 10px;
	}
}
#home-page-tabs>li:first-child {
	border: none;
}
#home-page-tabs>li.active a,
#home-page-tabs>li a:hover {
	background: #333;
	color: #fff;
	padding: 10px;
}
@media (min-width: 768px) {
	#home-page-tabs>li.active a,
	#home-page-tabs>li a:hover {
		margin: -9px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home-page-tabs>li.active a,
	#home-page-tabs>li a:hover {
		margin: 0px 0;
	}
}
.block {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.block {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
	.block .block_content {
		margin-bottom: 20px;
	}
}
.block .title_block,
.block h4 {
	font: 600 18px/22px "Open Sans", sans-serif;
	color: #555454;
	background: #f6f6f6;
	border-top: 5px solid #333;
	text-transform: uppercase;
	padding: 14px 5px 17px 20px;
	margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.block .title_block,
	.block h4 {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.block .title_block,
	.block h4 {
		position: relative;
	}
	.block .title_block:after,
	.block h4:after {
		content: "?";
		font-family: "FontAwesome";
		display: block;
		position: absolute;
		right: 0;
		top: 15px;
		height: 36px;
		width: 36px;
		font-size: 26px;
		font-weight: normal;
	}
	.block .title_block.active:after,
	.block h4.active:after {
		content: "?";
	}
}
.block .title_block a,
.block h4 a {
	color: #555454;
}
.block .title_block a:hover,
.block h4 a:hover {
	color: #333;
}
.block .list-block {
	margin-top: -8px;
}
@media (max-width: 767px) {
	.block .list-block {
		margin-top: 0;
	}
}
.block .list-block li {
	padding: 5px 0 6px 20px;
	border-top: 1px solid #d6d4d4;
}
.block .list-block li a i {
	display: none;
}
.block .list-block li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline;
	color: #333;
	padding-right: 8px;
}
.block .list-block li a:hover {
	color: #333;
	font-weight: bold;
}
.block .list-block li:first-child {
	border-top: none;
}
.block .list-block .form-group {
	padding-top: 20px;
	border-top: 1px solid #d6d4d4;
	margin-bottom: 0;
}
.block .list-block .form-group select {
	max-width: 270px;
}
@media (max-width: 767px) {
	.block .list-block .form-group select {
		width: 270px;
	}
}
.block .list-block .btn {
	margin-top: 12px;
}
.block .products-block li {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d4d4;
}
.block .products-block li .products-block-image {
	float: left;
	border: 1px solid #d6d4d4;
	margin-right: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.block .products-block li .products-block-image {
		float: none;
		display: inline-block;
		margin: 0 auto 10px;
		text-align: center;
	}
}
.block .products-block li .product-content {
	overflow: hidden;
}
.block .products-block li .product-content h5 {
	position: relative;
	top: -11px;
}
.block .products-block .product-name {
	font-size: 15px;
	line-height: 18px;
}
.block .products-block .product-description {
	margin-bottom: 14px;
}
.block .products-block .price-percent-reduction {
	font: 700 14px/17px Arial, Helvetica, sans-serif;
	padding: 1px 6px;
}
.page-heading {
	font: 400 18px/22px "Open Sans", sans-serif;
	color: #555454;
	padding: 0px 0px 17px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d4d4;
	overflow: hidden;
}
@media (max-width: 767px) {
	#cart_title.page-heading {
		padding: 0 20px;
		margin-bottom: 0;
	}
}
.page-heading span.heading-counter {
	font: bold 13px/22px Arial, Helvetica, sans-serif;
	float: right;
	color: #333;
	text-transform: none;
	margin-bottom: 10px;
}
@media (max-width: 480px) {
	.page-heading span.heading-counter {
		float: none;
		display: block;
		padding-top: 5px;
	}
}
.page-heading span.lighter {
	color: #9c9c9c;
}
.search_phrase {
	color: #447355;
}
.page-heading.bottom-indent {
	margin-bottom: 16px;
}
.page-heading.product-listing {
	border-bottom: none;
}
.page-subheading {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #518a70;
	font-size: 1.625rem;
	padding: 0 0 15px;
	line-height: normal;
	margin-bottom: 12px;
}
h3.page-product-heading {
	color: #555454;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 20px 17px;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #d6d4d4;
	border-bottom: none;
	background: #fbfbfb;
}
ul.footer_links {
	padding: 20px 0 0px 0;
	border-top: 1px solid #d6d4d4;
	height: 65px;
}
ul.footer_links li {
	float: left;
}
ul.footer_links li+li {
	margin-left: 10px;
}
.page-heading.product-listing,
.content_sortPagiBar {
	margin: 10px 20px;
}
#prices-drop h1.page-heading.product-listing {
	text-align: center;
	font-size: 36px;
	color: black;
	line-height: initial;
	padding: 0;
	margin-left: 0 !important;
}
.content_sortPagiBar .sortPagiBar {
	border-bottom: 1px solid #d6d4d4;
	clear: both;
	padding-bottom: 20px;
}
.content_sortPagiBar .sortPagiBar #productsSortForm {
	margin-bottom: 10px;
}
.content_sortPagiBar .sortPagiBar #productsSortForm select {
	max-width: 192px;
	float: left;
}
@media (max-width: 991px) {
	.content_sortPagiBar .sortPagiBar #productsSortForm select {
		max-width: 160px;
	}
}
.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
	float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage {
	float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage select {
	max-width: 59px;
	float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix>span {
	padding: 3px 0 0 12px;
	float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
	float: left;
}
.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
	float: left;
}
.content_sortPagiBar .sortPagiBar label {
	padding: 3px 6px 0 0;
}
.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
	display: none;
}
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
	float: right;
	margin-top: -4px;
}
.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
	float: left;
	padding-left: 12px;
	text-align: center;
}
.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
	color: #808080;
	font-size: 11px;
	line-height: 14px;
	cursor: pointer;
}
.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
	display: block;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin-bottom: -3px;
	color: #e1e0e0;
}
.content_sortPagiBar .display li a:hover i,
.content_sortPagiBar .display_m li a:hover i {
	color: gray;
}
.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display_m li.selected a {
	cursor: default;
}
.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display_m li.selected i {
	color: #333;
}
.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
	font-weight: bold;
	color: #333;
	padding: 7px 6px 0 0;
}
.top-pagination-content,
.bottom-pagination-content {
	text-align: center;
	padding: 12px 0 12px 0;
	position: relative;
}
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
	margin: 0;
	float: right;
	width: 530px;
	text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.top-pagination-content div.pagination,
	.bottom-pagination-content div.pagination {
		width: 380px;
	}
}
@media (max-width: 991px) {
	.top-pagination-content div.pagination,
	.bottom-pagination-content div.pagination {
		float: left;
		width: auto;
	}
}
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
	float: right;
	margin: 8px 53px 8px 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.top-pagination-content div.pagination .showall,
	.bottom-pagination-content div.pagination .showall {
		margin-right: 11px;
	}
}
@media (max-width: 991px) {
	.top-pagination-content div.pagination .showall,
	.bottom-pagination-content div.pagination .showall {
		margin-right: 0;
	}
}
.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
	font-size: 13px;
	padding: 3px 5px 4px 5px;
	line-height: normal;
}
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
	margin: 8px 0px 8px 0;
}
@media (max-width: 991px) {
	.top-pagination-content ul.pagination,
	.bottom-pagination-content ul.pagination {
		float: left;
	}
}
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
	/* display: inline-block; */
	float: left;
}
.top-pagination-content ul.pagination li>a,
.top-pagination-content ul.pagination li>span,
.bottom-pagination-content ul.pagination li>a,
.bottom-pagination-content ul.pagination li>span {
	margin: 0 1px 0 0px;
	padding: 0;
	font-weight: bold;
	border: 1px solid;
	border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
	display: block;
}
.top-pagination-content ul.pagination li>a span,
.top-pagination-content ul.pagination li>span span,
.bottom-pagination-content ul.pagination li>a span,
.bottom-pagination-content ul.pagination li>span span {
	border: 1px solid #fff;
	padding: 2px 8px;
	display: block;
	background: url(../img/pagination-li.gif) 0 0 repeat-x #fbfbfb;
}
.top-pagination-content ul.pagination li>a:hover span,
.bottom-pagination-content ul.pagination li>a:hover span {
	background: #f6f6f6;
}
.top-pagination-content ul.pagination li.pagination_previous,
.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
	color: #777676;
	font-weight: bold;
}
.top-pagination-content ul.pagination li.pagination_previous>a,
.top-pagination-content ul.pagination li.pagination_previous>span,
.top-pagination-content ul.pagination li.pagination_next>a,
.top-pagination-content ul.pagination li.pagination_next>span,
.bottom-pagination-content ul.pagination li.pagination_previous>a,
.bottom-pagination-content ul.pagination li.pagination_previous>span,
.bottom-pagination-content ul.pagination li.pagination_next>a,
.bottom-pagination-content ul.pagination li.pagination_next>span {
	border: none;
	background: none;
	display: block;
	padding: 4px 0;
}
@media (max-width: 767px) {
	.top-pagination-content ul.pagination li.pagination_previous>a b,
	.top-pagination-content ul.pagination li.pagination_previous>span b,
	.top-pagination-content ul.pagination li.pagination_next>a b,
	.top-pagination-content ul.pagination li.pagination_next>span b,
	.bottom-pagination-content ul.pagination li.pagination_previous>a b,
	.bottom-pagination-content ul.pagination li.pagination_previous>span b,
	.bottom-pagination-content ul.pagination li.pagination_next>a b,
	.bottom-pagination-content ul.pagination li.pagination_next>span b {
		display: none;
	}
}
.top-pagination-content ul.pagination li.pagination_previous>a span,
.top-pagination-content ul.pagination li.pagination_previous>span span,
.top-pagination-content ul.pagination li.pagination_next>a span,
.top-pagination-content ul.pagination li.pagination_next>span span,
.bottom-pagination-content ul.pagination li.pagination_previous>a span,
.bottom-pagination-content ul.pagination li.pagination_previous>span span,
.bottom-pagination-content ul.pagination li.pagination_next>a span,
.bottom-pagination-content ul.pagination li.pagination_next>span span {
	border: none;
	padding: 0;
	background: none;
}
.top-pagination-content ul.pagination li.pagination_previous>a span b,
.top-pagination-content ul.pagination li.pagination_previous>span span b,
.top-pagination-content ul.pagination li.pagination_next>a span b,
.top-pagination-content ul.pagination li.pagination_next>span span b,
.bottom-pagination-content ul.pagination li.pagination_previous>a span b,
.bottom-pagination-content ul.pagination li.pagination_previous>span span b,
.bottom-pagination-content ul.pagination li.pagination_next>a span b,
.bottom-pagination-content ul.pagination li.pagination_next>span span b {
	font-weight: bold;
}
.top-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_previous {
	margin-right: 10px;
}
.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_next {
	margin-left: 10px;
}
.top-pagination-content ul.pagination li.active>span,
.bottom-pagination-content ul.pagination li.active>span {
	color: #333;
	border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
}
.top-pagination-content ul.pagination li.active>span span,
.bottom-pagination-content ul.pagination li.active>span span {
	background: #f6f6f6;
}
/*.top-pagination-content .compare-form,
  JK Fix na zle wyrownanie poprzedni/nastepny
  .bottom-pagination-content .compare-form {
    float: right;
  } */
@media (max-width: 479px) {
	.top-pagination-content .compare-form,
	.bottom-pagination-content .compare-form {
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
		clear: both;
	}
}
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
	padding: 11px 0 0 0;
	float: left;
}
@media (max-width: 991px) {
	.top-pagination-content .product-count,
	.bottom-pagination-content .product-count {
		clear: left;
	}
}
.bottom-pagination-content {
	border-top: 1px solid #d6d4d4;
}
.product-count {
	color: #1a1a1a;
	float: right;
	font-size: 0.87rem;
	font-weight: 400;
	line-height: 2em;
	padding: 3px 10px 0;
	text-align: right;
}
ul.step {
	margin-bottom: 30px;
	overflow: hidden;
}
@media (min-width: 768px) {
	ul.step {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
}
ul.step li {
	float: left;
	width: 20%;
	text-align: left;
	border: 1px solid;
	border-top-color: #cacaca;
	border-bottom-color: #9a9a9a;
	border-right-color: #b7b7b7;
	border-left-width: 0px;
}
@media (max-width: 767px) {
	ul.step li {
		width: 100%;
		border-left-width: 1px;
	}
}
ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
	display: block;
	padding: 13px 10px 14px 13px;
	color: #333;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	text-shadow: 1px 1px white;
	position: relative;
}
@media (max-width: 992px) {
	ul.step li a,
	ul.step li span,
	ul.step li.step_current span,
	ul.step li.step_current_end span {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	ul.step li a:after,
	ul.step li span:after,
	ul.step li.step_current span:after,
	ul.step li.step_current_end span:after {
		/*          content: "."; */
		position: absolute;
		top: 0;
		right: -31px;
		z-index: 0;
		text-indent: -5000px;
		display: block;
		width: 31px;
		height: 52px;
		margin-top: -2px;
	}
}
ul.step li a:focus,
ul.step li span:focus,
ul.step li.step_current span:focus,
ul.step li.step_current_end span:focus {
	text-decoration: none;
	outline: none;
}
ul.step li.first {
	border-left-width: 1px;
	border-left-color: #b7b7b7;
}
@media (min-width: 768px) {
	ul.step li.first {
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}
ul.step li.first span,
ul.step li.first a {
	z-index: 0;
	/*5 wojtek*/
	padding-left: 13px !important;
}
@media (min-width: 768px) {
	ul.step li.first span,
	ul.step li.first a {
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}
/*wojtek*/
ul.step li.second span,
ul.step li.second a {
	z-index: 0;
}
/*4 wojtek*/
ul.step li.third span,
ul.step li.third a {
	z-index: 0;
}
/*3 wojtek*/
ul.step li.four span,
ul.step li.four a {
	z-index: 0;
}
/*2 wojtek*/
ul.step li.last span {
	z-index: 1;
}
@media (min-width: 768px) {
	ul.step li.last {
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	ul.step li.last span {
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}
ul.step li.step_current {
	font-weight: bold;
	background: #6cb861;
	border-color: #399b49 #51ae5c #208931 #369946;
}
ul.step li.step_current span {
	color: #fff;
	text-shadow: 1px 1px #518a70;
	border: 1px solid #6cb861;
	position: relative;
}
@media (min-width: 992px) {
	ul.step li.step_current span {
		padding-left: 38px;
	}
	ul.step li.step_current span:after {
		background: url(../img/order-step-a.png) right 0 no-repeat;
	}
}
ul.step li.step_current_end {
	font-weight: bold;
}
ul.step li.step_todo {
	background: #f7f7f7;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ededed));
	background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0);
}
ul.step li.step_todo span {
	display: block;
	border: 1px solid;
	border-color: #fff;
	color: #333;
	position: relative;
}
@media (min-width: 992px) {
	ul.step li.step_todo span {
		padding-left: 38px;
	}
	ul.step li.step_todo span:after {
		background: url(../img/order-step-current.png) right 0 no-repeat;
	}
}
ul.step li.step_done {
	border-color: #666666 #5f5f5f #292929 #5f5f5f;
	background: #727171;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#727171), to(#666666));
	background-image: -webkit-linear-gradient(top, #727171, 0%, #666666, 100%);
	background-image: -moz-linear-gradient(top, #727171 0%, #666666 100%);
	background-image: linear-gradient(to bottom, #727171 0%, #666666 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF727171', endColorstr='#FF666666', GradientType=0);
}
ul.step li.step_done a {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid;
	border-color: #8b8a8a;
}
@media (min-width: 992px) {
	ul.step li.step_done a {
		padding-left: 38px;
	}
	ul.step li.step_done a:after {
		background: url(../img/order-step-done.png) right 0 no-repeat;
	}
}
@media (min-width: 992px) {
	ul.step li.step_done.step_done_last a:after {
		background: url(../img/order-step-done-last.png) right 0 no-repeat;
	}
}
@media (min-width: 992px) {
	ul.step li#step_end span:after {
		display: none;
	}
}
ul.step li em {
	font-style: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
	ul.step li em {
		display: none;
	}
}
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: ".";
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	overflow: hidden;
	float: left;
	margin: 0 1px 0 0;
	width: 16px;
	height: 12px;
	cursor: pointer;
}
.cancel,
.cancel a {
	background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}
div.star_on a {
	background-position: 0 -12px;
	/*display:none; */
}
div.star_content .cancel {
	display: none;
}
div.star_hover a,
div.star a:hover {
	background-position: 0 -12px;
}
div.star a {
	color: transparent;
}
.pack_content {
	margin: 10px 0 10px 0;
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 lightyellow;
}
#page .rte {
	background: transparent none repeat scroll 0 0;
}
#page .rte em {
	font-style: italic !important;
}
.listcomment {
	list-style-type: none;
	margin: 0 0 20px 0 !important;
}
.listcomment li {
	padding: 10px 0;
	border-bottom: 1px dotted #d6d4d4;
	color: #666666;
}
.listcomment .titlecomment {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.listcomment .txtcomment {
	display: block;
	padding: 5px 0;
	color: #333;
}
.header-container {
	background: #fff;
}
.footer-container #footer {
	color: #000;
}
.footer-container #footer .row {
	position: relative;
}
.footer-container #footer ul.row {
	position: static;
}
@media (max-width: 767px) {
	.footer-container #footer .footer-block {
		margin-top: 20px;
	}
}
.footer-container #footer a {
	color: #000;
}
.footer-container #footer h4 {
	font: 600 18px/22px "Open Sans", sans-serif;
	color: #64a70b;
	margin: 0 0 13px 0;
	cursor: pointer;
}
@media (max-width: 767px) {
	.footer-container #footer h4 {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 13px;
	}
	.footer-container #footer h4:after {
		display: block;
		font-family: "FontAwesome";
		position: absolute;
		right: 0;
		top: 1px;
	}
}
.footer-container #footer h4 a {
	color: #64a70b;
}
.footer-container #footer #block_contact_infos {
	border-left: 1px solid #515151;
}
@media (max-width: 767px) {
	.footer-container #footer #block_contact_infos {
		border: none;
	}
}
.footer-container #footer #block_contact_infos>div {
	padding: 0 0 0 5px;
}
@media (max-width: 767px) {
	.footer-container #footer #block_contact_infos>div {
		padding-left: 0;
	}
}
.footer-container #footer #block_contact_infos>div ul li {
	padding: 0 0 7px 4px;
	overflow: hidden;
	line-height: 30px;
}
.footer-container #footer #block_contact_infos>div ul li>span,
.footer-container #footer #block_contact_infos>div ul li>span a {
	color: #000;
	font-weight: normal;
}
.footer-container #footer #block_contact_infos>div ul li i {
	font-size: 25px;
	width: 32px;
	text-align: center;
	padding-right: 12px;
	float: left;
	color: #908f8f;
}
.footer-container #footer .blockcategories_footer {
	clear: left;
}
.footer-container #footer #social_block {
	float: left;
	width: 50%;
	padding: 22px 15px 0 15px;
}
@media (max-width: 767px) {
	.footer-container #footer #social_block {
		width: 100%;
		float: left;
		padding-top: 5px;
	}
}
.footer-container #footer #social_block ul {
	float: right;
}
@media (max-width: 767px) {
	.footer-container #footer #social_block ul {
		float: none;
	}
}
.footer-container #footer #social_block ul li {
	float: left;
	width: 40px;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-container #footer #social_block ul li {
		width: 30px;
	}
}
.footer-container #footer #social_block ul li a {
	display: inline-block;
	color: #908f8f;
	font-size: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-container #footer #social_block ul li a {
		font-size: 20px;
	}
}
.footer-container #footer #social_block ul li a span {
	display: none;
}
.footer-container #footer #social_block ul li a:before {
	display: inline-block;
	font-family: "FontAwesome";
	vertical-align: -5px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer-container #footer #social_block ul li a:hover {
	color: #fff;
}
.footer-container #footer #social_block ul li.facebook a:before {
	content: "\f09a";
}
.footer-container #footer #social_block ul li.twitter a:before {
	content: "\f099";
}
.footer-container #footer #social_block ul li.rss a:before {
	content: "\f09e";
}
.footer-container #footer #social_block ul li.youtube a:before {
	content: "\f167";
}
.footer-container #footer #social_block ul li.google-plus a:before {
	content: "\f0d5";
}
.footer-container #footer #social_block ul li.pinterest a:before {
	content: "\f0d2";
}
.footer-container #footer #social_block ul li.vimeo a:before {
	content: "\f194";
}
.footer-container #footer #social_block ul li.instagram a:before {
	content: "\f16d";
}
.footer-container #footer #social_block h4 {
	float: right;
	margin-bottom: 0;
	font-size: 21px;
	line-height: 25px;
	text-transform: none;
	padding: 0 10px 0 0;
}
@media (max-width: 767px) {
	.footer-container #footer #social_block h4 {
		display: none;
		text-align: center;
	}
}
.footer-container #footer .bottom-footer {
	position: absolute;
	bottom: -55px;
	left: 0;
}
.footer-container #footer .bottom-footer div {
	padding: 15px 0 0 0;
	border-top: 1px solid #515151;
	width: 100%;
}
#reinsurance_block {
	clear: both !important;
}
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
	margin-left: 20px;
}
.rte ul {
	list-style-type: disc;
	padding-left: 15px;
}
.rte ul li {
	list-style-type: disc !important;
}
.rte ol {
	list-style-type: decimal;
	padding-left: 15px;
}
.block_hidden_only_for_screen {
	display: none;
}
.cart_navigation {
	margin: 0 0 20px;
}
@media (max-width: 767px) {
	.cart_navigation {
		margin: 0 20px;
	}
	@media (max-width: 430px) {}
}
.cart_navigation .button-medium {
	float: right;
}
.left_button {
	float: left !important;
}
.cart_navigation a i {
	margin-right: 10px;
}
@media (max-width: 992px) {
	.cart_navigation .button-medium span {
		font-size: 16px;
	}
}
.cart_navigation .button-medium i.right {
	font-size: 20px;
	line-height: 16px;
	vertical-align: -4px;
	margin-left: 6px;
}
.cart_navigation .button-exclusive {
	border: none;
	background: none;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin: 9px 0 0 0;
}
.cart_navigation .button-exclusive i {
	color: #777777;
	margin-right: 8px;
}
.cart_navigation .button-exclusive:hover,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active {
	color: #515151;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 480px) {
	.cart_navigation>span {
		display: block;
		width: 100%;
		padding-bottom: 15px;
	}
}
.cart_last_product {
	display: none;
}
.cart_quantity .cart_quantity_input {
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	width: 57px;
}
.cart_gift_quantity .cart_quantity_input {
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	width: 57px;
}
.table tbody>tr>td {
	vertical-align: middle;
}
.table tbody>tr>td.cart_quantity {
	padding: 41px 14px 25px;
	width: 70px;
}
.table tbody>tr>td.cart_quantity .cart_quantity_button {
	margin-top: 3px;
}
.table tbody>tr>td.cart_quantity .cart_quantity_button a {
	float: left;
	margin-right: 3px;
}
.table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
	margin-right: 0;
}
.table tbody>tr>td.cart_delete,
.table tbody>tr>td.price_discount_del {
	padding: 5px;
}
.table tfoot>tr>td {
	vertical-align: middle;
}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	font-size: 23px;
	color: #333;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
	color: silver;
}
#cart_summary thead th {
	padding: 7px 8px 9px 8px;
}
#cart_summary tbody td {
	padding: 7px 8px 9px 8px;
}
#cart_summary tbody td.cart_product {
	padding: 7px;
	width: 137px;
}
#cart_summary tbody td.cart_product img {
	border: 1px solid #d6d4d4;
}
#cart_summary tbody td.cart_unit .price span {
	display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
	margin: 5px auto;
	display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.old-price {
	text-decoration: line-through;
}
#cart_summary tbody td.cart_description small {
	display: block;
	padding: 5px 0 0 0;
}
#cart_summary tbody td.cart_avail {
	width: 1%;
}
#cart_summary tbody td.cart_avail span {
	white-space: nowrap;
}
#cart_summary tbody td.cart_delete {
	width: 1%;
}
#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit,
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
	font-weight: bold;
	color: #333;
}
#cart_summary tfoot td.price {
	text-align: right;
}
#cart_summary tfoot td.total_price_container span {
	font: 600 18px/22px "Open Sans", sans-serif;
	color: #555454;
	text-transform: uppercase;
}
#cart_summary tfoot td#total_price_container {
	font: 600 21px/25px "Open Sans", sans-serif;
	color: #333;
	background: #fff;
}
.cart_discount_price {
	text-align: right;
}
.cart_discount_delete {
	text-align: center;
}
@media (max-width: 767px) {
	#order-detail-content #cart_summary table,
	#order-detail-content #cart_summary thead,
	#order-detail-content #cart_summary tbody,
	#order-detail-content #cart_summary th,
	#order-detail-content #cart_summary td,
	#order-detail-content #cart_summary tr {
		display: block;
	}
	#order-detail-content #cart_summary thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#order-detail-content #cart_summary tr {
		border-bottom: 1px solid #cccccc;
		padding-bottom: 7px;
		overflow: hidden;
		position: relative;
	}
	#order-detail-content #cart_summary td {
		border: none;
		position: relative;
		float: left;
		white-space: normal;
		padding: 7px 20px 7px 20px;
	}
	#order-detail-content #cart_summary td.cart_product {
		text-align: left;
	}
	#order-detail-content #cart_summary td.cart_avail {
		display: none;
	}
	#order-detail-content #cart_summary td.cart_unit {
		text-align: right;
		min-height: 70px;
		clear: both;
	}
	#order-detail-content #cart_summary td.cart_unit .price {
		text-align: right;
	}
	#order-detail-content #cart_summary td.cart_quantity {
		width: 33%;
		min-height: 70px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	#order-detail-content #cart_summary td.cart_quantity div {
		display: block;
	}
	#order-detail-content #cart_summary td.cart_quantity>.form-control {
		display: inline;
	}
	#order-detail-content #cart_summary td.cart_quantity>.cart_quantity_button a {
		margin-right: 0px;
		float: none;
	}
	#order-detail-content #cart_summary td.cart_total {
		width: 33%;
		min-height: 70px;
		text-align: right;
	}
	#order-detail-content #cart_summary td.cart_delete {
		position: absolute;
		right: 20px;
		top: 7px;
	}
	#order-detail-content #cart_summary td.cart_delete:before {
		content: "" !important;
	}
	#order-detail-content #cart_summary td div {
		display: inline;
	}
	#order-detail-content #cart_summary td:before {
		content: attr(data-title);
		font-weight: bold;
		display: block;
	}
	#order-detail-content #cart_summary tfoot td {
		float: none;
		width: 100%;
	}
	#order-detail-content #cart_summary tfoot td:before {
		display: inline;
	}
	#order-detail-content #cart_summary tfoot tr .text-right,
	#order-detail-content #cart_summary tbody tfoot tr td.cart_unit,
	#order-detail-content #cart_summary tfoot tr tbody td.cart_total,
	#order-detail-content #cart_summary tbody tfoot tr td.cart_total,
	#order-detail-content #cart_summary tfoot tr .price {
		display: block;
		float: left;
		width: 50%;
	}
}
@media (max-width: 768px) {
	#order-detail-content #cart_summary tbody td .price {
		text-align: center;
	}
}
.cart_voucher {
	vertical-align: top !important;
}
.cart_voucher h4 {
	font: 600 18px/22px "Open Sans", sans-serif;
	color: #555454;
	text-transform: uppercase;
	padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
}
.cart_voucher fieldset {
	margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
	float: left;
	width: 119px;
	margin-right: 11px;
	margin-top: 12px;
}
.cart_voucher #display_cart_vouchers span {
	font-weight: bold;
	cursor: pointer;
	color: #777;
}
.cart_voucher #display_cart_vouchers span:hover {
	color: #515151;
}
.enable-multishipping {
	margin: -13px 0 17px;
}
.enable-multishipping label {
	font-weight: normal;
}
@media (max-width: 767px) {
	#HOOK_SHOPPING_CART {
		padding: 0 20px;
	}
}
#HOOK_SHOPPING_CART #loyalty i {
	font-size: 26px;
	line-height: 26px;
	color: #cfcccc;
}
#order_carrier {
	clear: both;
	margin-top: 20px;
	border: 1px solid #999999;
	background: #fff;
}
.order_carrier_logo {
	max-width: 65px;
	max-height: 65px;
}
#carrier_area .cart_navigation.clearfix a.button {
	padding: 14px 16px;
}
@media (max-width: 576px) {
	#carrier_area p.cart_navigation.clearfix {
		margin: 0;
		text-align: center;
	}
	#carrier_area .cart_navigation.clearfix a.button {
		padding: 14px 16px;
		width: 300px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#carrier_area .cart_navigation.clearfix button.button.btn.btn-default.standard-checkout.button-medium {
		width: 300px;
		margin: 0;
		float: none;
	}
	#carrier_area .order_carrier_logo {
		max-width: 40px;
		max-height: 65px;
	}
	#carrier_area #order .delivery_option>div>table.resume td.delivery_option_logo,
	#order-opc .delivery_option>div>table.resume td.delivery_option_logo {
		width: 60px;
		padding-left: 5px;
	}
	#carrier_area .table thead>tr>th,
	.table thead>tr>td,
	.table tbody>tr>th,
	.table tbody>tr>td,
	.table tfoot>tr>th,
	.table tfoot>tr>td {
		padding: 5px 5px 5px 10px;
	}
	#carrier_area .order_carrier_content {
		padding: 10px;
	}
	#center_column p.cart_navigation .button-medium,
	p.cart_navigation a.button {
		padding: 14px 16px !important;
		margin: 10px 0;
		float: none;
		width: 100%;
	}
}
#order_carrier .title_block {
	padding: 0 15px;
	height: 29px;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#order_carrier span {
	display: block;
	padding: 15px;
	font-weight: bold;
}
.multishipping_close_container {
	text-align: center;
}
table#cart_summary .gift-icon {
	color: white;
	background: #0088cc;
	display: inline;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}
#multishipping_mode_box {
	padding-top: 12px;
	padding-bottom: 19px;
}
#multishipping_mode_box .title {
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
	display: none;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #cccccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}
.multishipping-cart .cart_address_delivery.form-control {
	width: 198px;
}
#order .address_add.submit {
	margin-bottom: 20px;
}
#ordermsg {
	margin-bottom: 30px;
}
#id_address_invoice.form-control,
#id_address_delivery.form-control {
	width: 269px;
}
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
	clear: both;
	float: left;
}
.addresses .waitimage {
	display: none;
	float: left;
	width: 24px;
	height: 24px;
	background-image: url("../../../img/loader.gif");
	background-repeat: no-repeat;
	position: relative;
	bottom: -2px;
	left: 10px;
}
.addresses .checkbox.addressesAreEquals {
	clear: both;
	float: left;
	margin: 15px 0 25px 0;
}
#order .delivery_option>div,
#order-opc .delivery_option>div {
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}
#order .delivery_option>div>table,
#order-opc .delivery_option>div>table {
	background: #fff;
	margin-bottom: 0;
}
#order .delivery_option>div>table.resume,
#order-opc .delivery_option>div>table.resume {
	height: 53px;
}
#order .delivery_option>div>table.resume.delivery_option_carrier,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #d6d4d4;
	font-weight: bold;
}
#order .delivery_option>div>table.resume.delivery_option_carrier td,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier td {
	padding: 8px 11px 7px 11px;
}
#order .delivery_option>div>table.resume.delivery_option_carrier td i,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier td i {
	font-size: 20px;
	margin-right: 7px;
	vertical-align: -2px;
}
#order .delivery_option>div>table.resume td.delivery_option_radio,
#order-opc .delivery_option>div>table.resume td.delivery_option_radio {
	width: 54px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#order .delivery_option>div>table.resume td.delivery_option_logo,
#order-opc .delivery_option>div>table.resume td.delivery_option_logo {
	width: 97px;
	padding-left: 21px;
}
#order .delivery_option>div>table.resume td.delivery_option_price,
#order-opc .delivery_option>div>table.resume td.delivery_option_price {
	width: 162px;
}
.order_carrier_content {
	line-height: normal;
	padding-bottom: 16px;
}
.order_carrier_content .carrier_title {
	font-weight: bold;
	color: #333;
}
.order_carrier_content .checkbox input {
	margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
	margin-bottom: 17px;
}
.order_carrier_content+div {
	padding-bottom: 15px;
}
#carrierTable {
	border: 1px solid #999999;
	border-bottom: none;
	background: #fff;
}
#carrierTable tbody {
	border-bottom: 1px solid #999999;
}
#carrierTable th {
	padding: 0 15px;
	height: 29px;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#carrierTable td {
	padding: 15px;
	font-weight: bold;
	border-right: 1px solid #e9e9e9;
}
#carrierTable td.carrier_price {
	border: none;
}
p.checkbox.gift {
	margin-bottom: 10px;
}
#gift_div {
	display: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
a.iframe {
	color: #333;
	text-decoration: underline;
}
a.iframe:hover {
	text-decoration: none;
}
p.payment_module {
	margin-bottom: 10px;
}
p.payment_module a {
	display: block;
	font-size: 17px;
	color: #777;
	font-weight: bold;
	position: relative;
}
p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after,
p.payment_module a.cashondeliverywithfee:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777;
}
p.payment_module a span {
	font-weight: bold;
	color: #777;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 35px;
	left: 135px;
}
@media (max-width: 540px) {
	p.payment_module a span {
		left: 100px;
	}
}
.col-xs-12 {
	transition: 0.3s all;
}
.payment_module.box {
	margin-top: 20px;
}
p.cheque-indent {
	margin-bottom: 9px;
}
.cheque-box .form-group {
	margin-bottom: 0px;
}
.cheque-box .form-group .form-control {
	width: 269px;
}
.order-confirmation.box {
	line-height: 29px;
}
.order-confirmation.box a {
	text-decoration: underline;
}
.order-confirmation.box a:hover {
	text-decoration: none;
}
.delivery_option_carrier td {
	width: 200px;
}
.delivery_option_carrier td+td {
	width: 280px;
}
.delivery_option_carrier td+td+td {
	width: 200px;
}
.delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.not-displayable {
	display: none;
}
#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
	padding-bottom: 20px;
	line-height: 20px;
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
	color: #f13340;
	margin: 9px 0 16px 0;
}
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
	color: red;
}
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
	margin-bottom: 4px;
}
#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
	max-width: 271px;
}
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	#address .form-group.phone-number,
	#identity .form-group.phone-number,
	#account-creation_form .form-group.phone-number,
	#new_account_form .form-group.phone-number,
	#opc_account_form .form-group.phone-number,
	#authentication .form-group.phone-number {
		float: left;
		width: 270px;
		margin-right: 13px;
	}
}
@media (min-width: 1200px) {
	#address .form-group.phone-number+p,
	#identity .form-group.phone-number+p,
	#account-creation_form .form-group.phone-number+p,
	#new_account_form .form-group.phone-number+p,
	#opc_account_form .form-group.phone-number+p,
	#authentication .form-group.phone-number+p {
		padding: 23px 0 0 0px;
		margin-bottom: 0;
	}
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
	margin-bottom: 4px;
	padding-top: 4px;
}
#address .gender-line>label,
#identity .gender-line>label,
#account-creation_form .gender-line>label,
#new_account_form .gender-line>label,
#opc_account_form .gender-line>label,
#authentication .gender-line>label {
	margin-bottom: 0;
}
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
	font-weight: normal;
	color: #777777;
}
#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
	margin-left: -5px;
	margin-right: -5px;
}
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 94px;
}
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
	max-width: 84px;
}
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
	border: none;
	padding-top: 0;
}
#new_account_form .box {
	line-height: 20px;
}
#new_account_form .box .date-select {
	padding-bottom: 10px;
}
#new_account_form .box .top-indent {
	padding-top: 10px;
}
#new_account_form .box .customerprivacy {
	padding-top: 15px;
}
#authentication fieldset.account_creation {
	margin-bottom: 20px;
}
#password {
	padding-top: 0;
	border: none;
}
#password .box p {
	margin-bottom: 9px;
}
#password .box .form-group {
	margin-bottom: 20px;
}
#password .box .form-group .form-control {
	width: 263px;
}
#instant_search_results a.close {
	font-size: 13px;
	font-weight: 600;
	opacity: 1;
	line-height: inherit;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
#instant_search_results a.close:hover {
	color: #515151;
}
#manufacturers_list h3,
#suppliers_list h3 {
	font-size: 17px;
	line-height: 23px;
}
#manufacturers_list .description,
#suppliers_list .description {
	line-height: 18px;
}
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
	font-weight: bold;
	color: #333;
}
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
	color: #515151;
}
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
	border-top: 1px solid #d6d4d4;
	padding: 31px 0 30px 0;
}
@media (max-width: 767px) {
	#manufacturers_list.list li .mansup-container,
	#suppliers_list.list li .mansup-container {
		text-align: center;
	}
}
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
	border-top: 0;
}
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
	text-align: center;
}
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
	margin-top: -5px;
	padding-bottom: 8px;
}
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
	padding-left: 0;
}
@media (max-width: 767px) {
	#manufacturers_list.list li .middle-side,
	#suppliers_list.list li .middle-side {
		padding-right: 15px;
		padding-left: 15px;
	}
}
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
	border-left: 1px solid #d6d4d4;
	padding: 0 0 32px 31px;
	min-height: 108px;
}
@media (max-width: 767px) {
	#manufacturers_list.list li .right-side-content,
	#suppliers_list.list li .right-side-content {
		min-height: 1px;
		padding: 0;
		border: none;
	}
}
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
	position: relative;
	top: -6px;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	#manufacturers_list.list li .right-side-content .product-counter,
	#suppliers_list.list li .right-side-content .product-counter {
		top: 0;
	}
}
#manufacturers_list.grid li,
#suppliers_list.grid li {
	text-align: center;
}
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d4d4;
}
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
	padding-bottom: 42px;
}
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
	padding-bottom: 10px;
}
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
	margin-bottom: 12px;
}
@media (min-width: 1200px) {
	#manufacturers_list.grid li.first-in-line,
	#suppliers_list.grid li.first-in-line {
		clear: left;
	}
	#manufacturers_list.grid li.last-line .product-container,
	#suppliers_list.grid li.last-line .product-container {
		border-bottom: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#manufacturers_list.grid li.first-item-of-tablet-line,
	#suppliers_list.grid li.first-item-of-tablet-line {
		clear: left;
	}
	#manufacturers_list.grid li.last-tablet-line .product-container,
	#suppliers_list.grid li.last-tablet-line .product-container {
		border-bottom: none;
	}
}
@media (max-width: 767px) {
	#manufacturers_list.grid .product-container,
	#suppliers_list.grid .product-container {
		border-bottom: none;
	}
}
#manufacturer .description_box,
#supplier .description_box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d6d4d4;
}
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
	display: none;
}
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
	min-height: 69px;
}
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
	border-bottom: 1px solid #d6d4d4;
}
table.discount i {
	font-size: 20px;
	line-height: 20px;
	vertical-align: -2px;
}
table.discount i.icon-ok {
	color: #46a74e;
}
table.discount i.icon-remove {
	color: #f13340;
}
#guestTracking .form-control {
	max-width: 271px;
}
@media (min-width: 1200px) {
	#guestTracking .form-group {
		overflow: hidden;
	}
	#guestTracking .form-group i {
		padding-left: 10px;
	}
	#guestTracking .form-control {
		float: left;
	}
	#guestTracking label {
		float: left;
		clear: both;
		width: 100%;
	}
}
/* 404 - Page not found */
#content-wrapper .pagenotfound {
	max-width: 830px;
	margin: 100px auto 100px auto;
	text-align: center;
	padding-inline: 2rem;
}
.pagenotfound .img-404 {
	padding: 8px 0 28px 0;
}
.pagenotfound .img-404 img {
	max-width: 100%;
}
.pagenotfound h1 {
	color: #333;
	font: 600 28px/34px "Open Sans", sans-serif;
	text-transform: uppercase;
}
.pagenotfound p {
	color: #555454;
	font: 600 16px/20px "Open Sans", sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 1px solid #d6d4d4;
}
.pagenotfound h3 {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	line-height: normal;
	padding-block: 6px;
}
.pagenotfound .form-control {
	max-width: 300px;
}
@media (max-width: 767px) {
	.pagenotfound .form-control {
		margin: 0 auto 15px auto;
		display: block;
	}
}
.pagenotfound .buttons .button-medium i.left {
	font-size: 16px;
}
.pagenotfound .pagenotfound__search {
	margin-bottom: 1rem;
}
.pagenotfound .pagenotfound__search .pagenotfound__fields {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
@media screen and (min-width: 768px) {
	.pagenotfound .pagenotfound__search .pagenotfound__fields {
		flex-direction: row;
	}
}
.pagenotfound .buttons,
.pagenotfound .buttons .button-standard {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
/* !404 - Page not found */
#account-creation_form fieldset.reversoform {
	padding: 10px !important;
}
#account-creation_form fieldset.reversoform .text label {
	display: block;
	padding: 0 0 10px 0;
	width: 100%;
	text-align: left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding: 0 !important;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
	cursor: pointer;
}
.tab-content {
	margin-top: 0px;
}
form#sendComment h3 {
	font-size: 14px;
}
#new_comment_form p.text {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #cccccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
	height: 80px;
	width: 508px;
	border: 1px solid #cccccc;
}
#sendComment p.submit {
	padding: 0;
	text-align: right;
}
#sendComment p.closeform {
	float: right;
	padding: 0;
	height: 12px;
	width: 12px;
	text-indent: -5000px;
	background: url(../img/icon/delete.gif) no-repeat 0 0;
}
.star,
.star a {
	background: rgba(0, 0, 0, 0) url("../../../modules/productcomments/img/star.gif") no-repeat scroll 0 0;
}
.advertising_block {
	width: 191px;
	margin-bottom: 1em;
	text-align: center;
}
.blockcategories_footer ul ul {
	display: none !important;
}
.form-group.form-error input,
.form-group.form-error textarea {
	border: 1px solid #f13340;
	color: #f13340;
}
.form-group.form-ok input,
.form-group.form-ok textarea {
	border: 1px solid #46a74e;
	color: #35b33f;
	background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1;
}
.form-group.form-error .form-control,
.form-group.form-ok .form-control {
	padding-right: 30px;
}
.radio-inline,
.checkbox {
	padding-left: 0;
}
.radio-inline .checker,
.checkbox .checker {
	float: left;
}
.radio-inline .checker span,
.checkbox .checker span {
	top: 0px;
}
.radio-inline div.radio,
.checkbox div.radio {
	display: inline-block;
}
.radio-inline div.radio span,
.checkbox div.radio span {
	float: left;
	top: 0px;
}
.fancybox-skin {
	background: #fff !important;
}
.fancybox-skin .fancybox-close {
	width: 28px;
	height: 28px;
	background: none;
	font-size: 28px;
	line-height: 28px;
	color: #333;
	text-align: center;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.fancybox-skin .fancybox-close:hover {
	color: #515151;
}
.fancybox-skin .fancybox-close:after {
	content: "\f057";
	font-family: "FontAwesome";
}
#facebook_block,
#cmsinfo_block {
	overflow: hidden;
	background: #f2f2f2;
	min-height: 344px;
	height: 344px;
	padding-right: 29px;
	padding-left: 29px;
}
@media (max-width: 991px) {
	#facebook_block,
	#cmsinfo_block {
		min-height: 354px;
		height: 354px;
		padding-left: 13px;
		padding-right: 13px;
	}
}
@media (max-width: 767px) {
	#facebook_block,
	#cmsinfo_block {
		width: 100%;
		min-height: 1px;
	}
}
#facebook_block h4 {
	padding: 35px 0 0 0;
	margin: 0 0 12px 0;
	font: 300 21px/25px "Open Sans", sans-serif;
	color: #6f6d6d;
}
@media (max-width: 991px) {
	#facebook_block h4 {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	#facebook_block h4 {
		padding-top: 20px !important;
	}
}
@media (max-width: 768px) {
	#facebook_block h4 {
		font-size: 16px;
	}
}
#facebook_block .facebook-fanbox {
	background: #fff;
	border: 1px solid #aaaaaa;
	padding-bottom: 10px;
}
#cmsinfo_block {
	border-left: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
	#cmsinfo_block {
		border: none;
		margin-top: 10px;
	}
}
#cmsinfo_block>div {
	padding: 35px 10px 0 0;
}
@media (max-width: 767px) {
	#cmsinfo_block>div {
		padding-top: 20px;
	}
}
@media (max-width: 479px) {
	#cmsinfo_block>div {
		width: 100%;
		border-top: 1px solid #d9d9d9;
	}
}
#cmsinfo_block>div+div {
	border-left: 1px solid #d9d9d9;
	min-height: 344px;
	padding-left: 29px;
}
@media (max-width: 479px) {
	#cmsinfo_block>div+div {
		border-left: none;
		padding-left: 10px;
		min-height: 1px;
		padding-bottom: 15px;
	}
}
#cmsinfo_block em {
	float: left;
	width: 60px;
	height: 60px;
	margin: 3px 10px 0 0;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	background: #6f6d6d;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
@media (max-width: 991px) {
	#cmsinfo_block em {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}
}
#cmsinfo_block .type-text {
	overflow: hidden;
}
#cmsinfo_block h3 {
	margin: 0 0 5px 0;
	font: 300 21px/25px "Open Sans", sans-serif;
	color: #6f6d6d;
}
@media (max-width: 1199px) {
	#cmsinfo_block h3 {
		font-size: 18px;
	}
}
#cmsinfo_block ul li {
	padding-bottom: 22px;
}
@media (max-width: 1199px) {
	#cmsinfo_block ul li {
		padding-bottom: 10px;
	}
}
@media (max-width: 991px) {
	#cmsinfo_block ul li {
		padding-bottom: 0;
	}
}
#cmsinfo_block p em {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	font-size: 13px;
	color: #777777;
	float: none;
	height: inherit;
	line-height: inherit;
	text-align: left;
	font-style: italic;
}
.ie8 #facebook_block,
.ie8 #cmsinfo_block {
	height: 344px;
}
@media (max-width: 1199px) {
	.zoomdiv {
		display: none !important;
	}
}
#product.content_only div.pb-left-column p.resetimg {
	margin-bottom: 0px;
	padding-top: 0px;
}
#product.content_only div.pb-left-column #thumbs_list_frame {
	margin-bottom: 0px;
}
#product_comparison td.compare_extra_information {
	padding: 10px;
}
#product_comparison #social-share-compare {
	margin-bottom: 50px;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
	border-color: white;
}
.btn-facebook i {
	color: #435f9f;
}
.btn-facebook:hover {
	color: white;
	background-color: #435f9f;
}
.btn-facebook:hover i {
	color: white;
}
.btn-twitter i {
	color: #00aaf0;
}
.btn-twitter:hover {
	color: white;
	background-color: #00aaf0;
}
.btn-twitter:hover i {
	color: white;
}
.btn-google-plus i {
	color: #e04b34;
}
.btn-google-plus:hover {
	color: white;
	background-color: #e04b34;
}
.btn-google-plus:hover i {
	color: white;
}
.btn-pinterest i {
	color: #ce1f21;
}
.btn-pinterest:hover {
	color: white;
	background-color: #ce1f21;
}
.btn-pinterest:hover i {
	color: white;
}
.payment_option_form {
	display: none;
}
.payment_option_logo {
	height: 50px;
	max-height: 50px;
}
.payment_module_adv {
	height: 120px;
	max-height: 120px;
}
.payment_option_selected {
	display: none;
	margin-top: 15px;
}
.payment_option_selected i {
	color: green;
}
.payment_option_cta {
	margin-left: 10px;
	color: #333 !important;
}
.tnc_box {
	background: #fbfbfb;
	border: 1px solid #d6d4d4;
	padding: 14px 18px 13px;
	margin: 0 0 30px 0;
	line-height: 23px;
}
.pointer-box {
	cursor: pointer;
}
/*# sourceMappingURL=global.css.map */
#newsletter_block_left h4 {
	color: black !important;
	font-weight: 400 !important;
}
/* Poprawa social media w stopce */
.futerul {
	text-align: center;
}
.futerul li {
	display: inline;
}
/* Poprawa copyright w stopce */
#footer_copyright {
	margin: auto;
}
/* Poprawa opisu produktu */
#informacje img {
	max-width: 100%;
}
/* Moje konto */
.cart-value-add {
	color: #666;
	font-size: 16px;
	margin: 50px 0 25px;
	text-align: center;
	overflow: hidden;
}
@media (max-width: 767px) {
	.cart-value-add {
		margin: 0;
	}
}
.cart-value-add span {
	display: inline-block;
	position: relative;
}
.cart-value-add span::before,
.cart-value-add span::after {
	content: "";
	background: #64a70b;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 250px;
}
.cart-value-add span::before {
	left: -300px;
}
.cart-value-add span::after {
	right: -300px;
}
.cart-value-add b {
	color: #518a70;
	font-size: 1.75em;
}
@media (max-width: 767px) {
	.cart-value-add span::before {
		left: -275px;
	}
	.cart-value-add span::after {
		right: -275px;
	}
}
#my-account .icon-col i {
	width: 48px;
	height: 100%;
	font-size: 26px;
	color: #58b362;
	text-align: center;
	padding: 10px 0 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.col2 h4,
.col2 p {
	margin-left: 5px !important;
}
.col2 h4 {
	font-size: 0.9375rem;
	line-height: 1.133em;
	margin: 0.375rem 0;
}
.col2 h1,
.col2 h2,
.col2 h3,
.col2 h4 {
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.col2 .h4,
.col2 a,
.col2 body,
.col2 h1,
.col2 h4 {
	color: #1a1a1a;
}
.primary-content {
	float: right;
	margin-left: -1px;
	padding: 0 0 20px;
	position: relative;
}
.day label,
.month label,
.pt_checkout .form-horizontal .day label,
.pt_checkout .form-horizontal .month label,
.pt_checkout .form-horizontal .year label,
.visually-hidden,
.year label {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.nav .toggle,
.pt_categorylanding .refinement.category-refinement {
	display: block;
}
.pt_account #primary .account-title h1,
.pt_account #primary .account-title h2 {
	border-bottom: 0 none;
	color: #000;
	display: inline-block;
	width: auto;
}
.pt_account h2 {
	font-size: 1.625rem;
}
.pt_account #secondary nav .secondary-navigation ul li a,
.pt_orderhistory #secondary nav .secondary-navigation ul li a {
	color: #000;
	display: block;
	padding: 0 1.25rem;
}
.pt_account li {
	line-height: 2em;
}
.pt_account .flag-icon,
.pt_account h1,
.pt_account h2 {
	line-height: 1em;
}
.pt_account a:hover,
.pt_account h2,
.pt_account h3,
.pt_account p a {
	color: #518a70;
}
.account-nav-asset h2 {
	font-family: Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 1.25rem 0 0;
	padding: 0.625rem 0.625rem 2rem;
}
.account-nav-asset p {
	margin: 0;
	padding: 0 0.625rem;
}
.pt_account #primary .account-title h1 {
	margin: 0;
	padding: 0.625rem 0 0;
}
@media only screen and (min-width: 48em) {
	.pt_account #primary .account-title .line {
		display: inline-block;
	}
	.pt_account #primary .account-title h1 {
		padding: 0 0 1.5625rem;
	}
}
.pt_account #primary .account-title h2 {
	display: block;
	margin-top: 0;
}
.pt_account #primary .account-title .account-logout {
	position: relative;
	float: right;
	margin: 0;
	padding-block: 1rem 0;
	text-decoration: underline;
}
@media only screen and (min-width: 48em) {
	.pt_account #primary .account-title h2 {
		display: inline-block;
	}
	.pt_account #primary .account-title .account-logout {
		padding-block: 0;
	}
}
.pt_account #primary .account-options li {
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0 0.625rem 0 0;
	padding: 0.625rem 0;
	width: 100%;
}
@media only screen and (min-width: 48em) {
	.pt_account #primary .account-options li {
		min-height: 6.875rem;
		padding: 1.25rem 0;
		width: 48%;
	}
}
.pt_account #primary .account-options li a {
	padding: 0;
}
.pt_account #primary .account-options li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
@media only screen and (min-width: 56.25em) {
	.pt_account #primary .account-options li:nth-child(2n) {
		margin-left: 0.625rem;
	}
}
.pt_account #primary .account-options .account-landing {
	float: left;
	width: 100%;
}
.pt_account #primary .account-options .account-landing .col1 {
	float: left;
	margin-top: 0.625rem;
	width: 13%;
}
.pt_account #primary .account-options .account-landing .col1 .icon.my-account {
	height: 32px;
	width: 28px;
}
@media only screen and (min-width: 48em) and (max-width: 74.999em) {
	.pt_account #primary .account-options .account-landing .col1 {
		width: 18%;
	}
}
.pt_account #primary .account-options .account-landing .col2 {
	float: left;
	width: 80%;
}
.pt_account #primary .account-options .account-landing .col2 p {
	padding-left: 0;
}
.pt_account #main,
.pt_orderhistory #main {
	padding: 0 0.9375rem;
}
.pt_account #primary,
.pt_orderhistory #primary {
	clear: both;
	margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48em) {
	.pt_account #main,
	.pt_orderhistory #main {
		padding: 0 0.625rem;
	}
	.pt_account #primary,
	.pt_orderhistory #primary {
		border-left: 0 none;
		clear: none;
		margin-bottom: 1.25rem;
		width: 72%;
	}
}
.pt_account #primary h1,
.pt_orderhistory #primary h1 {
	border-bottom: 1px solid #ebebeb;
	margin: 40px 0 0;
	padding: 0 0 0.625rem;
	width: 100%;
}
@media only screen and (min-width: 48em) {
	.pt_account #primary h1,
	.pt_orderhistory #primary h1 {
		padding: 0 0 1.5625rem;
	}
}
.pt_account #primary .col-1,
.pt_orderhistory #primary .col-1 {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
}
@media only screen and (min-width: 56.25em) {
	.pt_account #primary .col-1,
	.pt_orderhistory #primary .col-1 {
		border-bottom: 0 solid #ebebeb;
		margin: 0;
		width: 44%;
	}
}
.pt_account #primary .col-1 .returning-customers button,
.pt_orderhistory #primary .col-1 .returning-customers button {
	margin-top: 0.3125rem;
}
.pt_account #primary .col-2,
.pt_orderhistory #primary .col-2 {
	width: 100%;
}
@media only screen and (min-width: 56.25em) {
	.pt_account #primary .col-2,
	.pt_orderhistory #primary .col-2 {
		margin: 0;
		width: 42%;
	}
}
.pt_account #primary .field-wrapper,
.pt_orderhistory #primary .field-wrapper {
	width: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 74.999em) {
	.pt_account #primary .field-wrapper,
	.pt_orderhistory #primary .field-wrapper {
		width: 75%;
	}
}
@media only screen and (min-width: 56.25em) {
	.pt_account #primary .field-wrapper,
	.pt_orderhistory #primary .field-wrapper {
		width: 100%;
	}
}
.pt_account #primary h2,
.pt_orderhistory #primary h2 {
	margin: 1.5625rem 0 0.625rem;
}
.pt_account #primary p,
.pt_orderhistory #primary p {
	line-height: 1.25rem;
	margin: 0;
}
.pt_account #primary p.setnewpassword,
.pt_orderhistory #primary p.setnewpassword {
	margin-top: 1.5625rem;
}
.pt_account #primary form,
.pt_orderhistory #primary form {
	margin: 0.9375rem 0 0;
}
.pt_account #primary .form-row-button,
.pt_orderhistory #primary .form-row-button {
	float: left;
	margin: 0.3125rem 0 0;
	width: 100%;
}
.pt_account #primary .form-row-button button,
.pt_orderhistory #primary .form-row-button button {
	float: left;
}
.pt_account #primary .form-row-button .login-rememberme,
.pt_orderhistory #primary .form-row-button .login-rememberme {
	display: block;
	float: left;
	margin: 0.9375rem 0 0 1.25rem;
}
.pt_account #primary .form-row-button .login-rememberme .field-wrapper,
.pt_orderhistory #primary .form-row-button .login-rememberme .field-wrapper {
	width: 100%;
}
.pt_account #primary #password-reset,
.pt_orderhistory #primary #password-reset {
	clear: both;
	float: left;
	font-size: 0.75rem;
	margin: 0.625rem 0;
	text-decoration: underline;
}
.pt_account #primary .login-account,
.pt_orderhistory #primary .login-account {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 1.5625rem;
}
.pt_account #primary .login-create-account,
.pt_account #primary .login-order-track,
.pt_orderhistory #primary .login-create-account,
.pt_orderhistory #primary .login-order-track {
	padding: 0 0 1.875rem;
}
.pt_account #primary .login-order-track button,
.pt_orderhistory #primary .login-order-track button {
	margin-top: 0.3125rem;
}
.pt_account #primary .login-create-account button,
.pt_orderhistory #primary .login-create-account button {
	margin: 0.9375rem 0;
}
.pt_account #primary .login-create-account h3,
.pt_orderhistory #primary .login-create-account h3 {
	margin: 1.25rem 0;
}
.pt_account #primary .login-create-account .content-asset p,
.pt_orderhistory #primary .login-create-account .content-asset p {
	padding: 0 0 0.625rem;
}
.pt_account #secondary,
.pt_orderhistory #secondary {
	clear: both;
	padding-bottom: 3.75rem;
}
@media only screen and (min-width: 48em) {
	.pt_account #secondary,
	.pt_orderhistory #secondary {
		border-right: 0 none;
		box-sizing: border-box;
		clear: none;
		margin-top: 0.3125rem;
		padding-bottom: 0;
		width: 24.7%;
	}
	.pt_account #secondary nav,
	.pt_account #secondary nav .secondary-navigation,
	.pt_orderhistory #secondary nav,
	.pt_orderhistory #secondary nav .secondary-navigation {
		padding: 0;
	}
}
.pt_account #secondary nav .secondary-navigation .content-asset .navheader,
.pt_orderhistory #secondary nav .secondary-navigation .content-asset .navheader {
	border: 1px solid #ebebeb;
	color: #64a70b;
	font-family:
		/*"Harmonia Sans W01",*/
		Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 1.875rem 0 0;
	padding: 0.9375rem 1.25rem;
	text-transform: none;
}
@media only screen and (min-width: 48em) {
	.pt_account #secondary nav .secondary-navigation .content-asset .navheader,
	.pt_orderhistory #secondary nav .secondary-navigation .content-asset .navheader {
		border: 1px solid #ebebeb;
		margin: 1.25rem 0 0;
		padding: 0.9375rem 1.25rem;
	}
}
.pt_account #secondary nav .secondary-navigation .content-asset span:first-child,
.pt_orderhistory #secondary nav .secondary-navigation .content-asset span:first-child {
	margin-top: 0;
}
.pt_account #secondary nav .secondary-navigation .content-asset .content-asset span:first-child,
.pt_orderhistory #secondary nav .secondary-navigation .content-asset .content-asset span:first-child {
	margin: 1.25rem 0 0;
}
.pt_account #secondary nav .secondary-navigation ul,
.pt_orderhistory #secondary nav .secondary-navigation ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor #ebebeb #ebebeb;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	margin: 0;
	padding: 0 0 1.25rem;
}
@media only screen and (min-width: 48em) {
	.pt_account #secondary nav .secondary-navigation ul,
	.pt_orderhistory #secondary nav .secondary-navigation ul {
		padding: 0 0 0.9375rem;
	}
}
.pt_account #secondary nav .secondary-navigation ul li a,
.pt_orderhistory #secondary nav .secondary-navigation ul li a {
	color: #000;
	display: block;
	padding: 0 1.25rem;
}
.pt_account #secondary nav .secondary-navigation ul li:first-child,
.pt_orderhistory #secondary nav .secondary-navigation ul li:first-child {
	padding: 0.9375rem 0 0;
}
.pt_account .alt-link,
.pt_orderhistory .alt-link {
	text-decoration: underline;
}
.pt_account .dialog-required,
.pt_orderhistory .dialog-required {
	display: none;
	float: right;
	padding: 0;
}
.pt_account .dialog-required .required-indicator,
.pt_orderhistory .dialog-required .required-indicator {
	color: #000;
	text-transform: capitalize;
}
.pt_account .dialog-required .required-indicator em,
.pt_orderhistory .dialog-required .required-indicator em {
	font-style: normal;
}
@media only screen and (min-width: 48em) {
	.pt_account .dialog-required,
	.pt_orderhistory .dialog-required {
		display: block;
	}
	.pt_account #primary #RegistrationForm fieldset {
		padding-bottom: 40px;
	}
}
.pt_account .login-oauth,
.pt_orderhistory .login-oauth {
	display: none;
}
/* !Moje konto */
/* Formularz w stylu iRobot */
.irform input[type="text"],
.irform input[type="text"],
.irform input[type="tel"],
.irform input[type="email"],
.irform input[type="password"],
.irform input[type="date"],
.irform input[type="number"],
.irform textarea,
.select-style select {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 0.75rem;
	height: 2.1875rem;
	padding: 0.625rem 0.6875rem;
	text-indent: 0;
	width: 100%;
}
.irform textarea {
	height: 6rem;
}
.error,
input.error {
	border-color: #a70b0b;
}
.select-style {
	background: #fff url("/img/down-triangle.svg") no-repeat scroll calc(100% - 10px) center !important;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
}
.select-style select {
	-moz-appearance: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 2px 10px;
	width: calc(100% + 30px);
}
.select-style select:active,
.select-style select:focus {
	border: 0 none;
	outline: 0 none;
}
.select-style select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1a1a1a;
}
.text-shadow,
.text-shadow-mobile {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.select-style label {
	display: none;
}
.select-style {
	max-width: 271px;
}
.irform label {
	width: 18%;
	float: left;
	min-width: 120px;
}
label.label_full {
	width: 82%;
	margin-left: 18%;
	margin-bottom: 10px;
}
label.label_full * {
	font-size: 0.8 rem;
}
label.label_fullevenmore {
	width: 100%;
}
h3.page-heading {
	font-size: 26px;
}
/* !Formularz w stylu iRobot */
/* Klub iRobot */
.tertiary_nav {
	left: -10px;
	list-style: outside none none;
	margin-bottom: 25px;
	position: relative;
	top: 0;
	white-space: nowrap;
}
.item_feature .tertiary_nav {
	left: 140px;
}
.tertiary_nav li {
	color: rgb(36, 173, 0);
	cursor: pointer;
	display: inline;
	font-size: 12px;
	padding: 0 10px 10px;
}
.tertiary_nav li.active {
	font-weight: bold;
}
.tertiary_nav li.active a {
	color: #447355;
}
.tertiary_nav li span {
	display: none;
}
.tertiary_nav li.active span {
	color: #64a70b;
	display: inline-block;
	margin: 0 2px;
}
.tertiary_nav li a {
	color: rgb(25, 25, 25);
	text-decoration: none;
}
.club_policy ol {
	margin-left: 20px;
	text-align: justify;
}
.club_policy ol>li {
	margin-top: 10px;
}
/* !Klub iRobot */
#footer li {
	list-style-type: none;
	text-align: left;
}
#footer li a {
	text-align: left;
}
#footer .row {
	margin: 0 auto;
	max-width: 1180px;
}
.disclaimer-nav .nav-item {
	display: inline-block;
	margin-right: 15px;
}
#footer.container {
	max-width: 1170px !important;
}
.tree a {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	height: 20px;
}
.tree li {
	padding: 0px;
	margin: 0px;
	height: 25px;
}
/* uzupelnienie tego co jest w  mobile_ir.css odnosnie menu rozwialnego dla wsparcie_lista.tpl */
.robot_select_wermobilhakaraund {
	display: none;
}
.splaszyk h1 {
	text-shadow: 2px 2px #333;
	font-size: 55px;
	font-weight: bold;
	padding-top: 25%;
}
.splaszyk p {
	text-shadow: 2px 2px #333;
	font-size: 32px;
}
.splaszyk a {
	background-color: #64a70b;
	color: white;
}
.markanr1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.markanr1 div {
	width: 50%;
	float: left;
}
.markanr1 div.tablaaa {
	text-align: left;
	overflow: hidden;
}
.markanr1 div.tablaaa p {
	text-indent: 20px;
	font-size: 16px;
	padding-top: 120px;
	text-align: left;
}
.markanr1 div.tablaaa img {
	border-right: 1px solid grey;
	float: right;
}
.hero-callouts .grinnyzz .content {
	background: rgba(255, 255, 255, 0.68) none repeat scroll 0 0;
	background-color: rgba(255, 255, 255, 0.68);
	left: calc(27.5% - 67px);
	padding: calc(2.37342% - 5.22785px);
	right: calc(27.5% - 67px);
	top: 5.34%;
	z-index: 3;
}
.hero-callouts .grinnyzz .heading {
	font-size: calc(0.949367vw + 10.7089px);
	font-weight: 400;
	margin: 0 0 calc(1.58228vw + 2.8481px);
	line-height: normal;
}
/*   lp dla deweloperow  */
.odev-std-top {
	position: relative;
	text-align: center;
}
.odev-splat {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	background-color: rgba(254, 254, 254, 0.8);
	overflow: hidden;
}
.odev-splat h1 {
	color: black;
	font-size: 45px;
	font-weight: bold;
}
.odev-splat p {
	color: black;
	font-size: 25px;
	font-weight: normal;
}
.odev-splat a {
	background-color: #64a70b;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	margin: 22px 0 20px 0;
	float: none;
}
.odev-splash-img {
	float: left;
}
.odev-txtgrid p {
	font-size: 16px;
	line-height: 30px !important;
}
.odev-txtgrid ul {
	padding: 0 10px;
}
.odev-txtgrid li {
	text-align: left;
}
.odev-txtgrid-in {
	overflow: hidden;
	clear: both;
}
.odev-txtgrid-in p {
	margin-top: 70px;
}
.odev-txtgrid-in img {
	float: left;
}
.odev-pszpis {
	font-size: 0.7em !important;
	font-style: italic;
}
.odev-minis div {
	width: 20%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.ir-clear {
	clear: both;
}
.odev-topplogo {
	background-color: #64a70a;
	padding: 20px;
	overflow: hidden;
}
.odev-topp {
	text-align: center;
}
.odev-topplogo img {
	width: 150px;
	margin: 0 !important;
	float: left;
}
p.odev-toppheading {
	font-size: 2.4em;
	position: relative;
	top: -15px;
}
a.odevling {
	font-weight: bold;
	color: #00aeef;
}
#o-irobot .lrn_all {
	max-width: 1200px;
	margin: 0 auto;
}
.o-centeredText {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
}
@media screen and (min-width: 1920px) {
	.o-centeredText {
		max-width: 1582px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1260px) {
	.o-centeredText {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-centeredText {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
#interactiveExperienceWrapper {
	background: #000000 !important;
	position: relative !important;
	overflow: hidden !important;
	max-height: 100vh !important;
	z-index: 1 !important;
	margin: 0 auto;
}
#klikvideo {
	max-width: calc(100% - 25px);
}
#interactiveExperienceIntro {
	transition: opacity 0.5s ease-in !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
}
#interactiveExperienceIntro.is-fade-out {
	opacity: 0;
}
#interactiveExperienceIntro .experience-intro {
	position: absolute !important;
	z-index: 2 !important;
	top: 0 !important;
	left: 0 !important;
	display: flex !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	background: #000000 !important;
	align-items: center !important;
	justify-content: center !important;
}
#interactiveExperienceIntro .experience-intro.is-hidden {
	z-index: -10 !important;
}
#interactiveExperienceIntro .experience-intro__inner {
	position: relative !important;
}
#interactiveExperienceIntro .experience-intro__title {
	transform: scale(0) !important;
	opacity: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	font-weight: normal !important;
	line-height: 1 !important;
	transition: transform 1s ease-out, opacity 1s ease-out !important;
}
#interactiveExperienceIntro .experience-intro__title.is-animated {
	transform: scale(1) !important;
	opacity: 1 !important;
}
#interactiveExperienceIntro .experience-intro__title-inner {
	display: inline-block !important;
	font-size: 37.70833333333333px !important;
	font-family: "", sans-serif !important;
}
#interactiveExperienceIntro .experience-intro__title-inner strong {
	font-weight: 600 !important;
}
#interactiveExperienceIntro .experience-intro__subtitle {
	transform: scale(0) !important;
	font-size: 21.2109375px !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-animation-delay: 0.85s !important;
	animation-delay: 0.85s !important;
	text-align: center !important;
	line-height: 1 !important;
	transition: transform 0.8s ease-out !important;
	font-weight: normal !important;
}
#interactiveExperienceIntro .experience-intro__subtitle strong {
	font-weight: 600 !important;
}
#interactiveExperienceIntro .experience-intro__subtitle.is-animated {
	transform: scale(1) !important;
	transition-delay: 1s !important;
}
#interactiveExperienceIntro .experience-intro__byline {
	transform: scale(0) !important;
	font-size: 11.3125px !important;
	margin: 14.138888888888888px 0 16.49537037037037px !important;
	-webkit-animation-delay: 0.5s !important;
	animation-delay: 0.5s !important;
	text-align: center !important;
	letter-spacing: 5.184895833333333px !important;
	text-transform: uppercase !important;
	transition: transform 1s ease-out !important;
}
#interactiveExperienceIntro .experience-intro__byline.is-animated {
	transform: scale(1) !important;
	transition-delay: 0.75s !important;
	transition-duration: 0.5s !important;
}
#interactiveExperienceIntro .experience-intro__btn {
	font-size: 32.052083333333336px !important;
	font-family: arial !important;
	display: flex !important;
	margin-top: 20px !important;
	padding: 13.196296296296296px 0px 12.253703703703703px !important;
	text-align: center !important;
	letter-spacing: 0.7px !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 16.497395833333336px !important;
	background: #65a50b !important;
	box-shadow: none !important;
	align-items: center !important;
	justify-content: flex-start !important;
	transform: scale3d(0, 1, 1) !important;
	transform-origin: 0 0 !important;
	overflow: hidden !important;
	transition: opacity 1s ease-out, transform 1s ease-out !important;
}
#interactiveExperienceIntro .experience-intro__btn:hover,
#interactiveExperienceIntro .experience-intro__btn *:hover {
	cursor: pointer !important;
}
#interactiveExperienceIntro .experience-intro__btn.is-animated {
	transform: scale3d(1, 1, 1) !important;
}
#interactiveExperienceIntro .experience-intro__btn.is-outro-ready {
	transform-origin: 50% 50% !important;
}
#interactiveExperienceIntro .experience-intro__btn.is-animated--outro {
	transform: scale3d(2, 2, 1) !important;
	opacity: 0 !important;
	transition-duration: 0.5s !important;
	transition-timing-function: ease-in !important;
}
#interactiveExperienceIntro .experience-intro__btn__inner {
	display: flex !important;
	padding: 0px 10px !important;
	justify-content: center !important;
}
#interactiveExperienceIntro .experience-intro__btn:focus,
#interactiveExperienceIntro .experience-intro__btn:active {
	outline: 0 !important;
}
#interactiveExperienceIntro .experience-intro__bg-wrapper {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	opacity: 0.01 !important;
	width: 100% !important;
	height: 100% !important;
	transition: opacity 1.5s ease-out !important;
}
#interactiveExperienceIntro .experience-intro__bg-wrapper.is-animated {
	opacity: 1 !important;
}
#interactiveExperienceIntro .experience-intro__bg {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.5 !important;
	background: url("/img/iRobot-BG-Series-s.jpg") no-repeat 50% 50% !important;
	background-size: cover !important;
}
#interactiveExperienceIntro .experience-intro__btn-icon {
	display: inline-block !important;
	min-width: 42.421875px !important;
	width: 42.421875px !important;
	margin-right: 15.554687500000002px !important;
}
#interactiveExperienceIntro .experience-intro__btn-icon img {
	display: block !important;
	width: 100% !important;
}
#interactiveExperienceIntro .experience-intro__btn-label {
	font-weight: 600 !important;
	white-space: nowrap;
}
@media (max-width: 500px) {
	label.dataurodzenia {
		float: none;
	}
	label.label_full {
		width: 100%;
		margin-left: 0%;
	}
	#acc_new form,
	#acc_log form,
	#acc_fst .box {
		padding: 0;
	}
	#account-creation_form {
		padding: 0;
	}
	.gender-line label {
		float: none;
		display: block;
	}
	#logo_xmas {
		margin: -10px 0 5px 0;
		position: relative;
		top: 0n px;
	}
	#pseudosplaszykheader {
		font-size: 18px;
		position: relative;
		top: -10px;
		margin-bottom: -5px;
		padding: 0;
		line-height: 10px;
	}
	#pseudosplaszykheader p {
		line-height: 10px;
		margin-bottom: 0px;
	}
}
#uniform-2fda35x {
	float: left;
	margin-top: 3px;
}
@media (max-width: 768px) {
	.third {
		width: 100% !important;
	}
	.slideCell2 {
		display: block !important;
		margin: 10px;
	}
	.odev-minis div {
		width: 100%;
	}
	.splaszyk h1 {
		text-shadow: 2px 2px #333;
		font-size: 21px;
		font-weight: bold;
		padding-top: 0;
	}
	.splaszyk p {
		text-shadow: 2px 2px #333;
		font-size: 14px;
	}
	.splaszyk a {
		display: inline-block;
		margin-top: 5px;
	}
	.markanr1 div.tablaaa {
		width: 100%;
		float: none;
		text-align: center;
		border: 0;
		text-indent: 0px;
	}
	.markanr1 div.tablaaa p {
		text-align: center;
		text-indent: 0px;
		padding-top: 0px;
	}
	.markanr1 div.tablaaa img {
		border: 0;
		text-align: center;
		float: none;
	}
	.callout p.description {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.img-callouts .body {
		width: 90% !important;
	}
	.left_col {
		float: none;
		width: 100%;
	}
}
.irogloszenie {
	margin: 0 auto;
	position: relative;
	top: 10px;
	background-color: #fef89a;
	padding: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fdc68d;
}
/********************  **********************/
/* SVG */
.svg-icon-play-circle {
	fill: white;
}
@media (max-width: 1022px) {
	.svg-icon-play-circle {
		fill: #64a70b;
	}
}
#icon-play {
	fill: #64a70b;
}
#icon-play-2 {
	fill: #fff;
}
.gen-home svg {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}
#svg-icon-play-1,
#svg-icon-play-2 {
	height: 15px;
}
/* !SVG */
.tablaaa div {
	text-align: center;
	width: auto;
}
#logo_img_link {
	margin-top: 20px;
	border-width: 0;
	float: none;
}
#logo_p_link {
	clear: both;
	padding-top: 0;
	text-align: center;
}
@media (max-width: 768px) {
	.tablaaa div {
		width: 100%;
		float: none;
	}
}
/* PROMO */
.promo {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.promo p {
	font-size: 16px;
	line-height: 1;
}
.promo p>span {
	display: block;
}
.promo .row-1 {
	color: #64a70b;
	font-size: 2.375em;
	font-weight: 700;
	margin: 0 0 0.2em;
}
.promo .row-2 {
	font-size: 1.25em;
	margin: 0 0 1.25em;
}
.promo .row-3 {
	font-size: 0.875em;
	margin: 0 0 1.5em;
}
/* */
.text-callouts {
	padding: 75px 0 35px;
}
.text-callouts .callouts {
	padding: 0 15px;
}
.text-callouts .title {
	font-size: 35px;
	font-weight: 500;
	margin: 0;
}
.text-callouts .heading,
.text-callouts .body {
	display: none;
}
@media (max-width: 767px) {
	.text-callouts {
		padding: 55px 0 25px;
	}
	.text-callouts .title {
		font-size: 28px;
	}
}
/******************** i7 **********************/
.gen-home .page-content .video-trigger img,
.gen-learn .page-content .video-trigger img {
	margin-right: 15px;
	width: 200px;
}
@media (min-width: 768px) {
	.gen-home .page-content .video-trigger img,
	.gen-learn .page-content .video-trigger img {
		width: 140px;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero,
	.gen-learn .hero {
		display: -ms-flexbox;
		display: flex;
		min-height: 600px;
		text-align: left;
	}
}
.gen-home .hero,
.gen-learn .hero {
	clear: both;
	font-family:
		/*Harmonia Sans Pro,*/
		-apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 0;
}
@media (min-width: 1023px) {
	.gen-home .hero__image,
	.gen-learn .hero__image {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}
}
@media (max-width: 1022px) {
	.gen-home .hero__image,
	.gen-learn .hero__image {
		display: none;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero__image--mobile {
		display: none;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero__image img {
		left: 50%;
		max-width: none;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		top: 50%;
		transition: all 0.3s linear;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
	}
}
.gen-home .page-content img,
.gen-learn .page-content img {
	width: 100%;
	font-style: italic;
	height: auto;
	display: block;
	border: 0;
}
@media (min-width: 1023px) {
	.gen-home .hero__image .hero__background-video,
	.gen-learn .hero__image .hero__background-video {
		min-height: 100%;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.gen-home .hero__image .hero__background-video,
.gen-learn .hero__image .hero__background-video {
	height: 0;
	right: 0;
	opacity: 0;
	padding-bottom: 42.6742532%;
	position: absolute;
	top: 0;
	transition: all 0.3s linear;
	width: 100%;
}
@media (min-width: 1023px) {
	.gen-home .hero__image--mobile,
	.gen-learn .hero__image--mobile {
		display: none;
	}
}
.gen-home .hero__image--mobile,
.gen-learn .hero__image--mobile {
	position: relative;
}
.gen-home .page-content img,
.gen-learn .page-content img {
	width: 100%;
	font-style: italic;
	height: auto;
	display: block;
	border: 0;
}
@media (min-width: 1023px) {
	.gen-home .hero__content,
	.gen-home .hero__content p,
	.gen-learn .hero__content,
	.gen-learn .hero__content p {
		color: #fff;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero__content,
	.gen-learn .hero__content {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (max-width: 1399px) and (min-width: 768px) {
	.gen-home .wrapper,
	.gen-learn .wrapper {
		padding-right: 60px;
		padding-left: 60px;
	}
}
.gen-home .wrapper,
.gen-learn .wrapper {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
@media (min-width: 1023px) {
	.gen-home .hero__inner,
	.gen-learn .hero__inner {
		max-width: 60%;
	}
}
.gen-home .hero__inner,
.gen-learn .hero__inner {
	padding: 60px 0;
}
@media (min-width: 768px) {
	.gen-home .page-content h1,
	.gen-learn .page-content h1 {
		font-size: 60px;
		line-height: 70px;
	}
}
.gen-home .page-content h1,
.gen-learn .page-content h1 {
	font-size: 50px;
	line-height: 55px;
}
.gen-home .page-content h1,
.gen-home .page-content h2,
.gen-home .page-content h3,
.gen-home .page-content h4,
.gen-home .page-content h5,
.gen-home .page-content h6,
.gen-learn .page-content h1,
.gen-learn .page-content h2,
.gen-learn .page-content h3,
.gen-learn .page-content h4,
.gen-learn .page-content h5,
.gen-learn .page-content h6 {
	font-family:
		/*Harmonia Sans Pro,*/
		-apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 22.5px;
}
.gen-home .page-content sup,
.gen-learn .page-content sup {
	font-size: 70%;
	font-weight: 400;
	line-height: inherit;
	position: relative;
	top: -1px;
	vertical-align: top;
}
@media (min-width: 768px) {
	.gen-home .hero__content h2,
	.gen-learn .hero__content h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
.gen-home .hero__content h2,
.gen-learn .hero__content h2 {
	font-size: 20px;
	line-height: 26px;
}
@media (min-width: 768px) {
	.gen-home .page-content h2,
	.gen-learn .page-content h2 {
		font-size: 44px;
		line-height: 48px;
		letter-spacing: 0.5px;
	}
}
.gen-home .page-content h2,
.gen-learn .page-content h2 {
	font-size: 38px;
	line-height: 42px;
}
.gen-home .page-content h2 {
	font-family:
		/*Harmonia Sans Pro,*/
		-apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 22.5px;
}
.gen-home .hero__cta,
.gen-learn .hero__cta {
	margin-bottom: 0;
	margin-top: 30px;
	padding: 0 15px;
}
.gen-home .hero__video,
.gen-learn .hero__video {
	margin: 15px 0;
}
.gen-home .hero .video-trigger,
.gen-learn .hero .video-trigger {
	outline: none;
}
.gen-home .page-content .video-trigger,
.gen-learn .page-content .video-trigger {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.gen-home .page-content a,
.gen-learn .page-content a {
	color: #64a70b;
	transition: color 0.3s linear;
	text-decoration: none;
}
@media (min-width: 768px) {
	.gen-home .page-content .video-trigger img,
	.gen-learn .page-content .video-trigger img {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.gen-home .page-content .video-trigger img,
	.gen-learn .page-content .video-trigger img {
		width: 140px;
	}
}
.gen-home .page-content a img,
.gen-learn .page-content a img {
	transition: opacity 0.3s linear;
}
.gen-home .page-content img,
.gen-learn .page-content img {
	width: 100%;
	font-style: italic;
	height: auto;
	display: block;
	border: 0;
}
@media (min-width: 768px) {
	.gen-home .page-content .video-trigger img+.video-trigger__inner,
	.gen-learn .page-content .video-trigger img+.video-trigger__inner {
		padding-right: 30px;
	}
}
.gen-home .page-content .video-trigger__inner,
.gen-learn .page-content .video-trigger__inner {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.gen-home .hero__modal-trigger img+.video-trigger__inner .video-trigger__text {
	color: #fff;
}
.gen-home .page-content .video-trigger__text {
	transition: all 0.3s linear;
	position: relative;
}
.gen-home .page-content .video-trigger__icon {
	transition: all 0.3s linear;
}
.gen-home .hero:not(.hero--callout) .button-row {
	max-width: 300px;
}
.gen-home .page-content .button,
.gen-learn .page-content .button {
	display: inline-block;
	transition-property: all;
	background-color: #64a70b;
	border: 1px solid #64a70b;
	border-radius: 2px;
	color: #fff;
	padding: 7.5px 15px;
	text-align: center;
}
.gen-home .page-content .button:hover,
.gen-learn .page-content .button:hover {
	background-color: #579802;
}
.gen-home .page-content a,
.gen-learn .page-content a {
	color: #64a70b;
	transition: color 0.3s linear;
	text-decoration: none;
}
.gen-home .hero__cta .button-wrapper+.button-wrapper,
.gen-learn .hero__cta .button-wrapper+.button-wrapper {
	margin-top: 15px;
}
.gen-home .page-content .button-wrapper+.button-wrapper,
.gen-learn .page-content .button-wrapper+.button-wrapper {
	margin-top: 10px;
}
.gen-home .hero:not(.hero--callout) .button-row .button,
.gen-learn .hero:not(.hero--callout) .button-row .button {
	width: 100%;
}
.gen-home .page-content .button,
.gen-learn .page-content .button {
	display: inline-block;
	transition-property: all;
	background-color: #64a70b;
	border: 1px solid #64a70b;
	border-radius: 2px;
	color: #fff;
	padding: 7.5px 15px;
	text-align: center;
}
.gen-home .page-content a,
.gen-learn .page-content a {
	color: #64a70b;
	transition: color 0.3s linear;
	text-decoration: none;
}
@media (min-width: 768px) {
	.gen-home .hero__content h2,
	.gen-learn .hero__content h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
.gen-home .icon-circle-arrow-r:before,
.gen-learn .icon-circle-arrow-r:before {
	content: "\e90b";
}
.gen-home .card--product:hover .icon-arrow-r:before,
.gen-learn .card--product:hover .icon-arrow-r:before {
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.video-trigger__inner {
	font-size: 16px;
}
.gen-home .video-trigger__icon svg {
	padding-left: 8px;
	padding-right: 8px;
	width: 36px;
	transition: all 0.3s linear;
}
.gen-home .hero__modal-trigger:hover>.video-trigger__inner>.video-trigger__icon>svg {
	padding-left: 16px;
	padding-right: 0px;
	width: 36px;
}
.hero__modal-trigger:hover>img {
	transition: all 0.3s linear;
}
.hero__modal-trigger:hover>img {
	opacity: 0.75;
}
.gen-home .hero:not(.hero--callout) .button-row .button,
.gen-learn .hero:not(.hero--callout) .button-row .button {
	width: 100%;
}
.gen-home .page-content .button--white,
.gen-learn .page-content .button--white {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: 1px solid #fff;
}
@media (min-width: 768px) {
	.gen-home .page-content .button,
	.gen-learn .page-content .button {
		padding: 7.5px 22.5px;
	}
}
.gen-home .page-content .button--white:hover,
.gen-learn .page-content .button--white:hover {
	background-color: #64a70b;
	border-color: #64a70b;
	color: #fff;
}
.gen-home .page-content .button--white,
.gen-learn .page-content .button--white {
	transition: all 0.3s linear;
}
@media (min-width: 1023px) {
	.hero__inner {
		text-align: left;
	}
	.gen-home .hero__cta,
	.gen-learn .hero__cta {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.gen-home .page-content .video-trigger img+.video-trigger__inner .video-trigger__text,
	.gen-learn .page-content .video-trigger img+.video-trigger__inner .video-trigger__text {
		font-size: 18px;
	}
}
@media (max-width: 1022px) {
	.gen-home .hero__modal-trigger img+.video-trigger__inner .video-trigger__text,
	.gen-learn .hero__modal-trigger img+.video-trigger__inner .video-trigger__text {
		width: auto !important;
	}
	.gen-home .hero__modal-trigger img+.video-trigger__inner .video-trigger__icon:before,
	.gen-home .hero__modal-trigger img+.video-trigger__inner .video-trigger__text,
	.gen-learn .hero__modal-trigger img+.video-trigger__inner .video-trigger__icon:before,
	.gen-learn .hero__modal-trigger img+.video-trigger__inner .video-trigger__text {
		color: #64a70b;
	}
}
@media (max-width: 767px) {
	.gen-home .page-content .video-trigger img,
	.gen-learn .page-content .video-trigger img {
		display: block;
		margin: 0 auto 15px !important;
	}
}
@media (max-width: 1022px) {
	.gen-home .page-content .video-trigger,
	.gen-learn .page-content .video-trigger {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.gen-home .page-content .video-trigger,
	.gen-learn .page-content .video-trigger {
		display: inline-block;
		width: auto;
	}
}
@media (max-width: 767px) {
	.gen-home .page-content .video-trigger,
	.gen-learn .page-content .video-trigger {
		display: inline-block;
		width: auto;
	}
	.gen-home .page-content .video-trigger__inner {
		display: inline-block;
	}
}
@media (max-width: 1022px) {
	.gen-home .hero:not(.hero--callout) .button-row,
	.gen-learn .hero:not(.hero--callout) .button-row {
		margin: 0 auto;
	}
}
@media (max-width: 1022px) {
	.gen-home .hero__cta .button--white,
	.gen-learn .hero__cta .button--white {
		border-color: #64a70b;
		color: #64a70b;
	}
}
.img-callouts a.btn {
	color: #ffffff;
}
/********************************************************************************************************************/
.gen-home .featured-block:not(.featured-block--basic) .featured-block__inner,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__inner {
	border-radius: 5px;
	overflow: hidden;
}
.gen-home .featured-block__inner {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1100px) {
	.gen-home .featured-block__row,
	.gen-learn .featured-block__row {
		-ms-flex-align: center;
		align-items: center;
		clear: both;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
		width: 100%;
	}
}
@media (min-width: 1100px) {
	.gen-home .featured-block__content,
	.gen-home .featured-block__image,
	.gen-learn .featured-block__content,
	.gen-learn .featured-block__image {
		width: 50%;
	}
}
.gen-home .featured-block__content,
.gen-home .featured-block__image,
.gen-learn .featured-block__content,
.gen-learn .featured-block__image {
	position: relative;
}
@media (min-width: 1100px) {
	.gen-home .featured-block__content,
	.gen-home .featured-block__image,
	.gen-learn .featured-block__content,
	.gen-learn .featured-block__image {
		width: 50%;
	}
}
.gen-home .featured-block__content,
.gen-home .featured-block__image,
.gen-learn .featured-block__content,
.gen-learn .featured-block__image {
	position: relative;
}
@media (min-width: 1100px) {
	.gen-home .featured-block__content__inner,
	.gen-learn .featured-block__content__inner {
		padding: 75px;
		text-align: left;
	}
}
.gen-home .featured-block__content p,
.gen-learn .featured-block__content p {
	font-size: 16px;
	line-height: 26px;
}
.gen-home .featured-block .button-row,
.gen-home .featured-block .video-trigger__inner:first-child,
.gen-learn .featured-block .button-row,
.gen-learn .featured-block .video-trigger__inner:first-child {
	max-width: 100%;
	width: 250px;
}
.gen-home .page-content p,
.gen-learn .page-content p {
	margin-bottom: 22.5px;
}
.gen-home .featured-block .button-row .button,
.gen-learn .featured-block .button-row .button {
	width: 100%;
}
.featured-block .video-trigger__text {
	width: 100%;
}
.gen-home .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__icon,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__icon {
	border-color: #64a70b;
	margin-left: -1px;
}
.gen-home .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__icon,
.gen-home .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__text,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__icon,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__text {
	background-color: transparent;
	color: #64a70b;
}
.gen-home .page-content .video-trigger .video-trigger__inner:first-child .video-trigger__icon,
.gen-learn .page-content .video-trigger .video-trigger__inner:first-child .video-trigger__icon {
	display: inline-block;
	transition-property: all;
	background-color: #64a70b;
	border: 1px solid #64a70b;
	border-radius: 2px;
	color: #fff;
	padding: 7.5px 15px;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4e8828;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: #4e8828;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.gen-home .page-content .video-trigger__icon,
.gen-home .page-content .video-trigger__icon:before,
.gen-learn .page-content .video-trigger__icon,
.gen-learn .page-content .video-trigger__icon:before {
	transition: all 0.3s linear;
}
.gen-home .page-content .video-trigger .video-trigger__inner:first-child .video-trigger__text,
.gen-learn .page-content .video-trigger .video-trigger__inner:first-child .video-trigger__text {
	display: inline-block;
	transition-property: all;
	background-color: #64a70b;
	border: 1px solid #64a70b;
	border-radius: 2px;
	color: #fff;
	padding: 7.5px 15px;
	text-align: center;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.gen-home .page-content .featured-block .video-trigger .video-trigger__inner:hover span {
	background-color: #64a70b !important;
}
.gen-home .page-content .featured-block .video-trigger .video-trigger__inner:hover span {
	color: #fff !important;
}
.gen-home .page-content .featured-block .video-trigger .video-trigger__inner:hover #svg-icon-play-1 {
	display: none;
}
.gen-home .page-content .featured-block .video-trigger .video-trigger__inner #svg-icon-play-2 {
	display: none;
}
.gen-home .page-content .featured-block .video-trigger .video-trigger__inner:hover #svg-icon-play-2 {
	display: block !important;
}
.gen-home .featured-block,
.gen-learn .featured-block {
	clear: both;
	margin: 60px auto 30px;
	position: relative;
	width: 100%;
}
/* Level mid */
@media (max-width: 1099px) and (min-width: 768px) {
	.gen-home .featured-block,
	.gen-learn .featured-block {
		width: 85%;
	}
}
.gen-home .featured-block__content__inner,
.gen-learn .featured-block__content__inner {
	padding: 30px;
	text-align: center;
}
@media (max-width: 1099px) {
	.button-row {
		margin: auto;
	}
}
/*  Level small */
@media (max-width: 767px) {
	.button-row {
		width: 100% !important;
	}
	.gen-home .page-content .featured-block .video-trigger__inner {
		display: flex;
		width: 100%;
	}
	.gen-home .page-content .featured-block .video-trigger {
		width: 100%;
	}
}
.text-callouts h2.title span {
	color: #64a70b !important;
}
.lg {
	font-size: 1.2rem;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.img-callouts img {
		min-width: 500px;
	}
	.img-callouts .callouts {
		min-height: 200px;
	}
}
.callouts.row {
	padding: 0 !important;
}
/******************** Learn **********************/
.gen-home .hero__image.js-video-playing .hero__background-video,
.gen-learn .hero__image.js-video-playing .hero__background-video {
	opacity: 1;
}
@media (min-width: 1023px) {
	.gen-home .hero__image .hero__background-video,
	.gen-learn .hero__image .hero__background-video {
		min-height: 100%;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.gen-home .hero__image .hero__background-video,
.gen-learn .hero__image .hero__background-video {
	height: 0;
	right: 0;
	opacity: 0;
	padding-bottom: 42.6742532%;
	position: absolute;
	top: 0;
	transition: all 0.3s linear;
	width: 100%;
}
@media (min-width: 1023px) {
	.gen-home .hero__image .hero__background-video iframe,
	.gen-learn .hero__image .hero__background-video iframe {
		min-width: 1405px;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero__image .hero__background-video,
	.gen-learn .hero__image .hero__background-video {
		min-height: 100%;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.gen-home .hero__image .hero__background-video iframe,
.gen-learn .hero__image .hero__background-video iframe {
	height: 100%;
	right: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.gen-learn .hero__inner p {
	font-size: 16px;
}
.gen-learn .hero.has-secondary-cta .hero__cta {
	max-width: 400px;
}
@media (min-width: 767px) and (max-width: 1099px) {
	.gen-learn .hero.has-secondary-cta .hero__cta {
		margin: auto;
	}
}
.gen-learn .hero.has-secondary-cta .hero__cta a {
	font-size: 16px;
}
.gen-learn .hero.has-secondary-cta .hero__cta .video-trigger__inner,
.gen-learn .hero.has-secondary-cta .hero__cta .video-trigger__text {
	width: 100%;
}
.gen-learn .hero.has-secondary-cta .hero__cta .video-trigger__icon {
	padding: 0 15px !important;
}
/******************** !i7 **********************/
.gen-home .card-container--no-gutter .wrapper,
.gen-learn .card-container--no-gutter .wrapper {
	position: relative;
}
@media (min-width: 768px) {
	.gen-home .card-container--no-gutter .wrapper:before,
	.gen-learn .card-container--no-gutter .wrapper:before {
		background-image: url(/themes/irobot/img/background-feature.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 7%;
		width: 100%;
		z-index: -1;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero+.card-container--no-gutter .card-container__header,
	.gen-learn .hero+.card-container--no-gutter .card-container__header {
		padding-top: 60px;
	}
}
.gen-home .card-container--no-gutter .card-container__header,
.gen-learn .card-container--no-gutter .card-container__header {
	margin-bottom: 0;
}
.gen-home .card-container__header,
.gen-learn .card-container__header {
	margin-bottom: 60px;
	text-align: center;
}
@media (min-width: 768px) {
	.gen-home .card-container .row,
	.gen-learn .card-container .row {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.gen-home .card-container--no-gutter .card:first-child:nth-last-child(3),
	.gen-home .card-container--no-gutter .card:first-child:nth-last-child(3)~.card,
	.gen-learn .card-container--no-gutter .card:first-child:nth-last-child(3),
	.gen-learn .card-container--no-gutter .card:first-child:nth-last-child(3)~.card {
		width: 33.3333%;
	}
}
.gen-home .card-container--no-gutter .card,
.gen-learn .card-container--no-gutter .card {
	width: 100%;
}
.gen-home .card,
.gen-learn .card {
	color: #222;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
@media (min-width: 768px) {
	.gen-home .card--feature,
	.gen-learn .card--feature {
		margin-bottom: 0;
	}
}
.gen-home .card--feature .card__image,
.gen-learn .card--feature .card__image {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 75%;
}
.gen-home .card--feature .card__image,
.gen-learn .card--feature .card__image {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 75%;
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__image__inner,
	.gen-learn .card--feature .card__image__inner {
		height: 0;
		padding-bottom: 151.33333333%;
		width: 100%;
	}
}
.gen-home .card--feature .card__flag,
.gen-learn .card--feature .card__flag {
	left: 10%;
	top: 46%;
}
.gen-home .card__flag,
.gen-learn .card__flag {
	background-color: #64a70b;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 0 3.75px;
	position: absolute;
	top: -30px;
	z-index: 1;
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__image__active,
	.gen-learn .card--feature .card__image__active {
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}
.gen-home .card--feature .card__image__active,
.gen-home .card--feature .card__image__hover,
.gen-learn .card--feature .card__image__active,
.gen-learn .card--feature .card__image__hover {
	transition: none;
}
.gen-home .page-content a img,
.gen-learn .page-content a img {
	transition: opacity 0.3s linear;
}
.gen-home .page-content img,
.gen-learn .page-content img {
	width: 100%;
	font-style: italic;
	height: auto;
	display: block;
	border: 0;
}
.gen-home .card--feature .card__image__hover,
.gen-learn .card--feature .card__image__hover {
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: 0;
	visibility: hidden;
	width: 100%;
}
.gen-home .card--feature .card__price,
.gen-learn .card--feature .card__price {
	color: #222;
	font-weight: 400;
	margin-bottom: 7.5px;
}
.gen-home .card--feature .card__description,
.gen-learn .card--feature .card__description {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__cta,
	.gen-learn .card--feature .card__cta {
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 1200px) {
	.gen-home .card--feature .card__content,
	.gen-learn .card--feature .card__content {
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__title,
	.gen-learn .card--feature .card__title {
		font-size: 24px;
		line-height: 30px;
		width: 100%;
	}
}
.gen-home .card--feature .card__title,
.gen-learn .card--feature .card__title {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: none;
	color: #222;
	padding: 0 5px 0 0;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 7.5px;
	margin-top: 15px;
	text-align: center;
}
.gen-home .card--feature .card__price,
.gen-learn .card--feature .card__price {
	text-align: center;
	font-size: 16px;
}
.gen-home .card--feature .card__description,
.gen-learn .card--feature .card__description {
	font-size: 16px;
	color: #747474;
	margin-bottom: 22.5px;
	text-align: center;
}
.gen-home .card--feature,
.gen-learn .card--feature {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.gen-home .card--feature:last-child,
	.gen-learn .card--feature:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.gen-home .card--feature,
	.gen-learn .card--feature {
		margin-bottom: 0;
	}
	.gen-home .card--feature:nth-child(2),
	.gen-learn .card--feature:nth-child(2) {
		-ms-flex-order: -1;
		order: -1;
	}
}
.gen-home .card--feature:before,
.gen-learn .card--feature:before {
	background-color: #fff;
	bottom: -30px;
	border-radius: 2px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
	content: "";
	display: none;
	height: 90%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
@media (min-width: 1023px) {
	.gen-home .card--feature:before,
	.gen-learn .card--feature:before {
		height: 83%;
	}
}
.gen-home .card--feature:first-child:before,
.gen-learn .card--feature:first-child:before {
	height: 103%;
}
@media (min-width: 1023px) {
	.gen-home .card--feature:first-child:before,
	.gen-learn .card--feature:first-child:before {
		height: 100%;
	}
}
.gen-home .card--feature .card__content,
.gen-learn .card--feature .card__content {
	padding: 0;
	text-align: center;
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__content,
	.gen-learn .card--feature .card__content {
		padding-left: 22.5px;
		padding-right: 22.5px;
	}
}
@media (min-width: 1023px) {
	.gen-home .card--feature .card__content,
	.gen-learn .card--feature .card__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1200px) {
	.gen-home .card--feature .card__content,
	.gen-learn .card--feature .card__content {
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__cta,
	.gen-learn .card--feature .card__cta {
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 767px) {
	.gen-home .card--feature .card__cta .button,
	.gen-learn .card--feature .card__cta .button {
		width: 100%;
	}
}
.gen-home .card--feature .card__cta a~a,
.gen-learn .card--feature .card__cta a~a {
	margin-top: 22.5px;
}
.gen-home .card--feature .card__cta a:not(.button),
.gen-learn .card--feature .card__cta a:not(.button) {
	display: block;
}
.gen-home .card--feature .card__description,
.gen-learn .card--feature .card__description {
	margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.gen-home .card--feature .card__description,
	.gen-learn .card--feature .card__description {
		font-size: 14px;
		line-height: 20px;
	}
}
.gen-home .card--feature .card__flag,
.gen-learn .card--feature .card__flag {
	left: 10%;
	top: 46%;
}
@media (max-width: 767px) {
	.gen-home .card--feature .card__flag,
	.gen-learn .card--feature .card__flag {
		left: 0;
		top: 12%;
	}
}
.gen-home .card--feature .card__image,
.gen-learn .card--feature .card__image {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 75%;
}
.gen-home .card--feature .card__image__active,
.gen-home .card--feature .card__image__hover,
.gen-learn .card--feature .card__image__active,
.gen-learn .card--feature .card__image__hover {
	transition: none;
}
.gen-home .card--feature .card__image__hover,
.gen-learn .card--feature .card__image__hover {
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: 0;
	visibility: hidden;
	width: 100%;
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__image__inner,
	.gen-learn .card--feature .card__image__inner {
		height: 0;
		padding-bottom: 151.33333333%;
		width: 100%;
	}
	.gen-home .card--feature .card__image__active,
	.gen-learn .card--feature .card__image__active {
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}
.gen-home .card--feature .card__price,
.gen-learn .card--feature .card__price {
	color: #222;
	font-weight: 400;
	margin-bottom: 7.5px;
}
.gen-home .card--feature .card__title,
.gen-learn .card--feature .card__title {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: none;
	color: #222;
	padding: 0 5px 0 0;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 7.5px;
	margin-top: 15px;
	text-align: center;
}
.gen-home .card--feature .card__title span:before,
.gen-learn .card--feature .card__title span:before {
	color: #64a70b;
	font-size: 50%;
	margin-left: 5px;
	overflow: visible;
	top: 0;
	transition: transform 0.3s linear;
	width: 0;
}
.gen-home .card--feature .card__title:hover,
.gen-learn .card--feature .card__title:hover {
	background-color: transparent;
	color: #222;
}
@media (min-width: 768px) {
	.gen-home .card--feature .card__title,
	.gen-learn .card--feature .card__title {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.gen-home .card--feature .card__title,
	.gen-learn .card--feature .card__title {
		font-size: 20px;
		line-height: 26px;
	}
}
@media (min-width: 768px) {
	.gen-home .card--feature:focus:before,
	.gen-home .card--feature:hover:before,
	.gen-learn .card--feature:focus:before,
	.gen-learn .card--feature:hover:before {
		display: block;
	}
	.gen-home .card--feature:focus .card__image__active,
	.gen-home .card--feature:hover .card__image__active,
	.gen-learn .card--feature:focus .card__image__active,
	.gen-learn .card--feature:hover .card__image__active {
		opacity: 0;
		visibility: hidden;
	}
	.gen-home .card--feature:focus .card__cta,
	.gen-home .card--feature:focus .card__image__hover,
	.gen-home .card--feature:hover .card__cta,
	.gen-home .card--feature:hover .card__image__hover,
	.gen-learn .card--feature:focus .card__cta,
	.gen-learn .card--feature:focus .card__image__hover,
	.gen-learn .card--feature:hover .card__cta,
	.gen-learn .card--feature:hover .card__image__hover {
		opacity: 1;
		visibility: visible;
	}
}
.card__image__inner a img:hover {
	opacity: 0.7;
}
/******************** Designed for you **********************/
/* May collide*/
@media (max-width: 1399px) and (min-width: 768px) {
	.gen-home .featured-products__content,
	.gen-home .featured-products__header,
	.gen-learn .featured-products__content,
	.gen-learn .featured-products__header {
		padding-right: 60px;
		padding-left: 60px;
	}
}
.gen-home .featured-products,
.gen-learn .featured-products {
	margin: 75px 0;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
@media (max-width: 1399px) {
	.gen-home .featured-products .wrapper,
	.gen-learn .featured-products .wrapper {
		padding: 0;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.gen-home .featured-products__header,
	.gen-learn .featured-products__header {
		display: table;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.gen-home .featured-products__header .featured-products__pagination,
	.gen-learn .featured-products__header .featured-products__pagination {
		padding-left: 5%;
		width: 66.66%;
	}
	.gen-home .featured-products__header .featured-products__pagination,
	.gen-home .featured-products__header h2,
	.gen-learn .featured-products__header .featured-products__pagination,
	.gen-learn .featured-products__header h2 {
		display: table-cell;
		vertical-align: top;
	}
}
@media (min-width: 1025px) {
	.gen-home .featured-products__content,
	.gen-learn .featured-products__content {
		padding-right: 30px;
		width: 33.33%;
	}
	.gen-home .featured-products__child-carousel,
	.gen-home .featured-products__content,
	.gen-learn .featured-products__child-carousel,
	.gen-learn .featured-products__content {
		float: left;
	}
}
.gen-home .featured-products__content h3,
.gen-learn .featured-products__content h3 {
	font-size: 48px;
	line-height: 50px;
}
.gen-home .featured-products__content p,
.gen-learn .featured-products__content p {
	margin-bottom: 42px;
	font-size: 16px;
}
.gen-learn .page-content p {
	color: #747474;
	margin-bottom: 22.5px;
}
@media (min-width: 768px) {
	.gen-home .featured-products__content .button,
	.gen-learn .featured-products__content .button {
		max-width: 300px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.gen-home .featured-products__content .button~.button,
.gen-learn .featured-products__content .button~.button {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.gen-learn .featured-products__content {
		padding-right: 45px;
		padding-left: 45px;
	}
}
@media (min-width: 1025px) {
	.gen-home .featured-products__child-carousel,
	.gen-learn .featured-products__child-carousel {
		width: 66.66%;
	}
}
.gen-home .page-content p:last-child,
.gen-learn .page-content p:last-child {
	margin-bottom: 0;
}
.gen-home .card--product .card__title,
.gen-learn .card--product .card__title {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: none;
	color: #222;
	padding: 0 5px 0 0;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 15px;
}
.gen-home .card--product .card__title:hover,
.gen-learn .card--product .card__title:hover {
	background-color: transparent;
	color: #222;
}
.gen-home .card--product,
.gen-learn .card--product {
	padding: 15px;
	transition: all 0.3s linear;
}
.gen-home .card--product:before,
.gen-learn .card--product:before {
	border-radius: 2px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
	content: "";
	display: none;
	height: calc(100% - 30px);
	left: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: -1;
}
.gen-home .card--product:hover img,
.gen-learn .card--product:hover img {
	opacity: 1 !important;
}
.gen-home .card--product:hover .icon-arrow-r:before,
.gen-learn .card--product:hover .icon-arrow-r:before {
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.gen-home .card--product .card__description,
.gen-learn .card--product .card__description {
	font-size: 14px;
	line-height: 22px;
}
.gen-home .card--product .card__title,
.gen-learn .card--product .card__title {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: none;
	color: #222;
	padding: 0 5px 0 0;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 15px;
}
.gen-home .card--product .card__title span:before,
.gen-learn .card--product .card__title span:before {
	color: #64a70b;
	font-size: 50%;
	margin-left: 5px;
	overflow: visible;
	top: 0;
	transition: transform 0.3s linear;
	width: 0;
}
.gen-home .card--product .card__title:hover,
.gen-learn .card--product .card__title:hover {
	background-color: transparent;
	color: #222;
}
@media (min-width: 768px) {
	.gen-home .card--product .card__title,
	.gen-learn .card--product .card__title {
		font-size: 24px;
		line-height: 30px;
	}
}
.gen-home .card--product .card__price,
.gen-learn .card--product .card__price {
	color: #222;
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 16px;
}
a.gen-home .card--product:focus:before,
a.gen-home .card--product:hover:before,
a.gen-learn .card--product:focus:before,
a.gen-learn .card--product:hover:before {
	display: block;
}
a.gen-home .card--product:focus img,
a.gen-home .card--product:hover img,
a.gen-learn .card--product:focus img,
a.gen-learn .card--product:hover img {
	opacity: 1;
}
.gen-learn .featured-products__content .button~.button {
	margin-top: 10px;
}
.gen-learn .page-content .button~.button {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.gen-learn .featured-products__content .button {
		max-width: 300px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.gen-learn .featured-products__content .button {
	width: 100%;
}
.gen-learn .page-content .button--outline {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: 1px solid #64a70b;
	color: #64a70b;
}
@media (min-width: 768px) {
	.gen-learn .page-content .button {
		padding: 7.5px 22.5px;
	}
}
.gen-learn .page-content .button {
	display: inline-block;
	transition-property: all;
	border-radius: 2px;
	color: #fff;
	padding: 7.5px 15px;
	text-align: center;
	font-size: 16px;
}
@media (max-width: 1022px) {
	.gen-learn .page-content .button {
		background-color: #64a70b;
		border: 1px solid #64a70b;
	}
}
.gen-learn .page-content a {
	color: #64a70b;
	transition: color 0.3s linear;
	text-decoration: none;
}
.gen-learn .page-content .button--outline {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: 1px solid #64a70b;
	color: #64a70b;
	font-weight: normal;
}
.gen-learn .page-content .button--outline:hover {
	color: #fff;
}
.featured-products__footer {
	font-size: 16px;
}
.find-a-robot {
	text-align: center;
}
/*** Roomba from iRobot ***/
@media (min-width: 1023px) {
	.gen-learn .hero--callout .hero__inner {
		max-width: 45%;
	}
	.gen-learn .hero__inner {
		max-width: 60%;
	}
}
r,
.gen-learn .hero__inner {
	padding: 60px 0;
}
@media (min-width: 768px) {
	.gen-learn .hero--callout .hero__content h2 {
		font-size: 44px;
		line-height: 48px;
	}
}
@media (min-width: 1200px) {
	.gen-learn .hero--full-width .hero__content p {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (min-width: 768px) {
	.gen-learn .hero--callout .hero__content p {
		font-size: 18px;
		line-height: 26px;
	}
}
.gen-learn .hero--callout .hero__content p {
	font-size: 16px;
	line-height: 24px;
}
.gen-learn .page-content p:last-child {
	margin-bottom: 0;
}
@media (min-width: 1023px) {
	.gen-learn .hero__content,
	.gen-learn .hero__content p {
		color: #fff;
	}
}
@media (min-width: 1023px) {
	.gen-home .hero--right .hero__content,
	.gen-learn .hero--right .hero__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
/*** Features ***/
.gen-learn .featured-block__content,
.gen-learn .featured-block__image {
	position: relative;
}
@media (min-width: 1100px) {
	.gen-learn .featured-block__content,
	.gen-learn .featured-block__image {
		width: 50%;
	}
}
.gen-learn .featured-block__content p {
	font-size: 16px;
	line-height: 26px;
}
.gen-learn .featured-block__content__disclaimer {
	display: block;
	margin-top: 30px;
}
@media (min-width: 1100px) {
	.gen-learn .featured-block__content__disclaimer {
		margin-top: 60px;
	}
}
.gen-learn .featured-block__content__inner {
	padding: 30px;
	text-align: center;
}
@media (min-width: 1100px) {
	.gen-learn .featured-block__content__inner {
		padding: 75px;
		text-align: left;
	}
}
@media (min-width: 1100px) {
	.gen-learn .featured-block__row {
		-ms-flex-align: center;
		align-items: center;
		clear: both;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
		width: 100%;
	}
	.gen-learn .featured-block__row:nth-child(2n) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.gen-learn .featured-block--basic .featured-block__content h3 {
	font-size: 16px;
	line-height: 24px;
}
@media (min-width: 768px) {
	.gen-learn .featured-block--basic .featured-block__content h3 {
		font-size: 18px;
		line-height: 26px;
	}
}
.gen-learn .featured-block--basic .featured-block__content .button,
.gen-learn .featured-block--basic .featured-block__content p {
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 768px) {
	.gen-learn .featured-block--basic .featured-block__content .button,
	.gen-learn .featured-block--basic .featured-block__content p {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (min-width: 1100px) {
	.gen-learn .featured-block--basic .featured-block__row {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 75px 0;
	}
	.gen-learn .featured-block--basic .featured-block__row:nth-child(2n) {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 1099px) {
	.gen-learn .featured-block--basic .featured-block__image {
		display: none;
	}
}
.gen-learn .featured-block--basic .featured-block__image__mobile {
	margin: 15px 0;
}
@media (min-width: 1100px) {
	.gen-learn .featured-block--basic .featured-block__image__mobile {
		display: none;
	}
}
@media (max-width: 1099px) {
	.gen-learn .featured-block--basic .featured-block__content__inner {
		padding-left: 0;
		padding-right: 0;
	}
	.gen-learn .featured-block--basic .video-trigger {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 1099px) {
	.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__text {
	width: 100%;
}
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child {
	padding-right: 0;
}
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__icon,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__text {
	background-color: transparent;
	color: #64a70b;
}
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger__inner:first-child .video-trigger__icon {
	border-color: #64a70b;
	margin-left: -1px;
}
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger:hover .video-trigger__inner:first-child .video-trigger__icon,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger:hover .video-trigger__inner:first-child .video-trigger__text {
	background-color: #64a70b;
}
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger:hover .video-trigger__inner:first-child .video-trigger__icon:before,
.gen-learn .featured-block:not(.featured-block--basic) .featured-block__content__cta .video-trigger:hover .video-trigger__inner:first-child .video-trigger__text {
	color: #fff;
}
@media (min-width: 1100px) {
	.gen-learn .featured-block--basic .featured-block__image__mobile {
		display: none;
	}
}
/*** Essentials ***/
.gen-home .accordion,
.gen-learn .accordion {
	margin: 30px auto 60px;
}
.gen-home .accordion__header,
.gen-learn .accordion__header {
	margin-bottom: 22.5px;
}
.gen-home .accordion__content,
.gen-learn .accordion__content {
	display: none;
	margin-bottom: 15px;
}
.gen-home .accordion__content[aria-hidden="false"],
.gen-learn .accordion__content[aria-hidden="false"] {
	display: block;
}
.gen-home .accordion__image,
.gen-learn .accordion__image {
	margin-bottom: 15px;
}
.gen-home .accordion__item~.accordion__item,
.gen-learn .accordion__item~.accordion__item {
	border-top: 1px solid #dbdbdb;
}
.gen-home .accordion__left,
.gen-learn .accordion__left {
	display: none;
}
.gen-home .accordion__toggle h3,
.gen-learn .accordion__toggle h3 {
	display: inline-block;
	transition-property: all;
	background-color: transparent;
	border: none;
	color: #222;
	padding: 0 5px 0 0;
	text-align: left;
	display: block;
	font-size: 18px;
	padding-bottom: 15px;
	padding-right: 60px;
	padding-top: 15px;
	position: relative;
	transition: color 0.3s linear;
	width: 100%;
}
.gen-home .accordion__toggle h3 span:before,
.gen-learn .accordion__toggle h3 span:before {
	color: #64a70b;
	font-size: 50%;
	margin-left: 5px;
	overflow: visible;
	top: 0;
	transition: transform 0.3s linear;
	width: 0;
}
.gen-home .accordion__toggle h3:hover,
.gen-learn .accordion__toggle h3:hover {
	background-color: transparent;
	color: #222;
}
.gen-home .accordion__toggle h3 span,
.gen-learn .accordion__toggle h3 span {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gen-home .accordion__toggle h3 span:before,
.gen-learn .accordion__toggle h3 span:before {
	font-size: 65%;
	margin-left: 0;
	width: auto;
}
.gen-home .accordion__toggle[aria-expanded="true"] h3 span,
.gen-learn .accordion__toggle[aria-expanded="true"] h3 span {
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
}
.gen-home .accordion__toggle:hover h3,
.gen-learn .accordion__toggle:hover h3 {
	color: #64a70b;
}
.gen-home .accordion__toggle:hover h3 span:before,
.gen-learn .accordion__toggle:hover h3 span:before {
	-ms-transform: none;
	transform: none;
}
@media (min-width: 768px) and (max-width: 1022px) {
	.gen-home .accordion__content__inner,
	.gen-learn .accordion__content__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.gen-home .accordion__image,
	.gen-home .accordion__text,
	.gen-learn .accordion__image,
	.gen-learn .accordion__text {
		width: 48%;
	}
	.gen-home .accordion__image,
	.gen-learn .accordion__image {
		margin-bottom: 0;
	}
}
@media (min-width: 1023px) {
	.gen-home .accordion .row,
	.gen-learn .accordion .row {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
		position: relative;
	}
	.gen-home .accordion__left,
	.gen-learn .accordion__left {
		display: block;
		width: 40%;
	}
	.gen-home .accordion__right,
	.gen-learn .accordion__right {
		padding: 60px 0 60px 60px;
		width: 60%;
	}
	.gen-home .accordion__image,
	.gen-learn .accordion__image {
		left: 0;
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40%;
	}
}
@media (min-width: 1100px) {
	.gen-home .accordion__image,
	.gen-home .accordion__left,
	.gen-home .accordion__right,
	.gen-learn .accordion__image,
	.gen-learn .accordion__left,
	.gen-learn .accordion__right {
		width: 50%;
	}
	.gen-home .accordion__right,
	.gen-learn .accordion__right {
		padding-right: 60px;
	}
}
#echart-content * {
	box-sizing: border-box !important;
}
#echart-content .react-toggle {
	margin-bottom: 18.7px !important;
}
#echart-content .react-toggle {
	-ms-touch-action: pan-x !important;
	touch-action: pan-x !important;
	display: inline-block !important;
	position: relative !important;
	cursor: pointer !important;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	-webkit-tap-highlight-color: transparent !important;
}
#echart-content .react-toggle-track {
	width: 40px !important;
	height: 22px !important;
	padding: 0 !important;
	border-radius: 30px !important;
	background-color: #696869 !important;
	-webkit-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}
#echart-content .react-toggle-track-check {
	position: absolute !important;
	width: 14px !important;
	height: 10px !important;
	top: 0 !important;
	bottom: 0 !important;
	margin-top: auto !important;
	margin-bottom: auto !important;
	line-height: 0 !important;
	left: 8px !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.25s ease !important;
	-o-transition: opacity 0.25s ease !important;
	transition: opacity 0.25s ease !important;
}
#echart-content .react-toggle--checked .react-toggle-track-check,
#echart-content .react-toggle-track-x {
	opacity: 1 !important;
	-webkit-transition: opacity 0.25s ease !important;
	-o-transition: opacity 0.25s ease !important;
	transition: opacity 0.25s ease !important;
}
#echart-content .react-toggle-track-x {
	position: absolute !important;
	width: 10px !important;
	height: 10px !important;
	top: 0 !important;
	bottom: 0 !important;
	margin-top: auto !important;
	margin-bottom: auto !important;
	line-height: 0 !important;
	right: 10px !important;
}
#echart-content .react-toggle-thumb {
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms !important;
	-o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms !important;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms !important;
	position: absolute !important;
	top: 2px !important;
	left: 2px !important;
	width: 18px !important;
	height: 18px !important;
	border: 0 solid #696869;
	border-radius: 50% !important;
	background-color: #fafafa !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: all 0.25s ease !important;
	-o-transition: all 0.25s ease !important;
	transition: all 0.25s ease !important;
}
#echart-content .react-toggle-screenreader-only {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
#echart-content .echart-show-diff {
	color: #696969 !important;
	margin-bottom: 3.895833333333333px !important;
	font-size: 10.908333333333333px !important;
	line-height: 10.908333333333333px !important;
	width: auto !important;
}
#echart-content .react-toggle--checked .react-toggle-track,
#echart-content .react-toggle--checked .react-toggle-track-check,
#echart-content .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
	background-color: #64a70b !important;
}
#echart-content .react-toggle--checked .react-toggle-track-x {
	opacity: 0 !important;
}
#echart-content .react-toggle--checked .react-toggle-thumb {
	left: 20px !important;
	border-color: #696869;
}
#pokaztylkoroznice {
	display: none;
}
@media (max-width: 768px) {
	.chowajwiersze {
		display: none;
	}
	#pokaztylkoroznice {
		display: block;
	}
}
/** table ***/
#phpagecontent_0_rptProductPageSections_ctl00_29_thrStoreLinkRow_29 .robot-info .btn {
	color: white;
	font-size: calc(9px + 0.2vw);
}
.comparison-chart .robot-name {
	font-size: calc(9px + 0.3vw) !important;
}
/* .availability.txt span {
  font-size:80%;
} */
/*** Dream Team ***/
.gen-learn .dream {
	background-size: cover;
	background-position: 50%;
	border-radius: 4px;
}
@media (min-width: 1023px) {
	.gen-learn .dream {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		min-height: 410px;
	}
}
.gen-learn .dream {
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
	clear: both;
	font-family:
		/*Harmonia Sans Pro,*/
		-apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 0;
}
@media (min-width: 1200px) {
	.gen-learn .dream .hero__inner {
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media (max-width: 1022px) {
	.gen-home .hero--has-bg,
	.gen-learn .hero--has-bg {
		background-image: none !important;
	}
}
@media (max-width: 1400px) {
	.gen-home .hero--has-bg,
	.gen-learn .hero--has-bg {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 1022px) and (max-width: 1399px) and (min-width: 768px) {
	.gen-home .hero__content,
	.gen-learn .hero__content {
		padding-right: 60px;
		padding-left: 60px;
	}
}
@media (max-width: 1022px) {
	.gen-home .hero--callout .hero__inner,
	.gen-learn .hero--callout .hero__inner {
		padding-bottom: 0;
	}
}
@media (min-width: 768px) {
	.gen-home .hero--callout .hero__content h2,
	.gen-learn .hero--callout .hero__content h2 {
		font-size: 44px;
		line-height: 48px;
	}
}
@media (min-width: 768px) {
	.gen-home .hero--callout .hero__content p,
	.gen-learn .hero--callout .hero__content p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (min-width: 768px) {
	.gen-home .page-content .button,
	.gen-learn .page-content .button {
		padding: 7.5px 22.5px;
	}
}
/*** Floating menu ***/
.gen-home .scroll-nav,
.gen-learn .scroll-nav {
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
	left: 0;
	line-height: 18px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
@media (min-width: 1023px) {
	.gen-home .scroll-nav,
	.gen-learn .scroll-nav {
		font-size: 18px;
		line-height: 22px;
	}
}
.gen-home .scroll-nav table,
.gen-learn .scroll-nav table {
	width: 100%;
}
.gen-home .scroll-nav table th,
.gen-home .scroll-nav table tr,
.gen-learn .scroll-nav table th,
.gen-learn .scroll-nav table tr {
	padding-bottom: 0;
	padding-top: 0;
}
.gen-home .scroll-nav table th:first-child,
.gen-learn .scroll-nav table th:first-child {
	padding-left: 0;
}
.gen-home .scroll-nav table th:nth-child(2),
.gen-home .scroll-nav table th:nth-child(3),
.gen-home .scroll-nav table th:nth-child(4),
.gen-learn .scroll-nav table th:nth-child(2),
.gen-learn .scroll-nav table th:nth-child(3),
.gen-learn .scroll-nav table th:nth-child(4) {
	padding-left: 30px;
	padding-right: 30px;
}
.gen-home .scroll-nav table th:nth-child(3),
.gen-home .scroll-nav table th:nth-child(4),
.gen-learn .scroll-nav table th:nth-child(3),
.gen-learn .scroll-nav table th:nth-child(4) {
	border-left: 1px solid #f4f4f4;
}
.gen-home .scroll-nav table th,
.gen-home .scroll-nav table th p,
.gen-learn .scroll-nav table th,
.gen-learn .scroll-nav table th p {
	color: #222;
}
.gen-home .scroll-nav .wrapper,
.gen-learn .scroll-nav .wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 0;
	padding-top: 0;
}
.gen-home .scroll-nav__cta .button,
.gen-learn .scroll-nav__cta .button {
	white-space: nowrap;
}
.gen-home .scroll-nav ul,
.gen-learn .scroll-nav ul {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}
.gen-home .scroll-nav ul li,
.gen-learn .scroll-nav ul li {
	list-style-type: none;
	padding: 0 15px;
	text-align: center;
}
.gen-home .scroll-nav ul a,
.gen-learn .scroll-nav ul a {
	color: #222;
	display: block;
	font-weight: 700;
	position: relative;
}
.gen-home .scroll-nav ul a:hover,
.gen-learn .scroll-nav ul a:hover {
	color: #579802;
}
.gen-home .scroll-nav ul a.scroll-active:before,
.gen-learn .scroll-nav ul a.scroll-active:before {
	background-color: #64a70b;
	bottom: -7.5px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
.gen-home .scroll-nav__logo,
.gen-learn .scroll-nav__logo {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}
.gen-home .scroll-nav__logo img,
.gen-learn .scroll-nav__logo img {
	display: block;
	margin-right: 15px;
	width: 40px;
}
.gen-home .scroll-nav__logo p,
.gen-learn .scroll-nav__logo p {
	color: #222;
}
.gen-home .scroll-nav--compare,
.gen-learn .scroll-nav--compare {
	display: none;
}
.gen-home .scroll-nav--compare table,
.gen-learn .scroll-nav--compare table {
	table-layout: fixed;
}
.gen-home .scroll-nav--compare td:first-child,
.gen-home .scroll-nav--compare th:first-child,
.gen-learn .scroll-nav--compare td:first-child,
.gen-learn .scroll-nav--compare th:first-child {
	width: 40%;
}
@media (min-width: 1023px) {
	.gen-home .scroll-nav--compare td:first-child,
	.gen-home .scroll-nav--compare th:first-child,
	.gen-learn .scroll-nav--compare td:first-child,
	.gen-learn .scroll-nav--compare th:first-child {
		width: 335px;
	}
}
@media (max-width: 767px) {
	.gen-home .scroll-nav--utility,
	.gen-learn .scroll-nav--utility {
		display: none;
	}
}
@media (min-width: 1023px) {
	.gen-home .scroll-nav--utility .scroll-nav__logo,
	.gen-learn .scroll-nav--utility .scroll-nav__logo {
		width: 30%;
	}
}
.gen-home .scroll-nav--utility .scroll-nav__logo a,
.gen-learn .scroll-nav--utility .scroll-nav__logo a {
	margin-right: 4%;
}
.gen-home .scroll-nav--utility .scroll-nav__logo img,
.gen-learn .scroll-nav--utility .scroll-nav__logo img {
	margin-right: 0;
}
@media (min-width: 1023px) {
	.gen-home .scroll-nav,
	.gen-learn .scroll-nav {
		font-size: 18px;
		line-height: 22px;
	}
}
.gen-home .scroll-nav,
.gen-learn .scroll-nav {
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
	left: 0;
	line-height: 18px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
@media (min-width: 768px) {
	.scroll-spy.sticky {
		position: fixed !important;
	}
}
@media (min-width: 768px) {
	.scroll-spy .scroll-spy-item {
		border-width: 0 !important;
	}
}
@media (min-width: 768px) {
	.scroll-spy .scroll-spy-active .scroll-spy-link {
		box-shadow: 0 3px #64a70b !important;
		color: black !important;
	}
}
@media (min-width: 768px) {
	.scroll-spy :not(.scroll-spy-active) .scroll-spy-link {
		box-shadow: 0 3px transparent;
	}
}
/******************** !i7 **********************/
/*** Slick slider ***/
/* 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;
}
/*** !Slick slider ***/
/*** Carousel ***/
.slick-dots {
	bottom: -25px;
	display: block;
	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: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #888;
}
.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: 45px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: 0.25;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: white;
}
.slick-dots li.slick-active button {
	background-color: #64a70b;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 90%;
	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: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
.gen-learn .slick-dots li button {
	background-color: #b4b4b4;
	border-radius: 100%;
	transition: background-color 0.3s linear;
}
.gen-learn .slick-dots li button:hover {
	background-color: #64a70b;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "�?�";
}
[dir="rtl"] .slick-prev:before {
	content: "�??";
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
/*** !Carousel ***/
/*** Fixes ***/
@media (min-width: 1023px) {
	.gen-home .hero__image img,
	.gen-learn .hero__image img {
		left: 50%;
		max-width: none;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		top: 50%;
		transition: all 0.3s linear;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
	}
}
@media (min-width: 1023px) {
	.anchor#features {
		padding-top: 60px !important;
	}
	.anchor#Designedforyou {
		padding-top: 110px !important;
	}
}
@media (min-width: 768px) and (max-width: 1250px) {
	.availability.true.txt span,
	.availability.true.txt span b {
		font-size: 1vw !important;
	}
}
.featured-callouts h2.title span {
	font-size: 25px;
	font-weight: normal;
}
/* 20190618 */
/* @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); */
/* @import url("//fast.fonts.net/t/1.css?apiType=css&projectid=20d74cc5-7f7c-49a7-80ae-fa2f389c550d"); */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	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);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
@media screen and (min-width: 1025px) {
	.u-desktop-only {
		display: initial;
		padding: 0 10px;
	}
}
@media screen and (max-width: 1024px) {
	.u-desktop-only {
		display: none !important;
	}
}
@media screen and (max-width: 1024px) {
	.u-mobile-only {
		display: initial;
	}
}
@media screen and (min-width: 1025px) {
	.u-mobile-only {
		display: none !important;
	}
}
.color--green {
	color: #64a70b;
}
.color-brand-green-dark {
	color: #4e8828;
}
.color--blue {
	color: #1a92c6;
}
.color--white {
	color: #fff;
}
.color--black {
	color: #000;
}
.color--new-green-dark {
	color: #447355;
}
.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free";
}
.u-font--semi-bold {
	font-weight: 400;
}
.u-font--bold {
	font-weight: bold;
}
.u-font--regular {
	font-weight: normal;
}
.u-font--italic {
	font-style: italic;
}
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?micytu");
	src: url("../fonts/icomoon.eot?micytu#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?micytu") format("truetype"), url("../fonts/icomoon.woff?micytu") format("woff"),
		url("../fonts/icomoon.svg?micytu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-Pet_Icon:before {
	content: "\e900";
	color: #63a844;
}
.icon-warranty:before {
	content: "\e901";
	color: #63a844;
}
.icon-vSlam:before {
	content: "\e902";
	color: #63a844;
}
.icon-Support_Person_Icon:before {
	content: "\e903";
	color: #63a844;
}
.icon-Stem-Icon:before {
	content: "\e904";
	color: #63a844;
}
.icon-software_update:before {
	content: "\e905";
	color: #64a70b;
}
.icon-Smart_House_Icon:before {
	content: "\e906";
	color: #63a844;
}
.icon-Sensor_Icon-2:before {
	content: "\e907";
	color: #63a844;
}
.icon-Sensor_Icon:before {
	content: "\e908";
	color: #63a844;
}
.icon-Self_Charge_Icon:before {
	content: "\e909";
	color: #63a844;
}
.icon-Search_Icon:before {
	content: "\e90a";
	color: #63a844;
}
.icon-Rubber-Brushes:before {
	content: "\e90b";
	color: #63a844;
}
.icon-precision-jet-spray:before {
	content: "\e90c";
	color: #64a70b;
}
.icon-phone_icon:before {
	content: "\e90d";
	color: #63a844;
}
.icon-Pet_Icon-2:before {
	content: "\e90e";
	color: #63a844;
}
.icon-stage_cleaning_icon:before {
	content: "\e90f";
	color: #63a844;
}
.icon-Account_Icon:before {
	content: "\e910";
	color: #63a844;
}
.icon-Automatic_Disposal_Icon:before {
	content: "\e911";
	color: #63a844;
}
.icon-Cart_Icon:before {
	content: "\e912";
	color: #63a844;
}
.icon-connectivity:before {
	content: "\e913";
	color: #63a844;
}
.icon-Corporate_Icons:before {
	content: "\e914";
	color: #63a844;
}
.icon-dirt_detect_icon:before {
	content: "\e915";
	color: #61a60e;
}
.icon-Dual-multi-surface-brushes:before {
	content: "\e916";
	color: #63a844;
}
.icon-easy-to-use:before {
	content: "\e917";
	color: #63a844;
}
.icon-edge:before {
	content: "\e918";
	color: #63a844;
}
.icon-Email-Icon:before {
	content: "\e919";
	color: #63a844;
}
.icon-free-shipping:before {
	content: "\e91a";
	color: #63a844;
}
.icon-Live_Chat_Icon:before {
	content: "\e91b";
	color: #63a844;
}
.icon-Mapping_Icon:before {
	content: "\e91c";
	color: #63a844;
}
.icon-money-back:before {
	content: "\e91d";
	color: #62a844;
}
.icon-Multiple-floors:before {
	content: "\e91e";
	color: #63a844;
}
.icon-pad-system:before {
	content: "\e91f";
	color: #64a70b;
}
.pg--nav-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.center--header {
	width: calc(100% - 324px);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.left--header,
.right--header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 100%;
}
.site-banner {
	background: #e4e8ed;
}
.site-banner .callout .spacer {
	height: 45px;
}
.banner--item {
	position: relative;
	background-color: #4e8828;
	height: 100% !important;
	width: 100% !important;
}
#primaryNav li:last-child {
	border: none;
	border-left: 1px solid white;
}
#primaryNav li {
	border-right: 1px solid white;
	text-align: center;
	color: #fff;
	height: 100%;
}
.pg--header .pg--header-center {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	width: "252";
	height: "56";
}
.pg--header .site-root-link {
	display: inline-block;
	padding: 15px;
}
.pg--header .pg--cart-nav {
	width: 58px;
}
.pg--header .nav-list {
	margin: 0;
	padding: 0;
}
.pg--header .nav-item,
.pg--header .nav-link {
	display: block;
}
.site-navigation {
	background: #fff;
	-webkit-box-shadow: inset -8px 0 5px -5px rgba(0, 0, 0, 0.15);
	box-shadow: inset -8px 0 5px -5px rgba(0, 0, 0, 0.15);
	height: 100vh;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	-webkit-transform: translate(-275px, 0);
	transform: translate(-275px, 0);
	transition-property: -webkit-transform, visibility;
	-webkit-transition-delay: 0s, 300ms;
	transition-delay: 0s, 300ms;
	-webkit-transition-duration: 300ms, 0s;
	transition-duration: 300ms, 0s;
	-webkit-transition-property: visibility, -webkit-transform;
	transition-property: visibility, -webkit-transform;
	transition-property: transform, visibility;
	transition-property: transform, visibility, -webkit-transform;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	visibility: hidden;
	width: 275px;
	z-index: 100;
}
.utility-nav {
	border-top: 1px solid #e4e8ed;
	padding-bottom: 50px;
}
.utility-nav .nav-list {
	margin: 0;
	padding: 0;
}
.utility-nav .country-nav .nav-link--lvl2 {
	padding: 5px 15px 5px 40px;
	position: relative;
}
.utility-nav .country-nav .flag .nav-link--lvl2 {
	position: relative;
	padding: 10px 10px 10px 35px;
}
.utility-nav .country-nav .nav-list--lvl2 {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
	display: none;
	left: 0;
	min-width: 100%;
	padding-top: 35px;
	position: absolute;
	top: 0;
}
@media (min-width: 768px) {
	.utility-nav .nav-list--lvl2 {
		display: none;
		margin: 0;
		padding: 0;
	}
	.primary-nav {
		margin: 0 243px 0 204px;
		text-align: center;
	}
	.primary-nav-left {
		left: 60px;
	}
	.primary-nav-left,
	.primary-nav-right {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
.utility-nav .nav-list--lvl1 {
	display: inline-block;
}
.primary-nav-wrapper-inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 10px;
	position: relative;
}
.primary-nav-right {
	right: 10px;
	width: 219px;
}
.primary-nav {
	margin: 0 154px 0 173px;
}
.primary-nav-left .site-logo {
	height: auto;
	vertical-align: middle;
}
@media (max-width: 1023px) and (min-width: 768px) {
	.primary-nav-left {
		left: 29px;
	}
}
.primary-nav-right .search {
	background: #fff;
	border-radius: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}
.right--header .search {
	background: #fff;
	border-radius: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}
.left--header-sec {
	margin-left: 3%;
	width: 25%;
}
.right--header-sec {
	margin-right: 3%;
	width: 25%;
}
#secondaryNav li:last-child {
	border: none;
}
#secondaryNav li {
	border-right: 1px solid #e4e8ed;
	text-align: center;
}
.secondary-nav-wrapper {
	background: #fff;
}
.secondary-nav {
	margin: 0px;
	text-align: center;
}
.center--header-sec {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	margin-left: 10%;
	margin-right: 20%;
	font-size: 14px;
}
.page-header a,
.page-footer a,
.page-copyright a {
	text-decoration: none;
}
.o-header__leftheader {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 65px 0px 0px;
}
.o-header__leftheader .o-header__hamburger {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.o-header__leftheader {
		width: 100%;
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.o-header__centerheader {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	.o-header__centerheader {
		display: none;
	}
}
.o-header__rightheader {
	margin: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.o-header__rightheader {
		display: none;
	}
}
.page-footer {
	background-color: #fff;
}
.footer-nav {
	padding: 20px 10px 10px;
}
.footer-nav .nav-item--lvl1 {
	margin-bottom: 15px;
}
.footer-nav .nav-item,
.footer-nav .nav-link {
	display: block;
}
.footer-nav .nav-list {
	margin: 0;
	padding: 0;
}
.footer-nav .nav-link--lvl2 {
	color: #000;
	font-size: 14px;
	line-height: 15px;
	padding: 6px 0;
}
.disclaimer-nav {
	border-top: 1px solid #6c7680;
	margin: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 65px;
}
.disclaimer-nav .nav-link {
	color: #6c7680;
	display: block;
	font-size: 12px;
	line-height: 1em;
}
#disclaimer li,
#primaryNav li,
#secondaryNav li {
	list-style-type: none;
}
.page-header a,
.page-footer a,
.page-copyright a {
	text-decoration: none;
}
.page-footer .m-icon__section a {
	color: #447355;
	font-weight: 700;
}
.footer-nav .nav-item,
.footer-nav .nav-link {
	display: block;
}
.page-copyright .copyright {
	font-size: 12px;
	margin: 0 auto;
	max-width: 1180px;
	padding: 15px 10px;
}
.page-copyright {
	margin-top: -13px;
	background: #000;
	color: #fff;
}
.o-fxm-header * {
	max-width: initial;
}
body {
	margin: 0;
	padding: 0;
}
picture img {
	width: 100%;
	height: auto;
	display: block;
}
sup {
	font-size: 0.83em;
	vertical-align: super;
	line-height: 0;
	top: 0.3em;
	position: relative;
}
.page-content {
	max-width: 1920px;
	width: 100%;
}
.flex-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.spaced-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex--centered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-grid--narrow {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 35px;
	padding-right: 35px;
}
@media screen and (max-width: 1260px) {
	.flex-grid--narrow {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.flex-grid--narrow {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
@media screen and (max-width: 1024px) {
	.flex-grid--narrow {
		width: calc(100% - 32px);
		max-width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.o-valueadd .flex-grid--narrow {
		padding: 0;
	}
}
.flex--direction-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex--direction-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.o-productlineup .flex--direction-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-grid * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	line-height: 1em;
}
.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.flex-all {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 5px;
}
.flex-column {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(25% - 10px);
	flex: 1 0 calc(25% - 10px);
	margin: 5px;
}
.flex-column-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 45%;
	flex: 1 0 45%;
	margin: 5px;
}
.flex-column-3 {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 32%;
	transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
	.flex-column-3 {
		width: 100%;
		margin-bottom: 35px;
	}
	.flex-column-3:last-of-type {
		margin-bottom: 0;
	}
}
.flex-column-4 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 20%;
	flex: 1 0 20%;
	margin: 5px;
}
.flex-column-6 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 18%;
	flex: 1 0 18%;
	margin-left: 0px;
	margin-right: 5px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.flex--flex-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex--flex-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex--textonly {
	padding: 24px;
}
.flex--center-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	width: 100%;
	height: 100%;
}
.flex-column-65 {
	width: 65%;
	padding: 0px;
	text-align: center;
}
@media (max-width: 1024px) {
	.o-hero .flex-column-65 {
		margin-top: 0;
		width: 100%;
	}
}
.o-hero--contained .flex-column-65 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 65px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-column-35 {
	width: 35%;
	padding: 35px 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1280px) {
	.flex-column-35 {
		padding: 35px;
	}
}
@media (max-width: 1024px) {
	.flex-column-35 {
		width: 100%;
	}
}
.flex-column-grey {
	background: #f3f4f6;
}
.full-width {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.link--btn {
		display: inline-block;
		height: auto;
		position: relative;
		vertical-align: middle;
		width: 100px;
		margin-top: 5px;
	}
	.primary-nav-wrapper {
		background: #64a70b;
		height: 55px;
	}
	#bannerText {
		display: none;
	}
	#secondaryNavWrapper {
		display: none;
	}
	.flex-carousel {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.thumb--container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.icon--section {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.product--footer-grid {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-column-50 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		vertical-align: middle;
	}
	.flex-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-column-2 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-column-4 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-column-6 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-column-65 {
		text-align: center;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-bottom: 3em;
	}
	.flex-column-35 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
@media screen and (min-width: 992px) {
	#nav-wrapper {
		height: 300px;
	}
	.primary-nav-wrapper {
		background: #64a70b;
		height: 50%;
	}
	.secondary-nav-wrapper {
		height: 50%;
	}
	#centerHeaderNav {
		height: 100%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#primaryNav {
		height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.flex-column {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 5px 0px;
		width: 100%;
	}
	.flex-column-2 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 5px 0px;
		width: 100%;
	}
	.flex-column-4 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 5px 0px;
		width: 100%;
	}
	.flex-column-6 {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 18%;
		flex: 1 0 18%;
		margin-left: 0px;
		margin-right: 5px;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.center--header,
	.right--header {
		display: none;
	}
	.left--header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(100% - 40px);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 20px;
		height: 22px;
	}
}
.is--hidden {
	display: none !important;
	visibility: hidden !important;
}
.is--vishidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
}
.vertical--align-left {
	vertical-align: left;
}
.vertical--align-middle {
	vertical-align: middle;
}
.vertical--align-right {
	vertical-align: right;
}
.right {
	float: right;
}
.right--search {
	float: right;
	padding: 0 0 1rem 0;
}
.left {
	float: left;
}
.float-none {
	float: none;
}
.align--right {
	text-align: right;
}
.align--center {
	text-align: center;
}
.align--left {
	text-align: left;
}
.left-div {
	float: left;
	width: auto;
	height: auto;
	margin-right: 10%;
}
.left-div-nm {
	float: left;
	width: auto;
	height: auto;
	margin-right: 5%;
}
.right-div {
	margin-left: 70%;
	margin-top: -20px;
}
.right-div-50 {
	margin-left: 50%;
	margin-top: -6px;
}
.indent--left {
	padding-left: 1.5em;
}
.indent--right {
	padding-right: 1.25em;
}
.margin-right {
	margin-right: 20px;
}
.margin-left {
	margin-right: 20px;
}
body {
	background: #fff;
	color: #000;
	font-family:
		/*"Harmonia Sans",*/
		Arial, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: 0;
}
/* JK Fix na flipclock
.bottom {
	padding-bottom: 15px
}
.top {
	margin-top: 10px;
	padding-top: 10px
} */
.img--left {
	float: left;
	margin-right: 10px;
	clear: both;
}
.text--right {
	margin-left: 0px;
	overflow: auto;
	display: block;
}
.img--right {
	float: right;
	margin-left: 10px;
	clear: both;
}
.text--left {
	margin-right: 0px;
	overflow: auto;
	display: block;
}
a div i {
	display: inline-block;
}
.float--elements>* {
	float: left;
	margin-right: 1.5em;
}
.clearfix {
	*zoom: 1;
}
.gray--background {
	background: #e4e8ed;
}
.center {
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 1400px) {
	.maestrobackwardcompatible .bg-img-callouts .content {
		max-width: calc(-169px + 100%);
	}
}
@media screen and (max-width: 767px) {
	.maestrobackwardcompatible .bg-img-callouts .content {
		max-width: 100%;
	}
}
.maestrobackwardcompatible .bg-img-callouts h1 {
	font-weight: 700;
	text-transform: none;
	text-align: left;
	font-size: 40px;
	text-align: inherit;
	font-weight: 600;
	font-family: inherit;
	font-size: 60px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.maestrobackwardcompatible .bg-img-callouts h1 {
		color: #6c7680;
	}
}
.maestrobackwardcompatible .bg-img-callouts h2 {
	font-weight: 700;
	text-transform: none;
	text-align: center;
	font-size: 32px;
	text-align: inherit;
	font-family: inherit;
	line-height: 1.2;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.maestrobackwardcompatible .bg-img-callouts h2 {
		color: #6c7680;
	}
}
.maestrobackwardcompatible .callouts h1 {
	font-weight: 700;
	text-transform: none;
	text-align: left;
	font-size: 40px;
	text-align: inherit;
	font-weight: 600;
	font-family: inherit;
	color: #6c7680;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
.maestrobackwardcompatible .callouts h2 {
	font-weight: 700;
	text-transform: none;
	text-align: center;
	font-size: 32px;
	text-align: inherit;
	font-family: inherit;
	color: #6c7680;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
.maestrobackwardcompatible .callouts h3 {
	font-weight: 600;
	text-transform: none;
	font-size: 29px;
	font-family: inherit;
	color: #6c7680;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
.maestrobackwardcompatible .callouts p,
.maestrobackwardcompatible .callouts li {
	color: #6c7680;
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 35px;
	text-align: inherit;
	max-width: 100%;
	font-weight: 300;
	font-size: 18px;
}
.maestrobackwardcompatible .callouts p.text-center,
.maestrobackwardcompatible .callouts li.text-center {
	text-align: center;
}
.maestrobackwardcompatible .callouts .body {
	margin-top: 35px;
	margin-bottom: 35px;
}
.maestrobackwardcompatible .bg-roomba-green h1,
.maestrobackwardcompatible .bg-roomba-green h2,
.maestrobackwardcompatible .bg-roomba-green h3,
.maestrobackwardcompatible .bg-roomba-green p,
.maestrobackwardcompatible .bg-roomba-green li,
.maestrobackwardcompatible .bg-roomba-green * {
	color: #fff;
}
.maestrobackwardcompatible .bottom-padding {
	margin-bottom: 0px;
	padding-bottom: 55px;
}
.maestrobackwardcompatible .top-padding {
	margin-top: 0px;
	padding-top: 55px;
}
.maestrobackwardcompatible .bg-roomba-green * {
	color: #fff;
}
.maestrobackwardcompatible .m-footer__contactcontainer .a-inputcomponent__inputcontainer label {
	display: none;
}
.maestrobackwardcompatible .m-footer__contactcontainer .a-inputcomponent__input {
	height: auto;
	padding: 8px;
	margin: 0;
	float: none;
	line-height: initial;
	width: 140px;
}
.maestrobackwardcompatible .m-footer__contactcontainer .a-inputcomponent__button {
	float: none;
	border: 1px solid grey;
	border-radius: 32px;
	height: 24px;
	padding: 0;
	width: 24px;
	margin: 4px;
	background: white;
}
.a-btn {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid transparent;
	border-radius: 2px;
	display: inline-block;
	font-family: inherit;
	font-size: 17px;
	line-height: 17px;
	padding: 8px 12px;
	text-decoration: none;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: background, border-color, color;
	transition-property: background, border-color, color;
	vertical-align: top;
	margin: 0;
	margin-bottom: 20px;
	cursor: pointer;
}
.braava .a-btn {
	background: #518a70;
	color: #fff;
}
.braava .a-btn:hover {
	background: #518a70;
	color: #fff;
}
.a-btn--primary-green {
	background: #447355;
	color: #f8fbf7;
	border: none;
	border-radius: 40px;
	padding: 14px 24px;
	text-align: center;
}
.a-btn--primary-green:hover,
.a-btn--primary-green:focus {
	color: #fff !important;
	background: #518a70;
}
.a-btn--secondary-green {
	background: #fff;
	border-color: #64a70b;
	color: #64a70b;
}
.a-btn--secondary-green:hover {
	background: #64a70b;
	border-color: #64a70b;
	color: #fff;
}
.a-btn--secondary-gray {
	background: #6a768c !important;
	padding: 3px 16px !important;
	color: #ddd;
}
.a-btn--secondary-gray:hover {
	background: #6a768c !important;
	padding: 3px 16px !important;
	color: #fff;
}
.a-btn--primary-blue {
	background: #1aa2dc;
	border-color: #1aa2dc;
	color: #fff;
}
.a-btn--primary-blue :hover {
	background: #1a92c6;
	border-color: #1a92c6;
	color: #fff;
}
.a-btn--secondary-blue {
	background: #fff;
	border-color: #1a92c6;
	color: #1a92c6;
}
.a-btn--secondary-blue :hover {
	background: #1aa2dc;
	border-color: #1aa2dc;
	color: #fff;
}
.a-btn--secondary-white {
	background: #fff !important;
	border: 2px solid #518a70 !important;
	color: #518a70 !important;
	border-radius: 30px;
	font-weight: bold;
	padding: 10px 20px;
	height: initial;
}
.a-btn--secondary-white2 {
	background: #fff !important;
	border: 2px solid #518a70 !important;
	color: #518a70 !important;
	border-radius: 30px;
	font-weight: bold;
	padding: 5px 20px;
	height: initial;
	font-size: 12px;
}
.a-btn__play::after {
	content: "  >";
	font-size: 0.75em;
}
.m-signupform .a-btn {
	margin-left: 10px;
	padding: 9px 12px;
}
@media screen and (max-width: 1024px) {
	.m-signupform .a-btn {
		width: calc(100% - 60px);
		margin: 0 auto;
		display: block;
	}
}
.o-quizcomponent__buttoncontainer .a-btn {
	margin: 8px;
	text-align: center;
}
.m-iconWithDropdown__viewCheckout .a-btn {
	margin-bottom: 0;
}
.o-hero--interactive .m-hero .a-btn {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.o-promo .a-btn {
		margin-bottom: 0;
	}
}
.o-product-lineup .a-btn {
	margin-bottom: 0;
	margin-top: auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
@media screen and (max-width: 1024px) {
	.m-search .a-btn {
		margin-bottom: 35px;
	}
}
@media (max-width: 1024px) {
	.a-btn {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 24px);
		text-align: center;
	}
}
input[type="text"].a-inputcomponent__input,
input[type="email"].a-inputcomponent__input {
	border: none;
	font-size: 11px;
	padding: 8px;
	width: 120px;
}
@media screen and (max-width: 1024px) {
	input[type="text"].a-inputcomponent__input {
		width: calc(100% - 28px);
	}
}
.o-subheader__title input[type="text"] {
	left: -35px;
	position: relative;
	top: 0px;
	border: none;
	display: block;
	padding: 20px 35px;
	display: block;
	font-weight: 300;
	font-size: 18px;
	color: #6c7680;
	position: relative;
	padding: 20px 35px;
	margin: 0px 0px;
	width: 100%;
	border: none;
	height: auto;
}
.o-subheader__title input[type="text"]::-webkit-input-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]::-moz-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]:-ms-input-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]::-ms-input-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]::placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]::-webkit-input-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]::-moz-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]:-ms-input-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]:-moz-placeholder {
	color: #6c7680;
}
.o-subheader__title input[type="text"]:focus {
	background: #e4e8ed;
}
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	border-radius: 2px !important;
	border: 1px solid #ccc;
	padding: 6px 12px;
	-webkit-rtl-ordering: logical;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb !important;
	cursor: text;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0;
	line-height: 21px;
	font-size: 14px;
	font-family: inherit;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}
textarea:focus {
	outline: none !important;
	border: 1px solid #1a92c6;
}
.a-radio-box {
	position: relative;
}
.a-radio-box:not(:last-child) {
	margin-right: 4rem;
}
.radio-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#radio--custom {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: rect(0, 0, 0, 0);
	clip-path: rect(0, 0, 0, 0);
	z-index: -1;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
#radio--custom+label:before {
	content: "";
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #fff;
	background: radial-gradient(ellipse at center, #ccc 56%, #ccc 60%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0% 0%;
	top: 0.25rem;
	-webkit-transition: all 0.125s ease-in-out;
	transition: all 0.125s ease-in-out;
	-webkit-box-shadow: #1a92c6;
	box-shadow: #1a92c6;
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: middle;
}
#radio--custom:checked+label:before {
	content: "";
	border: 1px solid #1a92c6;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #fff;
	background: radial-gradient(ellipse at center, #64a70b 56%, #64a70b 60%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.125s ease-in-out;
	transition: all 0.125s ease-in-out;
	display: inline-block;
	vertical-align: middle;
}
.o-search .a-input {
	max-width: 100%;
	display: block;
	width: 400px;
	position: relative;
	margin-bottom: 35px;
}
.o-search .a-input:after {
	font-family: "IrobotWeb";
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-rendering: auto;
	content: "\f024";
	position: absolute;
	top: 0;
	right: 0;
}
.m-signupform .a-input {
	max-width: calc(100% - 24px);
	width: 400px;
}
@media screen and (max-width: 1024px) {
	.m-signupform .a-input {
		width: calc(100% - 86px);
		margin: 0 auto 10px;
		display: block;
	}
}
.a-label {
	cursor: default;
	font-style: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 15px;
}
.a-label--required {
	cursor: default;
	font-style: inherit;
	padding-bottom: 18px;
	color: #cd0000;
	font-size: 14px;
	line-height: 1;
	content: "*";
	margin-left: -12px;
	padding: 0px;
}
.a-label+.label--required {
	display: inline-block;
	margin-right: 5px;
	margin-left: 0px;
	padding: 0px;
}
.a-label .a-btn {
	width: 100%;
	margin-right: 15px;
}
.m-signupform .a-label {
	font-weight: 600;
	text-transform: none;
	font-size: 24px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.m-signupform .a-label {
		width: calc(100% - 24px);
		margin: 0 auto 10px;
		display: block;
		padding-bottom: 0;
	}
}
.a-paragraph {
	color: #6c7680;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 35px;
	text-align: left;
	max-width: 100%;
}
.product-price3 {
	color: #518a70;
	font-size: 1.625rem;
	line-height: 1em;
	font-weight: 700;
}
.o-product-lineup__featuredcard--upper .a-paragraph {
	margin-bottom: 15px;
}
.a-paragraph p {
	margin: 0;
}
@media (max-width: 1024px) {
	.a-paragraph {
		font-size: 20px;
	}
}
.a-paragraph .a-link {
	padding-bottom: 20px;
}
.a-paragraph--white {
	color: #fff;
}
.a-paragraph--bold {
	font-weight: 700;
}
.m-iconWithDropdown__promo .a-paragraph {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.m-iconWithDropdown__subtotal .a-paragraph {
	margin: 0;
	color: #64a70b;
	font-weight: 800;
	font-size: 11px;
}
.m-iconWithDropdown__cart .a-paragraph {
	color: #393f45;
}
.m-iconWithDropdown__cart .a-paragraph {
	color: #393f45;
}
.m-iconWithDropdown__cart .a-paragraph.m-iconWithDropdown__cartItemPrice {
	color: #64a70b;
}
.m-iconWithDropdown__cartItemDetails .a-paragraph {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	line-height: 15px;
}
.o-hero .a-paragraph {
	font-weight: 300;
	font-size: 18px;
}
.o-hero .a-paragraph--disclaimer {
	font-weight: 300;
	text-transform: none;
	font-size: 12px;
}
@media (max-width: 768px) {
	.o-hero .a-paragraph {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1280px) {
	.o-hero .a-paragraph {
		margin-bottom: 10px;
	}
}
.o-product-lineup .a-paragraph {
	font-weight: 300;
	text-transform: none;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup .a-paragraph {
		font-weight: 300;
		text-transform: none;
		font-size: 12px;
		text-align: center;
	}
}
.o-product-lineup .m-productcard .a-paragraph:first-of-type {
	text-transform: none;
	font-size: 22px;
	font-size: 24px;
	font-weight: 700;
}
@media (max-width: 1024px) {
	.o-product-lineup .m-productcard .a-paragraph:first-of-type {
		max-width: 350px;
		margin: 5px auto;
	}
}
@media (max-width: 576px) {
	.o-product-lineup .m-productcard .a-paragraph:first-of-type {
		font-size: 20px !important;
		line-height: 24px;
	}
}
@media (max-width: 480px) {
	.o-product-lineup .m-productcard .a-paragraph:first-of-type {
		font-size: 18px !important;
	}
}
.o-product-lineup .m-productcard .a-paragraph:last-of-type {
	font-weight: 300;
	text-transform: none;
	font-size: 12px;
	font-size: 14px;
}
.o-product-lineup--featured .a-paragraph {
	font-weight: 300;
	text-transform: none;
	font-size: 20px;
	text-align: left;
}
.o-product-lineup--standard .a-paragraph {
	font-weight: 300;
	text-transform: none;
	text-align: left;
	color: #000;
	font-size: 18px;
}
.o-product-lineup--standard .a-paragraph--disclaimer {
	font-weight: 300;
	text-transform: none;
	font-size: 12px;
}
.o-product-lineup__featuredcard--upper .a-paragraph,
.o-product-lineup__standardcard--upper .a-paragraph {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__featuredcard--upper .a-paragraph,
	.o-product-lineup__standardcard--upper .a-paragraph {
		color: #6c7680;
	}
}
.m-promopricing .a-paragraph--bold {
	font-weight: 300;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.m-promopricing .a-paragraph--strikeout {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 0;
}
.m-productcard .a-paragraph:first-of-type {
	color: #393f45;
	margin: 0 0 2px 0px;
}
.m-productcard .a-paragraph:last-of-type {
	color: #3b4147;
	font-size: 13px;
	margin: 0 0 2px 0px;
}
.m-icon__section .a-paragraph {
	padding: 0;
	margin: 8px 8px 8px 20px;
	color: #000;
}
.m-hero__link .a-paragraph {
	font-size: 14px;
}
.m-footer__contactcontainer .a-paragraph {
	margin-left: 8px;
}
@media screen and (max-width: 1024px) {
	.o-footer__legal .a-paragraph {
		font-size: 13px;
		color: #393f45;
	}
}
.m-categoryProductLineupCard__inner .a-paragraph {
	color: #fff;
	margin-bottom: 240px;
}
.o-hero__interactiveoption .a-paragraph {
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption .a-paragraph {
		font-weight: 300;
		font-size: 18px;
		color: #6c7680;
	}
}
.o-hero__interactiveoption--active .a-paragraph {
	color: #393f45;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption--active .a-paragraph {
		color: #393f45;
	}
}
.o-hero__interactiveoption:nth-child(n + 2) .a-paragraph,
.o-hero__interactiveoption:nth-child(n + 3) .a-paragraph {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption:nth-child(n + 2) .a-paragraph,
	.o-hero__interactiveoption:nth-child(n + 3) .a-paragraph {
		margin-bottom: 20px;
	}
}
.a-paragraph .o-product-lineup__featuredcard--upper,
.a-paragraph .o-product-lineup__standardcard--upper {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.a-paragraph .o-product-lineup__featuredcard--upper,
	.a-paragraph .o-product-lineup__standardcard--upper {
		color: #6c7680;
	}
}
@media screen and (max-width: 1024px) {
	.m-search__storeresult .a-paragraph {
		margin-left: 116px;
		margin-bottom: 75px;
	}
}
#cybPromoBar {
	position: fixed;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #4e8828;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: 2;
}
#cybCloseButton {
	font-family: Arial, sans-serif;
	position: absolute;
	top: 1%;
	right: 1%;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}
.cybGroups {
	padding: 10px 20px;
	text-align: center;
	display: inline-block !important;
}
.a-tooltip__container {
	position: absolute;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	position: relative;
	display: inline-block;
	outline: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.a-tooltip__container .a-tooltip__text {
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: visible;
	position: absolute;
	right: auto;
	left: 56px;
	top: 2px;
	width: 200px;
	padding: 10px;
	z-index: 100;
	background: #e4e8ed;
	color: #000;
	margin: -20px;
	border-radius: 2px;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.a-tooltip__container .a-tooltip__text p {
	margin: 0;
}
.a-tooltip__container:hover {
	border: 0;
}
.a-tooltip__container--blue {
	position: relative;
	display: inline-block;
	outline: none;
}
.a-tooltip__container--blue:hover {
	border: 0;
}
.a-tooltip__container--blue:hover span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 2px;
	left: 100%;
	width: 200px;
	padding: 10px;
	z-index: 100;
	background: #1a92c6;
	color: #fff;
	margin: -20px;
	border-radius: 2px;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.a-tooltip__container--blue:hover span:before,
.a-tooltip__container--blue:hover span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #1a92c6;
	left: -8px;
	top: 35%;
	cursor: auto;
	font-size: 12px;
	font-family: inherit;
}
.a-tooltip__container--green {
	position: relative;
	display: inline-block;
	outline: none;
}
.a-tooltip__container--green span {
	display: none;
}
.a-tooltip__container--green:hover {
	border: 0;
}
.a-tooltip__container--green:hover span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 2px;
	left: 100%;
	width: 200px;
	padding: 10px;
	z-index: 100;
	background: #64a70b;
	color: #fff;
	margin: -20px;
	border-radius: 2px;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.a-tooltip__container--green:hover span:before,
.a-tooltip__container--green:hover span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #64a70b;
	left: -8px;
	top: 35%;
	cursor: auto;
	font-size: 12px;
	font-family: inherit;
}
.a-tooltip__icon {
	position: relative;
	background-color: #6c7680;
	width: 22px !important;
	height: 22px !important;
	display: inline-block !important;
	text-align: center !important;
	border-radius: 10px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 21px;
}
.a-tooltip__icon:hover .a-tooltip__text {
	opacity: 1;
}
.a-tooltip__icon:hover .a-tooltip__text:before,
.a-tooltip__icon:hover .a-tooltip__text:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e4e8ed;
	left: -8px;
	top: 35%;
	cursor: auto;
	font-size: 12px;
	font-family: inherit;
}
.a-inline--block {
	display: inline-block;
	vertical-align: middle;
}
.a-txt--field {
	width: 65%;
}
input[type="text"]+.a-btn {
	border-left: 0px;
	margin-left: -2px;
}
.text--btn-form {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.text--lbl {
	display: block;
	margin: 0em;
}
.form__actions {
	margin-bottom: 2rem;
}
.field__note {
	font-size: 0.75rem;
}
.field__note a {
	text-decoration: underline;
}
label textarea {
	vertical-align: middle;
}
.label .label {
	margin-right: 15px;
}
.product-info {
	clear: both;
	padding-top: 1em;
}
.pt_product-details .product-info .tabs {
	outline: #e4e8ed solid 2px;
	padding: 1.25rem;
	min-height: 0;
	min-height: auto;
	margin-bottom: 3.125rem;
}
.tabs {
	position: relative;
	text-align: center;
}
.tab .tab-switch {
	display: none;
}
@media only screen and (min-width: 48em) {
	.tabs .tab input[type="radio"]:checked+label {
		border-bottom: 4px solid #64a70b;
		color: #64a70b;
	}
}
.tabs .tab .tab-label {
	position: relative;
	font-size: 1.125rem;
	border-bottom: 4px solid #e4e8ed;
	padding-bottom: 0.5rem;
	line-height: 1em;
}
@media only screen and (min-width: 48em) {
	.tab .tab-switch:checked+.tab-label {
		background: #fff;
		border-bottom-color: #64a70b;
		color: #000;
		font-weight: 700;
		top: -0.0625rem;
		z-index: 1;
	}
}
@media only screen and (min-width: 48em) {
	.tab .tab-label {
		cursor: pointer;
		padding: 0 1.25rem;
	}
}
.tab .tab-label {
	font-family:
		/*"Harmonia Sans W01",*/
		Arial, sans-serif;
	font-weight: 500;
	border-bottom: 3px solid #fff;
	color: #000;
	display: block;
	line-height: 2.5em;
	position: relative;
	text-transform: none;
	top: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
input[type="radio"]+label {
	clear: both;
}
input[type="checkbox"]+label,
input[type="radio"]+label {
	position: relative;
}
@media only screen and (min-width: 48em) {
	.tabs .tab input[type="radio"]:checked+label {
		border-bottom: 4px solid #64a70b;
		color: #64a70b;
	}
}
@media only screen and (min-width: 48em) {
	.tabs .tab .tab-label {
		text-align: center;
		margin-right: 1.125rem;
	}
}
@media only screen and (min-width: 48em) {
	.tabs .tab .tab-content {
		height: auto;
		padding: 2.5rem 2.5rem 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.tabs .tab .tab-content {
	height: 0;
	padding: 0;
	margin: 1em 0 0;
	overflow: hidden;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.tabs .tab .tab-content .image-right-content-left {
	padding-bottom: 3.4375rem;
}
.tab .tab-switch:checked+label+.tab-content {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 2;
}
.tab .tab-content {
	padding: 1em 0 0;
	text-align: left;
	z-index: 1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.braava33 .o-hero__interactiveoption--active .a-h__h4 {
	color: #1aa2dc;
}
@media only screen and (min-width: 48em) {
	.tab .tab-content {
		visibility: hidden;
		left: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		position: absolute;
		top: 2.75em;
		width: 100%;
	}
}
.a-inputcomponent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 25px;
}
.a-inputcomponent__label {
	font-weight: 700;
	font-size: 12px;
	margin-right: 14px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: #6c7680;
}
.a-inputcomponent__inputcontainer {
	border: 1px solid black;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 35px;
	position: relative;
}
.a-inputcomponent__input {
	border: none;
	font-size: 16px;
	padding: 8px;
}
.a-inputcomponent__input--standard {
	width: calc(100% - 16px);
}
.a-inputcomponent__button {
	background: none;
	border: 1px solid grey;
	border-radius: 32px;
	height: 24px;
	padding: 0;
	width: 24px;
	margin: 4px;
	background: white;
}
.a-inputcomponent .form {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.a-inputcomponent {
		width: 100%;
	}
	.a-inputcomponent .form {
		width: 100%;
	}
	.a-inputcomponent__label {
		width: 110px;
	}
	.a-inputcomponent__inputcontainer {
		width: 100%;
		margin-right: 0;
	}
	.a-inputcomponent__inputcontainer .sxFormSingleLineText {
		width: 100%;
	}
	.a-inputcomponent__button {
		width: 24px;
	}
}
.a-h {
	font-family: inherit;
	color: #518a70;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 55px;
}
@media screen and (max-width: 1280px) {
	.a-h {
		margin-bottom: 10px;
	}
}
.a-h__h1 {
	font-size: 40px;
	text-align: left;
	font-weight: 700;
}
@media (max-width: 1280px) {
	.a-h__h1 {
		font-size: 42px;
	}
}
.a-h__h2 {
	font-size: 29px;
	font-weight: 600;
}
.o-hero--contained .a-h__h2 {
	color: white;
}
.o-hero .a-h__h2 {
	font-weight: 600;
	text-transform: none;
	font-size: 29px;
	text-align: left;
}
@media screen and (max-width: 1280px) {
	.o-hero .a-h__h2 {
		font-weight: 600;
		text-transform: none;
		font-size: 24px;
	}
}
.o-social .a-h__h2 {
	text-align: center;
	width: 100%;
}
.a-h__h2--large {
	font-size: 32px;
	font-weight: 700;
	width: 100%;
	line-height: 40px;
}
.a-h__h2--large h2 {
	font-size: 29px;
	text-align: inherit;
	font-weight: 600;
	font-size: 40px;
	font-weight: 700;
}
@media (max-width: 1280px) {
	.a-h__h2 {
		font-size: 32px;
	}
	.a-h__h2--large {
		font-size: 32px;
		margin-bottom: 0;
	}
}
.a-h__h3 {
	font-size: 22px;
	font-weight: 600;
}
@media (max-width: 1280px) {
	.a-h__h3,
	.o-productlineup .a-h__h3 {
		font-size: 30px;
	}
}
.o-product-lineup__standardcard .a-h__h3,
.o-product-lineup__featuredcard .a-h__h3 {
	margin-bottom: 0;
}
.o-promo .a-h__h3--bold {
	font-weight: 600;
	text-transform: none;
	font-size: 29px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.o-promo .a-h__h3--thin {
	font-weight: 300;
	text-transform: none;
	font-size: 22px;
	margin-bottom: 20px;
}
.o-product-lineup__featuredcard--upper .a-h__h3,
.o-product-lineup__standardcard--upper .a-h__h3 {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__featuredcard--upper .a-h__h3,
	.o-product-lineup__standardcard--upper .a-h__h3 {
		color: #6c7680;
	}
}
.o-product-lineup .a-h__h3 {
	font-weight: 300;
	text-transform: none;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}
.o-product-lineup--featured .a-h__h3 {
	font-weight: 300;
	text-transform: none;
	font-size: 22px;
	text-align: left;
	font-weight: 600;
}
.o-product-lineup--standard .a-h__h3 {
	font-weight: 300;
	text-transform: none;
	font-size: 22px;
	text-align: left;
	font-weight: 600;
}
.oneproduct-right .a-h__h3,
.o-productlineup .a-h__h3,
.o-quizcomponent .a-h__h3,
.o-social .a-h__h3,
.o-valueadd .a-h__h3 {
	font-weight: 600;
	text-transform: none;
	font-size: 40px;
}
@media screen and (max-width: 1024px) {
	.oneproduct-right .a-h__h3,
	.o-productlineup .a-h__h3,
	.o-quizcomponent .a-h__h3,
	.o-social .a-h__h3,
	.o-valueadd .a-h__h3 {
		font-weight: 600;
		text-transform: none;
		font-size: 32px;
	}
}
.o-hero--interactive .a-h__h3 {
	font-weight: 600;
	text-transform: none;
	font-size: 29px;
	margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
	.o-hero--interactive .a-h__h3 {
		font-weight: 600;
		text-transform: none;
		font-size: 24px;
		text-align: center;
	}
}
.a-h__h3 .o-product-lineup__featuredcard--upper,
.a-h__h3 .o-product-lineup__standardcard--upper {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.a-h__h3 .o-product-lineup__featuredcard--upper,
	.a-h__h3 .o-product-lineup__standardcard--upper {
		color: #6c7680;
	}
}
@media screen and (max-width: 1024px) {
	.m-search .a-h__h3 {
		margin-left: 116px;
	}
}
.a-h__h4 {
	font-size: 18px;
	font-weight: 300;
}
.o-hero__interactiveoption .a-h__h4 {
	font-weight: 300;
	text-transform: none;
	font-size: 20px;
	/*color: #bec5cd;*/
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 20px;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption .a-h__h4 {
		color: #6c7680;
		font-weight: 700;
		margin-top: 32px;
	}
}
.o-hero__interactiveoption--active .a-h__h4 {
	color: #64a70b;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption--active .a-h__h4 {
		color: #6c7680;
		font-weight: 700;
		margin-top: 32px;
	}
}
.braava .o-hero__interactiveoption--active .a-h__h4 {
	color: #1aa2dc;
}
@media screen and (max-width: 1024px) {
	.braava .o-hero__interactiveoption--active .a-h__h4 {
		color: #6c7680;
	}
}
.m-categoryProductLineupCard__inner .a-h__h4 {
	text-transform: none;
	font-size: calc(10px + 0.6vw);
	font-weight: 700;
	color: #6c7680;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.m-categoryProductLineupCard__inner .a-h__h4 {
		font-size: 18px;
		text-align: center;
		min-height: 50px;
	}
}
@media (max-width: 480px) {
	.m-categoryProductLineupCard__inner .a-h__h4 {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.a-h__h4 {
		font-size: 22px;
	}
}
.a-h__h5 {
	font-size: 1.2em;
}
.a-h__h6 {
	font-size: 1em;
}
.a-h__h6--small {
	font-size: 0.8em;
}
.a-h--center {
	text-align: center;
}
.a-h--green {
	color: #64a70b;
	font-weight: 300;
}
.a-h--white {
	color: #fff;
}
.o-grid .a-h {
	text-align: center;
	font-style: italic;
}
@media (min-width: 1024px) {
	.oneproduct-right .a-h {
		text-align: left;
	}
}
.a-h span.subtitle {
	display: block;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	margin-top: 12px;
}
.o-quizcomponent .a-h {
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "fontello";
		src: url("/fonts/fontello.svg") format("svg");
	}
}
.a-icon--check:before {
	content: "\e800";
}
.a-icon--record:before {
	content: "\e801";
}
.a-icon--search:before {
	content: "\e802";
}
.a-icon--basket:before {
	content: "\e803";
}
.a-icon--mail:before {
	content: "\e804";
}
.a-icon--headphones:before {
	content: "\e805";
}
.a-icon--down-open:before {
	content: "\e806";
}
.a-icon--circle:before {
	content: "\f111";
}
.a-icon--user-o:before {
	content: "\f2c0";
}
.a-icon--twitter:before {
	content: "\f309";
}
.a-icon--facebook:before {
	content: "\f30c";
}
.a-icon--gplus:before {
	content: "\f30f";
}
.a-icon--tumblr:before {
	content: "\f315";
}
.a-icon--linkedin:before {
	content: "\f318";
}
.a-icon--mobile {
	display: none;
}
@media (max-width: 1024px) {
	.a-icon--mobile {
		display: block;
	}
}
.a-icon--hamburger {
	width: 20px;
	height: 16px;
}
.a-icon--hamburger line {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.a-icon--active line {
	-webkit-transform: rotate(-45deg) translateX(-9px) translateY(5px);
	transform: rotate(-45deg) translateX(-9px) translateY(5px);
}
.a-icon--active line:first-of-type {
	-webkit-transform: rotate(45deg) translateX(2px) translateY(-3px);
	transform: rotate(45deg) translateX(2px) translateY(-3px);
}
.a-icon--active line:last-of-type {
	-webkit-transform: rotate(-45deg) translateX(-10px) translateY(-1px);
	transform: rotate(-45deg) translateX(-10px) translateY(-1px);
}
[data-dropdown="cart"] .a-icon,
.a-icon.fa-shopping-cart.a-icon--mobile {
	position: relative;
}
[data-dropdown="cart"] .a-icon[data-qty=""]:after,
[data-dropdown="cart"] .a-icon:not([data-qty]):after,
.a-icon.fa-shopping-cart.a-icon--mobile[data-qty=""]:after,
.a-icon.fa-shopping-cart.a-icon--mobile:not([data-qty]):after {
	display: none;
}
[data-dropdown="cart"] .a-icon:not([data-qty=""])[data-qty]:after,
.a-icon.fa-shopping-cart.a-icon--mobile:not([data-qty=""])[data-qty]:after {
	content: attr(data-qty);
	background: #64a70b;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	position: absolute;
	top: -3px;
	right: -3px;
	font-family:
		/*"Harmonia Sans",*/
		Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
	[data-dropdown="cart"] .a-icon:not([data-qty=""])[data-qty]:after,
	.a-icon.fa-shopping-cart.a-icon--mobile:not([data-qty=""])[data-qty]:after {
		top: -13px;
		right: -10px;
	}
}
.m-icon__section .a-icon {
	padding: 0;
	margin: 0 2px 0 0;
}
.o-valueadd .a-icon {
	color: #6c7680;
}
.o-hero__interactiveoption .a-icon {
	position: absolute;
	top: 1px;
	color: #bec5cd;
	left: -30px;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption .a-icon {
		color: #6c7680;
	}
}
.o-hero__interactiveoption--active .a-icon {
	color: #64a70b;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption--active .a-icon {
		color: #6c7680;
	}
}
.braava .o-hero__interactiveoption--active .a-icon {
	color: #1aa2dc;
}
@media screen and (max-width: 1024px) {
	.braava .o-hero__interactiveoption--active .a-icon {
		color: #6c7680;
	}
}
.o-header__rightheader .a-icon {
	padding: 10px 0;
	margin-left: 20px;
	color: #6c7680;
	position: relative;
}
.m-subheader__title .a-icon {
	position: absolute;
	bottom: 25px;
}
@media (min-width: 1025px) {
	.m-subheader__title .a-icon {
		bottom: 22px;
	}
}
.m-iconWithDropdown__cartItemPhoto .a-icon {
	cursor: pointer;
}
.a-icon--small {
	font-size: 0.875em;
}
.a-icon--medium {
	font-size: 1.125em;
}
.a-icon--large {
	font-size: 1.875em;
}
.a-icon--xlarge {
	font-size: 2em;
}
.a-icon--gray {
	color: #e4e8ed;
}
.a-icon--green {
	color: #64a70b;
}
.a-icon--blue {
	color: #1a92c6;
}
.a-icon--white {
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.a-icon--whitenoshadow {
	color: #fff;
}
.a-icon--border {
	border-right: 1px solid #f3f4f6;
}
.a-icon--leftarrow {
	position: absolute;
	top: calc(50% - 18px);
	left: -24px;
	font-size: 30px;
	color: #64a70b;
}
.a-icon--rightarrow {
	position: absolute;
	top: calc(50% - 18px);
	right: -24px;
	font-size: 30px;
	color: #64a70b;
}
.a-icon--support-link {
	height: 275px;
	width: 230px;
	border: 3px solid #e4e8ed;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	text-decoration: none;
}
.a-icon--support-link:hover {
	border: 3px solid #64a70b;
}
.a-icon--support-link_image {
	height: 120px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}
.a-icon--support-link_text {
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.a-icon--absolute {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
}
.a-icon--disabled {
	color: #f3f4f6;
	opacity: 0.5;
}
.o-search__pagination .a-icon {
	font-size: 30px;
	color: #bec5cd;
}
.o-valueadd__iconcontainer .a-icon {
	font-size: 2em;
}
.maestrobackwardcompatible .m-footer__iconcontainer .a-icon {
	-webkit-box-sizing: initial;
	box-sizing: initial;
}
.u-brand--roomba .a-icon {
	background: #64a70b;
}
.u-brand--braava .a-icon {
	background: #1aa2dc;
}
.u-brand--mirra .a-icon {
	background: #64a70b;
}
.m-subheader__title .a-icon {
	color: white;
	padding: 2px 2px 4px 3px;
	border-radius: 12px;
	width: 12px;
	text-align: center;
	font-size: 14px;
	height: 11px;
}
.maestrobackwardcompatible .m-subheader__title .a-icon {
	width: 16px;
	height: 16px !important;
	padding: 1px 2px 4px 3px;
}
.a-inputcomponent__inputcontainer .a-icon {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 0;
	pointer-events: none;
	color: #6c7680;
}
.o-hero--contained .a-icon {
	width: 68px;
	height: 51px;
	font-size: 52px;
	text-align: center;
	margin-bottom: 20px;
}
.right--header .a-icon {
	font-weight: 900;
	width: 18px;
	height: 18px;
	font-size: 18px;
	padding: 10px;
	position: relative;
}
.m-arrowlink .a-icon {
	background: #64a70b;
	color: #fff;
	padding: 1px 3px 4px 4px;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 14px;
}
.m-iconWithDropdown__cart .a-icon {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.o-social .a-icon {
	font-size: 28px;
}
#path1 {
	fill: white;
	stroke: #64a70b;
	stroke-width: 6px;
	stroke-miterlimit: 10px;
	background-color: #fff;
}
#path2 {
	fill: #64a70b;
	stroke: #64a70b;
}
.a-inlinetext {
	color: #000;
	font-size: inherit;
	font-size: 20px;
	font-weight: 500;
	padding: 0px 1px;
}
.a-inlinetext--large {
	font-size: 1.8em;
}
.a-inlinetext--black {
	color: #000;
}
.a-inlinetext--green {
	color: #528a71;
	font-weight: 700;
}
.a-inlinetext--blue {
	color: #1aa2dc;
	font-weight: 700;
}
.a-inlinetext--teal {
	color: #2bc0b3;
	font-weight: 700;
}
.a-inlinetext--bold {
	font-weight: 800;
}
.m-productcard__container--column .a-inlinetext {
	color: #6c7680;
	font-size: initial;
	font-weight: 700;
}
.m-iconWithDropdown__cartItemDetails .a-inlinetext {
	font-size: 12px;
	font-weight: 500;
	padding: 0;
}
@-webkit-keyframes swap-photo-and-video {
	0% {
		opacity: 1;
		z-index: 2;
	}
	99% {
		opacity: 0;
		z-index: 2;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@keyframes swap-photo-and-video {
	0% {
		opacity: 1;
		z-index: 2;
	}
	99% {
		opacity: 0;
		z-index: 2;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
.a-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	margin-bottom: 20px;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.a-image--arrow {
	height: calc(100% - 4px);
	margin-left: 0px;
}
.a-image--hero {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.a-image--hero {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.o-hero .a-image--hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.o-hero--main .a-image--hero {
		min-height: 357px;
	}
}
@media screen and (max-width: 1024px) {
	.o-hero--interactive .a-image--hero {
		display: none;
	}
}
.o-hero__videocontainer .a-image--hero {
	width: 100%;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.o-hero__promo .a-image--hero {
		width: 100%;
	}
	.o-hero__videocontainer .a-image--hero {
		width: 100%;
		z-index: 2;
		height: 100%;
		overflow: hidden;
	}
	.o-hero__videocontainer .a-image--hero img {
		height: 100%;
	}
}
.a-image--absolutehero {
	position: absolute;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (min-width: 1025px) {
	.a-image--desktop {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	.a-image--desktop {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.a-image--mobile {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.a-image--mobile {
		display: block;
	}
}
.a-image--hidden {
	-webkit-animation: swap-photo-and-video 1s;
	animation: swap-photo-and-video 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.o-hero--leftimage .a-image {
	left: 0;
	right: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.o-hero--rightimage .a-image {
	right: 0;
	left: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.m-search .a-image--product {
	margin-bottom: 35px;
	display: block;
}
@media screen and (max-width: 1024px) {
	.m-search .a-image--product {
		position: absolute;
		top: 35px;
		left: 0;
		width: 100px;
	}
}
.a-image--container {
	position: relative;
	text-align: center;
	color: #fff;
}
.a-image--text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
.a-image--lifestyle {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
}
.a-image--product {
	max-width: 600px;
	max-height: 600px;
	width: 100%;
	height: auto;
}
.m-categoryProductLineupCard .a-image--product {
	position: absolute;
	bottom: calc(100% - 70px);
	max-width: 194px;
	height: auto;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.m-categoryProductLineupCard .a-image--product {
		max-width: 132px;
	}
}
.o-promo .a-image--product {
	width: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.a-image--product {
		margin-bottom: 0;
	}
}
.a-image--logo {
	margin: 0;
	width: 44px;
	height: 44px;
}
@media (max-width: 1024px) {
	.a-image--logo {
		height: initial;
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}
.m-buy--separately .a-image {
	height: 120px;
	width: 120px;
}
@media (max-width: 1024px) {
	.m-hero__headercontainer .a-image {
		margin-right: 20px;
	}
}
.m-social--container .a-image {
	margin-bottom: 0;
	width: 100%;
}
.o-hero--fullwidth>.a-image {
	width: 100%;
	height: auto;
}
@media (max-width: 1024px) {
	.o-hero--fullwidth>.a-image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}
.o-hero--leftimage .m-hero .a-image {
	position: absolute;
	bottom: -40px;
	left: -75px;
	width: 150px;
	height: auto;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.o-hero--leftimage .m-hero .a-image {
		display: none;
	}
}
.o-hero--rightimage .m-hero .a-image {
	position: absolute;
	bottom: -40px;
	right: -75px;
	width: 150px;
	height: auto;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.o-hero--rightimage .m-hero .a-image {
		display: none;
	}
}
.m-iconWithDropdown__link .a-image {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 21px;
	margin-right: 14px;
	margin-bottom: 0;
}
.m-iconWithDropdown__cartItemPhoto .a-image {
	width: 60px;
	margin: 0;
	margin-right: 12px;
}
.m-iconWithDropdown .a-image {
	width: 16px;
	height: 16px;
}
.m-subheader__section .a-image {
	margin-bottom: 0;
}
.a-image-left-content-right,
.a-image-right-content-left {
	padding-bottom: 3.4375rem;
}
.a-image-wrap img {
	width: 100%;
	height: auto;
	max-width: 23.0625rem;
}
.a-logo {
	float: left;
	line-height: 1.5;
	max-width: 100%;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 100%;
}
.a-thumbnail {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-width: 100%;
	height: 51px;
	margin-top: 440px;
}
.a-new-badge {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #64a70b;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 2em;
	height: 38px;
	min-width: 84px;
	padding-left: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	text-transform: uppercase;
}
.a-new-badge::before {
	content: "";
	height: 0;
	border-top: 10px solid #64a70b;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
}
.a-new-badge::after {
	border-color: #64a70b transparent transparent transparent;
	border-style: solid;
	border-width: 38px 12px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
}
@media only screen and (min-width: 48em) {
	.a-image-wrap {
		display: inline-block;
		width: 35%;
		padding-right: 9%;
	}
}
@media (max-width: 767px) {
	.a-middle-promo__lifestyle {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.a-middle-promo__lifestyle {
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: -1;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.a-middle-promo__lifestyle--accessories {
		display: none;
	}
}
@media (max-width: 767px) {
	.a-middle-promo__lifestyle--accessories-wide {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.a-middle-promo__lifestyle--accessories-wide {
		max-height: 297px;
		max-width: 100%;
	}
}
@media (min-width: 1082px) {
	.a-middle-promo__lifestyle--accessories-wide {
		display: none;
	}
}
.a-link {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: inherit;
	text-decoration: none;
	color: #6c7680;
}
.a-link:hover,
.a-link:focus,
.add_to_compare:hover,
.add_to_compare:focus {
	color: #333;
	outline: none;
}
.o-header .a-link,
.o-mobilenavdrawer .a-link {
	color: #393f45;
}
.o-header__rightheader.u-desktop-only .a-icon img {
	filter: brightness(0.4);
}
.o-mobilenavdrawer .a-link {
	color: #000;
}
.a-link--white {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: inherit;
	text-decoration: none;
	color: #fff;
}
.a-link--white:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: color;
	text-decoration-color: color;
}
.a-link--black {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: inherit;
	text-decoration: none;
	color: #000;
}
.a-link--black:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: color;
	text-decoration-color: color;
}
.a-link--nav {
	margin-right: 35px;
	margin-bottom: 0;
}
.a-link--nav.active {
	font-weight: 700;
}
.a-link--arrow {
	margin: 0 8px 0px 0px;
}
.m-arrowlink .a-link--arrow {
	color: #64a70b;
	font-weight: 700;
}
.a-link--active {
	font-weight: 700;
}
.a-link--level1 {
	font-size: 18px;
	font-weight: bold;
}
.a-link--level1:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: color;
	text-decoration-color: color;
}
.a-link--footer {
	font-size: 12px;
	color: #000;
}
.a-link--footer:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: color;
	text-decoration-color: color;
}
.a-link:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: color;
	text-decoration-color: color;
}
.a-link--icon {
	text-decoration: none;
}
.a-link--icon:hover {
	text-decoration: none;
}
.a-link div {
	margin-right: 10px;
	padding-right: 10px;
}
.a-link .a-link {
	margin-right: 15px;
}
.a-link .a-btn {
	margin-top: 15px;
}
.a-link .o-subheader:hover {
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.o-footer__navitem .a-link {
		font-size: 13px;
		color: #393f45;
	}
}
@media screen and (max-width: 1024px) {
	.m-productcard__container .a-link:last-of-type {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.m-subheader__section--about .a-link {
		margin: 0px 0px 10px;
	}
	.m-subheader__section--about .a-link:last-of-type {
		margin: 0px 0px 35px;
	}
}
@media screen and (max-width: 1024px) {
	.m-productcard__subcontainer .a-link:first-of-type {
		margin-top: 20px;
	}
}
.a-link.m-search__standardresult {
	text-decoration: none;
}
.m-subheader__title .a-link:hover {
	text-decoration: none;
}
.m-iconWithDropdown__cart .m-iconWithDropdown__viewCheckout .a-link {
	margin: 0;
	background: none;
	padding: 16px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #393f45;
}
.a-breadcrumb-element {
	color: #bec5cd;
	overflow: hidden;
	text-decoration: none;
}
.a-breadcrumb-element:hover {
	color: #64a70b;
}
.a-breadcrumb-element:after {
	color: #e4e8ed;
	content: "/";
	margin-left: 0.4em;
}
.a-breadcrumb-element:last-child:after {
	content: "";
}
.a-breadcrumb {
	line-height: 1em;
	margin: 0;
	padding: 0.5em 1%;
}
@media only screen and (min-width: 48em) {
	.a-breadcrumb {
		padding: 0.9375rem 0.625rem 0.625rem 0.625rem;
	}
}
@media screen and (min-width: 992px) {
	.a-link--btn {
		display: inline-block;
		height: auto;
		position: relative;
		vertical-align: middle;
		width: auto;
		max-width: 100%;
		margin-top: 5px;
	}
}
@media screen and (max-width: 992px) {
	.a-link--btn {
		display: inline-block;
		height: auto;
		position: relative;
		vertical-align: middle;
		width: 100px;
		margin-top: 10px;
	}
}
.a-quantity {
	border-color: #000;
	border-radius: 0;
	margin-top: 0;
	width: 93px;
}
.a-select-style {
	overflow: hidden;
	width: 100px;
	border: 1px solid #e4e8ed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.a-select-style select {
	background: transparent;
	padding: 2px 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
.a-select-style select:not(:-internal-list-box) {
	overflow: visible !important;
}
select {
	width: 100%;
	border: 1px solid #e4e8ed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	background-color: #fff;
	-webkit-appearance: menulist;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	cursor: default;
	font-family:
		/*"Harmonia Sans W01",*/
		Arial, sans-serif;
}
option {
	font-weight: normal;
	display: block;
	white-space: pre;
	padding: 0px 2px 1px;
}
ul li {
	list-style-type: none;
}
.a-inline-list li {
	display: inline-block;
}
.a-dropLink {
	background-color: #fff;
	color: black;
	border: none;
	font-size: 14px;
}
.a-dropdown {
	position: relative;
	display: inline-block;
}
.a-dropdown-content {
	display: none;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-width: 160px;
	z-index: 1;
	-webkit-box-shadow: 0.0625rem 0 0.3rem 0rem rgba(0, 0, 0, 0.3);
	box-shadow: 0.0625rem 0 0.3rem 0rem rgba(0, 0, 0, 0.3);
	position: relative;
}
.a-dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.a-dropdown-content a:hover {
	background-color: #f3f4f6;
}
.a-dropdown:hover .a-dropdown-content {
	display: block;
}
.a-dropdown:hover .a-dropLink {
	background-color: #f3f4f6;
}
.a-thumbs {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.a-thumbs--large {
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
}
.a-thumbs li {
	width: calc(100% - (1 - 1 / 5) * 10px);
	height: 51px;
	margin-right: 10px;
}
.a-thumbs li a {
	width: calc(100% - (1 - 1 / 5) * 10px);
	height: 51px;
	margin-right: 10px;
}
.a-thumbs li a img {
	border: transparent;
}
.a-thumbs li a .thumbs li a:target span {
	border: 2px solid #64a70b;
	background: #fff;
}
.a-thumbs li a:target span::before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
}
.a-thumbs a {
	position: relative;
	text-decoration: none;
}
@-webkit-keyframes slider {
	0% {
		left: -500px;
	}
	100% {
		left: 0;
	}
}
@keyframes slider {
	0% {
		left: -500px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes noTarget {
	0% {
		z-index: 75;
	}
	100% {
		z-index: 75;
	}
}
@keyframes noTarget {
	0% {
		z-index: 75;
	}
	100% {
		z-index: 75;
	}
}
.a-slide {
	overflow: hidden;
	max-width: 100%;
	max-width: 100%;
	width: auto;
	height: 355px;
	position: relative;
}
.a-slide li {
	max-width: 100%;
	width: auto;
	height: 355px;
	position: relative;
	position: absolute;
	z-index: 50;
}
.a-slide li:target {
	z-index: 100;
	animation: slider 0s 1;
	-webkit-animation: slider 0s 1;
}
.a-slide li:not(:target) {
	animation: noTarget 1s 1;
	-webkit-animation: noTarget 1s 1;
}
.a-slide img {
	max-width: 100%;
	width: auto;
	height: 355px;
	position: relative;
}
.a-flex--carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.a-flex--carousel>div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.a-thumb__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.a-thumb__container--large {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.a-thumb__item {
	line-height: 1em;
	text-align: center;
}
.a-thumb__item--large {
	width: 30%;
	margin-bottom: 6px;
	margin-top: 12px;
}
.a-thumb__item--large li {
	width: 100%;
}
.a-thumb__item--large li img {
	width: 100%;
}
.a-element {
	color: #6c7680;
}
.a-horizontal-style {
	display: table;
	width: 100%;
}
.a-horizontal-style li {
	display: table-cell;
}
.a-support--item {
	border-bottom: 1px solid #bec5cd;
}
@media screen and (max-width: 992px) {
	.flex-column-50-2 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		text-align: right;
		float: right;
		margin-top: 2%;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 400px) {
	.a-breaker {
		display: none;
	}
	.a-breaker:nth-child(3n) {
		display: block;
		width: 100%;
		height: 0;
	}
	.a-thumb__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
}
@media screen and (min-width: 400px) {
	.a-breaker {
		display: none;
	}
	.a-breaker :nth-child(10n) {
		display: block;
		width: 100%;
		height: 0;
	}
	.a-thumb__item:nth-child(10n-1) {
		background: transparent;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
	}
}
.a-optionalflag {
	/* background: #f8941e; */
	background: #9e6193;
	border-radius: 3px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 3px 15px;
	text-transform: uppercase;
	line-height: 17px;
	display: inline-block;
	margin-bottom: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.a-optionalflag.a-optionalflag--yellow {
	background: #ebc172;
	font-size: 14px;
	color: #000;
	min-height: 23px;
}
.a-optionalflag:empty {
	height: 17px;
	background: none;
	display: block;
}
.o-subheader .a-optionalflag {
	font-size: 11px;
	padding: 0px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-productcard .a-optionalflag {
	margin-bottom: 10px;
}
.m-search .a-optionalflag {
	background: #bec5cd;
	font-weight: 500;
}
.a-media {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	height: auto;
}
.a-video-iframe {
	width: 100%;
}
.a-green--flood {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #64a70b;
	color: #fff;
	margin: 0 0 50px;
}
.a-green--flood .a-btn--play {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.a-green--flood .a-btn--play:before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: 0.75;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 2;
}
.a-green--flood .a-btn--play:after {
	border: 0 solid transparent;
	border-left-color: #6c7680;
	border-width: 15px;
	content: "";
	left: 50%;
	margin: -15px 0 0 -5px;
	opacity: 0.75;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.a-green--flood .a-img--wrap {
	position: relative;
	text-align: center;
}
.a-green--flood .split--img {
	max-width: none;
	position: relative;
	z-index: 1;
}
.a-shadow {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	z-index: -1;
	opacity: 0;
	display: none;
}
.a-shadow.a-shadow--active {
	z-index: -1;
	opacity: 1;
	display: block;
}
.a-save-text {
	color: #64a70b;
	font-size: 3.2em;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 0.025em;
	text-transform: uppercase;
}
@media (min-width: 575px) {
	.a-save-text {
		padding-bottom: 0.3125px;
		font-size: 4.5em;
	}
}
.a-save-text__up-to {
	display: inline-block;
	font-size: 0.4em;
	font-weight: 400;
	line-height: 1;
	margin: 0 -0.45em 0 -0.35em;
}
.a-save-text__up,
.a-save-text__to {
	display: block;
}
.style-v {
	margin: 0 0 0 -0.075em;
}
.style-1 {
	margin: 0 -0.1em;
}
.a-offer-ends-text {
	font-size: 1.025em;
	font-weight: 500;
	color: #666666;
	line-height: 1.3;
	padding: 0.2em 0 0.5em;
}
@media (min-width: 575px) {
	.a-offer-ends-text {
		font-size: 1em;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.a-offer-ends-text {
		font-size: 1.025em;
	}
}
.a-top-promo__offer-amount {
	color: #64a70b;
	display: block;
	font-size: 2.375em;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 0.1em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.a-top-promo__offer-amount {
		font-size: 3.25em;
	}
}
.a-top-promo__robot-offer,
.top-promo__product-btn-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.top-promo__product-btn-wrapper {
	margin: 0.2em 0 0 2.4em;
}
.top-promo__sale-price {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 0.05em;
}
.top-promo__reg-price {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.top-promo__reg-price abbr {
	margin-right: 5px;
}
@media (max-width: 767px) {
	.top-promo__product-btn-wrapper {
		text-align: center;
	}
	.top-promo__product-btn-wrapper .button {
		display: block;
	}
}
.m-arrowlink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}
.m-hero__link .m-arrowlink {
	margin-bottom: 0;
}
.m-breakingplaneimage__container {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.o-productlineup .m-breakingplaneimage__container {
	min-height: 260px;
	margin-top: 35px;
}
.o-hero .m-breakingplaneimage__container {
	height: auto;
}
@media (max-width: 1024px) {
	.o-hero .m-breakingplaneimage__container {
		margin-top: 0px;
		min-height: 195px;
	}
}
.m-breakingplaneimage__image {
	position: absolute;
	top: -35px;
	width: 295px;
	max-width: 100%;
	left: calc(50% - 147px);
}
.o-productlineup .m-breakingplaneimage__image {
	width: 260px;
	left: calc(50% - 130px);
}
@media screen and (max-width: 1024px) {
	.m-breakingplaneimage__image {
		top: -20px;
	}
}
.m-breakingplaneimage__text {
	padding: 35px 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.m-breakingplaneimage__text {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-order: 3;
		padding: 35px;
	}
}
.m-breakingplaneimage__text>*:last-child {
	margin-bottom: 0;
}
.m-iconWithDropdown {
	cursor: pointer;
}
.m-iconWithDropdown.m-iconWithDropdown--active {
	background: #bec5cd;
}
@media screen and (max-width: 1024px) {
	.o-mobilenavdrawer .m-iconWithDropdown[data-dropdown="cart"] {
		display: none;
	}
}
.m-iconWithDropdown .a-image {
	width: 16px;
	height: 16px;
	padding: 10px;
	position: relative;
	margin: 0;
	top: 4px;
	padding-left: 0px;
}
.m-iconWithDropdown__dropdowncontainer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bec5cd;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0px 20px;
	display: none;
}
[data-dropdown="language"] .m-iconWithDropdown__dropdowncontainer {
	top: 100%;
	left: -25px;
	width: 200px;
	max-width: 200px;
	position: absolute;
	padding: 0px;
}
[data-dropdown="search"] .m-iconWithDropdown__dropdowncontainer {
	top: 120%;
	left: -25px;
	width: 200px;
	max-width: 200px;
	position: absolute;
	padding: 0.3125rem 0.625rem;
}
[data-dropdown="search"] .m-iconWithDropdown__dropdowncontainer input {
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
[data-dropdown="account"] .m-iconWithDropdown__dropdowncontainer {
	top: 100%;
	left: -25px;
	width: 200px;
	max-width: 200px;
	position: absolute;
}
[data-dropdown="account"] .m-iconWithDropdown__dropdowncontainer a {
	text-decoration: none;
	color: inherit;
}
[data-dropdown="cart"] .m-iconWithDropdown__dropdowncontainer {
	top: 100%;
	left: -76px;
	width: 260px;
	max-width: 260px;
	position: absolute;
	padding: 0px 0px;
}
@media screen and (max-width: 1024px) {
	[data-dropdown="cart"] .m-iconWithDropdown__dropdowncontainer {
		top: calc(110% + 5px);
		right: -10px;
		left: auto;
		width: calc(100% + 20px);
		max-width: calc(100% + 20px);
	}
}
[data-dropdown="cart"] .m-iconWithDropdown__dropdowncontainer a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: white;
	padding: 0px 20px;
	font-size: 14px;
}
[data-dropdown="cart"] .m-iconWithDropdown__dropdowncontainer a:first-of-type {
	display: inline-block;
}
.m-iconWithDropdown__dropdowncontainer.active {
	z-index: 3;
	opacity: 1;
	display: block;
}
.m-iconWithDropdown__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #6c7680;
	font-size: 14px;
	padding: 0px 20px;
}
.m-iconWithDropdown__link:hover {
	background: #64a70b;
	color: white;
}
.m-iconWithDropdown__link .a-image {
	top: 0px;
}
@media screen and (max-width: 1024px) {
	.m-iconWithDropdown__link {
		padding: 10px 0;
	}
}
@media screen and (max-width: 768px) {
	.m-iconWithDropdown__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1024px) {
	.m-iconWithDropdown__flag {
		margin-right: 16px;
	}
}
.m-iconWithDropdown__name {
	margin: 16px 0px;
}
@media screen and (max-width: 768px) {
	.m-iconWithDropdown__name {
		margin: 10px;
	}
}
.m-iconWithDropdown__cartTop {
	background: #f3f4f6;
	display: none;
}
.m-iconWithDropdown__cartTitle {
	margin-top: 0;
	margin-bottom: 0;
	line-height: auto;
	font-size: 12px;
	text-align: center;
}
.m-iconWithDropdown__cartMiddle {
	background: #fff;
	padding: 0px;
	overflow: auto;
	background-color: #fff;
}
.m-iconWithDropdown__cartBottom {
	background: #f3f4f6;
	padding: 0 20px;
}
.m-iconWithDropdown__cartItem {
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-iconWithDropdown__cartItemPrice {
	color: #64a70b;
}
.m-iconWithDropdown__subtotal {
	font-family:
		/*"Harmonia Sans W01",*/
		Arial, sans-serif;
	font-weight: 700;
	padding-top: 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
	color: #64a70b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none;
}
.m-iconWithDropdown__promo {
	font-size: 15px;
	font-size: 0.9375rem;
	text-align: center;
	line-height: 1.125rem;
	padding: 10px 0;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.m-iconWithDropdown__cartItemPhoto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.m-iconWithDropdown__cartItemDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.m-iconWithDropdown__cartItemDetails p {
	margin: 0;
}
.m-iconWithDropdown__cartItemDetails p:first-of-type {
	width: 100%;
}
.m-iconWithDropdown__viewCheckout {
	text-align: center;
}
.m-iconWithDropdown__viewCheckout a {
	clear: both;
	display: none;
	margin: 0.4em 0 1em;
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
	text-decoration: underline;
}
.m-iconWithDropdown__viewCheckout .a-btn--primary-green {
	background: #64a70b !important;
	padding: 8px 12px !important;
	text-decoration: none;
	font-size: 17px !important;
	line-height: 17px !important;
}
.m-inline--block {
	display: inline-block;
	vertical-align: middle;
}
.m-form {
	width: 100%;
}
.m-field {
	margin-bottom: 1rem;
	padding-bottom: 15px;
}
.m-hero {
	position: relative;
}
.m-hero__headercontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1024px) {
	.m-hero__headercontainer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1024px) {
	.o-hero__videocomponent .m-hero {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
.m-hero>*:last-child {
	margin-bottom: 0;
}
.o-hero--fullwidth>.m-hero {
	background: none;
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	max-width: 960px;
	left: calc(50% - 525px);
}
@media (max-width: 1024px) {
	.o-hero--fullwidth>.m-hero {
		position: static;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: auto;
	}
}
.m-hero__container {
	position: relative;
	text-align: center;
	color: #fff;
}
.m-hero__text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
.m-icon__section {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 900px) {
	.m-icon__section {
		margin-bottom: 20px;
	}
	.o-valueadd__iconcontainer>.m-icon__section:last-of-type {
		margin-bottom: 0;
	}
}
.m-breadcrumb {
	line-height: 1em;
	margin: 0;
	padding: 0.5em 1%;
}
.m-support__item {
	border-bottom: 1px solid #bec5cd;
}
.m-element {
	color: #6c7680;
}
.m-left-div-nm {
	float: left;
	width: auto;
	height: auto;
	margin-right: 5%;
}
.m-productcategorytitle {
	padding: 0px 16px;
	font-size: 20px;
	font-weight: 600;
}
.m-productcard {
	max-width: 116px;
	width: 100%;
	padding: 13px;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.m-productcard {
	max-width: 116px;
}
.maestrobackwardcompatible .m-productcard {
	max-width: 116px;
}
@media screen and (max-width: 1024px) {
	.m-productcard {
		max-width: 100%;
	}
	.maestrobackwardcompatible .m-productcard {
		max-width: 146px;
	}
	.m-productcard {
		max-width: 100%;
		width: 33%;
	}
	.maestrobackwardcompatible .m-productcard {
		max-width: 100%;
		width: calc(33% - 30px);
	}
	.wsparcie__container .m-productcard__container,
	.akcesoria__container .m-productcard__container {
		padding: 35px !important;
	}
}
@media screen and (max-width: 767px) {
	.m-productcard {
		max-width: 100%;
		width: 49%;
	}
	.maestrobackwardcompatible .m-productcard {
		max-width: 100%;
		width: calc(50% - 32px);
	}
	.maestrobackwardcompatible .u-brand--mirra .m-productcard {
		width: calc(100% - 32px);
	}
}
.m-categoryProductLineupCard .m-productcard {
	margin: 0 auto 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 60px;
	max-width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: #eaf2e6;
}
@media screen and (min-width: 1280px) {
	.m-categoryProductLineupCard .m-productcard {
		height: 180px;
	}
}
@media screen and (min-width: 1025px) {
	.m-categoryProductLineupCard .m-productcard {
		height: 150px;
	}
}
.m-categoryProductLineupCard .m-productcard:hover {
	background: white;
}
@media screen and (max-width: 1024px) {
	.m-categoryProductLineupCard .m-productcard {
		margin-bottom: 0;
		padding-bottom: 35px;
		padding-top: 80px;
	}
}
.m-productcard:hover {
	background: #e4e8ed;
}
@media (max-width: 1024px) {
	.m-subheader__section .m-productcard:last-of-type {
		margin-bottom: 0;
	}
}
.m-productcard__container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 1px;
}
.u-brand--roomba .m-productcard__container {
	max-width: calc(116px * 3);
	width: 100%;
}
.u-brand--braava .m-productcard__container {
	max-width: calc(148px * 2);
	width: 100%;
}
.u-brand--mirra .m-productcard__container {
	max-width: calc(148px * 1 + 60px);
	width: 100%;
}
@media (max-width: 1321px) {
	.u-brand--roomba .m-productcard__container {
		width: 100%;
	}
	.u-brand--braava .m-productcard__container {
		width: 100%;
	}
	.u-brand--mirra .m-productcard__container {
		max-width: calc(148px * 1 + 60px);
		width: auto;
	}
}
@media (max-width: 1024px) {
	.m-productcard__container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.u-brand--roomba .m-productcard__container {
		max-width: 100%;
		width: 100%;
	}
	.u-brand--braava .m-productcard__container {
		max-width: 100%;
		width: 100%;
	}
	.u-brand--mirra .m-productcard__container {
		width: 100%;
	}
}
.m-productcard__container--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 0px;
}
@media screen and (max-width: 1024px) {
	.m-productcard__container--column {
		padding: 0;
	}
}
@media (max-width: 1024px) {
	.m-productcard__container--mobile-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.m-productcard__subcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.m-productcard__subcontainer {
		margin: 0px;
		padding: 10px 35px;
		width: 100%;
		border-top: 1px solid #e4e8ed;
	}
	.menu_container {
		display: none;
	}
	.menu_container.active {
		display: flex;
	}
}
.m-categoryProductLineupCard {
	position: relative;
	padding: 0px;
	margin: 0px 10px;
	position: relative;
	background-size: cover;
	background-position: center;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
@media screen and (min-width: 1280px) {
	.m-categoryProductLineupCard:nth-last-child(2):first-child,
	.m-categoryProductLineupCard:nth-last-child(2):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(3):first-child,
	.m-categoryProductLineupCard:nth-last-child(3):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(6):first-child,
	.m-categoryProductLineupCard:nth-last-child(6):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(9):first-child,
	.m-categoryProductLineupCard:nth-last-child(9):first-child~.m-categoryProductLineupCard {
		width: calc(100% / 6 - 20px) !important;
	}
	.m-categoryProductLineupCard.col-3:nth-last-child(2):first-child,
	.m-categoryProductLineupCard.col-3:nth-last-child(2):first-child~.m-categoryProductLineupCard.col-3,
	.m-categoryProductLineupCard.col-3:nth-last-child(3):first-child,
	.m-categoryProductLineupCard.col-3:nth-last-child(3):first-child~.m-categoryProductLineupCard.col-3,
	.m-categoryProductLineupCard.col-3:nth-last-child(6):first-child,
	.m-categoryProductLineupCard.col-3:nth-last-child(6):first-child~.m-categoryProductLineupCard.col-3,
	.m-categoryProductLineupCard.col-3:nth-last-child(9):first-child,
	.m-categoryProductLineupCard.col-3:nth-last-child(9):first-child~.m-categoryProductLineupCard {
		width: calc(100% / 3 - 20px) !important;
	}
}
@media screen and (min-width: 1025px) {
	.m-categoryProductLineupCard:nth-last-child(2):first-child,
	.m-categoryProductLineupCard:nth-last-child(2):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(3):first-child,
	.m-categoryProductLineupCard:nth-last-child(3):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(6):first-child,
	.m-categoryProductLineupCard:nth-last-child(6):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(9):first-child,
	.m-categoryProductLineupCard:nth-last-child(9):first-child~.m-categoryProductLineupCard {
		width: calc(100% / 3 - 20px);
	}
	.m-categoryProductLineupCard:nth-last-child(8):first-child,
	.m-categoryProductLineupCard:nth-last-child(8):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(7):first-child,
	.m-categoryProductLineupCard:nth-last-child(7):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(5):first-child,
	.m-categoryProductLineupCard:nth-last-child(5):first-child~.m-categoryProductLineupCard,
	.m-categoryProductLineupCard:nth-last-child(4):first-child,
	.m-categoryProductLineupCard:nth-last-child(4):first-child~.m-categoryProductLineupCard {
		width: calc(100% / 5 - 20px);
	}
}
@media (max-width: 1024px) {
	.m-categoryProductLineupCard.col-3 .m-categoryProductLineupCard__inner .a-h__h4 {
		min-height: 150px;
	}
}
@media (max-width: 576px) {
	.m-categoryProductLineupCard.col-3 .m-categoryProductLineupCard__inner .a-h__h4 {
		min-height: 200px;
		word-break: break-word;
	}
}
.m-categoryProductLineupCard__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 35px 20px;
	width: calc(100% - 10px);
	color: #fff;
	background: #fff !important;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.m-categoryProductLineupCard__inner {
		padding: 40px 20px;
		width: 100%;
		padding-bottom: 0;
	}
}
@media (max-width: 480px) {
	.m-categoryProductLineupCard__inner {
		padding: 30px 10px;
	}
}
.m-categoryProductLineupCard {
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.m-categoryProductLineupCard {
		width: calc(50% - 5px);
		padding: 0;
		margin: 0;
		min-height: auto;
	}
	.o-product-lineup--three .m-categoryProductLineupCard {
		width: calc(50% - 20px);
	}
	.o-product-lineup--two .m-categoryProductLineupCard {
		width: calc(50% - 20px);
	}
	.m-categoryProductLineupCard--featured {
		width: 100%;
	}
}
.m-product__tile {
	position: relative;
	overflow: hidden;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
}
.m-product__image {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1.25rem;
}
.m-product__image img {
	width: 100%;
	height: auto;
}
.m-product__tileInnerDivider {
	display: none;
}
.m-product__pricing {
	text-align: left;
	font-family:
		/*"Harmonia Sans W01",*/
		Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	font-size: 0.9375rem;
	line-height: 1.133em;
	margin: 0.375rem 0;
	color: #000;
	color: #64a70b;
}
.m-buy--separately {
	border: 1px solid #4e8828;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 6px;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding-right: 70px;
}
.m-copy {
	margin-left: 30px;
	width: calc(100% - 150px);
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 23px 0 0 30px;
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 15px;
	margin-left: 15px;
}
.m-search__standardresult {
	padding: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-right: 35px;
	position: relative;
	padding: 10px;
	left: -10px;
	cursor: pointer;
}
.m-search__standardresult:hover {
	border-radius: 4px;
	background: #e4e8ed;
}
@media screen and (max-width: 1024px) {
	.m-search__standardresult {
		padding: 0;
	}
}
.m-search__storeresult {
	padding: 20px 35px;
	border-bottom: 1px solid #bec5cd;
}
.m-search__storeresult:nth-last-of-type(2) {
	border: none;
}
@media screen and (max-width: 1024px) {
	.m-search__storeresult {
		position: relative;
		padding: 0;
		width: 100%;
		padding-top: 35px;
	}
}
.m-searchresult__input {
	padding: 12px 20px;
}
.m-searchresult__container {
	border: 1px solid #fff;
	border-top: 1px solid #e4e8ed;
	padding: 0.3125rem 0.625rem;
}
.m-searchresult__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: grey;
	text-decoration: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
}
.m-searchresult__image {
	text-align: center;
	width: 45px;
}
.m-searchresult__image img {
	width: 100%;
	height: 45px;
	display: block;
}
.m-searchresult__image img.empty {
	background-color: #f3f4f6;
}
.m-searchresult__details {
	padding-top: 0;
	width: calc(100% - 60px);
}
.m-searchresult__name {
	color: #6c7680;
	font-weight: 600;
}
.m-searchresult__price {
	color: #64a70b;
	font-weight: 700;
}
.m-signupform {
	margin: 0 auto 60px;
	max-width: 535px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.m-signupform {
		margin: 0 auto 60px;
	}
}
.m-signupform__inputcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
	.m-signupform__inputcontainer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
}
.m-social--container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(25% - 10px);
	margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
	.m-social--container {
		width: calc(50% - 2px) !important;
		margin-bottom: 0;
		padding: 0px;
		margin-bottom: 5px;
	}
}
.m-social--overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #518a70;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.m-social--overlay:hover {
	opacity: 0.8;
}
@media screen and (max-width: 900px) {
	.m-social--overlay {
		width: calc(100% - 6px);
		height: calc(100% - 0px);
		margin: 0px 3px 0px 3px;
	}
	.m-social--overlay:hover {
		opacity: 0;
	}
}
@-webkit-keyframes animate-height {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes animate-height {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.m-subheader__title,
.m-subheader__title-fix {
	width: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.m-subheader__title+.m-productcard__subcontainer {
		height: 0;
		padding: 0;
		border: none;
	}
}
.m-productcard__container--column .m-subheader__title,
.m-productcard__container--column .m-subheader__title-fix {
	padding-left: 0;
}
.flex-column-3 .m-subheader__title {
	padding-bottom: 0;
}
.m-subheader__title svg,
.m-subheader__title-fix svg {
	display: none;
}
.m-subheader__title .a-inlinetext {
	pointer-events: none;
}
.m-subheader__title-fix .a-inlinetext {
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
	.o-productlineup .m-subheader__title {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.m-subheader__title,
	.m-subheader__title-fix {
		cursor: pointer;
		padding-top: 0;
		padding-bottom: 20px;
		position: relative;
	}
	.m-subheader__title>svg,
	.m-subheader__title-fix>svg {
		display: initial;
		position: absolute;
		right: 20px;
		bottom: 17px;
		height: 16px;
		width: 32px;
		pointer-events: none;
	}
	.m-subheader__title>svg line,
	.m-subheader__title-fix>svg line {
		stroke: #6c7680;
	}
	.m-subheader__title>svg line:first-of-type,
	.m-subheader__title-fix>svg line:first-of-type {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	.m-subheader__title>svg line:last-of-type,
	.m-subheader__title-fix>svg line:last-of-type {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	.m-subheader__title--active>svg line:first-of-type {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	.m-subheader__title--active>svg line:last-of-type {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	.m-subheader__title .m-productcard__container--about {
		background: #ccc;
		padding: 20px 35px;
		width: calc(100% - 70px);
		margin-bottom: 5px;
	}
}
.m-productcard__container--column .m-subheader__title,
.m-productcard__container--column .m-subheader__title-fix {
	padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
	.m-subheader__section--about .m-subheader__title,
	.m-subheader__section--about .m-subheader__title-fix {
		background: #e4e8ed;
		padding: 20px 35px;
		width: 100%;
	}
}
.m-subheader__comparebutton {
	padding: 4px 12px 6px;
	border-radius: 2px;
	background: white;
	color: #666666;
	font-size: 17px;
	font-weight: 600;
	margin: 16px;
	text-decoration: none;
}
.m-subheader__comparebutton.u-brand--braava,
.m-subheader__comparebutton.u-brand--roomba {
	border: 2px solid #447355;
	border-radius: 30px;
	padding: 10px 15px;
}
.o-mobilenavdrawer .m-subheader__comparebutton {
	color: #447355;
}
@media (max-width: 1024px) {
	.m-subheader__comparebutton {
		margin: 16px 0px;
		margin: 0px;
	}
}
.m-subheader__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 20px 0px;
	padding: 0px 35px;
	border-right: 1px solid #ccc;
	width: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
}
.m-subheader__section.active {
	-webkit-animation: animate-height 0.5s;
	animation: animate-height 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.m-subheader__section:last-of-type {
	border-right: none;
}
@media (max-width: 1200px) {
	.m-subheader__section {
		padding: 0px 0px;
	}
}
@media (max-width: 1024px) {
	.m-subheader__section {
		opacity: 1;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 1024px) {
	.m-subheader__section {
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		border: none;
	}
}
.m-subheader__section.u-brand-roomba {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
@media (max-width: 1024px) {
	.m-subheader__section.u-brand-roomba {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}
.m-subheader__section.u-brand-braava {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
@media (max-width: 1024px) {
	.m-subheader__section.u-brand-braava {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}
.m-subheader__section.u-brand-mirra {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media (max-width: 1024px) {
	.m-subheader__section.u-brand-mirra {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}
.m-subheader__section--noborder {
	border: none;
}
@media screen and (max-width: 1024px) {
	.m-subheader__section {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.m-subheader__section--about {
		width: 100%;
		padding: 0;
	}
}
.m-paragraph__list {
	list-style: square;
	list-style-type: square;
	font-size: 1.5em;
}
.m-promopricing {
	margin-bottom: 35px;
}
.m-promopricing--bold {
	font-weight: 700;
	margin-bottom: 0;
}
.m-jumbotron__img-wrapper {
	overflow: hidden;
	position: relative;
}
@media (min-width: 575px) {
	.m-jumbotron__img-wrapper {
		height: 195px;
	}
}
@media (max-width: 767px) {
	.m-jumbotron__img-wrapper {
		height: 200px;
	}
}
@media (min-width: 575px) and (max-width: 767px) {
	.m-jumbotron__img-wrapper {
		height: 250px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.m-jumbotron__img-wrapper {
		height: 490px;
	}
}
@media (min-width: 1024px) {
	.m-jumbotron__img-wrapper {
		height: 300px;
	}
}
.a-jumbotron__img {
	position: absolute;
	right: -192px;
	top: 0;
	height: 100%;
}
@media (min-width: 375px) {
	.a-jumbotron__img {
		right: -169px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.a-jumbotron__img {
		display: none;
	}
}
@media (min-width: 900px) {
	.a-jumbotron__img {
		right: 0;
	}
}
@media (min-width: 1024px) {
	.a-jumbotron__img {
		height: 300px;
		right: calc(85 / 178 * 100vw - 58650 / 89 * 1px);
		max-width: 1380px;
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		top: 50%;
		width: 1400px;
		z-index: 0;
	}
}
@media (min-width: 1380px) {
	.a-jumbotron__img {
		right: 0;
	}
}
@media (min-width: 1400px) {
	.a-jumbotron__img {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 0;
	}
}
@media (max-width: 1023px) {
	.jumbotron__flare {
		display: none;
	}
}
@media (min-width: 1024px) {
	.jumbotron__flare {
		left: calc(149 / 376 * 100vw - 25558 / 47 * 1px);
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 1;
	}
}
@media (min-width: 1372px) {
	.jumbotron__flare {
		left: 0;
	}
}
.m-jumbotron-card {
	background: transparent;
	max-width: 600px;
	padding: 1.5em;
	position: relative;
	text-align: center !important;
	z-index: 1;
	height: 150px;
	background-color: #ebebeb;
}
.align-center {
	text-align: center;
}
.vtw-campaign.static5.vtbottom {
	bottom: 0%;
	top: initial;
}
.vtw-campaign.static5.vttop {
	top: 0%;
	bottom: initial;
}
.vtw-campaign.static5 {
	top: 0px;
}
.vtw-description {
	margin-right: 10px;
}
@media (max-width: 480px) {
	.vtw-campaign.static5 .vtw-description {
		line-height: 26px;
	}
}
/** CYBBA CSS **/
#cybPromoBar {
	position: fixed;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #4e8828;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.vtw-description {
	color: #ffffff;
	font-family: serif;
	text-transform: none;
	font-weight: normal;
}
.cybGroups {
	padding: 10px 20px;
	text-align: center;
	display: inline-block !important;
}
.CYBMainCTA {
	font-size: 15px;
	padding: 4px 20px;
	font-family: serif;
	border-radius: 1px;
	text-decoration: none;
	background-color: transparent;
	font-weight: 500;
	color: #fff;
	border: 1px solid #fff;
}
#cybCloseButton {
	font-family: Arial, sans-serif;
	position: absolute;
	top: 1%;
	right: 1%;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}
@media (max-width: 767px) {
	.m-middle-promo__section-wrapper {
		margin: 0 0 1em;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-middle-promo__section-wrapper {
		max-width: 360px;
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.m-middle-promo__section-wrapper {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(6 / 25 * 100vw + 2856 / 25 * 1px);
	}
}
@media (min-width: 1400px) {
	.m-middle-promo__section-wrapper {
		height: 450px;
		width: 450px;
	}
}
@media (max-width: 767px) {
	.m-middle-promo__section-wrapper--roomba {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-middle-promo__section-wrapper--roomba {
		padding: 0 0.5em 0 0;
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.m-middle-promo__section-wrapper--roomba {
		padding: 0 0.5em 0 0;
	}
}
@media (max-width: 767px) {
	.m-middle-promo__section-wrapper--braava {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-middle-promo__section-wrapper--braava {
		padding: 0 0 0 0.5em;
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.m-middle-promo__section-wrapper--braava {
		padding: 0 0.25em 0 0.25em;
	}
}
@media (max-width: 767px) {
	.m-middle-promo__section-wrapper--accessories {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-middle-promo__section-wrapper--accessories {
		margin: 1em 0 0;
		max-height: 297px;
		max-width: 100%;
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.m-middle-promo__section-wrapper--accessories {
		padding: 0 0 0 0.5em;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-middle-promo__section-wrapper--accessories br {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-middle-promo__section-wrapper--roomba img,
	.m-middle-promo__section-wrapper--braava img {
		position: relative;
		right: 57px;
		z-index: -1;
	}
}
.middle-promo__section {
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.middle-promo__section {
		height: 450px;
		margin: 0 auto;
		max-width: 450px;
		overflow: hidden;
		position: relative;
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.middle-promo__section {
		height: 450px;
	}
}
.middle-promo__section-text {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	top: 0;
	padding: 0 1em;
}
@media (max-width: 767px) {
	.middle-promo__section-text {
		max-width: 100%;
	}
}
.middle-promo__section-title,
.middle-promo__section-offer {
	font-size: 1.875em;
	font-weight: 500;
	line-height: 1.1;
	margin: 0.5em 0 0.3em;
}
@media (max-width: 767px) {
	.middle-promo__section-title,
	.middle-promo__section-offer {
		margin: 0.2em 0 0.5em;
	}
}
.middle-promo__section-title+.middle-promo__section-offer {
	margin: 0.2em 0 2.5em;
}
@media (min-width: 1400px) {
	.middle-promo__section-title+.middle-promo__section-offer {
		margin: 0.2em 0 0.65em;
	}
}
@media (max-width: 767px) {
	.middle-promo__section-title-break,
	.middle-promo__section-tagline-break {
		display: none;
	}
}
@media (min-width: 1400px) {
	.middle-promo__section-title-break,
	.middle-promo__section-tagline-break {
		display: none;
	}
}
.middle-promo__section-title--accessories {
	margin: 0.5em 0 0.3em;
}
@media (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__section-title--accessories {
		margin: 0.25em 0 0.3em;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__section-tagline--accessories {
		margin: 0 0 0.5em;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__section-link--accessories {
		margin: 0 0 1em;
	}
}
@media (max-width: 767px) {
	.middle-promo__section__lifestyle {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@media (min-width: 1082px) and (max-width: 1399px) {
	.middle-promo__section__lifestyle {
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: -1;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__section__lifestyle--accesories {
		display: none;
	}
}
@media (max-width: 767px) {
	.middle-promo__section__lifestyle--accesories-wide {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__section__lifestyle--accesories-wide {
		max-height: 297px;
		max-width: 100%;
	}
}
@media (min-width: 1082px) {
	.middle-promo__section__lifestyle--accesories-wide {
		display: none;
	}
}
.middle-promo__section-offer {
	color: #64a70b;
	margin: 0.5em 0 0em;
	text-transform: uppercase;
}
.middle-promo__section-tagline {
	font-size: 1.125em;
	margin: 0 0 1.5em;
	text-align: center;
}
.middle-promo__section-link {
	color: #64a70b;
	display: inline-block;
	margin: 0 0 1.5em;
	font-weight: 500;
}
@media all and (-ms-high-contrast: none) and (max-width: 767px),
(-ms-high-contrast: active) and (max-width: 767px) {
	.middle-promo__lifestyle {
		max-width: 100%;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1081px),
(-ms-high-contrast: active) and (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__lifestyle {
		max-width: 360px;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 1024px),
(-ms-high-contrast: active) and (min-width: 1024px) {
	.middle-promo__lifestyle {
		max-width: 100%;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1081px),
(-ms-high-contrast: active) and (min-width: 768px) and (max-width: 1081px) {
	.middle-promo__lifestyle--accessories-wide {
		max-height: 297px;
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.m-top-promo__section--product-3 {
		border-top: 1px solid #ebebeb;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 2em 0 0;
	}
}
@media (max-width: 767px) {
	.top-promo__tablet-view {
		display: none;
	}
}
@media (min-width: 1082px) {
	.top-promo__tablet-view {
		display: none;
	}
}
.top-promo__offer-product {
	display: block;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 0.7em;
}
@media (min-width: 768px) and (max-width: 1081px) {
	.top-promo__offer--product-3 {
		display: none;
	}
}
.top-promo__robot-img {
	max-width: 95%;
}
@media (min-width: 768px) and (max-width: 1081px) {
	.top-promo__robot-img {
		width: 85%;
	}
}
.top-promo__robot-img-wrapper {
	margin: 0 0 1.7em;
}
@media (min-width: 768px) and (max-width: 1081px) {
	.top-promo__robot-img-wrapper--product-3 {
		margin: 0 0 0.3em;
	}
}
.o-top-promo {
	margin: 0 0 2.5em;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.o-top-promo {
		margin: 2.5em 0 1em;
	}
}
@media (max-width: 767px) {
	.o-top-promo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.o-top-promo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 1082px) {
	.o-top-promo {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.top-promo__section-wrapper {
	padding: 0 2.3em;
}
@media (max-width: 767px) {
	.top-promo__section-wrapper {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 2em;
		max-width: 100%;
		padding: 0 1em;
		width: 320px;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.top-promo__section-wrapper {
		padding: 0 1.5em;
	}
}
@media (min-width: 1082px) {
	.top-promo__section-wrapper {
		width: 33%;
	}
}
@media (min-width: 1082px) {
	.top-promo__section-wrapper--product-1 {
		border-right: 1px solid #ebebeb;
	}
}
@media (min-width: 1082px) {
	.top-promo__section-wrapper--product-2 {
		border-right: 1px solid #ebebeb;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.top-promo__section-wrapper--product-3 {
		margin: 3em 0 0;
		position: relative;
	}
}
@media (max-width: 767px) {
	.top-promo__section-wrapper--product-1,
	.top-promo__section-wrapper--product-2 {
		border-bottom: 1px solid #bcbcbc;
		padding: 0 1em 1em;
	}
}
@media (min-width: 575px) and (max-width: 767px) {
	.o-middle-promo-wrapper {
		max-width: 1082px;
	}
}
@media (min-width: 1082px) {
	.o-middle-promo-wrapper {
		margin: 1em auto 1em;
		max-width: 1380px;
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	.o-middle-promo-wrapper {
		margin: 1em 0 1em;
	}
}
.middle-promo {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.middle-promo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 1081px) {
	.middle-promo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 1082px) {
	.middle-promo {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.o-jumbotron {
	overflow: hidden;
	position: relative;
}
@media (min-width: 1024px) {
	.o-jumbotron {
		height: 300px;
		position: relative;
	}
}
@media (min-width: 1400px) {
	.o-jumbotron {
		margin: 0 0 0.2625em;
	}
}
.m-jumbotron-card {
	background: transparent;
}
@media (max-width: 767px) {
	.m-jumbotron-card {
		padding: 0.8em 0.8em 0;
		display: table;
		margin: 1em auto;
	}
}
@media (min-width: 768px) {
	.m-jumbotron-card {
		position: absolute;
		top: 20%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 1024px) {
	.m-jumbotron-card {
		left: calc(45 / 188 * 100vw - 99 / 47 * 1px);
		top: 50%;
		width: 52%;
		z-index: 2;
	}
}
@media (min-width: 1400px) {
	.m-jumbotron-card {
		left: 30%;
	}
}
.o-header {
	border-bottom: 7px solid #6cb86a;
	width: 100%;
	background: #fff;
	z-index: 4;
}
.o-header__container {
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 23px 169px;
}
.header-container {
	z-index: 4;
}
@media screen and (max-width: 1024px) {
	.o-header__container {
		padding: 10px;
		width: 100%;
	}
}
.maestrobackwardcompatible .o-header__container {
	width: 100%;
}
.o-footer__half {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.o-footer__navgrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 0;
	padding: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.o-footer__navgrid {
		flex-wrap: wrap;
	}
}
.o-footer__navitem {
	padding: 0;
	margin: 0 0 20px 0;
}
.o-footer__navitem li {
	line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
	.o-footer__navitem {
		width: 49%;
	}
}
.o-footer__legal {
	margin: 0 32px;
	max-width: calc(1264px);
	width: calc(100% - 64px);
	margin-left: auto;
	margin-right: auto;
}
.m-product__footer-grid {
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
}
@media (max-width: 900px) {
	.m-product__footer-grid {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.o-valueadd {
	padding: 50px 0px;
	margin-bottom: 50px;
}
@media screen and (min-width: 1920px) {
	.o-valueadd {
		max-width: 1920px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.o-valueadd__iconcontainer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 130px);
	margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
	.o-valueadd__iconcontainer {
		width: calc(100% - 70px);
		margin-left: 35px;
		margin-right: 35px;
	}
}
@media (max-width: 900px) {
	.o-valueadd__iconcontainer {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
	.o-valueadd {
		margin-bottom: 65px;
		padding: 35px;
	}
}
.o-hero {
	margin-bottom: 30px;
	position: relative;
}
@media screen and (min-width: 1920px) {
	.o-hero {
		max-width: 1920px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.o-hero__interactiveoptioncontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 65px 0px 0px;
	max-width: 75%;
	max-width: 1280px;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	gap: 25px;
	transition: all 0.3s;
}
.flex-grid.o-hero__lowerinteractiveoption {
	margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoptioncontainer {
		max-width: 100%;
		margin: 0;
		width: 100%;
		padding: 35px 0;
	}
}
.o-hero__interactiveoption {
	text-align: left;
	position: relative;
	cursor: pointer;
	max-width: 450px;
	margin-right: 0;
	padding: 20px;
	transition: all 0.3s;
}
.o-hero__interactiveoption.o-hero__interactiveoption--active {
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 #c8c8c8;
}
.o-hero__interactiveoption:nth-child(n + 3),
.o-hero__interactiveoption:nth-child(n + 4) {
	padding-bottom: 20px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.o-hero__interactiveoption {
		min-width: 400px;
	}
}
@media (min-width: 1025px) {
	.o-hero__interactiveoption {
		height: 250px;
	}
}
@media screen and (max-width: 1235px) {
	.o-hero__interactiveoption:nth-child(n + 3),
	.o-hero__interactiveoption:nth-child(n + 4) {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoption {
		width: 100%;
		max-width: 100%;
		margin: 0;
		background: #f3f4f6;
		margin-bottom: 35px;
		padding-bottom: 20px;
	}
}
.o-hero__lowerinteractiveoption {
	width: 100%;
}
.o-hero--leftimage .o-hero__lowerinteractiveoption {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.o-hero--rightimage .o-hero__lowerinteractiveoption {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.o-hero__interactiveoptionimagecontainer {
	position: relative;
	display: none;
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoptionimagecontainer {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	.o-hero__interactiveoptiontextcontainer {
		position: relative;
		margin-left: 70px;
		padding-left: 0;
		padding-right: 35px;
	}
}
.o-hero__interactiveoptionheroimage {
	width: 100%;
}
.o-hero__interactiveoptionbreakoutimage {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	bottom: -75px;
}
@media screen and (max-width: 1024px) {
	.o-hero__containedcolumn {
		width: 100%;
		padding: 35px;
	}
}
.o-hero__videocontainer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}
.o-productlineup .o-hero__videocontainer {
	margin-top: 35px;
}
@media screen and (max-width: 1024px) {
	.o-hero__videocontainer {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 1;
		order: 1;
		-webkit-order: 1;
	}
}
.o-hero__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	z-index: 1;
}
.o-hero__video.oo-player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	z-index: 1;
}
.o-hero__video.oo-player-container .oo-player {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}
.o-hero__promo {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
}
@media screen and (max-width: 1260px) {
	.o-hero__promo {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-hero__promo {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
.o-hero--contained {
	margin-left: 169px;
	margin-right: 169px;
}
@media screen and (max-width: 1024px) {
	.o-hero--contained {
		margin-left: 35px;
		margin-right: 35px;
		width: calc(100% - 70px);
	}
}
@media screen and (max-width: 1024px) {
	.o-hero--mobilereverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.o-hero--mobilereverse.o-hero__videocomponent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
	.o-hero {
		margin-bottom: 40px;
	}
}
.o-mobilenavdrawer {
	overflow: hidden;
	z-index: 3;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
	.o-mobilenavdrawer {
		position: absolute;
		background: white;
		left: -100%;
		width: 100%;
	}
}
.product-detail {
	padding-left: 50px;
	padding-right: 50px;
}
.product-detail-div {
	background-color: transparent;
	border-top: 2px solid #f3f4f6;
	margin-bottom: 0;
}
.tabs-new {
	position: relative;
	clear: both;
}
.tabs-new .tab-new {
	float: left;
}
.tabs-new .tab-new .content {
	position: absolute;
	background-color: #fff;
	left: 0px;
	width: 100%;
	margin-top: 50px;
}
.checkboxtab~.content {
	display: none;
}
.tab-new label {
	color: black;
	margin-right: 10px;
	margin-left: 25%;
}
.checkboxtab:checked~label {
	color: #64a70b;
	border-bottom: 6px solid #64a70b;
}
.checkboxtab:checked {
	border-bottom: 6px solid #64a70b;
}
.checkboxtab:checked~label:after {
	content: "";
	position: absolute;
	top: 118%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: solid 6px #64a70b;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}
.checkboxtab:checked~.content {
	margin-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 1;
	display: block;
}
.o-product-lineup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 100px;
	margin-left: 65px;
	margin-right: 65px;
}
.o-product-lineup--featured {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 1260px) {
	.o-product-lineup--featured {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup--featured {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup--featured {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: calc(100% - 70px);
		max-width: calc(100% - 70px);
	}
}
.o-product-lineup--standard {
	margin-left: 169px;
	margin-right: 169px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
@media screen and (max-width: 1260px) {
	.o-product-lineup--standard {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup--standard {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup--standard {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: calc(100% - 70px);
		max-width: calc(100% - 70px);
	}
}
.o-product-lineup__standardcard {
	position: relative;
	padding: 35px;
	background: #f3f4f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.o-product-lineup__standardcard--standard {
	width: calc(100% / 3 - 90px);
	margin: 0px 10px 35px;
}
.o-product-lineup-4>div {
	width: calc(100% / 4 - 20px) !important;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__standardcard--standard {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.o-product-lineup-4>div {
		width: calc(100%) !important;
	}
}
.o-product-lineup__standardcard--background {
	width: 100%;
	background: rgba(200, 200, 200, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__standardcard--standard {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.o-product-lineup__standardcard--background {
		position: absolute;
		height: 85px;
	}
}
.o-product-lineup__standardcard--image {
	margin-top: -35px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__standardcard--image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: static;
		width: 220px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}
.o-product-lineup__standardcard--upper {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-bottom: 35px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__standardcard--upper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		padding-bottom: 0;
		margin-top: 20px;
	}
}
.o-product-lineup__standardcard--lower {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__standardcard--lower {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__standardcard {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.o-product-lineup__featuredcard {
	position: relative;
	background: #dce9d5;
	padding: 0;
}
.o-product-lineup__featuredcard--featuredNEW {
	width: calc(100% / 3 - 90px);
	max-width: 66%;
	margin: 0px 10px 0px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex-direction: column;
	display: flex;
	max-width: 350px;
}
.o-product-lineup__featuredcard--featured {
	width: calc(50% - 90px);
	max-width: 66%;
	margin: 0px 10px 0px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 350px;
}
@media screen and (max-width: 1450px) {
	.o-product-lineup__featuredcard--featuredNEW {
		width: calc(100% / 3);
	}
}
.w-mobile {
	display: none;
}
.w-mobile p.a-paragraph {
	margin-bottom: 15px;
	font-weight: 600;
}
.w-mobile h3.a-h.a-h__h3 {
	color: #000;
}
@media screen and (max-width: 1024px) {
	.w-desktop {
		display: none;
	}
	.w-mobile {
		display: block;
	}
	.o-product-lineup__featuredcard--featured,
	.o-product-lineup__featuredcard--featuredNEW {
		width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
		margin-left: 0;
		margin-right: 0;
	}
}
.o-product-lineup--single .o-product-lineup__featuredcard--featured {
	width: calc(100% - 70px);
	max-width: calc(100% - 70px);
}
.o-product-lineup__featuredcard--background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(68 115 85) !important;
	height: 160px;
	padding: 0 35px 20px;
	position: initial;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__featuredcard--background {
		position: absolute;
		height: 85px;
	}
}
.o-product-lineup__featuredcard--image {
	padding: 35px;
}
@media (min-width: 1025px) {
	.o-product-lineup__featuredcard--image {
		height: 0;
		padding-bottom: 75% !important;
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__featuredcard--image {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		display: block;
		position: relative;
		left: 0;
		right: 0;
		transform: unset;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.o-product-lineup__featuredcard--upper {
	padding-bottom: 35px;
	position: relative;
	width: 90%;
	height: 110px;
	padding-top: 20px;
}
@media (min-width: 1025px) {
	.o-product-lineup__featuredcard--upper {
		position: absolute;
		padding-top: 50px;
		top: 0;
		left: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__featuredcard--upper {
		width: 100%;
		padding-bottom: 0;
		height: auto;
	}
}
.o-product-lineup__featuredcard--lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 0 35px 35px 35px;
}
@media screen and (max-width: 1024px) {
	.o-product-lineup__featuredcard--lower {
		padding-top: 0;
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.o-product-lineup {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		margin-left: 35px;
		margin-right: 35px;
		margin-bottom: 30px;
		gap: 10px;
		flex-direction: row;
		justify-content: center;
	}
}
.o-promo {
	padding: 35px;
}
@media screen and (max-width: 1024px) {
	.o-promo {
		width: 100%;
	}
}
.o-productlineup {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
	margin-bottom: 100px;
	position: relative;
	margin-top: 40px;
}
.o-productlineup img {
	height: auto;
	max-width: 100%;
}
#wybierz-irobot .o-productlineup {
	margin-bottom: 0px;
	margin-top: 70px;
}
h4.h4b {
	font-size: 22px;
	margin: 35px 0 20px 0;
	font-weight: 700;
}
p.subtitle2 {
	font-size: 18px;
	text-align: center;
	color: #555;
}
@media screen and (min-width: 1920px) {
	.o-productlineup {
		max-width: 1582px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1260px) {
	.o-productlineup {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-productlineup {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
@media (max-width: 1024px) {
	.o-productlineup {
		margin-bottom: 65px;
	}
}
.o-quizcomponent {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px;
	margin-bottom: 0px;
}
@media screen and (min-width: 1920px) {
	.o-quizcomponent {
		max-width: 1582px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1260px) {
	.o-quizcomponent {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-quizcomponent {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
.o-quizcomponent__buttoncontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.naglowekmarginbottom {
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
	.o-quizcomponent__buttoncontainer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
	.o-quizcomponent {
		margin-bottom: 65px;
	}
}
.o-search {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
	padding-top: 35px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
	.o-search {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-search {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
.o-search__left {
	text-align: left;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.o-search__left {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%;
		margin-bottom: 35px;
	}
}
.o-search__right {
	text-align: left;
	border-left: 1px solid #bec5cd;
	padding: 20px;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
	.o-search__right {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		border: none;
		padding: 0;
		margin-bottom: 35px;
	}
}
.o-search__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: static;
	bottom: -30px;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
	.o-search__pagination {
		position: static;
	}
}
.o-search__pagination .a-icon {
	cursor: pointer;
}
.o-search__paginationlink {
	padding: 0px 8px;
}
.o-search__inputcontainer {
	position: relative;
	display: inline-block;
}
.o-search__inputcontainer .a-icon {
	position: absolute;
	top: 12px;
	right: 12px;
	font-family: "Irobotweb";
}
@media screen and (max-width: 1024px) {
	.o-search {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.o-social {
	margin-left: 169px;
	margin-right: 169px;
	width: calc(100% - 338px);
	margin-bottom: 100px;
	position: relative;
}
@media screen and (min-width: 1920px) {
	.o-social {
		max-width: 1582px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1260px) {
	.o-social {
		max-width: 905px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.o-social {
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}
.o-social__photocontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.o-social__photocontainer {
		width: 100%;
	}
}
.o-social__photocontainer * {
	max-width: initial;
}
@media screen and (max-width: 1024px) {
	.o-social {
		margin-bottom: 65px;
	}
}
.o-social .slick-slide>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.o-social .wrapper {
		width: 100%;
	}
	.o-social .slick-list {
		width: 100%;
	}
}
.o-subheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 32px 0px;
	position: relative;
	max-height: 0px;
	padding: 0;
	opacity: 0;
	background: white;
	z-index: 1;
}
@media (max-width: 1024px) {
	.o-subheader {
		max-height: 100%;
		padding: 0;
		opacity: 1;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: 2px solid #eee;
	}
}
.o-subheader__title {
	display: none;
}
.o-mobilenavdrawer .o-subheader__title .a-icon img {
	filter: brightness(0.4);
}
@media (max-width: 1024px) {
	.o-subheader__title {
		cursor: pointer;
		display: block;
		font-weight: 300;
		font-size: 18px;
		color: #000;
		position: relative;
		padding: 20px 35px;
		margin: 0px 0px;
		width: 100%;
	}
	.o-subheader__title .a-image {
		position: absolute;
		left: auto;
		pointer-events: none;
		top: 20px;
		height: 22px;
		width: 22px;
		right: 30px;
	}
	.o-subheader__title>svg,
	.o-subheader__title i {
		position: absolute;
		right: 26px;
		top: 24px;
		height: 16px;
		width: 32px;
		pointer-events: none;
	}
	.o-subheader__title>svg line,
	.o-subheader__title i line {
		stroke: #447355;
	}
	.o-subheader__title>svg line:first-of-type,
	.o-subheader__title i line:first-of-type {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	.o-subheader__title>svg line:last-of-type,
	.o-subheader__title i line:last-of-type {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	.o-subheader__title--active {
		height: auto;
	}
	.o-subheader__title--active>svg line:first-of-type {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	.o-subheader__title--active>svg line:last-of-type {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}
.o-subheader__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-width: 1340px;
	justify-content: center;
}
@media (max-width: 1200px) {
	.o-subheader__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 1024px) {
	.o-subheader__container {
		max-height: 0;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
}
.o-subheader__container--active {
	height: auto !important;
}
.o-subheader--search {
	padding: 0px 35px;
}
/* Fixes */
/* Fixed jumping menu content */
@media (min-width: 1025px) and (max-width: 1324px) {
	.o-subheader__container.first__container {
		min-height: 820px !important;
	}
}
@media (min-width: 1325px) {
	.o-subheader__container.first__container {
		min-height: 620px !important;
	}
}
/* !Fixed jumping menu content */
@media (max-width: 1024px) {
	.m-subheader__section {
		margin: 0;
	}
	.m-subheader__section.u-brand--roomba,
	.m-subheader__section.u-brand--braava,
	.m-subheader__section.u-brand--combo {
		padding: 35px;
	}
}
.o-footer {
	margin-top: 0;
	background-color: #fff;
	border-top: 7px solid #6cb86a;
	max-width: 100vw;
	overflow: hidden;
}
i.arrowdot {
	width: 16px !important;
	height: 16px !important;
	background: #447355 url(/img/icons/ic-szczbiala.png) center center no-repeat !important;
	background-size: 6px 10px !important;
	padding: 4px 2px 4px 14px !important;
}
i.arrowdot.braava {
	background-color: #1aa2dc !important;
}
.o-hero__videocontainer.active {
	min-height: 200px;
}
@media (min-width: 400px) {
	.o-hero__videocontainer.active {
		min-height: 300px;
	}
}
@media (min-width: 800px) {
	.o-hero__videocontainer.active {
		min-height: 450px;
	}
}
@media (min-width: 1025px) {
	.o-hero__videocontainer.active {
		min-height: 450px;
	}
}
@media (min-width: 1230px) {
	.o-hero__videocontainer.active {
		min-height: 520px;
	}
}
@media (min-width: 1500px) {
	.o-hero__videocontainer.active {
		min-height: 630px;
	}
}
@media (min-width: 1025px) {
	.o-header__leftheader a img {
		min-width: 100px;
	}
}
.m-footer__iconcontainer a {
	background-color: #393f45;
	border-radius: 50%;
	padding: 10px;
	height: 36px;
	width: 36px;
}
.m-footer__iconcontainer a img {
	vertical-align: top;
	margin: 0px;
	padding: 0px !important;
	border-radius: 50%;
}
@media (max-width: 1024px) {
	a .desktop-only {
		display: none;
	}
}
.breadcrumb {
	display: none;
}
#columns {
	padding: 0 0 15px 0;
}
.product .btn {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid transparent;
	border-radius: 2px;
	display: inline-block;
	font-family: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
	padding: 6px 11px;
	text-decoration: none;
}
.product .btn.play::after {
	content: "\00A0\00A0\25BA";
	font-size: 0.75em;
}
.product .btn:disabled,
.product .btn:disabled:hover {
	background: #f7f7f7;
	border-color: #ebebeb;
	color: #666;
}
.product .pri-btn,
.product .sec-btn,
.product .ter-btn,
.product .qua-btn,
.product .shdw-btn {
	transition-duration: 300ms;
	transition-property: background-color, border-color, color;
}
.product .pri-btn {
	background: #64a70b;
	border-color: #64a70b;
	color: #fff;
}
.product .pri-btn:hover {
	background: #579802;
	border-color: #579802;
}
.text-center {
	text-align: center;
}
.top-gray-line {
	border-top: 1px solid #ebebeb;
}
.region {
	position: relative;
}
.meet-the-family {
	padding: 45px 15px;
}
.product.top-padding {
	margin-top: 0px;
	padding-top: 55px;
}
.product.bottom-padding {
	margin-bottom: 0px;
	padding-bottom: 55px;
}
.product .callouts h3 {
	font-weight: 600;
	text-transform: none;
	font-size: 29px;
	font-family: inherit;
	color: #6c7680;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
.product .callouts h1 {
	font-weight: 700;
	text-transform: none;
	text-align: left;
	font-size: 40px;
	text-align: inherit;
	font-weight: 600;
	font-family: inherit;
	color: #6c7680;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
.product .callouts h3 {
	font-weight: 600;
	text-transform: none;
	font-size: 29px;
	font-family: inherit;
	color: #6c7680;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 35px;
}
/* Cookies */
#optanon *,
#optanon *:before,
#optanon *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#optanon,
#optanon *,
#optanon div,
#optanon span,
#optanon ul,
#optanon li,
#optanon a,
#optanon p,
.optanon-alert-box-wrapper * {
	font-family: Arial, sans-serif;
	background: none;
	border: none;
	bottom: auto;
	clear: none;
	float: none;
	height: auto;
	left: auto;
	letter-spacing: normal;
	line-height: normal;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	overflow: visible;
	right: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	text-shadow: none;
	top: auto;
	visibility: visible;
	white-space: normal;
	width: auto;
	z-index: auto;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: static;
	font-weight: normal;
}
#optanon #optanon-popup-bg {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2147483645;
}
#optanon #optanon-popup-wrapper {
	display: none;
	z-index: 2147483646;
	color: #000;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
}
#optanon #optanon-popup-wrapper:focus {
	outline: none;
}
#optanon #optanon-popup-wrapper a {
	color: #000;
	text-decoration: none;
}
#optanon #optanon-popup-wrapper a:hover {
	text-decoration: underline;
}
#optanon #optanon-popup-wrapper img {
	border: 0px;
}
#optanon #optanon-popup-top {
	background-color: #6cc04a;
	height: 80px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#optanon #optanon-popup-top .optanon-close,
.optanon-alert-box-wrapper .optanon-alert-box-corner-close button {
	float: right;
	position: relative;
	right: 5px;
	top: 5px;
	background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDc0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NCA3NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0NDQ0NDQzt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KCS5zdDJ7ZmlsbDojNjY2NjY2O30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcsNzEuNWMtOS42LDAtMTcuOC0zLjQtMjQuNC0xMC4xQzUuOCw1NC40LDIuNSw0Ni41LDIuNSwzN2MwLTkuNiwzLjQtMTcuOCwxMC4xLTI0LjQNCgkJQzE5LjIsNS45LDI3LjQsMi41LDM3LDIuNWM5LjYsMCwxNy44LDMuNCwyNC40LDEwLjFjNi44LDYuOSwxMC4xLDE0LjksMTAuMSwyNC40YzAsOS42LTMuNCwxNy44LTEwLjEsMjQuNA0KCQlDNTQuNCw2OC4yLDQ2LjUsNzEuNSwzNyw3MS41eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNyw1YzguOSwwLDE2LjQsMy4xLDIyLjYsOS40QzY1LjgsMjAuNyw2OSwyOC4xLDY5LDM3cy0zLjEsMTYuNC05LjQsMjIuNkM1My4zLDY1LjgsNDUuOSw2OSwzNyw2OQ0KCQlzLTE2LjQtMy4xLTIyLjYtOS40UzUsNDUuOSw1LDM3czMuMS0xNi40LDkuNC0yMi42QzIwLjYsOC4xLDI4LjEsNSwzNyw1IE0zNywwQzI2LjgsMCwxOCwzLjcsMTAuOSwxMC45QzMuNywxOCwwLDI2LjgsMCwzNw0KCQljMCwxMCwzLjYsMTguOCwxMC44LDI2LjFDMTcuOSw3MC4zLDI2LjgsNzQsMzcsNzRjMTAsMCwxOC44LTMuNiwyNi4xLTEwLjhDNzAuMyw1Ni4xLDc0LDQ3LjIsNzQsMzdjMC0xMC0zLjYtMTguOC0xMC44LTI2LjENCgkJQzU2LjEsMy43LDQ3LjIsMCwzNywwTDM3LDB6Ii8+DQo8L2c+DQo8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNTIuNCw0Ny43TDQxLjcsMzdsMTAuOS0xMC43YzAuNi0wLjYsMC42LTEuMSwwLTEuN2wtMy4xLTNjLTAuMy0wLjMtMC42LTAuNC0wLjktMC40Yy0wLjIsMC0wLjQsMC4xLTAuNywwLjQNCglMMzcsMzIuMUwyNi4xLDIxLjZjLTAuMy0wLjMtMC41LTAuNC0wLjctMC40Yy0wLjMsMC0wLjYsMC4xLTAuOSwwLjRsLTMsM2MtMC42LDAuNi0wLjYsMS4xLDAsMS43TDMyLjQsMzdMMjEuNiw0Ny45DQoJYy0wLjIsMC4xLTAuMywwLjMtMC4zLDAuN3MwLjEsMC43LDAuMywwLjlsMywzLjFjMC4yLDAuMiwwLjUsMC4zLDAuOSwwLjNzMC43LTAuMSwwLjktMC4zTDM3LDQxLjdsMTAuOSwxMC43DQoJYzAuMywwLjMsMC41LDAuNCwwLjcsMC40YzAuMywwLDAuNi0wLjEsMC45LTAuNGwzLTNjMC4zLTAuMiwwLjQtMC41LDAuNC0wLjlDNTIuOSw0OC4zLDUyLjcsNDgsNTIuNCw0Ny43eiIvPg0KPC9zdmc+");
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
#optanon #optanon-close {
	background: none !important;
	display: none;
}
#optanon #optanon-popup-wrapper a:hover {
	text-decoration: none;
}
#optanon #optanon-popup-top img a {
	border: 0;
}
#optanon #optanon-popup-body {
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
	position: relative;
}
#optanon #optanon-popup-body .legacy-preference-banner-title {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	color: #000;
}
#optanon #optanon-popup-body p.header-3,
#optanon #optanon-popup-body #optanon-vendor-consent-text {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 10px 5px;
	display: inline-block;
}
#optanon #optanon-popup-body p,
#optanon #optanon-popup-body div.optanon-main-info-text {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}
#optanon #optanon-popup-body div.optanon-main-info-text {
	max-height: 250px;
	overflow-y: auto;
	padding-right: 10px;
}
#optanon #optanon-popup-body div.optanon-main-info-text div.optanon-cookie-list {
	margin-top: 10px;
}
#optanon #optanon-popup-body div.optanon-main-info-text div.optanon-cookie-list p {
	margin: 4px 0;
}
#optanon #optanon-popup-body div.optanon-main-info-text div.optanon-cookie-list p.optanon-subgroup-cookies-list,
#optanon #optanon-popup-body div.optanon-main-info-text div.optanon-cookie-list p.optanon-group-cookies-list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	color: #666;
}
#optanon #optanon-popup-body div.optanon-main-info-text div.optanon-cookie-list .optanon-cookies-used {
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
#optanon #optanon-popup-body div.optanon-main-info-text div.optanon-cookie-list span.optanon-subgroup-header {
	font-size: 13px;
	padding-right: 10px;
	color: #000;
	display: inline-block;
}
#optanon #optanon-popup-body div.optanon-subgroup-description {
	margin: 5px 10px;
}
#optanon #optanon-popup-body-left {
	float: left;
	width: 100%;
}
#optanon.modern #optanon-branding-top-logo {
	background-image: url(../images/cookie-collective-top-logo.svg) !important;
}
#optanon #optanon-branding-top-logo {
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	height: 50px;
	width: 140px;
	position: absolute;
	top: -65px;
	left: 10px;
}
#optanon #optanon-menu {
	padding: 0px;
	width: 100%;
	word-break: break-word;
}
#optanon #optanon-menu li {
	list-style-type: none;
	min-height: 38px;
	border-bottom: 1px solid #ccc;
	background-color: #e6e6e6 !important;
	width: 100%;
	cursor: pointer;
}
#optanon #optanon-menu li button {
	cursor: pointer;
}
#optanon #optanon-menu li .preference-menu-item {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 12px 0px 12px 0px;
	width: 80%;
}
#optanon #optanon-menu li .preference-menu-item button,
#optanon #optanon-menu li .preference-menu-item a {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
#optanon #optanon-menu .menu-item-selected {
	background-color: #fff !important;
}
#optanon #optanon-menu .menu-item-selected a {
	color: #000;
}
#optanon #optanon-menu li {
	background-size: 16px !important;
	background-position: 15px 12px !important;
	background-repeat: no-repeat !important;
}
#optanon #optanon-popup-body-right {
	float: left;
	padding: 10px 20px;
}
#optanon #optanon-popup-more-info-bar {
	display: block;
	float: right;
	width: 23%;
}
@media only screen and (max-width: 400px) {
	#optanon #optanon-popup-more-info-bar {
		width: 35%;
	}
	#optanon #optanon-popup-body-right {
		float: none;
		padding-left: 20px;
	}
}
#optanon #optanon-popup-more-info-bar p {
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: auto;
	font-weight: bold;
	font-size: 14px;
}
#optanon #optanon-popup-wrapper .optanon-arrow {
	float: left;
	margin: 7px 0px 0px 5px;
}
#optanon #optanon-popup-wrapper .optanon-status {
	font-weight: bold;
	min-width: 23%;
}
#optanon #optanon-popup-wrapper .optanon-status-symbol {
	margin: 2px 0px 0px 4px;
}
#optanon #optanon-popup-wrapper .optanon-status .optanon-status-editable,
#optanon #optanon-popup-wrapper .optanon-status .optanon-status-always-active {
	display: none;
}
#optanon #optanon-popup-wrapper .optanon-status-on {
	color: #09a501;
}
#optanon #optanon-popup-wrapper .optanon-bottom-spacer {
	clear: both;
	height: 20px;
}
#optanon #optanon-popup-bottom {
	border-top: 1px solid #ccc;
	background-color: #f2f2f2;
	float: left;
	margin: 0px;
	padding-bottom: 10px;
	width: 100%;
}
#optanon #optanon-popup-bottom-logo {
	float: left;
	margin: 8px 0px 0px 3px;
	background: none !important;
}
#optanon #optanon-popup-bottom-logo:before {
	content: "Powered by";
	font-size: 13px;
	color: #000;
	position: relative;
	top: 10px;
	margin-left: 10px;
	width: auto;
}
#optanon #optanon-popup-bottom-logo:after {
	content: "OneTrust";
	font-size: 13px;
	color: #000;
	width: auto;
	position: relative;
	top: 10px;
	margin-left: 4px;
	border-bottom: 1px solid #ccc;
}
#optanon #optanon-popup-wrapper .optanon-allow-all-button,
#optanon #optanon-popup-wrapper .optanon-save-settings-button {
	cursor: hand;
	cursor: pointer;
}
#optanon #optanon-popup-wrapper .optanon-allow-all-button {
	display: none;
}
#optanon #optanon-popup-wrapper .optanon-button-wrapper {
	float: right;
	margin: 9px 10px 0px 0px;
}
#optanon #optanon-popup-wrapper .optanon-white-button-middle {
	background-repeat: repeat-x;
	display: block;
	float: left;
	padding: 8px 13px;
	background-color: #6cc04a;
}
#optanon #optanon-popup-wrapper .optanon-white-button-middle button {
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	cursor: pointer;
}
.optanon-show-settings-popup-wrapper *,
.optanon-show-settings-popup-wrapper *:before,
.optanon-show-settings-popup-wrapper *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.optanon-show-settings-popup-wrapper,
.optanon-show-settings-popup-wrapper *,
.optanon-show-settings-popup-wrapper div,
.optanon-show-settings-popup-wrapper span,
.optanon-show-settings-popup-wrapper ul,
.optanon-show-settings-popup-wrapper li,
.optanon-show-settings-popup-wrapper a,
.optanon-show-settings-popup-wrapper p,
#optanon-show-settings-popup ul,
#optanon-show-settings-popup li,
#optanon-show-settings-popup a,
#optanon-show-settings-popup span {
	border: none;
	bottom: auto;
	clear: none;
	float: none;
	letter-spacing: normal;
	line-height: normal;
	max-height: inherit;
	max-width: inherit;
	min-width: inherit;
	overflow: visible;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	top: auto;
	visibility: visible;
	white-space: normal;
	width: auto;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.optanon-show-settings-popup-wrapper img {
	width: auto;
	height: auto;
}
.optanon-show-settings-popup-wrapper {
	height: 0px;
}
.optanon-show-settings-button {
	cursor: hand;
	cursor: pointer;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
	color: #666 !important;
	font-weight: bold;
	margin-top: -20px !important;
	float: none !important;
	font-size: 14px;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
	text-decoration: none !important;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
	background: #fff !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: none;
	float: left;
	height: 23px !important;
	padding-top: 7px;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-left {
	background-color: #fff !important;
	background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOiM3MUI4NEM7fQ0KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzcxQjg0QztzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCTwvY2xpcFBhdGg+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsMTZjLTQuNSwwLTgtMy42LTgtOGMwLTQuNSwzLjYtOCw4LThzOCwzLjYsOCw4QzE2LDEyLjUsMTIuNSwxNiw4LDE2IE04LDAuOUM0LjIsMC45LDAuOSw0LjEsMC45LDgNCgkJYzAsMy44LDMuMSw3LjEsNy4xLDcuMXM3LjEtMy4xLDcuMS03LjFDMTUuMSw0LjIsMTEuOCwwLjksOCwwLjkiLz4NCgk8bGluZSBjbGFzcz0ic3QxIiB4MT0iOCIgeTE9IjMiIHgyPSI4IiB5Mj0iNyIvPg0KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSI0IiB5MT0iNiIgeDI9IjgiIHkyPSI3LjUiLz4NCgk8bGluZSBjbGFzcz0ic3QxIiB4MT0iNSIgeTE9IjEyIiB4Mj0iOCIgeTI9IjcuNSIvPg0KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxMSIgeTE9IjEyIiB4Mj0iOCIgeTI9IjcuNSIvPg0KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxMiIgeTE9IjYiIHgyPSI4IiB5Mj0iNy41Ii8+DQo8L2c+DQo8L3N2Zz4=");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 9px 7px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	height: 30px !important;
	width: 30px !important;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-right {
	background: #fff !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: none;
	float: left;
	height: 30px !important;
	width: 8px !important;
}
#optanon-show-settings-popup {
	display: none;
	position: relative;
	z-index: 2147483647;
	left: 0px !important;
	float: left !important;
}
#optanon-show-settings-popup-inner {
	position: absolute;
}
#optanon-show-settings-popup ul {
	list-style-type: none !important;
	width: 205px;
	height: auto !important;
	margin: 3px 0px !important;
	padding: 0px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f2f2f2;
}
#optanon-show-settings-popup ul li {
	padding: 6px 10px 0px 6px;
	height: auto !important;
	list-style-type: none !important;
	margin: 0px !important;
	font-size: 13px !important;
	color: #666 !important;
	font-weight: bold !important;
}
#optanon-show-settings-popup ul li a {
	text-decoration: none;
	color: #666;
}
#optanon-show-settings-popup ul li a:hover {
	text-decoration: underline;
}
#optanon-show-settings-popup ul li .optanon-dnt {
	font-size: 10px !important;
	color: #333;
}
#optanon-show-settings-popup .icon {
	display: none;
}
#optanon-show-settings-popup .top-arrow {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	transform: rotate(45deg);
	height: 11px;
	position: absolute;
	width: 11px;
	top: -3px !important;
}
#optanon-show-settings-popup .bottom-arrow-even,
#optanon-show-settings-popup .bottom-arrow-odd {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
	transform: rotate(45deg);
	height: 11px;
	position: absolute;
	width: 11px;
	bottom: 4px;
}
#optanon-show-settings-popup .menu-item-border {
	background-color: #ccc;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 199px;
	margin-top: 6px;
	margin-left: -5px;
}
#optanon-show-settings-popup .menu-bottom-odd,
#optanon-show-settings-popup .menu-bottom-even {
	background-color: #f2f2f2;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	height: 7px;
	margin: 0 0 10px 0;
	padding: 0;
	margin-top: -3px;
	width: 205px;
}
@media only screen and (min-width: 47em) {
	#optanon #optanon-popup-top {
		background-color: #f2f2f2;
	}
	#optanon #optanon-branding-top-logo {
		margin: 0px;
	}
	#optanon #optanon-popup-wrapper {
		position: fixed;
		min-height: 300px;
		left: 50%;
		top: 0;
		margin: 100px 0px 0px -300px;
		position: fixed;
		width: 600px;
	}
	#optanon #optanon-popup-body-left-shading {
		position: absolute;
		top: -81px;
		left: 0;
		background-color: #6cc04a;
		width: 158px;
		height: 80px;
	}
	#optanon #optanon-menu {
		margin: 0px 0px 0px -12px;
	}
	#optanon #optanon-menu li {
		padding-right: 20px;
	}
	#optanon #optanon-popup-body-left {
		float: left;
		width: 23%;
		padding: 0 2%;
	}
	#optanon #optanon-popup-body-right {
		float: left;
		width: 69%;
		padding: 1% 2%;
	}
	#optanon #optanon-popup-body .legacy-preference-banner-title {
		position: absolute;
		top: -55px;
		font-size: 16px;
		font-weight: bold;
	}
}
#optanon .fieldset {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 23px;
	margin-top: 10px;
}
#optanon .fieldset input {
	opacity: 0;
}
#optanon .fieldset label {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #414141;
	border-radius: 23px;
	overflow: visible;
	text-indent: 45px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
#optanon .fieldset label:after {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}
#optanon .fieldset input:checked+label {
	background-color: #6cc04a;
}
#optanon .fieldset input:focus+label,
#optanon .fieldset input:active+label {
	box-shadow: 0 0 2px 2px #509ec4;
}
#optanon .fieldset input:checked+label:after {
	background-color: #f5efeb;
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}
#optanon .optanon-subgroup-checkbox {
	margin-right: 5px;
}
#optanon .optanon-subgroup-fieldset {
	transform: scale(0.6);
	top: -3px;
	float: right;
	margin-right: 50px;
}
#optanon .optanon-subgroup-fieldset label {
	font-size: 20px;
	padding-top: 0px;
}
.optanon-vendor-status-editable,
#optanon .optanon-vendor-list-allow-all {
	float: right;
}
#optanon .optanon-vendor-allow-all-editable .fieldset {
	margin: 0px;
	margin-left: 12px;
}
#optanon .subgroup-cookies-list {
	height: 30px;
}
#optanon .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
#optanon .fade-in {
	animation-name: fade-in;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#optanon #optanon-vendor-consent-text {
	cursor: pointer;
}
#optanon #optanon-vendor-consent-text:after {
	padding-left: 10px;
	content: "\276F";
}
#optanon #optanon-vendor-consent-text .vendor-consent-link {
	font-size: 14px;
	font-weight: bold;
}
#optanon #optanon-vendor-consent-back {
	margin: 12px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
#optanon #optanon-vendor-consent-back:before {
	content: "\276E";
}
#optanon #optanon-vendor-consent-back .vendor-consent-back-link {
	font-weight: bold;
	padding-left: 4px;
}
#optanon .vendor-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#optanon .vendor-header-container .optanon-vendor-list-allow-all {
	width: 38%;
}
#optanon .vendor-header-container .optanon-vendor-list-allow-all .vendor-allow-all-text {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	min-width: 100px;
}
#optanon #optanon-vendor-consent-list {
	padding-top: 10px;
	height: 280px;
	overflow-y: auto;
}
#optanon #optanon-vendor-consent-list .vendor-item {
	display: flex;
	width: 90%;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px solid #d8d8d8;
}
#optanon #optanon-vendor-consent-list .vendor-item .vendor-name {
	font-family: Poppins !important;
	font-size: 13px;
	font-weight: bold !important;
	line-height: 20px !important;
}
#optanon #optanon-vendor-consent-list .vendor-detail {
	width: 75%;
	display: inline-block;
}
#optanon #optanon-vendor-consent-list .vendor-detail .vendor-privacy-policy {
	color: #1f96db;
	font-family: Poppins;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}
#optanon #optanon-vendor-consent-list .vendor-toggle-content .fieldset {
	margin: 0px;
}
#optanon #optanon-vendor-consent-list .vendor-toggle-content .vendor-status-label {
	font-size: 12px !important;
}
#optanon .header-3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold !important;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table .optanon-cookie-policy-left,
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table .optanon-cookie-policy-right {
	width: 45%;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table .optanon-cookie-policy-right {
	padding-left: 3rem;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table tr {
	border-bottom: 1px solid #cccccc;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table tr th {
	padding-bottom: 1rem;
	font-weight: normal;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table tr:first-child {
	text-align: left;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table tr:last-child {
	border-bottom: none !important;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table .optanon-cookie-policy-subgroup .optanon-cookie-policy-left {
	border-right: 1px solid #cccccc;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
#optanon-cookie-policy .optanon-cookie-policy-subgroup-table .optanon-cookie-policy-subgroup .optanon-cookie-policy-right {
	padding-left: 4rem;
}
.optanon-alert-box-wrapper .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.optanon-alert-box-wrapper .legacy-banner-title {
	font-weight: bold;
	font-size: 11pt;
	line-height: 16pt;
	color: #000 !important;
	padding-bottom: 5px;
}
.optanon-alert-box-wrapper .banner-content .banner-policy-link {
	text-decoration: underline !important;
}
.optanon-alert-box-wrapper .optanon-alert-box-button.optanon-button-allow {
	cursor: pointer;
}
.optanon-alert-box-wrapper {
	position: fixed;
	width: 100%;
	border: none;
	background-color: rgba(255, 255, 255, 0.85);
	bottom: -145px;
	z-index: 2147483644;
	min-height: 50px;
}
.optanon-alert-box-wrapper a {
	background-color: transparent;
}
.optanon-alert-box-wrapper .optanon-alert-box-bg p {
	font-size: 11pt;
	line-height: 16pt;
	color: #000 !important;
	padding-bottom: 5px;
}
.optanon-alert-box-wrapper .optanon-alert-box-bottom-top {
	height: 10px;
}
.optanon-alert-box-wrapper .optanon-alert-box-corner-close {
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	position: absolute;
	width: 20px;
}
.optanon-alert-box-wrapper .optanon-alert-box-logo {
	position: absolute;
	height: 28px;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	width: 29px;
}
.optanon-alert-box-wrapper .optanon-alert-box-body {
	margin-right: 450px;
	margin-left: 50px;
	padding-top: 6px;
}
.optanon-alert-box-wrapper .optanon-alert-box-bg p.optanon-alert-box-title {
	font-weight: bold;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-middle {
	background-color: #6cc04a;
	border: 1px solid #6cc04a;
	padding: 8px 18px;
	font-size: 9pt;
	font-weight: bold;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-middle button {
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.optanon-alert-box-wrapper .optanon-button-allow .optanon-alert-box-button-middle button:before {
	content: "\2713";
	padding-right: 3px;
}
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle {
	border: none !important;
	background: none !important;
	padding: 10px 10px 0 0px;
}
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	color: #000 !important;
	cursor: pointer;
}
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:before {
	content: "\276F";
	font-size: 1.1em;
	font-weight: normal;
	padding-right: 5px;
	color: #000;
	position: absolute;
	left: -14px;
	top: -3px;
}
.optanon-alert-box-bg .optanon-alert-box-button-container {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -16px;
}
.optanon-alert-box-bg .optanon-alert-box-button.optanon-button-close {
	display: none;
}
.optanon-alert-box-wrapper .optanon-alert-box-button {
	float: right;
	margin-right: 30px;
	margin-bottom: 10px;
	line-height: initial;
}
.optanon-alert-box-wrapper .optanon-alert-box-bottom-padding {
	padding-bottom: 10px;
}
.optanon-alert-box-wrapper.hide-accept-button .optanon-alert-box-button.optanon-button-allow {
	display: none;
}
.optanon-alert-box-wrapper.hide-cookie-setting-button .optanon-alert-box-button.optanon-button-more {
	display: none;
}
.optanon-alert-box-wrapper.hide-accept-button .optanon-alert-box-body {
	margin-right: 215px;
}
.optanon-alert-box-wrapper.hide-cookie-setting-button .optanon-alert-box-body {
	margin-right: 400px;
}
.optanon-alert-box-wrapper.hide-accept-button.hide-cookie-setting-button .optanon-alert-box-body {
	margin-right: 50px;
}
@media only screen and (max-width: 47em) {
	#optanon #optanon-popup-wrapper .h2 {
		font-size: 2rem;
		margin-block-start: 0.83em;
		margin-block-end: 0.83em;
		line-height: 1;
	}
	.optanon-alert-box-wrapper .optanon-alert-box-logo {
		left: 20px;
		top: 63px;
		margin-top: auto;
	}
	.optanon-alert-box-wrapper .optanon-alert-box-corner-close {
		right: 10px;
		bottom: 22px;
		margin-top: auto;
	}
	.optanon-alert-box-wrapper.hide-accept-button .optanon-alert-box-body {
		margin-right: 20px;
	}
	.optanon-alert-box-wrapper.hide-cookie-setting-button .optanon-alert-box-body {
		margin-right: 20px;
	}
	.optanon-alert-box-wrapper.hide-accept-button.hide-cookie-setting-button .optanon-alert-box-body {
		margin-right: 20px;
	}
	.optanon-alert-box-wrapper .optanon-alert-box-body {
		margin-right: 20px;
		margin-left: 20px;
		padding-top: 10px;
	}
	.optanon-alert-box-bg .optanon-alert-box-button-container {
		position: relative;
		text-align: center;
		margin: 5px;
		top: auto;
		right: auto;
		padding-right: 50px;
	}
	.optanon-alert-box-wrapper .optanon-alert-box-button {
		display: inline-block;
		margin-right: 10px;
	}
}
/* !Cookies */
/* Cart */
@media (max-width: 768px) {
	#order_step {
		display: none !important;
	}
}
.cart-value-add .cart-value-add__truck {
	height: 52px;
	width: auto;
}
.cart-value-add .promo::before,
.cart-value-add .promo::after {
	background: #64a70b;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 250px;
}
.cart-value-add .promo::before {
	left: -300px;
}
.cart-value-add .promo::after {
	right: -300px;
}
.cart-value-add .promo {
	display: table;
	margin: -8px auto auto;
	position: relative;
}
.footer_links.clearfix {
	max-width: 1200px;
	margin: auto;
}
.rte {
	padding: 40px 10px 0;
}
.four_icon {
	height: 16px;
	vertical-align: top;
}
.sub-subcat a {
	color: #1a1a1a;
}
.sub-subcat a:hover {
	color: #64a70b;
}
sup.r {
	font-size: 0.6em;
	top: 2px;
	margin-left: 1px;
}
.njr label {
	font-size: 13px;
}
a.wsclick,
a.wsclick:hover,
.a-paragraph>span.wsclick,
.a-paragraph:hover>span.wsclick {
	color: #6c7680;
}
/* Przycisk Zendesk chat na mobilce */
#chat_floating_button {
	display: none;
	z-index: 20;
	position: fixed;
	bottom: 0;
	right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #007e27;
	color: white;
	font-weight: bold;
	max-width: 300;
	border-radius: 5px;
	overflow: hidden;
}
#chat_bubble {
	font-family: zopim, "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
	width: 30px;
	vertical-align: text-top;
	text-align: center;
	height: 100%;
	display: inline-block;
	padding-left: 4px;
	line-height: 25px;
}
#chat_label {
	background-color: #148b33;
	user-select: none;
	display: inline-block;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.o-social__photocontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.o-social__photocontainer {
		width: 100%;
	}
}
.o-social__photocontainer * {
	max-width: initial;
}
.m-carouselitem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.m-carouselitem__upper {
	display: block;
	width: 100%;
}
.m-carouselitem__lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.m-carouselitem__lower {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.m-carouselitem__section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 65px 10px;
	background: #f3f4f6;
}
@media screen and (max-width: 1024px) {
	.m-carouselitem__section {
		padding: 20px;
		padding-bottom: 0;
		width: 100%;
	}
	.m-carouselitem__section:last-of-type {
		padding-bottom: 20px;
	}
	.m-carouselitem__section *:last-child {
		margin-bottom: 0;
	}
}
.a-icon--leftarrow {
	position: absolute;
	top: calc(50% - 18px);
	left: -24px;
	font-size: 30px;
	color: #64a70b;
	cursor: pointer;
}
.o-carousel .a-icon--leftarrow {
	left: 24px;
	background: #64a70b;
	color: #fff;
	z-index: 1;
	border-radius: calc(35px / 2);
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #447355 url(/img/icons/ic-szczbiala.png) center center no-repeat;
	background-size: auto;
	background-size: 12px 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.a-icon--rightarrow {
	position: absolute;
	top: calc(50% - 18px);
	right: -24px;
	font-size: 30px;
	color: #64a70b;
	cursor: pointer;
}
.o-carousel .a-icon--rightarrow {
	right: 24px;
	background: #64a70b;
	color: #fff;
	z-index: 1;
	border-radius: calc(35px / 2);
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #447355 url(/img/icons/ic-szczbiala.png) center center no-repeat;
	background-size: auto;
	background-size: 12px 20px;
}
.o-hero--fullwidth .m-onethirdtext {
	position: absolute;
	background: transparent;
	height: 100%;
	left: 0;
	top: 0;
	right: auto;
}
@media screen and (max-width: 1024px) {
	.o-hero--fullwidth .m-onethirdtext {
		position: relative;
		background: #f3f4f6;
		height: auto;
	}
}
.o-hero--alternate>.m-onethirdtext {
	left: auto;
	right: 0;
}
.o-hero--centered .m-onethirdtext {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-pricing .informacja_ustawowa_o_cenie {
	margin-bottom: 12px;
}
.cena-obowiazuje {
	padding-top: 10px;
}
.informacja_ustawowa_o_cenie {
	color: #666;
	font-size: 14px;
	line-height: initial;
	margin-bottom: 8px;
	margin-top: 5px;
}
.informacja_ustawowa_o_cenie .kwota {
	white-space: nowrap;
	display: inline-block;
	margin-right: 3px;
}
@font-face {
	font-family: "zopim";
	src: url(data:application/font-woff;base64,d09GRgABAAAAADLAABEAAAAASHgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAciKDgmUdERUYAAAGcAAAAHAAAAB4AJwBBT1MvMgAAAbgAAABAAAAAVldBZCxjbWFwAAAB+AAAATgAAAMOugkDoWN2dCAAAAMwAAAACgAAAAoAkwCIZnBnbQAAAzwAAAGxAAACZVO0L6dnYXNwAAAE8AAAAAgAAAAIAAAAEGdseWYAAAT4AAAp/QAAOpQVbp9JaGVhZAAALvgAAAAxAAAANi9dvExoaGVhAAAvLAAAAB4AAAAkI2YeimhtdHgAAC9MAAAAeQAAAMztXAb7bG9jYQAAL8gAAAB4AAAAeFWnY1htYXhwAAAwQAAAACAAAAAgAWgDM25hbWUAADBgAAABMAAAAigGp1xtcG9zdAAAMZAAAAD2AAAChg+LvwNwcmVwAAAyiAAAAC4AAAAusPIrFHdlYmYAADK4AAAABgAAAAaL7Fw9AAAAAQAAAADX2mhSAAAAANhjO90AAAAA2GM8aXjaY2BkYGDgAWIxIGZiYARCKyBmAfMYAAYcAGl42mNgZLVmnMDAysDC1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcGBT//2cB81kYGLmBFCOIDQDFJwkheNrN0k1KAzEYBuA37VSl6lT7B91Nhk5nUUEQf4snEBSvooLnKHRRuusBvEE9griUjuAwuCnd624wvsk3bgQRXBl45k1CQvKFAVABUKYd8ugBil+U1jir3HwZVTfvYcrsImDPg0YfMz3SYz3RC70M61HeG/SmsR8343bWyUJjuFpWDX9YhSwwxryaxJylt+lNep1Gafclf24kT8lV4s3N/CNoBTW50a9tw37UaTHquNOFra9fsDXOCqxdD2nE/gpzLGy9eiKwzlwIe4JeCmwCYV3AB6JcoAb0BgJbzKnANhD7AtwTNwUazLYAxxkjs3dvMQMK2d+FejunC/b3mHcOsM98dIAD5sIBDqHeVx3giFl1gGPmpQOcMO8dgHdVrP/rmVXJ/gDfXlcV7yjNwz9ulT/u+wT/pmAUAAAAPQBbAEsAOAAAeNpdUbtOW0EQ3Q0PA4HE2CA52hSzmZDGe6EFCcTVjWJkO4XlCGk3cpGLcQEfQIFEDdqvGaChpEibBiEXSHxCPiESM2uIojQ7O7NzzpkzS8qRqnfpa89T5ySQwt0GzTb9Tki1swD3pOvrjYy0gwdabGb0ynX7/gsGm9GUO2oA5T1vKQ8ZTTuBWrSn/tH8Cob7/B/zOxi0NNP01DoJ6SEE5ptxS4PvGc26yw/6gtXhYjAwpJim4i4/plL+tzTnasuwtZHRvIMzEfnJNEBTa20Emv7UIdXzcRRLkMumsTaYmLL+JBPBhcl0VVO1zPjawV2ys+hggyrNgQfYw1Z5DB4ODyYU0rckyiwNEfZiq8QIEZMcCjnl3Mn+pED5SBLGvElKO+OGtQbGkdfAoDZPs/88m01tbx3C+FkcwXe/GUs6+MiG2hgRYjtiKYAJREJGVfmGGs+9LAbkUvvPQJSA5fGPf50ItO7YRDyXtXUOMVYIen7b3PLLirtWuc6LQndvqmqo0inN+17OvscDnh4Lw0FjwZvP+/5Kgfo8LK40aA4EQ3o3ev+iteqIq7wXPrIn07+xWgAAAAABAAH//wAPeNqNewl4G9d17twZAIMdM4NlsO8YkFjJwTIAF4CkKImbKIqkKEoiJdGy9t2Sl8SSZdeyIyVeE6dJ7CxuP0dZnLYDKnZSJ22Vvr4kfi0+Ny99eu2XOkmTNnWcpX6ta8euCb1zZ0BaVtz3SoKDO3dm7tx7zn/O/c+5lwRFENTfEgz1CqEnWMJHEIzDJZaLQiyqK5YLosuhi0qFUqyU7Aogh1an1VKURoP/dKSGQtRPoUanNengXKNDWgQfaJAwE17qR9QvCTvhJ8JEjpA1ednXlPm8HGgiOZKXiWtQkh2iHGAaYZSW3aJsaDaiKE10dUuOICpExBoqscUcikWiVuQkimXcl1iUYgusOVKJki9HqhH4rMSilQi6VJmqVjs6Kt96IlKJwIf8ofq9chTqpyqIQx9rHSOga9db1CvUzwgTQbARaClSirAxNoIe+y56rHXyu62T6BH4U88IuJ8i3NTfUD8ntAQhGZDdgijqe+/kfw99tnWLG/0U/bq1Y6SA7/sOtBuFdu0EwTl4hCWYNCA4QP91NPpOAH00MNsbbD2PNgQCtqSjI9A6TQZnA63jgd6ZIBqD6tmAzYagmoD2rl8nXqb+maqARgiyKKGyCG3i0UOjuigKoofhdmiytzMFbbZeCMwiP1Q8HAy2TgRnegNovPVCEPfrL6BfIegXtCMVYQRCUW2KhmaEv1Dv64MOPNR+cm8qgDuD22idDs7gyl7cDkH8COTWg9thlPFBnzBGaGgy+j7dId+GZ08Hbhw2HhdxmjhFnaRuI4wEUUMSSkbYJLKi04YIOv8aOfz3rYcjk/JcBB36ycofvt66P6LFz9xFnKFup87gZySWRzXkAonyd/09Oh2ZrOujrfteO0NOv47ORTS1uWjrE/8AIoN3dUB/nwZM8wSh6piNOTidqxeB1gtiWQBJUq+cfOfNE1/UBUOXf/iFYEjnar3YerEDXWj9Ajn/HB2KOVqvgqhiLiS1XoR+uK//lPoe9RK0yBFIdudl7TXZ3Gx4FMxyQg2FEItR6mSlchBBH60oiSKGrsnQP0iT0k9Dk3lTuPW4e1Oo9TCSJvuNHpk8npSk5MqTX+ZN9U3u1q+CBjeKK3Ii0CPUK+Qc4I8jZCIvU2A1mnxDq7wLo5Z65R03euS7qm7WfroJQGoGdP5NDQG2LBEDxCgxTTQJ2ZyXs015OC+PNuVNeblekLc05R5RjuZlHtqeUSzS35T9TKMK5tjflPuZxjiUNjflzUwjCSWu2ZiFr7L3hbr81h8SzrTRKmsYmbraENFbcuEqcYXSiIUc/KC1kjzgRY2qn+VkfVXuZ5/nI8au/OC6OF+Vx7nlrHm4Wq3Km9llV3QDlIjGcJblGl0lqBxlG2UWvjdxV/xJYhA/sYWVuWpXt93h4ildEIl15CqIUlkCMxOSQpTW0Tq+iM9F3sW7nA5cASYj2JBUBkMsK8oBf0bDs2UpEo2VV11dpivrRQYrp//TsU1nDx/oq9f7Dhz+DS70l4s7Fq4t7CiWceHI2Eab5eNOpE9lX46L8bioN0wfmTa0fk5qvo3PPR6yMvZIb+ttPWPQfcgHrRx58/CB/lqt/8Dhs0fWWjmysL1U9uuMh14yG0v3fKAQi3k98ROl9euL3ynE44UYViV1/R3Q46vUBcIKiPMRXmIZdJoGbckc9qVI9ucbAQUPQttdJlEOw06juEpaF6UKVExD94sUJfbRntZ5z/A6b+s8+nKwErTZpOBpdsvpsXR6LE1+Oh0KpVdupSV/oGRj0L+0/hL7cOL6CvVL6odgTTrCQxDOBAIHkpR4LGEQKIicVmROowOtNwrIgP7ptdSvLYyJ0emNpmih3xdwuRgrtYAM3a230Nu/7viVze4I+OMRIVpAJr3VaCYUX7dCPAnv2QcjJMga6QohbOK8YkE2bENCHiGBMgiVXkDqZb6/x+E0O/hW3KRls564W9P6BU8KFcHgVC47zA5nbx9cNugZk1bj1iKHW3kPsQ98z/3UwwSItyyU6wggobwO4wXeZkPKO3XRPKKtSDhttTp+8AOHxdJRKkEhOBd0qDVwhBMolEqXlUtQ6LBY8D1Bx2qFIxhUHibW5pwfw/hCxLIH69DeXLZ7jOkrA3bKkEayL9/wq4ZdJMIwfIzed38l6FOYQB3o009oWq/paKMVPLAvGE10ZrtL9nNPtPa2/g69+r9R6DFN64e0wWAx2yw2k5nWI1J/+QOPohDWZZKIU9+l/h3m4gxRAUnIOmz3cjwvlwtyqil3iUiutn3AlYif0KdlQXEGWbD4YvMKW8xCFXi7HpRuCBGw52BVzoLd8jpswUVOtoH1xnmWu0KYrUGwVmynuPuqhZaKQlSnWmQUI0c5t2Pz60fKJW0JoxYoBsxLycHaoWNnzx071D/gE3wFcXbbd7fNikVv0lcsT5ThQ/5OCX+XSOKek0cG1g3WDx+/1+HzOQ7MzxWKpeK2HfvtbjdKC6WSsKAcFlaLWBY7iQT1MeoNwgb6SIN/lF2YlchUXu4swBDlGMgio8iCEWW6KdMqQ0k2sTAaNAGDD1TlMNtwumDoSa7h84PrUvxSL1IHlEYwJHX86vCTkS4a3TDEneUEwn1CiTJVKS/u/uGeBalCvvPXiLwHxgWjo+pCuSwsJMrlRKvz1J5dUrUq7Vo6adag00rlAlyGsQgwlu9Qb4Jeu4g+Yp6QTQrPAr32FLDDL8JY+pWxaEGvWqzXjqasZRrdMKJK8wpT6YYqZ7NRg6F1YL1SVbmbXTaafFivFQ48rsLIQFOlG32rco41GVN8wM1jv1GdAiiu0D277UWsRFDoQB20e8/RQ7V6EQSgSEEorap01u7z2Q9sb+vxgN3t4c6fPDowBDo+QR5VZHKjRkEI2FcSOwgBdPom8DofYB10alHwDTpNFIBYyiGQQ4ciB7MIosASAJOTY81GJwxci3Vqqcp+tuHiYdgxrsEyqzpdg6idj3SVpHfnmhv1uaOtNUR1I6zPH+1eLFewLjFcqYE1JL7zCYtWv6ZO8jPvAlNPzF83mI9RLcJAOMBHFYkhYobYRnwQkcQyjDF9pWN+/6k4X8CQHBCXOexIPE35jvwyWT1SKBTkxWZDsySKcldTLojyIiNbwtfYxsIuuBSB6eLuvGy8JruasovB84Zsa8o2phGHUqLZEEvwYIJp9MFppilnmMY8lD7YlHeI8geZxm1wcqopn2IaB6C0v9k4C1ILuFhu2WLmACiNvgTM2x1dUJrPgA9YNzq7FXxA47YPgmAXq/IpVt5dlQ9w8hJ4CYKDytmq7GGXkbAVP30HzXLPG21OVyDThx9bBCA+rxPntm3fuVtxJXwJAedxoojTXiyH8SQeiwplh+pdMA4BhajA3nhaitlLSgCDvQ7cjRyKKepAfeD6sfeR2BiQQSfcw+M/4G0xVol7aN1a0cnOI3frdfS91q+Qe/gZhJ753IOXnnosEJ895jP5ErPjSfTOpYX1d22ojY3fub1y6dJCYmw2l5sKzaIvHfpYMUsP5XkTP0YWP3bo2MWLiH1wbmnn4M4j+4fGLtalzg02w8X+anma2osOfOCW1pN3o8i9zz5774OXn/lfn073LcRKm9P90soxFMnsmTv3ganNW7e2Hn40Ojw7Pp3L9pAfHd1fSPcavBabZ5Is7H9n3yh6c+UqObB+c18lX761dT8aqYxlEg5L64u4NFZpfZ3A/HD++v/R1ygevF8PsZs4QjyIniCWFwFOy77Z+zCQ9jblGXH5HlwTzu3ENeea8gFR1uevGKSjpzEGjzWXdcIpURSXj+nxRHbspCEt6xnZhCFXGoZHNM1GxwRc15jwdU0ET3QfUr1qU2aYBg0Iwm61pylHRbmHaeThJNeUc0yjF0pLTXmJaRyEmwYOATSnmvIU03gALhwX5dub8klx+fYHcMO3nzaklx+4HRcfOGpINy4qDFUWgHbq6dyLRIPW517EnPWt+65uxZxVi7tpuGoFty5rr76g6766CVdr5IGcVa5f1TQOUW9Z5cNXteAjrui0tD1NEVfqA4cOq8RWZ6gfbhPbRpgBA9C4sads5HsA1B3VxlIvGMKGjeBEDrLLwxOL2ItOcfJ8VX6AbczMYo577h6wELdz/oOY0+rZrxEMX+3dvGUJnx7jlmP4aTx9FmuoIIYQnWxj0gH8BADOK3BOCloIZLBDBoi3sYuDTeyZ2AR46jq4J2wHyfY9TjaIeBpPviotBvNRzAXuo3WJUqFUcBacsfZL6kh5Sw4i8Pn8/tnYUJ+2W/L2D1rNJsvgQGqe6huOzt/qcpLWQ95wsDM8Mc3aDur12UxS8jvQP2ZTOz+dzm66oBXyqZ6OhZ2kz6ftDkV9/lisK715+khC8Hf4Q57H0uip8UPPPKPRBML2jrg2lXfXh4PIv//uqsGwU6uNdSY2TCYzCcOCwdA3VJcpT2tFb9IZqrXK/tbLKLI+2pmw6OjW8O/PdMRpW2c+bZmi9Vp6x67Wb3g3NW0wuE0WvWnHfbN5vVZPP2PV/M3uL3xh979JfJAnqZ00nZifRibiXY72BnGCyKneFskn8zJzTd7TXN7DYHTtOQHoOgV43IO1nu9dqioThBOLt47KUvu3u5gnQTmgCuCtpCCVeQmIuYCnTqxOCHrLBUlc43Zl5duJPRp2ZrzLhino6iGAdKt3hhD+QkhLA9W0eWOZ/vtpRJKMw+YyOewakkQUqdHYtFodiUgNw49pNRarVm8dsVoNVoNWp6NNDj5k1pEUTWs0HK1FJGXQOTlbiDFTlMbm31HLxL2Mw2w3akky1hHoNFtdJqeVNTgmtfaA18RwvqDepteaTb6Q3YcQaTSFFhyhYMpK6knSbNLZjJQOIUqj1UXtScbdkQtpSa8j6LMZdBZTSrAb/QFa43d1WA2szWF2WdiReJhQYvV2TsYObAyiXV9etjYxA8N0CyRcep9sEAK8FjGssXkA5AOoQMfABKLVKPlrOMBnhYMDev5cIrsQjXip2ajZ+Jju0rm71aurd7XGz902limS1FnEmEO3nG1dQne+t0/jRLYdeY01ZUnt20Retl8D8iCnxcYmgETMDkbvcCmAeL/u2kG1ZQkggS0uh/oRZoZgXEUJKxXIMIaGi4fZicZ/jtXQ9ebh/MBq6RgNCb0mk9FhS3azVtYdtKX76xuoUCnkSTPJmDURDfNRoWPj5L49Nw115W+Rx42yUVKjr6dInUaDmEIg4imFIpTVHC6FHKze0clrbHG3nt48NpkrEIRmTQ4uiBuOEPcTf9yWxVRBZpvLrAZbBrvdkP5qyqfZbknjUOK2vJwpyPdg7imLeXlXQT4AIruQl49ek+8CaoFnCCILM0S0Kd+lOvudTXkn05iE0lZw+yL28427jrLc11hbIJkaGNqAXWMv+7y2qC/VR0bx2U5OngJf6mPB7Y5W5RS7HB0awc72Nq6RrMP3PezXsvneuYXFPUsKhVD1IrVZax6pHI4uKVZbUGMSbMkxnDJgFTuN0DHXu5kEWgdaC5GrNaqKY85YKaY6z9Kauvn3BD4qSbYiiHwAkHOUlrNFHSXRnI1JyeFQrBYb8hkpu96iIXUkGbTu2AD2dOhxVJjebuT9Jjbuqdr1VoueLVlSjijrtKAhaOcb9W/AZxUXVc6RSPcMhTmT3uESshV/JUprsfppqzHo471sPEZqaIunc8ZvAhvVeG1ev82qt2mpXrSXtKD5OhdM8In8qCRk7WZnijPaOk0xRzTSme4KYAiJ+G3fOKcC6clysS/WGXcF3Fy1byiZ96VCLsDK9evXVwArh4kyMQa8dS/xMLGsxVgZacq9ebnQxEEV6DeUlycV5e8BTn5rXk5ea3Qp2SWZY3AyrbEP/rqSMEdmpMoE1jXHflWbE/tHcNnDfdUaCg9PQ5lo9I6AK0aECU/AmQKUrVwXxsBWVs5V5RD3nDO5Y9fuWxT9C+3pUw1GVX2Xb9BQQYqos6yqOjzd4snUhW2z7X1XqSTO9QUpK04gJLDicXocgICSifMTM/WeSCgFbt3rCMccLqPJ7vRt62u91nc8HCvmu/oNjBXkPNDrk3YWY2FXyubWaTLiweI0Z3aX1g9kzO5iLDaArjw28uijI4+9dEsingz4chmxb7PA8n7WFfT6EslUPJ7kvfFyNl+Udnh9yOvuiAd8v7tpSEBGm9/m8lmtg7HOJNmxYzxF5iZ2jqcRyh189NHRRx+Fuc4Ievox5SPqOB/RhzVENpfJPmzKpIBp2kC+Magm4lUQrzouUnVcqqnc5LkA39h1rdkKzrsZva4Ng7XS4EG73R725jZ2hLyBTo/XO3H4+N3a8oKUnvAP95ly4b5KZx8ShJGJA6cemJ3aNE/xrk402a/RGyqzXZSJppE/ky1UM4vlqs7tkhbKkaAlFqvaaU8tbTXtv/Xglm1dRTeP5/E3rrfI16i/IXgiTyy78NgI8NUFGTVlVsTBMd1UUreuazIpQtwLIX47gWtfnVJ4mFF0704pbzxR7LtzuEzuC/g11Ff0z7yAfvzEh3ZVh3SfRSxn9t/2RCuIfgLzmKXtK/cDgygTNWIjMUucJO4An/kY8Rniy8S3iZcIgsXo6kW8CxgWhJUgVFEq6STMC3CQmWx7ENqpMj6gDL0IyiQEMhFnJCoUy72ARJAtLuD1EAi2BUkBMsw5QYSDURoq6ZISh+cQHpWTVp5Xcp/Q/Hue7UM3XHGpV5zKpbIAjUJv19SZQwqHSQrYKNqZ1FQ8kVn3xxqTpoM2Gy0aq+ZPbhHnCtW8f0Os9Z3ubUVUKe7yh0Z8G+KV/SJt0KGDrU/qDAbdlyzMt/H3/vbhp7lkRx5VMus7hEg8t/8yp3PkNucXXBxlpBFLG41061/wcf/aYa32aSN9ABcP0DKwnGjJ5mD0LjutAVZDa0mTz66jmRxtNjEmE4PGs9Nu76coKqilT1BGRD1RWpQe793Jc470KJDXaCK/08nzreesxug+q9FhPaozGi1GY/rx1ATvzoznHk9vcnnOH6DZ3KbWltPoEIu+ZYV308aj0AUo7bSaAK6mKbVyq8VCmY0uv9fGWDgToiy012FhDDxDfR56o9dj6gnxWB/Y41eoHwHP6AG2MU/sI+4kls0Yu3NNea+oFqsQAOXl8WbDl4ZwaJwB7C5T4iJEYPJQXhYA1fuVBQmIoFIiDqLK4FN7RXmiKU8wjRk42d6UR0V5O9NYghO/KDuaOJgnGkNTQF6QG4ccHM7isCrhBFio1BavlmA0lZKK10yTeOJ00lE7q4bXLM5/2NXkkFRQng2gGNVeClEidenGW/tCLqCJOr2FdZNn3KxFr6NI5AoGXSeBmxqA0nz3OxmnkTzpejDmckSTnaETIEq98U0DUH/9ZSmaikadzujL+BDvjJA/yUZXvmQE9OmNRr0FCuS2eDZ40cJY7EZr2um8iFbuQT91+f2uVsCViJNPQtCt11CYqeoNtg0r96F/dIbDzpbfGYmwazcGg1g3Thwrsz8BxsMRcaKPmCSmiGliBjR0B/ER4lHii2DVTeIXSIs41I0q6C70JEHYIc4C+lAC7i+tZceUOUWZcYQkpgJ2JWrjsecsqXYfhXpnl5ozxM/jAAJ+dbzULdkll5MG24SW1ekqFqXKinNuT0nYOBWOWVbcdR454SVwzc5Hk6BU0KWiQjue+sDQdVjPVBwzIrG8ljFRwsoIzuvlUFQHfYAuRrXtBJiS+Aug9hnuL3ZQq02o+UBWSZOxykWXOjOomZob36TGqP/Jq9QpGohVUaFoScyRcVS01k2VSjlVKQVRe/S4905du6sQ3SGliTxaHZoNqV2b15fSodkcCvkyQ+NuTzmfqRrqG6NRo89TseUnPeHbjZX9QsQXZNlQVza5R9STMeF33HxHoqtr3FWcdPoCmViIoyjbZ9cjlqWiffYOpyOm2bthQ1noHhsKG4ZGopHytns4LjcvpP1efXBrt1EX9VJ1cDYveFgksm43+/3XjT5n6/usx8N+/1/Rc/WjA6X9Ease4jpD77g0oUE1m6v34PkjGf3wvvX0PUgKpIP+4OFgIJgKVG/p6VnyB9FbPfsG85NOqAmkgvbNXUP7s9H+jv7RUTigL0OT5f1hm55mDYyhZ0Ia16B+aPPAvYcz+nX71uvPo7DFFN+R7MumctnolCFldXLzvT203uLUUv54OJkXp3LR0LoePuCK+NND/QaTy6hB/xzoDBS+TNuNnNf0+cftZsZhtVyDOvJzhZ2RVMlgKAtRk6AxBvytfQkhZkgI2dl4X51bl6uhv0wJJMuF41ZD7/GOWAwJS6WVH/eVCgAOx1i3c3O31R4I930dYtqevx69ndGgSGBok1ToFlY2CF22eP+GeCymtww8TQYD0a5sMSmBg+8c9TPMVqSj0Eoq4vNEPShkZuw+d9TT+vG1+47WUzGr3WxiDdXhot06dLi/fkHsr3f9xBkIOF+SorFYVHoJl7/fe4skdYm9qQeP9Hcm3LiK3IGPrTfj6f5rU+uS0wP1meRXlBZtnNmkN9zU5J+ZnLTTbedqQjnq9VIWnYFjsn7KZtbrPBZObwhWE/lwkHcazE7GZzPHdTwyxvAb7uz4Fm1AyMtxlj+5zea02ljj59FRZzDoVPPa+PAK9QrEoWViiPgUsczgycDblIU8ptARZVUXoiwtTADrlOwacBon00iBj4frUaYRhJIEkSuDl27kGpCgpmxi5L6m3JdvDAPVjqaAanuFrIjpdZBtxLpwkioqAJ12VnswnY6wA4ZgZ0qq9PbXlIXYLHfFka8P4KLIyl04umKxvWMKAk7eillMDnHtMEgx54izANVQq/gFvu0ZtTfQ57AUIX8TkcLwvaKH741JYXDdpulzw9rWv37aMFvPbc7BZyi7ZerkpnWDAlndMbJ9+8iOu97zUFhCr/zuYC0hrL97cyBwVKznJndM5lKTI0Ki9kdzcxvm5ggl5wBi1H6E+gLRSZSIrcSyDksVJBfMywmQZDkvo2tYyl6mYQOpmZoNCSRl84KkdM5gAg/cxDaYCJZU0Mlyz0MQYglnFBEmWDmizKXtILA9/Ah2+4qnVtgaFkF78QTdIARmoHb42PkHDuw7aWiNENeNw6XK8MTgwPj4wODE4fH7a5u2LJw/drhG/f5Hb/8ofMiZFpwN9Pa89IDY9bw05/Z0CPd/8n6I/+/vDYXrtcOtv8O3fRTGbMQDt99LfZMwwFyWJgZg3LcQ54gLxLdgDiP60WqGvVxUMlXgRekIHoGrLPFtQm+P4LUPHSq0J/dCO+eIpwKt+piLh9pYCesa7i2D41f0j9285v/fsASuW7whRl8L03icMqPVuaPt/Quu967y43woKlBAPWgneqB1gexq3Y0+MpPNfGrx0KbRcW2LtoiFWXExNt/Vu37+8PTmIbRk7Mw8sYc8+NC2pzY/lEpemp65lEyRf5XLfHzrwJn4pUuJMwMzH8/kP1zedXqxXN512y7yYDb95OKhibFxXYu2dhdnxYU4bm77oRuaW3/Os71YCQcdbNQp2tZ1SIFITeod2z48mDzjGu8qhfx2Js73oGGhGoj5glJ9297RDeSdH0bxL6wgzadfPGY6jz5y9nzr9rP/9GeT49sL3fKpkY5OFIvt6fYEM2nUvT6Z3tzqRwc379g+1fok+sDcYH14fW1wrnzr5rGZUgade2fL9rw0Ozr12TN7KpWlanVPRfqP/0dT3x7IFJCXj/OM2agzUjaGj6VqxR1eP4qGewdiSd4VdtksJp3FxrhiqXpXrhAAeQ9Qf7TyCTTQ+kXrURS684sYXjZ8CB2k/gQwlgA+O0RsA650H3EJeNL/JP4dmVEEuMnIjWiz3wCKdnzOr8UbEcVE/ot406l4I6VVvGn/K01L6hLtbyOu8FuIuyEJQOuSupsQV5Te85AVOW5+J75duQc7SXV9CagMi1YHUrppIHgcilng7LyEs/Os6lOcMXUNnUUXWg8AzM+iD89lM08uHp4YHwNcGvdt7enuDM139Q1vB5hv+wTaa+rITowskYdXgT4DQO8EoKc/vq1+WvjwhxOnB2Y/ns1fknad7sqVFKQfxS0e2qQgXW0xOJ/vUwxHabEzMzG6hxw56+/MnAgH7GzE2W0fBqxHAevjGOunXRO5UtDP2iKOsm2ooxKM+wHrc/vGAOuXkKBi/QR1NJeZmFw4PDMlnHUv1SoLpfJiZUDM8ec7N00f37V5Yjv5+ocjhVL/ljvqD23elBtLkfVc+om5gdviSrenn8jkH5IWTy0Wi7n8bYvk8ImHLn3EYAz4ao5bSxW3a82W0MbdkxPzha7GybFpJxfa3e0NZNKf+sQGIT3VqqFDii19At01N1QbHq4NzZX3bR6bLmbRPe9s2dFVRjNjmz93eklCft9ST3WpIj31nzf23wezbg+2JpsFrElrYV3xTmxNgWi4vx7rAGNy2sxgTJRVsbNubE0IwfwE9vRxNNj6VesRFLzzC2hocfNEOiuVdhQrQ5Xdp3ZX4tFKcbFUzWWeepVabj2Q9njXnZ9vXURHZnZmZ6TWU2i92ufZlbvXuryngqSlnp49fr+UOvupTT8727pe8waMhvvd7h7pANJgjkHC4VWFY2SIArGxzTH8TTmp8oqiMhs6mrKDwRs0ZWOzUcK8wQFxY1YhC36G5WRPVU6yV9zebJeSb5PehxEo0Y1TunHXlhog8RIv0bEkGem5MeHdE/lGOFg+ksltHdnYmU53bhyd3ToKpYN/NPO5P0TT5+DWngg8ssLBIdoDDKivp+NEr6VDGFr3meFBoaNDGBx+8qmRsadG8Jz/7jhHibH2KF0QLudlHYxyTBllb1MuiXKvujsABjoOA4WQmJMdeHfAc65osrJeyUMauUY4oST832+g0lr2t4SzYhDO6dpeAVyJEtY5cB4NJxuxbwBPgSdM8uZ8/zeXznxg99bubKdfSLnC+lTeXgoIAwnN3PhY0R71RwP1LiCOFsvGLMxC7M3y+G/1WmXX/B6DIZhitZYOt9vg4BMDAmPTgPOOjPbbEYPETUYNmSoHQjfgwEEIgITJNisKN2VPXmZAQtkb+GVAZUU5vA0A+M9XdVommVJysmEdSCuGV/efN5qIaFypXt0MFMZCYdphHMkrXDCIsNSiSbqUQwoOkuTwulNnEHP7qaHh4aFTt1/c+/WHJ95ed3p4+PQ6OCZiW9PizL1DD907hF6/eOY2fNNtcPuZU+uGJx7++lTtSK125NyRmjG/PbyL7q3e3VNVOR8iEPVz6ucwvo3Egbb++abcifW/3KnD+c/OPM5/jihQqCrbKKprYx2FsVYxFJxVOQCMWKflmahQXqcsTpgADnFsCp08SAPByEVl2ByDRxzGY2dWiUpyFR39aHXFZw0bEPXfDA0eSwdhQSAbiGT9eih96CKUvjK1a+/k+o5ElA9FE5aYYEu7Q8UQteGDKcbn9ruLSStjNJl6EoHRpBkdUwWEJdt6rS20SqGQ3TQ6aXPHrBpXp5Nm7fC8xULVS74+0YYsqLOu15DRDOK9OLdaIw9T66n/IFjCq+wfwythXL5hx0kkK9a6EeuZV5ZOYDqT2sF67bJjWqoOlJeER4am55YWv3KJfPXenkWvL5F4pBaJDp3FbRtRlvhH8lVCT/gJJBsUBWibDSPenAMyb5B6xdaAVEtCUSrFjMXLDHOZvO8Xh+7N787fq6zh1ggfNYT+QO2fJg86e7d/Jo2yBRX6FyQV4SfVOTkZq6UufWXxlq3T9ac3Lg1UpWnHZZSdObsuHOo5m/d5F3uUvYPobeIJ6hq5nzDDCWbyzoJK69HbyKgvJJ/euMnQyqLLuUnv2cFvnCyKauw2DbHbl4kiMazs4sG7kZiCPNSUT+C9FPL6prw7j9NyG8LXWLzrZn9eDjbxNrxuJdkXUzftgM2VwCsxeIuWTDcbmfWiiPekCXCqZve2QgkeDDKNwwjvCcK7c/CWh9ovXt+g7m0Qcla546qmMaF5yyqPXX2hxry2pF45DFeOXG24NW/J/FXia7xb6BibOHwk1/5BX+XdHWPqqbKXV6BBG5a7ICqcYBt33IkXW7jl2M7dOE4MsvI+MAH9EMj6zqq8npXvqjaC++GBrfuqyhJce5PY2t5GOAVd2CXga2mk5mp0asK5ncHWOXGaUclKs2rGOsGurbUXlJQUvtmK1hZ3JB6Dj1LS4NE1UifGn42JAQ/LW2jOw/n/rZwMW0YR+NKGxbM+36slTTZ3MCXGno2LVdb8rIllTc+aWRQYzUdYIyKNlkDYqNeZOY/JRFE2g0bT6edMmka4G43q7e7QP3vMdpPWiIKuxBfjohgnNVajw6y1ajWpWBFF6eRQ8ukuvyhmU121VNG8J1YoxFauk8jMsuaV63AcQSnL5srWXMRhsLJW4c9tVqeecpoMZmSOOD2oO9r6h6jbj0i9xoi8Zmc7N7AF8PUs4Gs3cYL4FSEb83ifDHjrY01Zm2/othYK8kIT5wUSTbknL99awHvDIqKyt2ENVmNre8FcYG2JdYCuPU15D9M4BBcCTbznQQET9VpGhUwJIFO+2ihq8KbvF+q1N3Lqvhod1NNXtY2tGGSzV4nn6AJMf7NtID2vg9Py7NY2sBQwjZUAG8Z5gI6NbdTwqq2Lk1MAIc8Uyy0ztjG8sLduAW5yDkOpB28yw7d1dbcXUmiHGmEnVUQ4VYDhRCTGDi0k2780xhXF2+GmXlTGGy4AfawCtHcDyKSkZLqVCVx7M+qCkeT/8AC1jZgtJMDB6UsoYAFcRUXk9zC8jbbw1vgb3ePW0Qpggg+/kTOZAQ+p4XTIZiApnS3itdmRL2RmGHPrZVecJx9XQKbAjTTER5zu3+tdl7BEzLnicFev/b6YKMZIMiZ2xTSM0WnRmkgSrau2fgIIiDq9iDYhn8Wlab1unx/YVUqQWlrHmGzCZZZn/enPkCTG8EoLjqv7W16l/pYIEQTeBwRickprC9TtxGpEoWJOaqI2OBb52ZWJwYGEQAqJgcGJ1ohygn4zdjaW+OUvlTqW+YxSqZwoPlJHGMhXqCbRTZxR/K9VyVIFmnh/bQ58maiAjm3KrMojQ005xDS8UOqEWZjBzh77twLmlnhZHy/hsstWJ4V9i5e74koIWTzXdrINiwbPta4Ay10x6MMRZapNtHMNEFoBoVD2LgG/UGmZLioo9e07cHiId5HoBo9fOD44lJ/aM5UPFHrFoDfuHQqKfWKwa2r3lvzbQ8cHB48Pod+09F1T+fxUFxkPFALwaRU5r5dDT7f2BMUgfNBf5bfk4aPyDIK4CHZ5B/BML97Pwqj8cm2TtwcCPuUfaFw3EGMDwvLn0XNsjkXP8YU5ceXRwlzhDLoX3RtNrDwqoGF0Zybd+l2bDR1OZ1qX4GJhjtzW+haqW5V3Pkz9E3WKyBPjeJVRDVexf2wHrcpCjmIJq9uLlGVC1QI0DrweyeP/hcA586IQtSk7JB0hRJuNjNlm3pBNcMbOfIBlrBajnqb1RouVYQP5LqOJsbs8G+AWxmgmM6G07cL9TDpou3DBFkwz91+wAfgvXEB/4Oeseh1CHrMlW0g4tBpaY9STz+oNWh2ldSSKRSONl3lJrd5q9/3st563Ke2qPu9hkO0p4KczxGNEGrjC43l5/Fo7w/kgIOhAs/FRQJA0znLPPTZ/+9lzj2Baij0GSOFmiYj/iUSQujSztuiQVOvbjyoew0aqe7Ok8o2/xaTw7m8e6WI3Ptd+UnlWsDtuEipi3l+oWcrGxVhXxpfsCGR51sqYWa3eZGVtDpPNZnLYWKtG8yBlZaNGq9Vhdzs9Dp7hjPDDMbzD43TbHVarkaZZM6elTQ4PH/YEWYeDDXrCvMeh0aA/EDnDzYph308vrX/nTFZkYCOp3qF1fakYZ6A0ehPrDNBGq50PrA+4nVaT3mL7JNxGamjcR4fbq/yjwi3ZTiES9PEOzmLW67SIpA2MI2i0cp5AItV9vJASgl671WSxqjp2U69AZOogUsDpjitcM9mUc3msZb8ai9QVhqhuZk6rGW6fiCEQVcn6AEAg7QInoq3KEiszVTnKNXQi9hq5JMwtRifCXgUuiRDYcVdMLqJX8SJudHOcAgoj1eROSVQWnRS+AdcSQdSLXDWkkJf2dmE1clll2hcvQknb27N3/5137t/b04v6oPhrKMGDnOUHepsePt+0Wywc+QSw8vZTa8+3Hv71e55SSn9q4RBwBJseVS2c3Yz3aBHnwCaOEDbwOG4iQiwpu98Z5b8rQVyRpmzPyxoQWvSG7bfeNQfMQsnQbMRAYl5GjXRDrOyuynja5VfD+wbvVlYCZJea7Ve3DbDKvgFBirARewRRSQHPx9iBpALUjkAqFXjnciC1kdrxzuU4xbX+7Xu7jpQSgKqxb5H7/R0d/pUn8ZHcv/Ikern1/NNPbRTFjUCd/y+bFtVaAAAAeNpjYGRgYABipYtaO+L5bb4yyLMwgMCNZOu7ENom8/+f/5zyGWBxDgYmEAUAO2ALZQAAAHjaY2BkYGBh+PeVgUE+8/8fIJnBABRBAdoAgJ8FLwAAeNpjYYAAxlAGBhYGBh4gBtHMQHycheH/fyB9BCpWDMQVULYEiGb8AmbrANX9gYj//wukU6Fq1IE4GojVgDiKJ5chgsOOIQIqh4TBdnAB8TeomI3gI4g61h4GAeEGBgb5TLA4ExgyMtgxcDHYMf6CupuNAQ4A7Y8VOAAAAAAAACoAKgAqAHYAjgCiAMoA7gESATYBUAFqAZQBygHgAegCzAMMA0ADdAOwA/IEeATeBWIFxAb4CIIJQAmKCg4LJAv4DGYMpA3ADo4QzhF6EfQTJhUAFXQWBBZ0FxQXQhdkF5IXrBjcGfIaJBqoGuIbVhxIHOAdSgABAAAAOwGbABUAAAAAAAIAAQACABYAAAEAAZQAAAAAeNplkM1OwkAUhU8tmogJcWFcsOrCuDEppWpUlsZg4hINblxYpGANIlYw6pIH4jn8eQF9GeM37dAYXdzJN2fOvXNmJFU0kyuntCypSuXsqMwu5wU8G5ZdrSq0XMJxaHlR67qwvIQntVxWW1PLK9rUp+VX/N+W3xQ4a5bfVXGOLH/ArZy/XFWdSyW6VaS+YtX0oEdoS09oA73oTqPsvMVpXxO0iBQ99KHG2lad2v/l8/442+xSpiZZh4ffV/Cv/xjXMHNGqLG6ODt6Zs3zhKhjujwqpdfc07QzYm4awB4JzNkNyhW6r+usa6QG76oVd879Pi4z6RylU5zOE57xgpjdCYny3LusAUka1AHrjvZQQrQ6+y7uHl7zbnOn+YOI9BOqWcw+1T1KQs7U5PgBnNNPKnjabZHJTsQwEETzwpJh2Pcdhn2H2G5nBnFE4lcACSEuHPh7kHD1AWEpcqXd9bosV3X1u/rV/+vh56OqqRljnAkmaegxRZ9pZphljnkWWGSJZVZYZY11Nthki2122GWPfQYccMgRx5xwyhnnXHDJFdfccMsdLYFIwsh0DBlx33t++/p4GaTcFKGCFRFViV7JEl0xBRUkzEUsLbH5fH+N+emx/I/+WlJbThQptBJiWNmVVeOHapQ1ulXhg8IHhQ+dmmWPnsk5UeE8pVxJPaZZJrKpx0Q2kU2uLFfWiKyoWVGzgEmcJE5wsl9QR8lf0Mn+GPYN8+Kb6AAAuAH/hbABjQBLsAhQWLEBAY5ZsUYGK1ghsBBZS7AUUlghsIBZHbAGK1xYWbAUKwAAAAFcPYvrAAA=) format("woff"),
		url("https://v2.zopim.com/widget/fonts/zopim.ttf") format("truetype"),
		url("https://v2.zopim.com/widget/fonts/zopim.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* !Przycisk Zendesk chat na mobilce */
@media (max-width: 450px) {
	#add_to_cart_fix {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	#top_roomba_links {
		width: 100%;
		text-align: center;
		display: block !important;
	}
	#top_roomba_links a {
		margin: 10px 10px;
		max-width: 300px;
	}
}
.kup-teraz-btn {
	position: absolute;
	bottom: 30px;
	max-width: 70%;
}
@media screen and (max-width: 767px) {
	#mobile-cart.u-mobile-only {
		padding-right: 7px;
	}
}
#product_awards {
	margin-top: 26px;
}
#product_awards img {
	max-width: 33%;
}
.aktualnosc_item ul {
	line-height: 20px;
	list-style: disc;
	list-style-type: disc;
}
.aktualnosc_item ul li {
	list-style: disc;
	list-style-type: disc;
}
.page-footer .sxFormSingleLineText {
	width: 100%;
}
.page-footer .a-inputcomponent__inputcontainer {
	border: 1px solid grey;
	border-radius: .25rem;
	width: 100%;
}
.page-footer .a-inputcomponent__inputcontainer input[type="email"].a-inputcomponent__input:focus,
.page-footer .a-inputcomponent__inputcontainer input[type="email"].a-inputcomponent__input:active {
	border: none !important;
}
.page-footer #ot-sdk-btn {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px !important;
}
@media (max-width: 767px) {
	.page-footer #ot-sdk-btn {
		padding: 10px 0 !important;
	}
}
.o-subheader .m-productcard p.a-paragraph.a-paragraph--grey-one {
	font-weight: 400;
}
@media (min-width: 1025px) {
	.m-productcard {
		max-width: 116px;
	}
}
@media (max-width: 1024px) {
	.m-productcard.ir-a-club .a-optionalflag {
		margin-top: 0px;
	}
	.m-productcard.ir-a-club a.a-link {
		line-height: 2;
	}
}
@media (max-width: 768px) {
	.o-productlineup .a-h__h3 .ir-part-two {
		display: block;
	}
	.ir-desktop-only {
		display: none;
	}
	.ir-mobile-only {
		display: block;
		margin: 0 auto;
	}
}
.o-productlineup .flex--direction-row {
	align-items: baseline;
}
@media screen and (min-width: 769px) {
	.o-productlineup .flex-column {
		flex: 1 0 calc(20% - 10px);
	}
	.ir-desktop-only {
		display: block;
	}
	.ir-mobile-only {
		display: none;
	}
}
/* Homepage - ikonki do zakupu */
.m-icon__section.ir-purchase {
	min-height: 140px;
	display: flex;
	align-items: center;
	flex: 1;
}
.m-icon__section.ir-purchase .kolko img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.m-icon__section.ir-purchase .a-paragraph {
	margin: 0;
	font-size: 15px;
}
.m-icon__section.ir-purchase .opis-kolka {
	top: 95px;
	align-self: baseline;
}
@media (min-width: 901px) {
	.m-icon__section.ir-purchase .kolko {
		align-self: baseline;
	}
}
@media (max-width: 900px) {
	.m-icon__section.ir-purchase {
		min-height: 100px;
		flex-direction: row;
		width: 100%;
		justify-content: flex-start;
	}
	.m-icon__section.ir-purchase .opis-kolka {
		display: block;
		top: 40px;
		text-align: left;
		margin-left: 100px;
	}
}
@media (max-width: 480px) {
	.o-valueadd__iconcontainer.ir-purchase {
		margin-left: 0;
	}
}
/* !Homepage - ikonki */
.subtitle {
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: 600;
	padding: 0 15px;
	display: block;
}
@media (max-width: 1024px) {
	.subtitle {
		padding: 0 10px;
	}
}
.o-productlineup.o-grid .flex-column span.subtitle {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 10px;
	color: #000;
}
.ir-info-header {
	width: 100%;
	padding: 8px;
	background: #dce9d5;
	text-align: center;
	color: #447355;
}
.ir-info-header .ir-close {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.o-product-lineup__featuredcard--featured picture img {
		margin: 0 auto;
	}
	.flex-column-white .m-hero__headercontainer {
		align-self: center;
	}
}
.o-product-lineup__featuredcard--featured .a-btn--primary-green {
	width: 100%;
}
.u-font--20 {
	font-size: 20px;
}
.o-product-lineup__featuredcard--featured span.ir-instalment {
	padding-bottom: 20px;
	display: block;
}
.o-hero__interactiveoption--active .a-h__h4 {
	color: #447355 !important;
	font-weight: 700;
}
.o-hero__interactiveoption .a-h__h4 {
	color: #6c7680;
}
.o-hero__interactiveoption--active .a-paragraph {
	color: #333;
	font-weight: 600;
}
h2.a-h.a-h__h2.a-h__h2--large {
	font-style: italic;
	margin-bottom: 0;
}
@media (max-width: 900px) {
	.o-valueadd__iconcontainer {
		align-items: flex-start;
	}
	.o-valueadd__iconcontainer.ir-purchase {
		width: 100%;
	}
	.opis-kolka img {
		height: 50px;
		width: auto;
	}
	.opis-kolka {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
	}
	.kolko {
		width: 90px;
		height: 90px;
	}
}
@media (min-width: 1025px) {
	.u-brand--roomba .m-productcard__container {
		margin-right: 10px;
	}
	.m-subheader__section.active,
	.m-subheader__section.u-brand--combo.active {
		margin-left: 10px;
		transition: all 0.3s;
	}
	.o-header__centerheader {
		min-width: 490px;
	}
}
@media (max-width: 768px) {
	.o-product-lineup__featuredcard--featured {
		max-width: 100% !important;
	}
	.o-product-lineup__featuredcard--featured {
		max-width: 300px;
		min-width: 300px;
	}
	.o-product-lineup__featuredcard--upper {
		padding-top: 60px;
	}
	.o-product-lineup--standard .a-paragraph {
		padding-right: 20px;
	}
}
/* Slider - serie */
.slides-pagination {
	left: 50% !important;
	transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
	.flex-column-white .a-h__h3 {
		margin-bottom: 0 !important;
	}
	.flex-grid.o-hero__lowerinteractiveoption {
		margin-bottom: 0;
	}
	.oneproduct-frame {
		width: calc(100% - 50px) !important;
	}
}
/* !Slider - serie */
@media (min-width: 576px) {
	.o-product-lineup__featuredcard--featured picture.a-image--product img {
		max-height: 250px;
		width: auto;
		margin: 0 auto;
	}
	.o-product-lineup--standard.combo--box picture.a-image--product img {
		max-width: 100%;
	}
}
.a-image--small img {
	max-width: 200px;
}
.flex-grid--center {
	gap: 15px;
}
@media (min-width: 1281px) {
	.flex-grid--center {
		justify-content: center;
	}
}
@media (max-width: 1280px) {
	.flex-grid--center {
		margin-left: 60px;
		margin-right: 60px;
	}
}
.flex-column-white {
	background-color: #fff;
}
.u-margin--80 {
	margin: 80px 0;
}
.u-margin--40 {
	margin: 40px 0;
}
@media (min-width: 1025px) {
	.ir-grid--center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
.o-quizcomponent {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.label.label-danger {
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
}
.button:focus {
	outline: none;
}
@media (min-width: 769px) {
	.bg-img--quiz {
		background-image: url("https://irobot-web.azureedge.net/img/refresh_quiz_desktop.jpg");
	}
}
@media (max-width: 768px) {
	.bg-img--quiz {
		background-image: url("https://irobot-web.azureedge.net/img/refresh_quiz_mobile.jpg");
		background-position: top;
	}
}
.columns-container.page-content h1.gkc {
	margin-top: 20px;
	font-size: 24px !important;
	font-weight: 600;
	color: #447355;
	font-style: italic;
	line-height: 30px;
}
.columns-container.page-content .partnerAlert {
	margin: 65px auto 10px auto !important;
	background: #eaf2e6 !important;
}
ul.pagination.search_pagination li a:hover,
ul.pagination.search_pagination li a:focus {
	color: #333;
}
td.comparison_feature_odd.comparison_infos a.button .icon-chevron-right.right {
	margin-left: 5px;
	margin-top: 3px;
}
@media (max-width: 768px) {
	#sale-box-AJAX-ZOOM {
		top: 25px !important;
	}
}
#informacja_ustawowa_o_cenie {
	color: #999;
	font-size: 11px;
	line-height: initial;
}
#products-comparison #informacja_ustawowa_o_cenie {
	margin-top: 8px;
}
.product-pricing #informacja_ustawowa_o_cenie {
	margin-bottom: 12px;
}
#cms #center_column .a-h__h2 {
	line-height: 36px;
}
#product li.item.product-box.item.product_accessories_description {
	padding: 0;
	padding-right: 30px !important;
}
#cms #center_column>.rte ul>li>a {
	word-break: break-word;
}
#index #sl_cont .slider-image img {
	right: 0 !important;
	left: 0 !important;
}
.pack-price {
	display: none;
}
/* New payment */
#HOOK_PAYMENT {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
#HOOK_PAYMENT .row {
	width: 50%;
	flex: 50%;
	padding: 5px 10px;
	background: #fff;
	transition: all 0.3s;
}
@media (max-width: 768px) {
	#HOOK_PAYMENT .row {
		width: 100%;
		flex: 100%;
	}
	.homeslider-mobile {
		display: block !important;
	}
	.homeslider-desktop {
		display: none;
	}
	.slider-img-mobile {
		z-index: 1 !important;
	}
	.slider-img-desktop {
		z-index: -1 !important;
	}
}
/* START NEW PAYMENT */
.payment-options .payment-option .payment-checkout-logo {
	width: 135px;
	height: 100%;
	padding: 0.5rem;
}
.payment-options .payment-option .logo-background {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
	transition: all 0.3s;
}
.payment-options .payment-option.cashondelivery .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_08.png);
}
.payment-options .payment-option.cashondelivery:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.cashondelivery .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_08.png);
}
.payment-options .payment-option.cashondeliverywithfee .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_07.png);
}
.payment-options .payment-option.cashondeliverywithfee:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.cashondeliverywithfee .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_07.png);
}
.payment-options .payment-option.bankwire .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_05.png);
}
.payment-options .payment-option.bankwire:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.bankwire .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_05.png);
}
.payment-options .payment-option.payu .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_01.png);
}
.payment-options .payment-option.payu:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.payu .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_01.png);
}
.payment-options .payment-option.payu-blik .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_04.png);
}
.payment-options .payment-option.payu-blik:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.payu-blik .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_04.png);
}
.payment-options .payment-option.payu-paypo .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_02.png);
}
.payment-options .payment-option.payu-paypo:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.payu-paypo .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_02.png);
}
.payment-options .payment-option.santander .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-gray_03.png);
}
.payment-options .payment-option.santander:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.santander .logo-background {
	background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_03.png);
}
/* END NEW PAYMENT */
/* Payment - Summary */
body#module-cashondeliverywithfee-validation .row2,
body#module-payu-payment .row2,
body#module-bankwire-payment .row2 {
	max-width: 1170px;
	margin: auto;
}
body#module-bankwire-payment .box {
	padding: 0;
}
p.cart_navigation .button.buttonik {
	float: none;
	margin-left: 0;
	padding: 14px 16px !important;
}
#payuForm .payuConditions #uniform-agree_law {
	padding-top: 0;
	margin-right: 5px;
}
@media (min-width: 577px) {
	p.cart_navigation:not(.clearfix) {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 1170px) {
	body#module-cashondeliverywithfee-validation .row2,
	body#module-payu-payment .row2,
	body#module-bankwire-payment .row2 {
		margin: 10px;
	}
}
@media (max-width: 576px) {
	p.cart_navigation button.button.buttonik {
		width: 100% !important;
	}
}
/* !Payment - Summary */
/*   gwiazda jakości w serwisie  */
.kol3serwis {
	width: 30%;
	float: left;
	padding-top: 10px;
}
@media (max-width: 500px) {
	.kol3serwis {
		width: 100%;
		padding: 10px;
	}
}
.homeslider-mobile {
	display: none;
}
/* Homepage - nowe sekcje */
.border--r4 {
	border-radius: 4px;
}
.border--r12 {
	border-radius: 12px;
}
.bg--white {
	background-color: #fff;
}
.font--green {
	color: #447355 !important;
}
.ir-wrapper-tiles {
	padding: 120px 0 80px;
}
.ir-content-tiles {
	margin: 0 auto;
	position: relative;
	width: calc(100% - 338px);
	overflow: hidden;
}
@media (max-width: 1024px) {
	.ir-content-tiles {
		width: calc(100% - 60px);
	}
}
.ir-content-tiles .item.flex-column {
	padding: 0 10px;
}
@media (max-width: 1400px) and (min-width: 1025px) {
	.ir-wrapper-tiles .item.flex-column {
		flex-basis: calc(50% - 10px);
	}
	.ir-wrapper-tiles.combo--box .item.flex-column {
		flex-basis: calc(33% - 10px);
	}
	.ir-wrapper-tiles-product .item.flex-column {
		flex-basis: calc(33% - 10px);
	}
}
@media (max-width: 1024px) {
	.ir-content-tiles .item.flex-column {
		margin: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 1024px) and (min-width: 800px) {
	.ir-white-tiles.combo--box {
		width: calc(100% / 3 - 20px) !important;
	}
}
@media (max-width: 799px) {
	.ir-white-tiles.combo--box {
		width: calc(100% / 1 - 20px) !important;
	}
	.ir-white-tiles.combo--box .ir-white-tiles_body {
		top: calc(65% - 60px) !important;
	}
}
.ir-wrapper-tiles .item__content--picture {
	overflow: hidden;
	margin-bottom: 1.5625rem;
}
.ir-wrapper-tiles .item__content__body {
	color: #596273;
	line-height: 1.33;
	margin-bottom: 0.3125rem;
}
.ir-wrapper-tiles .item__content__body--link a {
	border-bottom: 0.0625rem solid rgba(108, 184, 106, 0.4);
	color: #fff;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.ir-wrapper-tiles-product {
	padding-top: 40px;
}
.ir-wrapper-tiles-product h3 {
	color: #000;
	margin-bottom: 80px;
}
@media (min-width: 1025px) {
	.ir-wrapper-tiles-product .ir-content-tiles {
		width: calc(100% - 338px);
	}
}
@media (max-width: 576px) {
	.ir-wrapper-tiles-product .ir-content-tiles {
		width: 100%;
	}
}
.ir-wrapper-tiles-product .item__content__body {
	display: grid;
	grid-template-rows: 0.5fr auto auto 1fr;
}
.ir-wrapper-tiles-product .item__content__body a {
	color: #596273;
}
.ir-wrapper-tiles-product .item.flex-column {
	padding: 0 20px;
}
@media (max-width: 1024px) and (min-width: 769px) {
	.ir-wrapper-tiles-product .item.flex-column {
		flex-basis: calc(25% - 10px);
	}
}
.ir-wrapper-tiles-product .item__content--picture {
	position: relative;
}
.ir-wrapper-tiles-product .item__content--picture div,
.ir-wrapper-tiles-product .item__content--picture a {
	display: block;
	text-align: center;
	cursor: pointer;
}
.ir-wrapper-tiles-product .item__content--picture div::before,
.ir-wrapper-tiles-product .item__content--picture a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: hsla(0, 0%, 47%, 0.06);
	z-index: 1;
}
.ir-wrapper-tiles-product .item__content--picture img {
	padding: 30px;
}
.ir-wrapper-tiles-product .item__content__body--price {
	padding: 10px 0;
}
.ir-wrapper-tiles-product .item__content__body--link {
	padding: 20px 0;
}
.ir-wrapper-tiles-product .item__content__body--link button,
.ir-wrapper-tiles-product .item__content__body--link a {
	font-weight: normal;
	border: none;
	width: 9.375rem;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.ir-wrapper-tiles-product .item__content__body--link button,
	.ir-wrapper-tiles-product .item__content__body--link a {
		width: 100%;
	}
}
/* !Homepage */
#pencil-banner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#pencil-banner-close-div {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0.5vw;
	cursor: pointer;
	transition: 0.3s;
}
#pencil-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
#pencil-banner-content>* {
	font-size: 16px;
}
@media only screen and (max-width: 500px) {
	#pencil-banner-content>* {
		font-size: 12px;
	}
	#pencil-banner-close {
		font-size: 12px;
	}
}
#pencil-banner-content {
	background: #dce9d5;
	text-align: center;
	color: #447355;
}
#pencil-banner-content p {
	margin: 0;
}
/* FIX */
.idrform.addresses.clearfix {
	padding: 0 10px;
}
@media (max-width: 1024px) {
	.module-santandercredit-santanderCreditPayment #center_column {
		padding: 0 10px;
	}
	.module-santandercredit-santanderCreditPayment .cart_navigation tr>td>a.button_large,
	.module-santandercredit-santanderCreditPayment .cart_navigation tr>td>input.exclusive_large {
		width: 100%;
		min-width: 100% !important;
	}
	.module-santandercredit-santanderCreditPayment .cart_navigation tr>td {
		float: none !important;
		clear: both;
		display: block;
		width: 100%;
	}
	.module-bankwire-payment #formbankwire>.button.buttonik {
		padding: 14px 16px;
	}
}
@media (max-width: 768px) {
	.module-bankwire-payment #formbankwire>.button.buttonik {
		width: 100%;
	}
}
@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */
	p.payment_module:hover a.scb::before {
		background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_03.png);
	}
	p.payment_module:hover a.bankwire::before {
		background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_05.png);
	}
	p.payment_module:hover a.payu::before {
		background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_01.png);
	}
	p.payment_module:hover a.blik::before {
		background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_04.png);
	}
	p.payment_module:hover a.paypo::before {
		background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_02.png);
	}
	p.payment_module:hover a.cashondeliverywithfee::before {
		background-image: url(/themes/classic/assets/img/icon/payment/ikony_platnosci-ir-green_07.png);
	}
}
/* !FIX */
@media (max-width: 600px) {
	.comparison_unit_price {
		display: block;
		font-size: 14px !important;
		height: 40px;
	}
	.pc-pn {
		height: 110px !important;
	}
	.pc-pd {
		height: 106px !important;
	}
	.pc-op {
		font-size: 14px !important;
	}
}
.pc-pn {
	height: 86px;
}
.pc-pd {
	height: 80px;
}
.pc-cupd {
	height: 23px;
}
.pc-pcd {
	height: 80px;
}
@media (min-width: 600px) and (max-width: 768px) {
	.comparison_unit_price {
		display: block;
		font-size: 14px !important;
		height: 40px;
	}
	.pc-pn {
		height: 70px !important;
	}
	.pc-pd {
		height: 130px;
	}
	.pc-op {
		font-size: 14px !important;
	}
}
@media (min-width: 768px) and (max-width: 918px) {
	.pc-pn {
		height: 158px;
	}
	.pc-pd {
		height: 110px;
	}
}
@media (min-width: 918px) and (max-width: 1071px) {
	.pc-pn {
		height: 110px;
	}
	.pc-pd {
		height: 80px;
	}
}
.pc-btn-a:hover {
	background: #518a70;
}
.pc-vc {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.a-paragraph-series-t {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #393f45;
	margin-bottom: 2px;
}
.gm-style-iw-c {
	max-width: unset !important;
	width: 298px !important;
	border-radius: 2px !important;
	text-align: center;
	background-image: url("/themes/irobot/img/gk-background.jpg");
	background-position: bottom;
	min-height: 108px !important;
}
.advsm-info-title {
	font-size: 13px !important;
	font-weight: bold;
	margin: 0 !important;
}
.advsm-info-address,
.advsm-info-title,
.advsm-info-phone {
	color: #000 !important;
}
.advsm-info-website a {
	color: #447355 !important;
}
.gm-style-iw-d {
	overflow: unset !important;
}
.recaptcha-alert {
	font-style: italic !important;
}
.home-video-section,
.video-background {
	position: relative;
}
.video-background video {
	height: auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}
.home-video-section-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 120px;
}
.home-video-section-content h2 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 125%;
	margin: 0 0 18px 0;
}
.homepage-link-btn {
	display: inline-block;
	width: fit-content;
	color: #fff;
	padding: 14px 28px;
	border-radius: 50px;
	background-color: #447355;
	border: 1px solid #447355;
	letter-spacing: 0.5px;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.homepage-link-btn:hover {
	color: #fff;
	outline: 0.375rem solid hsla(0, 0%, 85%, 0.5) !important;
}
.homepage-link-btn:focus {
	color: #fff;
	text-decoration: underline;
}
.home-video-section-play-btn,
.home-video-section-pause-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64a70b;
	cursor: pointer;
	border-radius: 50%;
	transition: 0.3s all;
	background: rgb(82 82 82 / 30%);
	border: #333 solid 0.4rem !important;
	width: 6rem;
	height: 6rem;
	z-index: 10;
	transition: all 0.2s ease-in-out;
}
.home-video-section-play-btn svg,
.home-video-section-pause-btn svg {
	height: 3rem;
	width: 3rem;
	display: grid;
	place-items: center;
	padding: 0;
	margin: 0;
}
.home-video-section-pause-btn {
	top: 4rem;
	left: calc(100% - 4rem);
	width: 4rem;
	height: 4rem;
	border: #333 solid 0.3rem !important;
}
.home-video-section-pause-btn svg {
	height: 2rem;
	width: 2rem;
}
.home-video-section-play-btn:hover,
.home-video-section-pause-btn:hover {
	outline: 0.375rem solid #64a70b !important;
}
@media (max-width: 767px) {
	.home-video-section {
		background-color: #fff;
	}
	.video-background video {
		height: 400px;
	}
	.home-video-section,
	.home-video-section-content {
		position: unset;
	}
	.home-video-section-content {
		transform: none;
		padding: 30px 20px;
	}
	.home-video-section-content h2 {
		color: #343a40;
		text-shadow: none;
	}
	.homepage-link-btn {
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.video-background video {
		height: 450px;
	}
	.home-video-section-content {
		left: 30px;
	}
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.video-background video {
		height: 512px;
	}
	.home-video-section-content {
		left: 60px;
	}
}
@media (min-width: 1200px) {
	.main_body,
	#company,
	#order #center_column,
	#module-cashondelivery-validation #center_column,
	#product #center_column {
		max-width: 1170px;
		margin: 0 auto;
	}
}
#optin_informations label,
#marketing_informations label {
	text-align: left;
}
#irobotregister #notifications {
	display: none;
}
#left_col {
	width: 761px;
	float: left;
	overflow: hidden;
}
#right_col {
	width: 200px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	background: url(../../images/template/dot.png) left repeat-y;
	border-left: 1px dotted #b7b7b7;
	padding-left: 15px;
}
#right_col {
	display: block;
	min-width: 0;
	padding: 0;
	padding-left: 0px;
	width: auto;
}
#left_col {
	width: 761px;
	float: left;
	overflow: hidden;
}
@media only screen and (min-width: 48em) {
	#right_col {
		width: 200px;
		display: table-cell;
		font-size: 14px;
		line-height: 20px;
		border-left: 1px solid #ebebeb;
		padding-left: 15px;
	}
}
#main_body {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 10px;
}
@media (min-width: 992px) {
	.main_body,
	#company,
	#cms,
	#order #center_column,
	#module-cashondelivery-validation #center_column,
	#cms #center_column,
	#product #center_column,
	#authentication #main,
	#registration #main,
	#password #main {
		max-width: 970px;
		margin: 0 auto;
	}
}
#main:has(> .pt_account),
.pt_orderhistory #main,
#authentication #main,
#registration #main,
#password #main {
	padding: 0 0.9375rem;
}
@media only screen and (min-width: 48em) {
	#main:has(> .pt_account),
	#category #main,
	#authentication #main,
	#registration #main,
	#password #main,
	#cart #main {
		padding: 0 0.625rem;
		max-width: 1184px;
		margin: auto;
	}
}
.primary-content {
	float: right;
	margin-left: -1px;
	padding: 0 0 20px;
	position: relative;
}
#wrapper,
.primary-content {
	width: 100%;
}
@media only screen and (min-width: 48em) {
	#primary {
		border-left: 0 none;
		clear: none;
		margin-bottom: 1.25rem;
		width: 72%;
	}
}
@media only screen and (min-width: 48em) {
	#secondary {
		border-right: 0 none;
		box-sizing: border-box;
		clear: none;
		margin-top: 0.3125rem;
		padding-bottom: 0;
		width: 24.7%;
	}
}
.pt_account li {
	line-height: 2em;
}
#primary .account-options li {
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0 0.625rem 0 0;
	padding: 0.625rem 0;
	width: 100%;
}
@media only screen and (min-width: 48em) {
	#primary .account-options li {
		min-height: 6.875rem;
		padding: 1.25rem 0;
		width: 48%;
	}
}
a {
	color: #447355;
	outline: 0 none;
	text-decoration: none;
}
#cms p img {
	margin: 4px 0 17px;
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.ankieta-div1 {
		float: none;
		width: 100%;
	}
	img.ankieta-img {
		position: absolute;
		top: 30px;
		right: 0px;
		float: none;
	}
	#left_col {
		float: none;
		width: 100%;
	}
	#right_col {
		float: none;
	}
	.tertiary_nav li {
		display: block;
	}
	.irpowrot2kol {
		width: 100%;
	}
	.irpowrot2kol img {
		width: 100%;
	}
}
@media only screen and (max-width: 48em) {
	#left_col {
		width: 100%;
	}
	#company #left_col {
		padding: 0 10px;
	}
	.tertiary_nav li {
		display: block;
		text-align: center;
	}
}
.robot_box .robot_image {
	width: 130px;
	text-align: center;
}
@media (max-width: 768px) {
	.register #register_box {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	h1.wide_shadow {
		padding: 0 10px 10px 10px !important;
		text-align: center;
		line-height: 46px !important;
	}
}
.comparison-chart .availability {
	text-align: center !important;
}
/* Footer */
@media screen and (max-width: 1024px) {
	.o-footer .page-footer {
		padding-inline: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.o-footer .page-footer {
		padding-inline: 0.5rem;
	}
}
@media screen and (max-width: 576px) {
	.o-footer .page-footer {
		padding-inline: 0.25rem;
	}
}
.o-footer .footer__top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding-inline: 4rem;
	padding-block: 35px 50px;
}
@media screen and (max-width: 1024px) {
	.o-footer .footer__top {
		padding-inline: 1rem;
		justify-content: center;
		padding-block: 1.75rem 2.5rem;
	}
}
@media screen and (min-width: 1280px) {
	.o-footer .footer__top {
		width: calc(100% - 330px);
		margin: auto;
		padding-inline: 0;
	}
}
.o-footer .footer__top .contact-items {
	display: flex;
	justify-content: space-around;
	gap: 2rem;
}
@media screen and (max-width: 1024px) {
	.o-footer .footer__top .contact-items {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-bottom: 1.325rem;
	}
}
@media screen and (max-width: 1024px) {
	.o-footer .footer__top .contact-item {
		width: 100%;
	}
	.o-footer .footer__top .contact-item:not(:first-of-type) {
		text-align: center;
	}
}
@media screen and (min-width: 1280px) {
	.o-footer .footer__top .contact-item:not(:first-of-type) {
		padding-block: 1.25rem;
	}
}
.o-footer .footer__top .social-media {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
	.o-footer .footer__top .social-media {
		align-items: center;
		justify-content: center;
		padding-bottom: 1.25rem;
	}
}
@media screen and (min-width: 1280px) {
	.o-footer .footer__top .social-media {
		padding-top: 0.75rem;
	}
}
.o-footer .footer__top .social-media a {
	margin: 0;
	padding: 0;
	background-color: #393f45;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.o-footer .footer__top #newsletter-input {
	width: 100%;
	max-width: 100%;
	border-radius: .25rem;
}
.o-footer .footer__top .contact-item a,
.o-footer .footer__top .newsletter__label {
	color: #447355;
	font-weight: 600;
}
.o-footer .footer__top .live-chat__icon {
	height: 16px;
	width: 16px;
	filter: brightness(0);
}
.o-footer .footer__top .newsletter__submit {
	background: url("https://irobot-web.azureedge.net/img/icons/ic-szczara.png") center center no-repeat;
	background-size: 9px;
	max-height: 20px;
	max-width: 20px;
}
.o-footer .footer__top .newsletter__g-recaptcha {
	width: 198px;
	transform: scale(.74);
	-webkit-transform-origin: 0 0;
}
.o-footer .footer__bottom {
	max-width: 100%;
	text-align: center;
	margin-inline: 1rem;
	margin-bottom: 65px;
	border-top: 1px solid #6c7680;
}
.o-footer .footer__bottom .navigation-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 1.25rem;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.o-footer .footer__bottom .navigation-items {
		gap: 0 0.25rem;
	}
}
.o-footer .footer__bottom .navigation-item {
	display: block;
	margin: 0;
}
.o-footer .footer__bottom .navigation-item__link {
	display: block;
	color: #6c7680;
	font-size: 12px;
	line-height: 1em;
	padding: 10px 15px;
}
.o-footer .footer__bottom .navigation-item__link:hover,
.o-footer .footer__bottom .navigation-item__link:focus {
	text-decoration: none;
	background-color: #eee;
}
/* !Footer */
.address-delete-popup-bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999999999;
}
.address-delete-popup {
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px 40px;
	border-radius: 5px;
}
.address-delete-popup-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.address-delete-popup-btns span {
	font: 13px / 17px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #d0312d !important;
	border: 1px solid;
	border-color: #666666 #5f5f5f #292929 #5f5f5f;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
}
.address-footer a {
	font-size: 15px;
	color: #fff;
	background: #6a768c !important;
	border: 1px solid;
	border-color: #666666 #5f5f5f #292929 #5f5f5f;
	padding: 2px 20px;
	border-radius: 20px;
	color: #fff !important;
	cursor: pointer;
}
.address-footer button i {
	font-size: 16px;
}
.product__badges .black-friday-flag,
.product-flags .black-friday-flag {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	z-index: 10;
}
h1.product-list__headline {
	text-align: center;
	font-size: 36px;
	padding-block: 0 1rem;
	padding-inline: 2rem;
	margin-inline: 2rem;
}
#checkout div.form-group:nth-child(odd) {
	clear: both;
}
#checkout div.form-group:last-child {
	clear: both;
}
#checkout div.form-group:last-child div {
	margin: 0;
	width: 100%;
}
#checkout div.form-group:last-child label {
	width: auto;
}
#checkout .form-group.row .col-md-6 {
	width: 100%;
}
#checkout .form-group.row input {
	padding: 18px;
	margin-top: 5px;
}
#checkout .form-group.row select {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 9px;
}
.icon-hold {
	height: unset !important;
}
input[type="text"]:focus {
	box-shadow: none;
	border: 2px solid #78be79 !important;
}
.payment-options,
.delivery-options-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 20px;
	padding-block: 1rem;
}
.payment-option-card,
.delivery-option {
	border: 2px solid #999999;
	border-radius: 10px;
}
.payment-option {
	margin-bottom: 0 !important;
}
.delivery-option {
	width: 100%;
	height: fit-content;
	margin: 0 !important;
}
.delivery-option label,
.payment-option label {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
}
.delivery-option:hover,
.payment-option-card:hover {
	border: 2px solid #6cb86a;
}
.delivery-option-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}
.delivery-option-content img,
.payment-checkout-img {
	width: 45px !important;
	height: 45px !important;
	padding: 2px;
	object-fit: contain;
	background-color: #518a70;
	border-radius: 50%;
	margin: 0 30px 0 15px;
}
.delivery-option-content-text,
.h6.carrier-name {
	font-size: 14px;
}
.delivery-option-content-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#checkout-personal-information-step .nav {
	display: flex;
	align-items: center;
}
#select-widget {
	background-color: #fff;
	margin-top: 40px;
	border-radius: 10px;
	border: 1px solid #999999;
	box-shadow: unset;
}
.order-options #delivery textarea {
	width: 100%;
	border-radius: 10px !important;
	border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
	.delivery-options-grid,
	.payment-options {
		grid-template-columns: 1fr;
	}
	.js-address-form button,
	#js-delivery button {
		width: fit-content !important;
		margin: 0 !important;
		padding: 10px 40px !important;
	}
}
aside#notifications .notifications-container.container {
	max-width: 1920px;
	width: 100%;
	padding-inline: 2rem !important;
	padding-block: 1rem !important;
}
aside#notifications article.alert {
	display: flex;
	align-items: center;
}
#authentication .login-form .button-standard {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#customer-form .form-group.row:has(> .poledodatkowe),
	#customer-form .form-group.row:has(> .poledodatkowe3) {
		width: 100%;
		float: none;
		display: block;
		flex: 100%;
	}
	#customer-form .form-group.row:has(> .poledodatkowe2) {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding-inline: 2rem;
	}
	.form-group.row div.poledodatkowe,
	.form-group.row div.poledodatkowe3 {
		width: calc(100% - 100px) !important;
	}
}
.request-service-btn {
	display: inline-block;
	color: #fff !important;
	background-color: #447355;
	padding: 14px 80px;
	border-radius: 40px;
	border: none;
	font-weight: normal !important;
	margin-bottom: 0 !important;
	cursor: pointer;
	width: fit-content;
}
#customer-form .poledodatkowe2 {
	width: 80%;
}
.service-request-section {
	margin-top: 30px;
}
.request-service-must-login {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.ybc-products-section-button {
	display: none !important;
}
.robot_box .robot_name2 {
  color: #008337;
  text-shadow: 0 1px 1px #AFAFAF;
  font-size: 28px;
  font-weight: bold;
  margin:
0;
    margin-right: 0px;
  margin-right: 5px;
}
:root {
	/* standard */
	--white: #fff;
	--dark-charcoal: #333;
	--black: #000;
	/* irobot basic */
	--hunter: #1b4229;
	--moss: #447355;
	--jade: #518a70;
	--sage: #87a28e;
	--mint: #dce9d5;
	--denim: #6a768c;
	--navy: #3c4453;
	/* badges */
	--fuchsia: #ae72a3;
	--marigold: #ebc172;
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

img,
svg {
	vertical-align: middle;
}

svg {
	overflow: hidden;
}

em {
	font-style: italic;
}

.bold {
	font-weight: 600 !important;
}

.italic {
	font-style: italic !important;
}

.c-white {
	color: var(--white) !important;
}

.c-green {
	color: var(--jade) !important;
}

.c-dark-green {
	color: var(--moss) !important;
}

.c-black {
	color: var(--black) !important;
}

.bg-white {
	background-color: var(--white) !important;
}

.bg-dark-green,
.bg--dark-green {
	background-color: var(--moss) !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.w-100 {
	width: 100% !important;
}

.m-zero {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-block {
	margin-block: 2rem !important
}

.m-top {
	margin-top: 2rem !important;
}

.p-block {
	padding-block: 1rem;
}
@media screen and (min-width: 768px) {
	.p-block {
		padding-block: 2rem;
	}
}

.p-top {
	padding-block: 1rem 0;
}
@media screen and (min-width: 768px) {
	.p-top {
		padding-block: 2rem 0;
	}
}

.p-bottom {
	padding-block: 0 1rem;
}
@media screen and (min-width: 768px) {
	.p-bottom {
		padding-block: 0 2rem;
	}
}

.p-inline {
	padding-inline: 1rem;
}
@media screen and (min-width: 576px) {
	.p-inline {
		padding-inline: 2rem;
	}
}

.m-center {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.break--desktop {
		display: block;
	}
}

@media (min-width: 1024px) {
	.break-desktop {
		display: block;
	}
}

.d-none {
	display: none !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	width: 100%;
	margin: 0;
}

.flex-center {
	align-items: center !important;
	justify-content: center !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.space-between {
	justify-content: space-between;
}

.order-2 {
	order: 2 !important;
}
@media screen and (min-width: 1024px) {
	.order-2-desktop {
		order: 2 !important;
	}
}

.gap {
	gap: .25rem !important;
}
@media screen and (min-width: 1024px) {
	.gap {
		gap: 1rem !important;
	}
}

.flex-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.border--round {
	border-radius: 1rem;
	background-color: var(--white);
}

.relative {
	position: relative !important;
}

.absolute {
	position: absolute !important;
}

.position--left {
	left: 0 !important;
	right: auto !important;
}

.position--right {
	right: 0 !important;
	left: auto !important;
}

.x-auto {
	overflow-x: auto !important;
}

.pointer {
	cursor: pointer !important;
}

.object__right-position {
	object-position: right !important;
}

.object__left-position {
	object-position: left !important;
}

/* Buttons */
.button-standard {
	display: block;
	width: 100%;
	border: 0.125em solid var(--moss);
	border-radius: 2em;
	padding-block: .75rem;
	padding-inline: 1rem;
	font-weight: normal;
	line-height: 1.2;
	cursor: pointer;
	transition: .3s all;
}

@media screen and (min-width: 768px) {
	.button-standard {
		width: auto;
		padding-inline: 2rem;
	}
}

.button-standard--green {
	background-color: var(--moss) !important;
	border-color: var(--moss);
	color: var(--white)
}

.button-standard.button-standard--green.button-standard--disabled {
	background-color: #c7c4c4 !important;
	border-color: #c7c4c4;
	cursor: no-drop;
}

.button-standard:hover,
.button-standard:active,
.button-standard:focus {
	transition: .3s all;
}

.button-standard--green:hover,
.button-standard--green:active,
.button-standard--green:focus {
	background-color: var(--jade);
	/* border-color: var(--jade); */
	color: var(--white)
}

.button-standard.button-standard--green:not(.button-standard--disabled, .disabled):hover {
	outline: 0.375rem solid rgba(108, 184, 106, .3) !important;
	outline-offset: 0;
}

@media screen and (min-width: 768px) {
	.button-standard.button-standard--green[data-button='reverse-hover']:hover {
		outline: 0.375rem solid rgb(255 255 255 / 30%) !important;
	}
}
/* !Buttons */

/* Banner with text */
.container__banner {
	position: relative;
	max-width: 1920px;
}

.container__banner .banner__box {
	position: relative;
	padding-bottom: 2rem;
	background-color: var(--white);
}
@media screen and (min-width: 1024px) {
	.container__banner .banner__box {
		padding-bottom: 0;
		background-color: transparent;
	}
}

.container__banner .banner__box img {
	width: 100%;
	height: auto;
	/* height: 100%; */
	object-fit: cover;
	object-position: left;
	min-height: 20rem;
	transition: 0.3s all;
}

.container__banner .banner__content {
	position: relative;
	text-align: center;
	margin: 0;
	padding-block: 1.875rem 1rem;
	/* padding-inline: 1.25rem; */
	background-color: var(--white);
}
@media screen and (min-width: 1024px) {
	.container__banner .banner__content {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		padding-block: 2rem;
		padding-inline: 2rem 3rem;
		color: var(--white);
		text-align: left;
		background-color: transparent;
		max-width: 50vw;
	}
}
@media (min-width: 1280px) {
	.container__banner .banner__content {
		padding-inline: 3rem;
	}
}
@media (min-width: 1400px) {
	.container__banner .banner__content {
		padding-inline: 5rem;
	}
}

.container__banner .banner__content h3 {
	font-size: 1.875em;
	color: var(--dark-charcoal);
	margin: 0;
}
@media screen and (min-width: 1024px) {
	.container__banner .banner__content h3 {
		color: var(--white) !important;
		font-size: 2.25em;
	}
	.container__banner .banner__content[data-content='revers'] h3 {
		color: var(--dark-charcoal) !important;
	}
}
@media (min-width: 1280px) {
	.container__banner .banner__content h3 {
		font-size: 2.5em;
	}
}
@media (min-width: 1400px) {
	.container__banner .banner__content h3 {
		font-size: 3em;
	}
}
@media (min-width: 1600px) {
	.container__banner .banner__content h3 {
		font-size: 3.5em;
	}
}

.container__banner .banner__content p {
	margin-bottom: 20px;
	line-height: 1.5;
	color: var(--dark-charcoal);
}
@media screen and (min-width: 1024px) {
	.container__banner .banner__content p {
		color: var(--white);
	}
	.container__banner .banner__content[data-content='revers'] p {
		color: var(--dark-charcoal);
	}
}

.container__banner .banner__action {
	gap: 1rem;
}

.container__banner .banner__action .button-standard {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.container__banner .banner__action .button-standard {
		width: auto;
	}
}
@media screen and (min-width: 1024px) {
	.container__banner .banner__action .button-standard[data-button='reverse-hover']:hover {
		outline: 0.375rem solid rgb(255 255 255 / 30%) !important;
	}
}

/* !Banner with text */

.product-categories__wrapper {
	position: relative;
	padding-block: 2em;
	padding-inline: 2em;
	max-width: 100%;
	background-color: #eaf2e6;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.product-categories__wrapper {
		padding-inline: 4em;
	}
}
@media screen and (min-width: 1400px) {
	.product-categories__wrapper {
		padding-inline: 6em;
	}
}

.product-categories__wrapper .headline h2,
.product-categories__wrapper .headline h3 {
	font-size: 2rem;
	line-height: 2.0625rem;
	color: #3c4453;
}

.product-categories__wrapper .product-category__tiles {
	display: flex;
	place-items: center;
	flex-direction: column;
	gap: 1em;
}
@media screen and (min-width: 1024px) {
	.product-categories__wrapper .product-category__tiles {
		flex-direction: row;
		align-items: flex-start;
	}
}

.product-categories__wrapper .product-category__picture {
	position: relative;
	cursor: pointer;
}

.product-categories__wrapper .product-category__picture img {
	max-width: 100%;
	height: auto;
	border-radius: 0.75em;
	transition: .3s all;
}

.product-categories__wrapper .product-category__content {
	padding-block: 1em;
}
/* !Boxes inline - product categories */
*,
::after,
::before {
   -webkit-box-sizing: border-box !important;
   box-sizing: border-box !important;
}

.product-promo {
    margin: 0.5em 0;
}

.promotional-message {
    font-weight: normal;
    font-size: 15px;
}

#echart-content .chart-row {
    margin: 0 auto !important;
}

sup {
    font-size: 75% !important;
    top: -0.5em !important;
    vertical-align: baseline !important;
}

.italic {
    font-style: italic !important;
}

.bold {
    font-weight: 600 !important;
}

.text--black {
    color: #000 !important;
}

.text--grey {
    color: #6c7680 !important;
}

.text--green {
    color: #528a71 !important;
}

.text--white {
    color: #fff !important;
}

.pointer {
    cursor: pointer !important;
}

.headline {
    padding-inline: 1em;
    padding-block: 1em;
    text-align: center;
}

.headline__h1 {
    font-size: 1.75em;
    line-height: 1.2;
}

.product-flags {
    margin: 0 !important;
    width: auto;
}

.product-flag {
    margin: 0 !important;
    border-radius: 3px;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 6px 10px !important;
}

.product-flag.discount {
    color: #000 !important;
    background: #ebc172 !important;
}

.product-flag.new {
    background: #9E6193 !important;
}

.az_badgeFixed {
    top: 15px;
    right: 20px;
    left: unset !important;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="email"]:focus,
input[type="email"]:active {
    border: 1px solid #78be79 !important;
    outline-color: hsla(121, 35%, 61%, 0.3) !important;
}

@media screen and (min-width: 576px) {
    .headline__h1 {
        font-size: 2em;
    }
}

.headline__h2 {
    font-size: 1.5em;
    line-height: 1.2;
}
@media screen and (min-width: 576px) {
    .headline__h2 {
        font-size: 1.75em;
    }
}

.headline__h3 {
    font-size: 1.25em;
    line-height: 1.2;
}
@media screen and (min-width: 576px) {
    .headline__h3 {
        font-size: 1.325em;
    }
}

.headline__h4 {
    font-size: 1em;
    line-height: 1.2;
}

.headline .subtitle {
    display: block;
    line-height: 1.4;
    font-size: 0.6em;
    margin-block: 1em;
 }

@media screen and (min-width: 1024px) {
    .break-line-desktop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 20px);
        max-width: 1920px;
    }
}

@media screen and (min-width: 768px) {
	.display-mobile {
		display: none !important;
	}
}
@media screen and (width < 768px) {
	.display-desktop {
		display: none !important;
	}
}

.button-standard {
    display: block;
    width: 100%;
    border: 0.125em solid #447355;
    border-radius: 2em;
    padding-block: 0.75em;
    padding-inline: 2.5em;
    font-weight: normal;
    line-height: 1.2;
    cursor: pointer;
    transition: .3s all;
}
.button-standard:hover,
.button-standard:active,
.button-standard:focus {
    transition: .3s all;
}
@media screen and (min-width: 1024px) {
    .button-standard {
        width: auto;
    }
}
.button-standard--green {
    background-color: #447355 !important;
    border-color: #447355;
    color: #fff;
}
.button-standard--green:hover,
.button-standard--green:active,
.button-standard--green:focus {
    background-color: #518a70;
    border-color: #518a70;
    color: #fff;
}
.button-standard.button-standard--green.disabled {
    background-color: #999 !important;
    border: 0.125em solid #999 !important;
    border-radius: 2em;
    padding-block: 0.5em !important;
    padding-inline: 2.5em !important;
    text-transform: none;
    clear: both;
    cursor: no-drop;
}
.button-standard.button-standard--light-green {
    background-color: #78be76;
    border-color: #78be76;
    color: #fff;
    width: fit-content;
	padding-block: .5rem;
}
.button-standard.button-standard--outline {
    padding-block: .5rem;
    background-color: #fff;
    color: #447355;
}
.button-standard.button-standard--green.button-standard--disabled {
    background-color: #c7c4c4 !important;
    border-color: #c7c4c4;
    cursor: no-drop;
}
.button-standard.button-standard--green:not(.button-standard--disabled, .disabled):hover {
    outline: 0.375rem solid rgba(108, 184, 106, .3) !important;
    outline-offset: 0;
}

#wrapper {
    background-color: #fff !important;
    padding-top: 0 !important;
}

.container,
#content-wrapper {
    padding: 0 !important;
    width: 100% !important;
}

.row {
    margin: 0 !important;
}

.row-2 {
    max-width: 1170px;
    margin: 0 auto;
    content: "";
    display: table;
    clear: both;
}

.product-title a {
    font-size: 1.625rem !important;
    color: #447355 !important;
    font-weight: 700 !important;
}

/* category controller */

.thumbnail-container {
    display: flex;
    min-height: 382px;
}

#js-product-list {
    margin: 0 auto;
}

.products {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.js-product {
    float: none !important;
    width: 100% !important;
}

/* purchase robot - Przy każdym zakupie robota */
.purchase-robot {
    padding-block: 4em;
    padding-inline: 2em;
    background: #eaf2e6;
}

.purchase-robot .headline {
    padding-block: 0 4em;
}

.advantages-box {
    padding-inline: 0;
}
@media screen and (min-width: 420px) {
    .advantages-box {
        padding-inline: 2em;
    }
}
@media screen and (min-width: 768px) {
    .advantages-box {
        padding-inline: 4em;
    }
}
@media screen and (min-width: 1024px) {
    .advantages-box {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        max-width: 1280px;
        margin: 0 auto;
    }
}

.advantage {
    display: flex;
    place-items: center;
    gap: 1em;
    padding-block: 1em;
}
@media screen and (min-width: 1024px) {
    .advantage {
        position: relative;
        flex-direction: column;
        padding-inline: 1.5em;
        gap: 0;
    }
}

.advantage__background-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
}
@media screen and (min-width: 1024px) {
    .advantage__background-circle {
        width: 90px;
        height: 90px;
    }
}
@media screen and (min-width: 1280px) {
    .advantage__background-circle {
        width: 130px;
        height: 130px;
    }
}

.advantage__picture {
    max-width: 70px;
}
@media screen and (min-width: 1024px) {
    .advantage__picture {
        max-width: 90px;
    }
}
@media screen and (min-width: 1280px) {
    .advantage__picture {
        max-width: 130px;
    }
}

.advantage__icon-warranty {
    max-width: 50px;
    height: auto;
}
@media screen and (min-width: 1280px) {
    .advantage__icon-warranty {
        max-width: 100%;
    }
}

.advantage .advantage__content p {
    margin: 0;
    font-weight: 600;
}
@media screen and (min-width: 1024px) {
    .advantage .advantage__content p {
        position: absolute;
        top: 75%;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .advantage .advantage__content .advantage__content--value_warranty {
        bottom: 0;
    }
}
/* !purchase robot */

/* help me choose */
.help-choose {
    margin-inline: 1em;
    padding-block: 1em;
    padding-inline: 2em;
    background-image: url('https://irobot-web.azureedge.net/img/refresh_quiz_mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 576px) {
    .help-choose {
        margin-inline: 2em;
        padding-block: 3em;
        background-position: 0 30%;
    }
}
@media screen and (min-width: 768px) {
    .help-choose {
        margin-inline: 4em;
        padding-block: 6em;
        background-image: url('https://irobot-web.azureedge.net/img/refresh_quiz_desktop.jpg');
    }
}
@media screen and (min-width: 1280px) {
    .help-choose {
        padding-block: 4em;
        margin-block: 4em;
    }
}

@media screen and (min-width: 1280px) {
    .help-choose .headline__h1 {
        font-size: 2.5em;
        padding-block: 1em;
    }
}

.help-choose__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.help-choose__content .help-choose__content--link {
    width: 100%;
    max-width: 250px;
    margin-block: 0;
    text-align: center;
}
/* !help me choose */

/* Sekcja: Pracuj. Baw się. Nie sprzątaj. */
.product-categories__wrapper {
    position: relative;
    padding-block: 2em;
    padding-inline: 2em;
    max-width: 100%;
    background-color: #eaf2e6;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .product-categories__wrapper {
        padding-inline: 4em;
    }
}
@media screen and (min-width: 1400px) {
    .product-categories__wrapper {
        padding-inline: 6em;
    }
}

.product-category__tiles {
    display: flex;
    place-items: center;
    flex-direction: column;
    gap: 1em;
}
@media screen and (min-width: 1024px) {
    .product-category__tiles {
        flex-direction: row;
        align-items: flex-start;
    }
}

.product-category__picture {
    position: relative;
    cursor: pointer;
}

.product-category__picture img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75em;
    transition: .3s all;
}

.product-category__content {
    padding-block: 1em;
}
/* !Sekcja: Pracuj. Baw się. Nie sprzątaj. */

/* Kontener dla iframe YT */
.video-container {
    position: relative;
    min-height: 270px;
}
@media screen and (min-width: 576px) {
    .video-container.active {
        min-height: 360px;
    }
}
@media screen and (min-width: 768px) {
    .video-container.active {
        min-height: 400px;
    }
}
@media screen and (min-width: 1024px) {
    .video-container.active {
        min-height: 600px;
    }
}

.video-container__youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    z-index: 1;
}
/* !Kontener dla iframe YT */

.terms-and-conditions-container h1 {
    color: #518a70;
    margin-top: 0;
    margin-bottom: 25px;
}

#cms {
    padding: 40px 10px 0 !important;
}

.terms-and-conditions-container ol, .terms-and-conditions-container ul {
    padding: revert;
}

.terms-and-conditions-container ol {
    list-style: decimal;
}

.terms-and-conditions-container h2 {
    padding: 10px 0;
    text-align: left;
    font-size: calc(20px + 4*(100vw - 1024px) / 896);
}

.terms-and-conditions-container > div > ol > li:has(h2)::marker {
    font-size: calc(20px + 4*(100vw - 1024px) / 896);
    font-weight: bold;
}

.terms-and-conditions-container p {
    line-height: 18px;
    margin: 0 0 9px;
    color: #000;
}

.contract-out-wrapper, .notice-contract-wrapper {
    text-align: center;
    padding: 10px;
}

.terms-and-conditions-container .list-style-none {
    color: #000 !important;
    font-size: 16px !important;
}

.terms-and-conditions-container .list-style-none li {
    list-style-type: disc;
}

.standard_page {
    background: #fff;
    font: normal 12px Arial;
    overflow: hidden;
}

.standard_page h2 {
    font: bold 18px Arial;
    color: #447355;
    margin: 15px 0 15px 0;
    line-height: 140%;
    padding: 0px !important;
}

.standard_page p {
    color: #000;
}

.standard_page a {
    color: #6cb86a;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 40px;
}

.rightkol_sp {
    width: 25%;
    float: right;
}

.leftkol_sp {
    width: 70%;
    text-align: left;
}

.csjk_mui.a-h__h2 {
    margin-bottom: 0;
}

#order-confirmation #content-wrapper {
    padding: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    #order-confirmation #content-wrapper {
        padding: 2rem !important;
    }
}

#order-confirmation #order-items {
    border: none !important;
    padding: 0;
}

#order-confirmation #order-items .image img {
    max-width: 125px;
    min-width: 60px;
}

#order-confirmation h3.card-title {
    color: #6cb86a;
    margin: 0;
    padding-block: .5rem 2rem;
    font-weight: 600;
}

#order-confirmation #order-items .order-line {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-block: 1rem;
}
@media screen and (min-width: 768px) {
    #order-confirmation #order-items .order-line {
        gap: 1rem;
    }
}

#order-confirmation .order-line.row > div[class*="col-sm-"] {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 576px) {
    #order-confirmation #order-items .order-line .qty .row {
        display: flex;
        flex-direction: column;
    }
}

#order-confirmation #order-details,
#order-confirmation section#content-hook_payment_return {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 1rem;
    margin: 0;
}

#order-confirmation #order-details {
    margin-top: 1rem;
}

#order-confirmation section#content-hook_payment_return {
    margin-bottom: 1rem;
}

#customer-form .form-group {
    padding-block: .25rem;
}

label.col-md-3.form-control-label.poledodatkowe2 {
    display: none;
}

/* My Account - Addresses */
.page-addresses .address .address-body {
    padding: 0 !important;
}

.page-addresses .addresses-footer a[data-link-action="add-address"] {
    background: #447355;
    color: #F8FBF7;
    border: none;
    border-radius: 40px;
    padding: 10px 16px;
    text-align: center;
    display: block;
    width: max-content;
}

.page-addresses .addresses-footer a[data-link-action="add-address"]:hover {
    padding: 10px 16px;
}

.page-addresses .address .address-footer a span {
    font-size: small !important;
}

.address-footer  {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.address-footer a {
    background-color: #6a768c !important;
    border-color: #6a768c;
    padding: .25rem;
    width: 100%;
    text-align: center;
    font-size: small;
    margin: 0 !important;
    line-height: normal;
}

.page-addresses .address {
    border: 1px solid;
    border-radius: .5rem;
    padding: .75rem;
    margin-inline: 0;
    margin-block: .5rem;
    width: 100%;
    background-color: #f5f5f5;
    border-color: #f7f7f7;
}

.page-customer-account #content .order-actions a {
    display: block;
}

#history td.order-actions {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

#history .view-order-details-link.button-standard.button-standard--green:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .text--white.m-b {
        color: #000 !important;
    }
}
/* Modyfikacja oryginalnego wyglądu dla theme.css */
#header .header-top {
	padding: 0 !important;
}
/* !Modyfikacja oryginalnego wyglądu dla theme.css */

.m-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.m-header {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	box-sizing: border-box;
}

.m-header .m-header__container {
	margin: 0;
	width: 100%;
	position: relative;
	background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .m-header .m-header__container {
		padding: 1rem 0 1.75rem;
	}
}

.m-header .m-header__container:after {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	bottom: -1.125rem;
	margin-bottom: 1.125rem;
	border-bottom: 0.225rem solid #6cb86a;
	width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
	.m-header .m-header__container:after {
		left: 0;
		width: 100%;
	}
}

.m-header .m-header__row {
	width: 100%;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (max-width: 320px) {
	.m-header .m-header__row {
		padding: 0 0.5rem;
	}
}

@media screen and (min-width: 1280px) {
	.m-header .m-header__row {
		max-width: 1920px;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.m-header .main-menu__container {
	flex: 1;
	display: block;
	background-color: #fff;
	width: 50vw;
	min-width: 300px;
	max-width: 100%;
	overflow: hidden;
	z-index: 52;
	-webkit-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
	.m-header .main-menu__container {
		width: 85vw;
	}
}

@media screen and (width < 1024px) {
	.m-header .main-menu__container {
		position: fixed;
		top: 0;
		bottom: 0;
		right: auto;
		left: -100%;
		visibility: hidden;
		padding: 0 0.625rem;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .main-menu__container {
		position: unset;
		min-width: 0;
		visibility: visible !important;
	}
}

.m-header .m-header__image-brand {
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.m-header .m-header__image-brand {
		display: flex;
		padding: 0.875rem 0 0 1.5rem;
		width: auto;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .m-header__image-brand {
		padding: 0.875rem 1.25rem 0.0625rem;
	}
}

@media screen and (min-width: 481px) and (width < 1024px) {
	.m-header .m-header__image-brand img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.m-header .m-header__main-menu {
	width: 100%;
	max-width: 100%;
	align-items: center;
	justify-content: space-between;
}

@media screen and (width < 1024px) {
	.m-header .m-header__main-menu {
		padding: 0.75rem 0 1.5rem;
	}
}

@media screen and (width < 1024px) {
	.m-header .main-menu__items:not(.items__add-component) {
		position: relative;
		top: 0;
		height: calc(100% - 72px);
		max-height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .main-menu__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: baseline;
		gap: 1.75rem;
		margin: 0;
	}
}

@media screen and (width < 1024px) {
	.m-header .main-menu__item {
		padding: 0.325rem 0;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .main-menu__item::after {
		content: "";
		display: block;
		position: relative;
		left: 50%;
		width: calc(100% - 0.75rem);
		border-bottom: 0.0625rem solid transparent;
		transform: translate(-50%, 0);
	}

	.m-header .main-menu__item.active::after {
		border-color: #6a768c;
	}
}

.m-header .main-menu__items.items__add-component {
	gap: 1rem;
	align-items: center;
	justify-content: flex-end;
	padding: 0.875rem 1.25rem 0.0625rem;
}

@media screen and (width < 1024px) {
	.m-header .submenu__item.item__container {
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 0 0.625rem;
		padding-left: 1.25rem;
		z-index: 53;
		transition: 0.3s all;
		/* FIX TMP */
		min-height: 600px;
	}

	.m-header .main-menu__item.active .submenu__item.item__container {
		right: 0;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__item.item__container {
		display: none;
	}

	.m-header .main-menu__item.active .submenu__item.item__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 10rem;
		max-width: 1280px;
		margin-left: 0;
		margin-right: 80px;
		position: absolute;
		top: 6.1rem;
		left: 0;
		background-color: #fff;
		overflow: hidden;
		transition: 0.3s all;
	}

	.m-header .main-menu__item .submenu__item.item__container {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.m-header .submenu__item.item__container {
		left: 50% !important;
		transform: translate(-50%, 0);
	}
}

@media screen and (min-width: 1400px) {
	.m-header .submenu__item.item__container {
		margin: 0 40px;
		left: 7.125rem !important;
		transform: none;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__item.item__container .submenu__column {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__item.item__container .submenu__column.submenu__column--as-first {
		padding-left: 3rem;
	}
}

@media screen and (width < 1024px) {
    .m-header .submenu__column--main-links {
		padding-bottom: 2.4375rem;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__column--main-links {
		padding-left: 3rem;
		padding-right: 1rem;
	}
}

.m-header .main-menu__item .menu__main-link,
.m-header .main-menu__item button.menu__main-link {
	border: none;
	color: #3c4453;
	background-color: transparent;
	padding-top: 1rem;
	outline: none;
	display: block;
}

@media screen and (width < 1024px) {
	.m-header .main-menu__item .menu__main-link,
	.m-header .main-menu__item button.menu__main-link {
		text-align: left;
		font-size: 1.3125rem;
		font-weight: 600;
		letter-spacing: 0.01312rem;
		line-height: 1.43;
		width: 100%;
		padding: 0.875rem 1.25rem 0.0625rem;
	}

	.m-header .main-menu__item button.menu__main-link::after {
		content: "";
		background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOS4yNSAxNy4yNWw1LjUtNS41LTUuNS01LjUnIHN0cm9rZT0nIzNDNDQ1Mycgc3Ryb2tlLXdpZHRoPScyLjI1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=);
		background-repeat: no-repeat;
		border: none;
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: 0.3125rem;
		position: absolute;
		right: 0.625rem;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .menu__item--box-shadow {
		-webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03),
			0 12.5px 10px 0 rgba(0, 0, 0, 0.04), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04),
			0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03),
			0 12.5px 10px 0 rgba(0, 0, 0, 0.04), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04),
			0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
	}
}

/* Kolumna I */
.m-header .submenu__main-link {
	padding: 1.625rem 1.25rem 0 0;
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__main-link:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1.5625rem;
		border-bottom: 0.125rem solid #dce9d5;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__main-link {
		padding: 1.5rem 0 1.125rem;
		position: relative;
	}
}

.m-header .item__link {
	color: #3c4453;
	font-weight: 600;
}
/* Zamiast nagłówka dla drugiej kolumny */
@media screen and (width < 1024px) {
	.m-header .menu__item--list:not(.m-header .menu__item--title + .menu__item--list) {
		border-top: 1px solid #eeeeee;
	}
	.m-header .submenu__column--as-first + .submenu__column--irobot-image + .submenu__column--more-links .menu__item--title {
		padding-top: 0.825rem;
	}
}

@media screen and (width < 1024px) {
	.m-header .menu__item--list .item__link {
		font-weight: normal;
	}
}

.m-header .submenu__main-link .item__link {
	color: #3c4453;
	font-weight: normal;
	font-size: 1.15rem;
	letter-spacing: 0.01rem;
	white-space: break-spaces;
}

.m-header .submenu__main-link .item__link:hover {
	color: #447355;
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__main-link .item__link {
		font-size: 1.35rem;
		font-weight: 600;
	}
}

/* Kolumna z obrazkiem */
.m-header .submenu__column--irobot-image {
	display: none;
}

@media screen and (min-width: 1280px) {
	.m-header .submenu__column--irobot-image {
		display: block;
		width: 200px;
		margin: 0 20px;
        position: relative;
        /* overflow: hidden; */
	}
}

.m-header .submenu__column--green-background {
	background-color: #eaf2e6;
	border-radius: 0.75rem;
	width: 7.5rem;
	height: 100%;
	float: right;
}

.m-header .item__image {
	position: relative;
	max-width: 200px;
	opacity: 1;
	transition: .3s all;
}

.m-header .item__image--move {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.m-header .item__image--hidden {
	opacity: 0;
}

/* Kolumna III */
@media screen and (min-width: 1024px) {
	.m-header .submenu__column--more-links {
		margin: 0 0 4.3125rem;
		padding-left: 3.75rem !important;
		padding-right: 3.25rem !important;
		width: 18.75rem;
	}
}

.m-header .menu__item--title {
    color: #447355;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01125rem;
	line-height: normal;
	padding-bottom: 1.25rem;
	border-bottom: 0.0625rem solid hsla(220, 6%, 58%, 0.25);
}

@media screen and (min-width: 1024px) {
	.m-header .menu__item--title {
		font-size: 1.15rem;
		padding-bottom: 1.5625rem;
	}
}

.m-header .menu__item--list > li {
	padding-top: 1.625rem;
}

.m-header .menu__item--list > li > .item__link:hover {
	text-decoration: underline;
}

/* Kolumna IV */
@media screen and (width < 1024px) {
	.m-header .submenu__column--offers {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .submenu__column--offers {
		-ms-flex-line-pack: center;
		background-color: #6a768c;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		margin: 0;
		padding: 0 2.75rem !important;
		min-width: 200px;
		max-width: 20rem;
		text-align: center;
	}

	.m-header .submenu__column--offers h3 {
		color: #fff !important;
	}

	.m-header .submenu__column--offers p {
		margin: 8px 0;
		color: #fff !important;
	}
}

@media screen and (min-width: 1024px) {
	.m-header .item__button {
		display: block;
		font-size: 1rem;
		margin: 1.5625rem auto 0;
		padding: 0.5625rem 1.25rem;
		width: 10.125rem;
		border-radius: 2.3125rem;
		color: #3c4453;
		border-color: #3c4453;
	}

	.m-header .item__button:hover {
		outline: 0.375rem solid rgba(108, 184, 106, 0.3) !important;
		outline-offset: 0;
	}

	.m-header .item__button--outline {
		border: 0.125rem solid #fff !important;
		color: #fff !important;
		background-color: transparent;
	}

	.m-header .item__button--standard {
		background-color: #447355;
		color: #fff;
		border: none;
		padding: 0.7rem 1.25rem;
	}
}

/* Komponenty */
.m-header .menu__form-control,
.m-header .menu__account {
	position: relative;
}

.m-header .menu__input--search {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f2f2f2;
	border: 0.125rem solid #f2f2f2;
	border-radius: 1.3125rem;
	color: #3c4453;
	font-size: 0.9375rem;
	line-height: normal;
	outline: 0.25rem solid transparent;
	padding: 0.5625rem 0.9375rem 0.5625rem 1.25rem;
}

@media screen and (min-width: 1024px) and (max-width: 1050px) {
	.m-header .menu__input--search {
		width: 200px;
	}
}

.m-header .menu__input--search:focus {
	background-color: #f7f7f7;
	border: 0.125rem solid #f7f7f7;
	-webkit-box-shadow: none;
    box-shadow: none;
	outline: 0.25rem solid #d3ead2 !important;
}

input[name="search_query"]:focus,
input[name="search_query"]:active {
    border: 0.125rem solid #f7f7f7 !important;
}

.m-header .mask-icon-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 3rem;
	overflow: hidden;
	background: rgb(242 242 242 / 60%);
	border-bottom-right-radius: 1.3125rem;
	border-top-right-radius: 1.3125rem;
}

.m-header .m-icon-search {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGNpcmNsZSBjeD0nMTEnIGN5PScxMScgcj0nNy41JyBzdHJva2U9JyM0NDczNTUnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PHBhdGggZD0nTTE3IDE3bDIuNzUgMi43NScgc3Ryb2tlPScjNDQ3MzU1JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvc3ZnPg==);
	background-size: cover;
	font-size: 0;
	height: 1.5rem;
	right: 1rem;
	top: 0.5rem;
	width: 1.5rem;
	position: absolute;
}

.m-header [class^="m-icon-"] {
	cursor: pointer;
}

.m-header .m-icon-account {
	filter: brightness(0.7);
}

.menu__cart--link {
	position: relative;
}

.m-header .m-cart-quantity {
	background-color: #447355;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: center;
	width: 1.275rem;
	height: 1.275rem;
	line-height: normal;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	cursor: pointer;
	overflow: hidden;
}

.m-header .m-cart-quantity--hidden {
	display: none;
}

/* Wersja mobilna */
@media screen and (width < 1024px) {
	.m-header .submenu__header--mobile {
		display: block;
        color: #3c4453;
		font-weight: 600;
		font-size: 1.3125rem;
		padding-top: 1.35rem;
		margin-top: 0;
	}

	.m-header .menu__search--mobile {
		display: block;
		background: #fff;
		padding: 0.75rem 1.125rem;
	}
	.m-header .menu__search--desktop {
		display: none;
	}
	.m-header .menu__search--mobile .menu__form-control {
		width: 23.9375rem;
		margin: 0 auto;
		max-width: 100%;
	}
	.m-header .menu__search--mobile .menu__form-control .menu__input--search {
		width: 100%;
	}

	.m-header .menu-mobile__nav--buttons {
		display: flex;
		align-items: center;
		justify-content: end;
		padding: 1.25rem 0.625rem;
		position: relative;
	}
	.m-header .menu-mobile__nav--buttons::after {
		content: "";
		border-bottom: 0.125rem solid #dce9d5;
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% - 20px);
	}
	.m-header .menu__button--back {
		flex: 1;
	}
	.m-header .back-button {
		background-color: transparent;
		border: 0;
		color: #447355;
		font-size: 0.9375rem;
		font-weight: 600;
		letter-spacing: 0.00937rem;
		line-height: normal;
		padding: 0;
	}

	.m-header .menu__item-icon {
		border: none;
		display: inline-block;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	.m-header .menu-mobile__icon-menu {
		background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTMgNWgxME0zIDEyaDE5TTMgMTloMTUnIHN0cm9rZT0nIzQ0NzM1NScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnLz48L3N2Zz4=);
		background-position: bottom left;
		padding: 1.25rem;
	}
	.m-header .back-button .back-button-caret {
		background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEwLjUgNGwtNCA0IDQgNCcgc3Ryb2tlPScjNDQ3MzU1JyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+);
		width: 1rem;
		height: 1.0625rem;
		vertical-align: text-bottom;
	}
	.m-header .menu-mobile__nav--buttons .close-button-icon {
		background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTMuNSAzLjQzbDkuMDcxIDkuMDdtLTkuMTQyLjA3TDEyLjUgMy41JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+);
		background-color: #518a70;
		background-position: 50%;
		border-radius: 50%;
		height: 2rem;
		width: 2rem;
	}

	.m-header .mobile-menu__items {
		padding-top: 1.5625rem;
		padding-bottom: 2.5rem;
		overflow: hidden;
	}
	.m-header .mobile-menu__items::before {
		content: "";
		position: absolute;
		left: 50%;
		width: calc(100% - 20px);
		transform: translate(-50%, 0);
		border-top: 0.0625rem solid hsla(220, 6%, 58%, 0.25);
	}
	.m-header .mobile-menu__items .menu__item--list {
		padding: 0.875rem 1.25rem 0.0625rem;
	}
	.m-header .mobile-menu__items .menu__item--list > li > .item__link:hover {
		text-decoration: none;
	}

    .m-header .submenu__column.submenu__column--more-links {
		padding-bottom: 2rem;
	}

    .m-header .main-menu__items::-webkit-scrollbar {
		width: 0.3rem;
	}
	.m-header .main-menu__items::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.m-header .main-menu__items::-webkit-scrollbar-thumb {
		background-color: #ededed;
		outline: 1px solid #f7f7f7;
		border-radius: 10px;
	}
}
@media screen and (min-width: 1024px) {
	.main-menu__item--mobile,
	.m-header .submenu__header--mobile,
	.m-header .menu__search--mobile,
	.m-header .menu-mobile__icon-menu,
	.m-header .menu-mobile__nav--buttons {
		display: none;
	}

	.m-header .menu__search--desktop {
		display: block;
	}
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.m-menu-mask.active {
	position: absolute;
	background-color: hsla(220, 6%, 58%, 0.25);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 50;
}

img.a-image.a-image--product {
    max-width: 200px;
    height: auto;
}
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../css/479700ea91d964d295d7.eot);
	src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/12a47ed5fd5585f0f422.woff2) format("woff2"),
		url(../css/f2a0933406f783065152.woff) format("woff"), url(../css/00b1fb69fb78ff50fd55.ttf) format("truetype");
}
.material-icons {
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Material Icons", Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	vertical-align: middle;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
}

.material-icons {
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (width > 768px) {
	.carousel {
		height: 0;
		padding-bottom: calc(100% / 2.56);
	}
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
	max-width: 100%;
	height: auto;
}
.carousel,
.carousel-inner,
.search-widget form {
	position: relative;
}
.carousel-inner {
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .carousel-item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .active.left,
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	opacity: 1;
	width: 60px;
	height: 60px;
	transform: translate(0, -50%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: #0004 !important;
	border-radius: 50%;
	margin-inline: 1em;
}
@media screen and (max-width: 768px) {
	.carousel .carousel-control {
		top: calc(100% - 3.5em);
		left: 10px;
		width: 40px;
		height: 40px;
		margin-inline: .325em;
		transform: none;
	}
}

.carousel .carousel-control:hover {
	background-color: #0006 !important;
}

.carousel-control.right {
	right: 0;
	left: auto;
}
@media screen and (max-width: 768px) {
	.carousel-control.right {
		right: 10px;
	}
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.5em;
	font-family: serif;
	line-height: 1;
	display: block;
	z-index: 5;
}
.carousel-control .icon-prev {
	left: 50%;
}
.carousel-control .icon-next {
	right: -50%;
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
	font-size: 1.5em;
	margin: 0;
	background: none !important;
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
	color: #fff;
}

.carousel-control .icon-prev::before {
	content: "\2039";
}
.carousel-control .icon-next::before {
	content: "\203a";
}

.carousel-indicators {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	max-width: 60%;
	margin: 0;
	left: 50%;
	bottom: 2em;
	transform: translate(-50%, 0);
	background: #0004;
	border-radius: 2em;
	padding: 0.25em 0.75em;
	text-align: center;
	list-style: none;
	z-index: 15;
}
@media (max-width: 768px) {
	.carousel-indicators {
		max-width: 65vw;
		margin-bottom: 1em;
		bottom: 1em;
	}
}
@media (max-width: 425px) {
	.carousel-indicators {
		bottom: .325em;
	}
}
@media (max-width: 320px) {
	.carousel-indicators {
		max-width: 100%;
	}
}

.carousel-indicators li,
.carousel-indicators li.active {
	display: flex;
	flex-direction: row;
	width: 12px;
	height: 12px;
	margin: 0.325em;
	border: 2px solid #fff;
	background-color: transparent;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 1px black;
	-moz-box-shadow: 0 1px 1px black;
	box-shadow: 0 1px 1px black;
	color: transparent;
	cursor: pointer;
	text-indent: -999px;
}

.carousel-indicators li.active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
	color: #fff;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
	background: 0 0;
}

.carousel .carousel-item {
	height: 100%;
}
.carousel .carousel-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.carousel .carousel-item .caption {
	position: absolute;
	bottom: 28px;
	left: 90px;
	max-width: 340px;
	color: #fff;
}
.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
	font-size: 1rem;
	color: #fff;
}
.carousel .carousel-item .caption .caption-description h3 {
	font-size: 1.25rem;
	font-weight: 600;
}
.carousel .carousel-item .caption .display-1 {
	font-size: 3rem;
	font-weight: 700;
}

.carousel .carousel-item figure {
	display: inline-block;
	margin: 0
}
.carousel .carousel-control {
	opacity: 1
}

.lang-rtl .carousel .carousel-control .icon-next .material-icons,
.lang-rtl .carousel .carousel-control .icon-prev .material-icons {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
	content: "";
}
.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
	color: #fff;
}

@media (max-width:786px) {
	.carousel .carousel-item .caption {
		position: static;
		margin: 1.275rem auto 2.5rem;
		text-align: center
	}
	.carousel .carousel-item .caption .display-1 {
		font-size: 2rem;
		font-weight: 500;
		color: #232323
	}
	.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
	.carousel .carousel-item .caption .caption-description h3,
	.carousel .carousel-item .caption .caption-description p,
	.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
		color: #fff;
	}
	.carousel .carousel-item .caption .caption-description h3 {
		font-size: 1rem
	}
}

@media (max-width: 1199px) {
	.carousel .carousel-inner {
		height: auto;
	}
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner > .carousel-item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .carousel-item.active.right,
	.carousel-inner > .carousel-item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .carousel-item.active.left,
	.carousel-inner > .carousel-item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .carousel-item.active,
	.carousel-inner > .carousel-item.next.left,
	.carousel-inner > .carousel-item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
