:root {
 --arvore-font: "Inter", serif;
 --arvore-font-2:Diagramm, "Times New Roman", Times, serif;
 --arvore-font-3:Source Sans Pro;
 --arvore-font-4:"Onest", sans-serif;
 --arvore-font-root:"Lato", sans-serif;
 --heading-font: 'Signika', sans-serif;
 --heading-font-2:Panton;
 --heading-font-3:"new-june-regular";
 --heading-font-4:'Marcellus', serif;
 --white: #ffffff;
 --white-border:#dfdad7;
 --white-rgba:rgba(255,255,255,0.9);
 --black: #000;
 --primary-color: #231F20;
 --secondary-color:#E68A29;
 --secondary-color-rgba:rgba(220,116,61,0.7);
 --third-color:#ededed;
 --fourth-color:#4d4d4d;
 --arvore-background:#efedeb;
}
.header-top {
	background: var(--primary-color);
	border-bottom: solid 1px #63717c;
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative
}
}
.header-top__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 35px
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content {
	display: block;
	height: auto;
	padding-top: 18px;
	padding-bottom: 40px
}
}
.lizon_tagline {
	left: 20px;
	position: absolute;
	display: none;
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
}
.header-top__content .header-top__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__nav {
	display: block
}
}
.header-top__content .header-top__nav li a {
	cursor: pointer;
	height: 35px;
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	padding: 0 8px;
	border-right: solid 1px #63717c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	font-family: var(--arvore-font);
}
.header-top__content .header-top__nav li a:hover {
	color: var(--secondary-color);
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__nav li a {
	height: auto;
	font-size: 1.125rem;
	line-height: 24px;
	color: inherit;
	padding: 6px 0;
	color: #fff;
	font-weight: 400
}
}
.header-top__content .header-top__nav li a span {
	margin-left: 4px
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__nav li a span {
	margin-left: 10px
}
}
.header-top__content .header-top__nav li a123:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background: var(--white);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .3s cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94)
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__nav li a:after {
	display: none
}
}
.header-top__content .header-top__nav li a.is-current:after, .header-top__content .header-top__nav li a.is-hover:after, .header-top__content .header-top__nav li a:hover:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1);
	transform: scale(1)
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__nav li a.header-top__nav--search svg {
	width: 24px;
	height: auto
}
}
.header-top__content .header-top__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding-top: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.header-top__content .header-top__bottom .header-top__login {
	margin-right: 8px
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__login {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
}
.header-top__content .header-top__bottom .header-top__login a {
	cursor: pointer;
	height: 40px;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
	padding: 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__login a {
	height: auto;
	font-size: 1.125rem;
	line-height: 24px;
	color: inherit;
	padding: 6px 0;
	color: #fff;
	font-weight: 400
}
}
.header-top__content .header-top__bottom .header-top__login a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background: #fff;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .3s cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94)
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__login a:after {
	display: none
}
}
.header-top__content .header-top__bottom .header-top__login a.is-current:after, .header-top__content .header-top__bottom .header-top__login a.is-hover:after, .header-top__content .header-top__bottom .header-top__login a:hover:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1);
	transform: scale(1)
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__login a svg {
	width: 24px;
	height: auto
}
}
.header-top__content .header-top__bottom .header-top__lang {
	position: relative
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__lang {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 10px
}
}
.header-top__content .header-top__bottom .header-top__lang>li {
	position: relative
}
.header-top__content .header-top__bottom .header-top__lang>li>a {
	display: block;
	position: relative;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__lang>li>a {
	border: none;
	display: none
}
}
.header-top__content .header-top__bottom .header-top__lang>li>a span {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
	padding-left: 25px;
	padding-right: 10px;
	background-image: url(../images/lang.svg);
	background-repeat: no-repeat;
	background-position: left 10px center
}
.header-top__content .header-top__bottom .header-top__lang>li>a span.country {
	padding-left: 30px;
	background-image: url(../images/global.svg);
	background-position: left 9px center
}
.header-top__content .header-top__bottom .header-top__lang>li>a:before {
	content: "";
	top: -7px;
	bottom: -7px;
	left: -5px;
	right: -6px
}
.header-top__content .header-top__bottom .header-top__lang>li>a:before, .header-top__content .header-top__bottom .header-top__lang>li ul {
	position: absolute;
	background: #a60028;
	opacity: 0;
	visibility: hidden;
	display: block;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}
.header-top__content .header-top__bottom .header-top__lang>li ul {
	z-index: 1010;
	right: -5px;
	top: 21px;
	padding: 15px 20px;
	width: 119px
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__lang>li ul {
	opacity: 1;
	visibility: visible;
	position: static;
	width: auto;
	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;
	padding: 0;
	background: transparent
}
}
.header-top__content .header-top__bottom .header-top__lang>li ul li {
	display: block
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__lang>li ul li {
	padding: 0 8px
}
}
.header-top__content .header-top__bottom .header-top__lang>li ul li a {
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 1.5em;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__lang>li ul li a {
	padding: 0;
	font-size: 1rem;
	line-height: 20px;
	color: inherit;
	color: #fcdce4
}
}
.header-top__content .header-top__bottom .header-top__lang>li ul li a:hover {
	color: #ff6f91
}
.header-top__content .header-top__bottom .header-top__lang>li.is-open>a:before, .header-top__content .header-top__bottom .header-top__lang>li.is-open ul {
	opacity: 1;
	visibility: visible
}
.header-top__content .header-top__bottom .header-top__countries {
	border-left: 0px solid var(--primary-color);
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__countries {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-left: 0
}
}
.header-top__content .header-top__bottom .header-top__countries a {
	display: block;
	position: relative;
	text-decoration: none
}
.header-top__content .header-top__bottom .header-top__countries a span {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	font-family: var(--arvore-font);
	padding-right: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/global.svg);
	background-position: left 9px center
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-top__content .header-top__bottom .header-top__countries a span {
	font-size: 1.6em;
	text-transform: none
}
}
.header-bottom {
	background: var(--white);
	height:100px;
	align-content: center;
	
 //background: var(--white-rgba);
 //background: transparent;
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom {
	height: auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-top: 92px;
	padding-bottom: 24px;
	position: relative
}
.header-bottom .wrapper, .header-bottom .wrapper .container {
	height: 100%
}
.header-bottom .wrapper .container .row {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.header-bottom .wrapper .container .row .col-auto {
	width: 100%
}
}
.header-bottom__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__left {
	padding-bottom: 180px
}
}
.header-bottom__left .logo {
	margin-right: 90px;
	margin-top: 0px;
	padding: 0px;
	display: block;
	text-decoration: none !important;
}
@media (max-width:1023.98px) {
.header-bottom__left .logo {
	margin-right: 24px
}
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__left .logo {
	display: none
}
}
.header-bottom__left .logo img {
	width: 200px;
	height: auto;
	display: block
}

.header-bottom__left .logo .tagline
{
	color: var(--primary-color);
	text-decoration: none !important;
	margin-top: 15px;
	font-size: 13px;
}
.header-bottom__left .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__left .nav {
	-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;
	width: 100%
}
}
.header-bottom__left .nav>li {
	margin-right: 25px;
	position: relative
}
@media (max-width:1023.98px) {
.header-bottom__left .nav>li {
	margin-right: 20px
}
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__left .nav>li {
	margin-bottom: 22px;
	margin-right: 0;
	width: 100%
}
}
.header-bottom__left .nav>li:last-child {
	margin-right: 0
}
.header-bottom__left .nav>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	text-decoration: none;
	position: relative;
	text-transform: capitalize;
}
.header-bottom__left .nav>li>a.active {
	border-bottom: solid 5px var(--secondary-color);
	height: 74px;
	padding-top: 5px;
}
 @media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__left .nav>li>a {
	word-break: break-word;
	font-size: 1.5rem;
	line-height: 28px;
	color: #000;
	height: auto;
	padding-right: 30px;
	background-image: url(../images/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: 100%
}
}
.header-bottom__left .nav>li>a:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--secondary-color);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .3s cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94)
}
.header-bottom__left .nav>li>a.active:after {
	display: none;
}
@media screen and (min-width:1280px) {
.header-bottom__left .nav>li>a.is-current:after, .header-bottom__left .nav>li>a.is-hover:after, .header-bottom__left .nav>li>a:hover:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
.header-bottom__left .nav>li ul {
	position: absolute;
	left: 0;
	background: #fff;
	width: 240px;
	padding: 0px;
	-webkit-box-shadow: 0 -10px 16px rgba(0,0,0,.04), 0 20px 34px rgba(0,0,0,.1);
	box-shadow: 0 -10px 16px rgba(0,0,0,.04), 0 20px 34px rgba(0,0,0,.1);
	border-radius: 0px;
	pointer-events: none;
	-webkit-clip-path: polygon(-60px 0, calc(100% + 60px) 0, calc(100% + 60px) 0, -60px 0);
	clip-path: polygon(-60px 0, calc(100% + 60px) 0, calc(100% + 60px) 0, -60px 0);
	transition: -webkit-clip-path .3s ease-in-out, clip-path .3s ease-in-out
}
.header-bottom__left .nav>li ul li {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	border-bottom: 1px solid var(--white-border);
}
.header-bottom__left .nav>li ul li a {
	color: var(--primary-color);
	font-family: var(--arvore-font);
	text-decoration: none;
	padding: 8px 8px 8px 12px;
	display: block;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.header-bottom__left .nav>li ul li a.is-current {
	color: var(--primary-color)
}
.header-bottom__left .nav>li ul li a:hover {
	background: var(--primary-color);
	color: var(--white);
}
@media screen and (min-width:1280px) {
.header-bottom__left .nav>li:hover>a:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.header-bottom__left .nav>li:hover ul {
	pointer-events: all;
	-webkit-clip-path: polygon(-60px 0, calc(100% + 60px) 0, calc(100% + 60px) calc(100% + 60px), -60px calc(100% + 60px));
	clip-path: polygon(-60px 0, calc(100% + 60px) 0, calc(100% + 60px) calc(100% + 60px), -60px calc(100% + 60px))
}
.header-bottom__left .nav>li:hover ul li {
	opacity: 1
}
}
.header-bottom__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-bottom__right form
{
	display: grid;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.header-bottom__right form input
{
	display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 20px;
  height: 40px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header-bottom__right form button
{
	background: var(--secondary-color);
  width: 40px;
  height: 40px;
  border: none;
  margin-left: -40px;
  border-radius: 0px 20px 20px 0;
}
.header-bottom__right form button i
{
	color: var(--white);
}


@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__right {
	margin-left: -4px;
	margin-right: -4px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.header-bottom__right .header-bottom__where-to-buy {
	text-decoration: none;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	background: var(--primary-color);
	padding: 0 16px;
	height: 34px;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	margin-left: 16px;
	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
}
@media (max-width:1023.98px) {
.header-bottom__right .header-bottom__where-to-buy {
	margin-left: 8px
}
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__right .header-bottom__where-to-buy {
	padding: 13px 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.8em;
	line-height: 24px;
	font-weight: 400;
	height: auto;
	border-radius: 2px;
	margin: 0 4px
}
}
.header-bottom__right .header-bottom__where-to-buy:hover {
	background: var(--black);
}
.header-bottom__right .header-bottom__contact-mobile {
	display: none
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-bottom__right .header-bottom__contact-mobile {
	padding: 13px 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.8em;
	line-height: 24px;
	font-weight: 400;
	height: auto;
	border-radius: 2px;
	margin: 0 4px;
	text-decoration: none;
	color: #000;
	background: #fff;
	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;
	border: 1px solid var(--primary-color)
}
}

.header-mobile {
	display: none
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-mobile {
	display: block;
	border-bottom: 1px solid #d2d2d2;
	background: var(--white);
}
.header-mobile .row {
	height: 64px
}
.header-mobile .header-mobile__left, .header-mobile .header-mobile__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-mobile .header-mobile__left .logo {
	display: block;
	margin-left: 37px
}
.header-mobile .header-mobile__left .logo img {
	display: block;
	width: 87px;
	height: auto
}
.header-mobile .header-mobile__left .header-mobile__toggle {
	cursor: pointer
}
.header-mobile .header-mobile__right .header-mobile__where-to-buy {
	display: block;
	background: var(--primary-color);
	color: #fff;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	padding: 4px 16px;
	text-decoration: none
}
}
.header-mobile-top {
	display: none
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-mobile-top {
	display: block;
	border-bottom: 1px solid #d2d2d2;
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	max-width: 336px;
	z-index: 1;
	background: #fff
}
.header-mobile-top .row {
	height: 64px
}
.header-mobile-top .row .logo {
	display: block
}
.header-mobile-top .row .logo img {
	display: block;
	width: 87px;
	height: auto
}
.header-mobile-top .row .header-mobile-top__close {
	display: block
}
}
.header-mobile-bg {
	display: none
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-mobile-bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.4);
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 998
}
.header-mobile-bg.is-open {
	opacity: 1;
	visibility: visible
}
}
.subnav {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
	pointer-events: none;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: -webkit-clip-path .3s ease-in-out, clip-path .3s ease-in-out
}
@media screen and (min-width:0px) and (max-width:1189px) {
.subnav {
	display: none
}
}
.subnav.is-current {
	pointer-events: all;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% + 60px), 0 calc(100% + 60px));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% + 60px), 0 calc(100% + 60px))
}
.subnav__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: var(--white);
	-webkit-box-shadow: 0 -10px 16px rgba(0,0,0,.04), 0 20px 34px rgba(0,0,0,.1);
	box-shadow: 0 -10px 16px rgba(0,0,0,.04), 0 20px 34px rgba(0,0,0,.1);
	border-top: solid 3px var(--secondary-color);
	transition: -webkit-clip-path .3s ease-in-out, clip-path .3s ease-in-out
}
.subnav__content .subnav__nav {
	width: 220px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
.subnav__content .subnav__nav ul li {
	border-bottom: 1px solid var(--white-border);
}
.subnav__content .subnav__nav ul li a {
	padding: 10px 0 10px 30px;
	font-size: 1.5em;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
	font-family: var(--arvore-font);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 45px;
}
.subnav__content .subnav__nav ul li a:hover {
	background: var(--white-border);
}
.subnav__content .subnav__nav ul li a.type2 {
	padding: 14px 0 14px 40px;
	color: #666
}
.subnav__content .subnav__nav ul li a .menu-img-wrapper {
	width: 30px;
	height: 30px;
	padding: 2px;
	border-radius: 0;
	overflow: hidden;
	display: inline-block;
	margin: 0 20px 0 0px;
	background: transparent;
}
.subnav__content .subnav__nav ul li a .menu-img-wrapper .menu-img {
	max-width: 100%;
}
.subnav__content .subnav__nav .subnav__line {
	position: absolute;
	top: 25px;
	left: 0;
	width: 4px;
	height: 45px;
	background: var(--secondary-color);
	-webkit-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out
}
.subnav__content .subnav__lists {
	width: calc(100% - 197px);
	min-height: 250px;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	position: relative;
	border-left: 1px solid var(--white-border);
}
.home_automation_menu {
	width: 100% !important;
	border-left: 0px !important;
}
.subnav__content .subnav__lists .subnav__list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	padding: 40px 4% 28px;
	max-height: calc(110vh - 126px);
	overflow-x: hidden;
	overflow-y: auto;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.subnav__content .subnav__lists .home_automation_menu_1 {
	padding: 3% 5% 2% 5% !important;
	border-left: 0px !important;
}
@media (max-width:1199.98px) {
.subnav__content .subnav__lists .subnav__list {
	padding-left: 7%;
	padding-right: 7%
}
}
@media (max-width:1023.98px) {
.subnav__content .subnav__lists .subnav__list {
	margin-left: 32px;
	margin-right: 32px
}
}
.subnav__content .subnav__lists .subnav__list.is-current {
	opacity: 1;
	visibility: visible;
}
.subnav__content .subnav__lists .subnav__list__content {
	width: 100%
}
.subnav__content .subnav__lists .subnav__list .subnav__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4em;
	line-height: 1.42857143em;
	color: #7f7f7f;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.subnav__content .subnav__lists .subnav__list .subnav__product span:not(.new) {
	padding: 4px 0;
	display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 182px;
  text-overflow: ellipsis;
}
.subnav__content .subnav__lists .subnav__list .subnav__product .new {
	color: var(--primary-color);
	display: block;
	padding: 4px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	background: #f7f7f7;
	margin-left: 8px
}
.subnav__content .subnav__lists .subnav__list .subnav__product:hover {
	color: var(--primary-color)
}
.subnav__content .subnav__lists .subnav__list .view_more_product a {
	font-size: 1.4em;
	line-height: 1.42857143em;
	color: var(--secondary-color);
	text-decoration: none;
	align-items: center;
	display: flex;
}
.subnav__content .subnav__lists .subnav__list .view_more_product a img {
	margin-left: 6px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.subnav__content .subnav__lists .subnav__list .view_more_product a:hover img {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.subnav__content .subnav__lists .subnav__list .subnav__categories {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 67px;
	-moz-column-gap: 67px;
	column-gap: 67px
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category {
	margin-bottom: 16px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid
}
@-moz-document url-prefix() {
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category {
overflow:hidden
}
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category__title {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #151515;
	font-size: 1.5em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	overflow: hidden;
	width: 220px;
	text-overflow: ellipsis;
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category__title .sub_menu_img {
	border: solid 2px #7f7f7f;
	margin-right: 10px;
	border-radius: 50px;
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category__title .sub_cat_arrow {
	margin-left: 6px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category__title {
}
.nav-item-block {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.nav-item-block:hover h6 {
	color: var(--secondary-color);
}
.nav-item-block img {
	display: block;
	border: 1px solid var(--white-border);
	transform-origin: center center;
	transition: transform .48s ease;
	transform: scale(1);
}
.nav-item-block:hover img {
	transform: scale(1.05)
}
.nav-item-block a {
	text-decoration: none;
}
.nav-item-block h6 {
	margin: 10px 0 0;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none !important;
	font-size: 1.6em;
	line-height: 20px;
	transition: all .3s;
	text-transform: capitalize;
	display: flex;
}
.nav-item-block h6 img {
	margin-left: 6px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	border: none;
}
.nav-item-block img:hover h6 img, .nav-item-block h6:hover img {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
img {
	max-width: 100%;
	height: auto;
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category__title:hover {
	color: var(--secondary-color)
}
.subnav__content .subnav__lists .subnav__list .subnav__categories .subnav__category__title:hover .sub_cat_arrow {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.subnav__content .subnav__lists .subnav__list .subnav__products ul {
	margin-top: -6px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px
}
.subnav__content .subnav__lists .subnav__list .subnav__products ul li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid
}
@-moz-document url-prefix() {
.subnav__content .subnav__lists .subnav__list .subnav__products ul li {
overflow:hidden
}
}
.subnav__content .subnav__lists .subnav__list .subnav__multiple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.subnav__content .subnav__lists .subnav__list .subnav__multiple .subnav__products {
	width: 25%;
	padding-right: 12px
}
.subnav__content .subnav__lists .subnav__list .subnav__multiple .subnav__products ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}
.subnav__content .subnav__lists .subnav__list .subnav__multiple .subnav__categories {
	width: 75%;
	padding-left: 12px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px
}
.subnav__content .subnav__lists .subnav__list .subnav__bottom {
	padding-top: 10px
}
.subnav__content .subnav__lists .subnav__list .read_more_automation {
	padding-bottom: 20px;
	padding-top: 0px;
}
.subnav__content .subnav__lists .subnav__list .subnav__bottom a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4em;
	line-height: 24px;
	color: var(--black);
	font-family: var(--arvore-font);
	font-weight: 600;
	text-decoration: none
}
.subnav__content .subnav__lists .subnav__list .subnav__bottom a img {
	margin-left: 6px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.subnav__content .subnav__lists .subnav__list .subnav__bottom a:hover img {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.subnav-mobile {
	display: none;
	position: fixed;
	top: 65px;
	left: 0;
	bottom: 0;
	overflow: auto;
	width: 90%;
	max-width: 336px;
	background: #fff;
	z-index: 1505;
	padding: 28px 0;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-ms-overflow-style: none;
	scrollbar-width: none
}
.subnav-mobile::-webkit-scrollbar {
display:none
}
@media screen and (min-width:0px) and (max-width:1189px) {
.subnav-mobile {
	display: block
}
}
.subnav-mobile__back {
	margin-bottom: 15px;
	margin-left: -6px
}
.subnav-mobile__back a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: var(--primary-color);
}
.subnav-mobile__back a span {
	font-size: 1rem;
	line-height: 20px;
	color: inherit;
	font-weight: 600;
	color: #000
}
.subnav-mobile__back a img {
	margin-right: 3px;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.subnav-mobile__block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	color: #151515;
	padding: 5px 0
}
.subnav-mobile__block__title span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	word-break: break-word;
	font-size: 1.1rem;
	line-height: 28px;
	color: var(--primary-color);
}
.subnav-mobile__block__title img {
	width: 24px;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.subnav-mobile__block__title.is-open img {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.subnav-mobile__block a.type2 {
	padding-left: 10px
}
.subnav-mobile__block a.type2 span {
	color: #666
}
.subnav-mobile__block__content {
	display: none
}
.subnav-mobile__block__content .subnav-mobile__block__list {
	padding-left: 18px;
	border-left: 1px solid #ededed
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category {
	padding-bottom: 0px;
	padding-top: 0px
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category:last-child {
	padding-bottom: 0
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category-title {
	margin-bottom: 12px;
	font-size: 1rem;
	line-height: 24px;
	color: inherit;
	color: #7f7f7f;
	text-decoration: none;
	display: block
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category-title:hover {
	color: var(--secondary-color);
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category ul li {
	margin-bottom: 12px
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category ul li:last-child {
	margin-bottom: 0
}
.subnav-mobile__block__content .subnav-mobile__block__list .subnav-mobile__block__category ul li a {
	text-decoration: none;
	display: block;
	font-size: 1rem;
	line-height: 20px;
	color: inherit;
	color: #7f7f7f
}
.subnav-mobile__block__content .subnav-mobile__block__all {
	padding: 16px;
	display: block;
	font-size: 1rem;
	line-height: 20px;
	color: inherit;
	color: var(--primary-color);
	margin-top: 12px;
	text-decoration: none
}
.subnav-mobile__links li .subnav-mobile__link {
	display: block;
	padding: 16px 0;
	word-break: break-word;
	font-size: 1.375rem;
	line-height: 28px;
	color: #000;
	text-decoration: none
}
@media screen and (min-width:0px) and (max-width:1189px) {
.subnav-mobile .wrapper {
	padding-left: 12px;
	padding-right: 12px
}
}
.subnav-mobile.is-visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
}
.header-wrapper .header {
	position: relative;
	border-bottom: 0px solid #ededed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-wrapper .header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 90%;
	max-width: 336px;
	border: none;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-overflow-style: none;
	scrollbar-width: none
}
.header-wrapper .header::-webkit-scrollbar {
display:none
}
.header-wrapper .header.is-open {
	-webkit-transform: none;
	transform: none
}
}
@media screen and (min-width:0px) and (max-width:1189px) {
.header-wrapper .header-bottom .wrapper, .header-wrapper .header-mobile-top .wrapper, .header-wrapper .header-top .wrapper {
	padding-left: 12px;
	padding-right: 12px
}
}
.itacon_all_collection {
	border: none;
	padding-bottom: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.itacon_all_collection {
	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;
	margin-top: 0px;
	padding: 20px 10px 0px 10px;
	border-bottom: 1px solid #ededed;
	text-align: left;
	width: 98%;
	margin: 0 auto;
}
.itacon_all_collection a {
	width: 360px
}
.itacon_all_collection .title {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0 10px 0;
	width: 100%;
	color: #000;
}
.itacon_all_collection a {
	width: 360px;
}
@media(max-width:1600px) {
.itacon_all_collection a {
	width: 278px
}
}
@media(max-width:1600px) {
.itacon_all_collection .no-link {
	display: block
}
}
.itacon_all_collection .title .icon--angle-down {
	fill: var(--background);
	-webkit-transform: rotate(-90deg) scale(1.2);
	transform: rotate(-90deg) scale(1.2);
	position: relative;
	top: -3px
}
.icon--angle-down {
	width: 12px;
	height: 7px;
}
@media(max-width:1600px) {
.itacon_all_collection .title {
	font-size: 16px;
}
.itacon_all_collection .title .icon--angle-down {
	top: -2px
}
}
@media(max-width:1600px) {
.itacon_all_collection .title .icon--angle-down {
	top: 1px
}
}
.right_side_menu {
	padding-left: 0px;
	margin-top: 20px;
	border-left: 1px solid var(--white-border);
}
.right_side_menu a {
	display: block;
	background: #eee;
	height: 240px;
	margin-bottom: 23px;
	position: relative;
	z-index: 1
}
@media(max-width:1600px) {
.right_side_menu a {
	height: 182px
}
}
.right_side_menu a .title {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	left: 20px;
	top: 20px;
	font-size: 23px;
	color: var(--primary-color);
	font-weight: lighter;
	font-family: var(--heading-font);
	padding-right: 100px;
	display: inline-grid;
	line-height: 30px;
}
.right_side_menu a .title span {
	font-weight: 600;
	color: var(--black);
}
@media(max-width:1600px) {
.right_side_menu a .title {
	padding-right: 0;
	width: calc(100% - 60px);
	font-size: 23px
}
}
@media(max-width:1199px) {
.right_side_menu a .title {
	font-size: 20px
}
}
.right_side_menu a .title:after {
	content: url(../images/arrow-product-menu.png);
	position: absolute;
	z-index: 3;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media(max-width:1600px) {
.right_side_menu a .title:after {
	right: -25px
}
}
@media(max-width:1199px) {
.right_side_menu a .title:after {
	-webkit-transform: translateY(-50%) scale(.7);
	transform: translateY(-50%) scale(.7)
}
}
.right_side_menu a .desc {
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 17px;
	padding-right: 90px;
	color: var(--black);
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize;
}
 @media(max-width:1199px) {
.right_side_menu .no-link {
	display: none
}
}
