/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url("/arquivos/fontawesome-webfont.eot.css?v=4.7.0");
	src: url("/arquivos/fontawesome-webfont.eot.css?#iefix&v=4.7.0") format("embedded-opentype"), url("/arquivos/fontawesome-webfont.woff2.css?v=4.7.0") format("woff2"), url("/arquivos/fontawesome-webfont.woff.css?v=4.7.0") format("woff"), url("/arquivos/fontawesome-webfont.ttf.css?v=4.7.0") format("truetype"), url("/arquivos/fontawesome-webfont.svg.css?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-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);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
	margin: 0;
	padding: 0
}

main,
section,
li {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit
}

strong {
	font-weight: bold
}

a,
button {
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a {
	text-decoration: none
}

button {
	overflow: visible;
	border: 0;
	font: inherit;
	-webkit-font-smoothing: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border: 0
}

:focus {
	outline: 0
}

img {
	max-width: 100%;
	height: auto;
	border: 0
}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 100%;
	min-height: 100%;
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 14px;
	overflow-x: hidden
}

body.js-header-float {
	padding-top: 154.7px
}

a,
img {
	display: block
}

a.loading,
img.loading {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 20px auto;
	width: 20%
}

.overflowHidden {
	overflow: hidden
}

.swal-footer {
	text-align: center
}

.button,
.banner-catalog__text button,
div.vtexIdUI .vtexIdUI-no-permission .btn {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px
}

.button__secondary,
.banner-catalog__text button {
	color: #E30613;
	border: 1px solid #E30613
}

.button__buy {
	color: #fff;
	background-color: #E30613
}

.title {
	font-weight: bold;
	text-transform: uppercase
}

h1.title {
	font-size: 42px
}

h2.title {
	font-size: 24px
}

h3.title {
	font-size: 20px
}

h4.title {
	font-size: 18px
}

h5.title {
	font-size: 16px
}

h6.title {
	font-size: 15px
}

.container,
.submenu__wrapper {
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	padding-right: 10px;
	padding-left: 10px
}

.container .container--no-gutter,
.submenu__wrapper .container--no-gutter {
	padding: 0
}

.wrapper--xs {
	padding: 5px
}

.wrapper--sm {
	padding: 10px
}

.wrapper--md {
	padding: 20px
}

.wrapper--lg {
	padding: 30px
}

.wrapper--xl {
	padding: 40px
}

.wrapper--sm-xs {
	padding: 5px
}

.wrapper--sm-sm {
	padding: 10px
}

.wrapper--sm-md {
	padding: 20px
}

.wrapper--sm-lg {
	padding: 30px
}

.wrapper--sm-xl {
	padding: 40px
}

@media screen and (min-width: 768px) {
	.wrapper--md-xs {
		padding: 5px
	}
	.wrapper--md-sm {
		padding: 10px
	}
	.wrapper--md-md {
		padding: 20px
	}
	.wrapper--md-lg {
		padding: 30px
	}
	.wrapper--md-xl {
		padding: 40px
	}
}

@media screen and (min-width: 1024px) {
	.wrapper--lg-xs {
		padding: 0 5px
	}
	.wrapper--lg-sm {
		padding: 0 10px
	}
	.wrapper--lg-md {
		padding: 0 20px
	}
	.wrapper--lg-lg {
		padding: 0 30px
	}
	.wrapper--lg-xl {
		padding: 0 40px
	}
}

.wrapper--vertical-xs {
	padding-top: 5px;
	padding-bottom: 5px
}

.wrapper--vertical-sm {
	padding-top: 10px;
	padding-bottom: 10px
}

.wrapper--vertical-md {
	padding-top: 20px;
	padding-bottom: 20px
}

.wrapper--vertical-lg {
	padding-top: 30px;
	padding-bottom: 30px
}

.wrapper--vertical-xl {
	padding-top: 40px;
	padding-bottom: 40px
}

.wrapper--vertical-sm-xs {
	padding-top: 5px;
	padding-bottom: 5px
}

.wrapper--vertical-sm-sm {
	padding-top: 10px;
	padding-bottom: 10px
}

.wrapper--vertical-sm-md {
	padding-top: 20px;
	padding-bottom: 20px
}

.wrapper--vertical-sm-lg {
	padding-top: 30px;
	padding-bottom: 30px
}

.wrapper--vertical-sm-xl {
	padding-top: 40px;
	padding-bottom: 40px
}

@media screen and (min-width: 768px) {
	.wrapper--vertical-md-xs {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.wrapper--vertical-md-sm {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.wrapper--vertical-md-md {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.wrapper--vertical-md-lg {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.wrapper--vertical-md-xl {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media screen and (min-width: 1024px) {
	.wrapper--vertical-lg-xs {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.wrapper--vertical-lg-sm {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.wrapper--vertical-lg-md {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.wrapper--vertical-lg-lg {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.wrapper--vertical-lg-xl {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.wrapper--horizontal-xs {
	padding-left: 5px;
	padding-right: 5px
}

.wrapper--horizontal-sm {
	padding-left: 10px;
	padding-right: 10px
}

.wrapper--horizontal-md {
	padding-left: 20px;
	padding-right: 20px
}

.wrapper--horizontal-lg {
	padding-left: 30px;
	padding-right: 30px
}

.wrapper--horizontal-xl {
	padding-left: 40px;
	padding-right: 40px
}

.wrapper--horizontal-sm-xs {
	padding-left: 5px;
	padding-right: 5px
}

.wrapper--horizontal-sm-sm {
	padding-left: 10px;
	padding-right: 10px
}

.wrapper--horizontal-sm-md {
	padding-left: 20px;
	padding-right: 20px
}

.wrapper--horizontal-sm-lg {
	padding-left: 30px;
	padding-right: 30px
}

.wrapper--horizontal-sm-xl {
	padding-left: 40px;
	padding-right: 40px
}

@media screen and (min-width: 768px) {
	.wrapper--horizontal-md-xs {
		padding-left: 5px;
		padding-right: 5px
	}
	.wrapper--horizontal-md-sm {
		padding-left: 10px;
		padding-right: 10px
	}
	.wrapper--horizontal-md-md {
		padding-left: 20px;
		padding-right: 20px
	}
	.wrapper--horizontal-md-lg {
		padding-left: 30px;
		padding-right: 30px
	}
	.wrapper--horizontal-md-xl {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media screen and (min-width: 1024px) {
	.wrapper--horizontal-lg-xs {
		padding-left: 5px;
		padding-right: 5px
	}
	.wrapper--horizontal-lg-sm {
		padding-left: 10px;
		padding-right: 10px
	}
	.wrapper--horizontal-lg-md {
		padding-left: 20px;
		padding-right: 20px
	}
	.wrapper--horizontal-lg-lg {
		padding-left: 30px;
		padding-right: 30px
	}
	.wrapper--horizontal-lg-xl {
		padding-left: 40px;
		padding-right: 40px
	}
}

.grid {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.grid--vertical {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.grid--center {
	-ms-flex-pack: center;
	justify-content: center
}

.grid--left {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.grid--right {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.grid--top {
	-ms-flex-align: start;
	align-items: flex-start
}

.grid--bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

@media screen and (max-width: 767px) {
	.grid--sm-vertical {
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.grid--md-vertical {
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap
	}
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
	.grid--lg-vertical {
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap
	}
}

.grid>.grid__col--sm-1 {
	float: left;
	width: 8.33333%;
	-ms-flex: 1 0 8.33333%;
	flex: 1 0 8.33333%
}

.grid>.grid__col--sm-2 {
	float: left;
	width: 16.66667%;
	-ms-flex: 1 0 16.66667%;
	flex: 1 0 16.66667%
}

.grid>.grid__col--sm-3 {
	float: left;
	width: 25%;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%
}

.grid>.grid__col--sm-4 {
	float: left;
	width: 33.33333%;
	-ms-flex: 1 0 33.33333%;
	flex: 1 0 33.33333%
}

.grid>.grid__col--sm-5 {
	float: left;
	width: 41.66667%;
	-ms-flex: 1 0 41.66667%;
	flex: 1 0 41.66667%
}

.grid>.grid__col--sm-6 {
	float: left;
	width: 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%
}

.grid>.grid__col--sm-7 {
	float: left;
	width: 58.33333%;
	-ms-flex: 1 0 58.33333%;
	flex: 1 0 58.33333%
}

.grid>.grid__col--sm-8 {
	float: left;
	width: 66.66667%;
	-ms-flex: 1 0 66.66667%;
	flex: 1 0 66.66667%
}

.grid>.grid__col--sm-9 {
	float: left;
	width: 75%;
	-ms-flex: 1 0 75%;
	flex: 1 0 75%
}

.grid>.grid__col--sm-10 {
	float: left;
	width: 83.33333%;
	-ms-flex: 1 0 83.33333%;
	flex: 1 0 83.33333%
}

.grid>.grid__col--sm-11 {
	float: left;
	width: 91.66667%;
	-ms-flex: 1 0 91.66667%;
	flex: 1 0 91.66667%
}

.grid>.grid__col--sm-12 {
	float: left;
	width: 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

@media screen and (min-width: 768px) {
	.grid>.grid__col--md-1 {
		float: left;
		width: 8.33333%;
		-ms-flex: 1 0 8.33333%;
		flex: 1 0 8.33333%
	}
	.grid>.grid__col--md-2 {
		float: left;
		width: 16.66667%;
		-ms-flex: 1 0 16.66667%;
		flex: 1 0 16.66667%
	}
	.grid>.grid__col--md-3 {
		float: left;
		width: 25%;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%
	}
	.grid>.grid__col--md-4 {
		float: left;
		width: 33.33333%;
		-ms-flex: 1 0 33.33333%;
		flex: 1 0 33.33333%
	}
	.grid>.grid__col--md-5 {
		float: left;
		width: 41.66667%;
		-ms-flex: 1 0 41.66667%;
		flex: 1 0 41.66667%
	}
	.grid>.grid__col--md-6 {
		float: left;
		width: 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
	.grid>.grid__col--md-7 {
		float: left;
		width: 58.33333%;
		-ms-flex: 1 0 58.33333%;
		flex: 1 0 58.33333%
	}
	.grid>.grid__col--md-8 {
		float: left;
		width: 66.66667%;
		-ms-flex: 1 0 66.66667%;
		flex: 1 0 66.66667%
	}
	.grid>.grid__col--md-9 {
		float: left;
		width: 75%;
		-ms-flex: 1 0 75%;
		flex: 1 0 75%
	}
	.grid>.grid__col--md-10 {
		float: left;
		width: 83.33333%;
		-ms-flex: 1 0 83.33333%;
		flex: 1 0 83.33333%
	}
	.grid>.grid__col--md-11 {
		float: left;
		width: 91.66667%;
		-ms-flex: 1 0 91.66667%;
		flex: 1 0 91.66667%
	}
	.grid>.grid__col--md-12 {
		float: left;
		width: 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%
	}
}

@media screen and (min-width: 1024px) {
	.grid>.grid__col--lg-1 {
		float: left;
		width: 8.33333%;
		-ms-flex: 1 0 8.33333%;
		flex: 1 0 8.33333%
	}
	.grid>.grid__col--lg-2 {
		float: left;
		width: 16.66667%;
		-ms-flex: 1 0 16.66667%;
		flex: 1 0 16.66667%
	}
	.grid>.grid__col--lg-3 {
		float: left;
		width: 25%;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%
	}
	.grid>.grid__col--lg-4 {
		float: left;
		width: 33.33333%;
		-ms-flex: 1 0 33.33333%;
		flex: 1 0 33.33333%
	}
	.grid>.grid__col--lg-5 {
		float: left;
		width: 41.66667%;
		-ms-flex: 1 0 41.66667%;
		flex: 1 0 41.66667%
	}
	.grid>.grid__col--lg-6 {
		float: left;
		width: 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
	.grid>.grid__col--lg-7 {
		float: left;
		width: 58.33333%;
		-ms-flex: 1 0 58.33333%;
		flex: 1 0 58.33333%
	}
	.grid>.grid__col--lg-8 {
		float: left;
		width: 66.66667%;
		-ms-flex: 1 0 66.66667%;
		flex: 1 0 66.66667%
	}
	.grid>.grid__col--lg-9 {
		float: left;
		width: 75%;
		-ms-flex: 1 0 75%;
		flex: 1 0 75%
	}
	.grid>.grid__col--lg-10 {
		float: left;
		width: 83.33333%;
		-ms-flex: 1 0 83.33333%;
		flex: 1 0 83.33333%
	}
	.grid>.grid__col--lg-11 {
		float: left;
		width: 91.66667%;
		-ms-flex: 1 0 91.66667%;
		flex: 1 0 91.66667%
	}
	.grid>.grid__col--lg-12 {
		float: left;
		width: 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%
	}
}

.footer {
	background: #FFF;
	font-family: Galatea,sans-serif;
	clear: both
}

.footer__container {
	-ms-flex-align: stretch;
	align-items: stretch
}

.footer__title {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333
}

.footer__title:first-child {
	margin-top: 0
}

.footer__stitle {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #666
}

.footer__attendance {
	margin: 10px 0;
	font-size: 12px;
	color: #999
}

.footer__attendance .bpMobile {
	display: none
}

.footer__middle {
	-ms-flex-align: stretch;
	align-items: stretch
}

.footer__payment {
	display: block;
	max-width: 100%;
	height: auto
}

.footer__copyright {
	font-size: 10px;
	color: #171717
}

.footer-featured {
	padding: 0 20px;
	text-align: center
}

.footer-featured>* {
	position: relative
}

.footer-featured>*:after {
	content: "";
	display: block;
	width: 0px;
	height: 50px;
	top: 50px;
	right: 0;
	position: absolute;
	border-right: 1px solid #cdcdcd
}

.footer-featured>*:last-child:after {
	display: none
}

.footer-telephone {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
	height: 63px
}

.footer-telephone__icon {
	display: inline-block;
	margin-right: 15px
}

.footer-telephone__icon svg {
	fill: #484848
}

.footer-telephone__number {
	font-size: 15px;
	font-weight: bold;
	text-align: left
}

.footer__main {
	border-bottom: 1px solid #cdcdcd
}

.footer__info {
	text-align: left;
	color: #171717
}

.footer__info .logo__img {
	max-width: 173px
}

.footer__info .footer__copyright {
	padding: 20px 0 30px 0
}

.footer__info__app p {
	font-size: 12px
}

.footer__info__app-list {
	display: -ms-flexbox;
	display: flex
}

.footer__info__app-list a,
.footer__info__app-list img {
	display: block
}

.footer__info__app-list>a {
	margin: 5px 10px 0 0
}

.footer__bottom {
	background: #fff
}

.footer__bottom .container,
.footer__bottom .submenu__wrapper {
	-ms-flex-align: start;
	align-items: start
}

.footer__bottom .footer__copyright {
	display: none
}

@media screen and (max-width: 768px) {
	.footer__main {
		border: 0;
		padding: 30px 0 0
	}
	.footer-featured {
		padding: 0
	}
	.footer-featured>*:after {
		content: "";
		display: block;
		width: 80%;
		height: 0;
		top: 0;
		right: -10%;
		position: relative;
		margin: 20px 0;
		border-bottom: 1px solid #cdcdcd
	}
	.footer-telephone {
		padding-top: 0;
		height: auto
	}
	.footer-telephone__icon {
		margin-right: 10px
	}
	.footer__attendance br {
		display: none
	}
	.footer__attendance br.bpMobile {
		display: block
	}
	.footer__info {
		display: none
	}
	.footer-menu {
		margin-bottom: 25px
	}
	.footer__stitle {
		font-size: 13px;
		font-weight: 700
	}
	.footer__bottom .wrapper--horizontal-sm {
		margin-bottom: 20px;
		padding: 0
	}
	.footer__bottom .footer__copyright {
		display: block;
		text-align: center;
		font-size: 11px;
		font-weight: 700;
		color: #666666
	}
}

.footer-menu+.footer-menu {
	margin-top: 40px
}

.footer-menu .footer__title {
	margin-bottom: 14px
}

.footer-menu__item {
	margin: 6px 0
}

.footer-menu__link {
	display: inline-block;
	color: #666
}

.footer-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-icons__item {
	margin: 0 5px 10px
}

.footer-icons--copyright {
	-ms-flex-align: center;
	align-items: center
}

.header {
	background: #fff;
	font-family: Galatea,sans-serif
}

.header-mobile {
	display: none
}

@media screen and (max-width: 767px) {
	.header-mobile {
		position: absolute;
		top: 25px;
		left: 5px
	}
}

@media screen and (max-width: 768px) {
	.header-mobile {
		display: block
	}
}

.header-floatHeader {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.header-floatHeader .menu.menu--header,
.header-floatHeader .tipsbar {
	opacity: 0;
	height: 0;
	padding: 0
}

.header-floatHeader .header-mobile.menu.menu--header {
	opacity: 1;
	height: auto
}

.top-header {
	color: #fff;
	font-size: 12px;
	background: #000
}

.header-search {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.header-search .RexSearchform__wrapper {
	-ms-flex-positive: 2;
	flex-grow: 2
}

@media screen and (max-width: 767px) {
	.header-search {
		background: #f9f9f9;
		padding: 10px;
		margin-top: 15px
	}
	.header-search .header-stores {
		display: none !important
	}
	.header-search .RexSearchform__wrapper {
		padding: 0
	}
}

@media screen and (max-width: 767px) {
	.header-actions {
		position: absolute;
		top: 20px;
		right: 20px
	}
	.header-actions .header-user {
		display: none
	}
}

.header-support-menu {
	position: absolute;
	top: -20px;
	left: 20px
}

.header-support-menu__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.header-support-menu__item {
	padding-right: 20px
}

.header-support-menu__icon {
	display: inline-block;
	margin-right: 5px
}

.header-support-menu__icon svg {
	fill: #000
}

.logo__link {
	display: block;
	max-width: 173px
}

@media screen and (max-width: 375px) {
	.logo__link {
		max-width: 150px
	}
}

@media screen and (max-width: 425px) {
	.logo__link {
		margin-left: 15% !important
	}
}

@media screen and (max-width: 767px) {
	.logo__link {
		margin: 0 auto
	}
}

.logo__img {
	display: block;
	width: 100%;
	height: auto
}

.header-stores {
	display: -ms-flexbox;
	display: flex
}

.header-stores__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px
}

.header-stores__icon {
	display: inline-block;
	margin-right: 10px
}

.header-stores__icon svg {
	fill: #E30613
}

.header-stores__text {
	font-size: 12px;
	font-weight: bold
}

.header-stores__text a {
	display: inline-block;
	color: #828282 !important
}

.header-wishlist {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-wishlist__icon {
	display: inline-block;
	margin: 0 10px;
	padding-bottom: 5px
}

.header-wishlist__icon svg,
.header-wishlist__icon svg path {
	fill: #E30613
}

.header-user {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-user__wrapper {
	padding-top: 20px
}

.header-user__icon {
	display: inline-block;
	margin: 0 10px;
	padding-bottom: 5px
}

.header-user__icon * {
	fill: #E30613
}

.header-user .welcome {
	font-size: 12px
}

.header-user .welcome__icon {
	position: absolute;
	right: 10%;
	bottom: 5px;
	display: inline-block;
	width: 14px
}

.header-user .welcome__icon svg {
	fill: #E30613
}

.header-user .welcome a {
	text-decoration: none;
	cursor: pointer
}

.header-user-actions {
	background: #FFF;
	width: 210px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.header-user-actions__wrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	right: -85px;
	z-index: 2;
	padding-top: 20px
}

.header-user:hover .header-user-actions__wrapper {
	visibility: visible;
	opacity: 1
}

.header-user-actions__wrapper:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #E30613 transparent;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	top: 12px
}

.header-user-actions__head {
	background: #F2F2F2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px
}

.header-user-actions__head,
.header-user-actions__content {
	padding: 5px 20px
}

.header-user-actions__content {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px
}

.header-user-actions__item {
	display: block
}

.header-user-actions__link {
	display: block;
	font-size: 12px;
	color: #4F4F4F;
	font-weight: 300
}

.header-user-actions__link:hover {
	text-decoration: underline
}

.header-user-actions__link.logout {
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline
}

.ebit-banner {
	padding: 5px;
	width: 100%;
	text-align: center;
	background: #171717
}

.ebit-banner a {
	margin: 0 auto;
	display: block;
	cursor: pointer
}

.ebit-banner img {
	margin: 0 auto
}

.menu {
	padding-top: 10px;
	position: relative
}

.menu__list {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 768px) {
	.menu__list {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.menu__item {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold
}

.menu__item.is-over>a:after {
	display: block
}

.menu__item.is-over .submenu {
	display: block
}

.menu__item--black-friday .menu__link {
	background: #E30613;
	padding: 5px 15px;
	color: #FFF;
	border-radius: 5px
}

@media screen and (max-width: 768px) {
	.menu__item {
		width: 100%;
		position: relative
	}
}

.menu__link {
	display: block;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none !important;
	color: #666
}

.menu__link:after {
	position: absolute;
	background: #E30613;
	content: "";
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	z-index: 6;
	display: none;
	font-size: 14px
}

@media screen and (max-width: 1366px) {
	.menu__link {
		font-size: 13px;
		font-weight: 700
	}
}

@media screen and (max-width: 768px) {
	.menu__link {
		text-align: left;
		padding-left: 10px;
		font-size: 14px;
		position: relative
	}
}

.menu__handle {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 50px;
	font-size: 0;
	background: transparent;
	display: none
}

@media screen and (max-width: 768px) {
	.menu__handle {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0
	}
}

@media screen and (max-width: 768px) {
	.menu--header {
		display: none
	}
}

.menu__menu--mobile {
	position: fixed;
	z-index: 99;
	background: #fff;
	width: 85%;
	height: 100%;
	top: 0;
	padding: 0;
	opacity: 0;
	left: -100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__menu--mobile-tabs {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 20px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	overflow-y: scroll;
	height: 100%
}

.menu__menu--mobile .menu__container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior: touch
}

.menu__menu--mobile .js-close-menu {
	position: fixed;
	z-index: 0;
	top: 0;
	right: -100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.8)
}

.menu__menu--mobile .js-close-menu .icon-close-menu {
	padding: 30%;
	display: block;
	text-align: center
}

.menu__menu--mobile.js-active {
	left: 0;
	opacity: 1
}

.menu__menu--mobile.js-active .js-close-menu {
	width: 15%;
	right: 0;
	z-index: 99;
	overflow: hidden
}

.menu__menu--mobile img {
	width: 100%
}

.menu__menu--mobile-tabs-dots .slick-dots {
	display: -ms-flexbox;
	display: flex
}

.menu__menu--mobile-tabs-dots .slick-dots li {
	width: 50%;
	border: 2px #d6d6d6 solid;
	margin-bottom: 15px;
	text-align: center
}

.menu__menu--mobile-tabs-dots .slick-dots li span {
	font-size: 15px;
	text-transform: uppercase;
	color: #d6d6d6;
	display: block;
	padding: 5px 0
}

.menu__menu--mobile-tabs-dots .slick-dots li:first-child {
	border-right: 0
}

.menu__menu--mobile-tabs-dots .slick-dots li.slick-active span {
	border-bottom: 1px red solid;
	color: black
}

.menu__menu--mobile-banner .box-banner,
.menu__menu--mobile-banner-promo .box-banner {
	position: relative;
	margin-bottom: 15px
}

.menu__menu--mobile-banner-destaque,
.menu__menu--mobile-banner-promo-destaque {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu__menu--mobile-banner-destaque .box-banner,
.menu__menu--mobile-banner-promo-destaque .box-banner {
	width: calc(50% - 7.5px)
}

.menu__menu--mobile .submenu {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	-webkit-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	transition: left 0.3s linear;
	width: 100%;
	height: 100%;
	z-index: 2
}

.menu__menu--mobile .submenu.is-active {
	left: 0
}

.menu__menu--mobile .submenu__header {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #fff;
	-ms-flex-align: center;
	align-items: center
}

.menu__menu--mobile .submenu__header i.left-arrow {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: left
}

.menu__menu--mobile .submenu__header .submenu__title {
	color: #E30613;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 20px;
	line-height: 17px
}

.menu__menu--mobile .submenu__footer {
	padding: 10px
}

@media screen and (max-width: 768px) {
	.menu__menu--mobile .submenu {
		border-bottom: none
	}
}

.menu__menu--mobile-discovery .btnDiscovery {
	background: #c8c8c8;
	display: block;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px 0
}

.menu__menu--mobile-socialMedia {
	margin: 30px 0
}

.menu__menu--mobile-socialMedia .socialMedia-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.menu__menu--mobile-socialMedia .socialMedia-share__list {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.menu__menu--mobile-login .btn-login {
	background: #e2e2e2;
	font-size: 15px;
	padding: 15px 0;
	margin-bottom: 15px;
	text-align: center
}

.menu__menu--mobile-account .account__list--item {
	border-bottom: 1px #e2e2e2 solid;
	color: #444444;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.menu__menu--mobile-account .account__list--item a {
	display: block;
	text-align: left;
	font-size: 17px;
	padding: 5px 10px
}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	width: 100%;
	padding: 20px;
	border-top: 2px solid #e6e6e6;
	border-bottom: 1px solid #cdcdcd;
	background: #fff
}

.submenu__wrapper {
	display: -ms-flexbox;
	display: flex
}

.submenu--black-friday {
	right: 0;
	left: auto;
	width: 298px;
	padding: 0;
	border: none
}

.submenu__content {
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-ms-flex: 1 1;
	flex: 1 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.submenu__list {
	margin: 0;
	-ms-flex: 1 1;
	flex: 1 1
}

.submenu__list--professional {
	-ms-flex-item-align: center;
	align-self: center
}

.submenu__list--marcas {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	min-width: 290px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center
}

.submenu__list--vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.submenu__list--full {
	width: 100%;
	-ms-flex: 100% 1;
	flex: 100% 1
}

.submenu__list--wrap {
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.submenu__list--wrap .submenu__item {
	width: 33.333%
}

.submenu__item {
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: .1em
}

.submenu__item--title {
	margin: 20px 0;
	font-size: 14px;
	font-weight: 700
}

.submenu__item--marcas {
	margin: 0
}

.submenu__link {
	color: #999
}

.submenu__link--see-all {
	color: #E30613
}

@media screen and (max-width: 768px) {
	.submenu {
		position: relative;
		padding: 0
	}
	.submenu__wrapper .box-banner {
		display: none
	}
	.submenu__list {
		display: none
	}
	.submenu__list:first-child {
		display: block
	}
	.submenu__content {
		padding: 0
	}
	.submenu__item {
		background: #F2F2F2;
		margin: 0;
		padding: 12px 30px;
		border-top: 1px #fff solid
	}
	.submenu__item--title {
		display: none
	}
	.submenu__link {
		text-align: left;
		color: #333333
	}
}

.Newsletter {
	color: #000;
	font-family: Galatea,sans-serif;
	background: #dadada;
	clear: both
}

@media screen and (min-width: 1024px) {
	.Newsletter {
		display: -ms-flexbox;
		display: flex;
		height: 270px;
		background: #dadada url("/arquivos/bg-newsletter.png") no-repeat;
		background-position-x: calc(50% - 25vw);
		background-position-y: center;
		background-size: contain
	}
}

.Newsletter__container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 1023px) {
	.Newsletter__container {
		padding: 30px 20px 50px
	}
}

@media screen and (min-width: 1024px) {
	.Newsletter__container {
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.Newsletter__form {
	-ms-flex: 1 1;
	flex: 1 1
}

@media screen and (min-width: 1024px) {
	.Newsletter__form {
		padding-left: 20px;
		-ms-flex: initial;
		flex: initial
	}
}

.Newsletter__title {
	font-size: 0
}

@media screen and (min-width: 1024px) {
	.Newsletter__title {
		font-size: 38px;
		font-weight: 400;
		text-transform: uppercase
	}
}

.Newsletter__title.bpMobile {
	font-size: 38px;
	font-weight: 300
}

@media screen and (min-width: 1024px) {
	.Newsletter__title.bpMobile {
		font-size: 0
	}
}

.Newsletter__subtitle {
	margin-bottom: 0;
	color: #828282;
	font-size: 0
}

@media screen and (min-width: 1024px) {
	.Newsletter__subtitle {
		margin-bottom: 20px;
		font-size: 16px
	}
}

.Newsletter__subtitle.bpMobile {
	font-size: 14px;
	margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
	.Newsletter__subtitle.bpMobile {
		font-size: 0
	}
}

.Newsletter__fields {
	display: -ms-flexbox;
	display: flex
}

.Newsletter__item--input {
	max-width: 350px;
	border-bottom: 1px solid #000;
	-ms-flex: 1 1;
	flex: 1 1
}

.Newsletter__input {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 16px;
	font-style: italic;
	border: none;
	border-radius: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media screen and (min-width: 1024px) {
	.Newsletter__input {
		padding: 0 10px
	}
}

.Newsletter__input:invalid {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.Newsletter__submit {
	width: 100px;
	height: 40px;
	margin: 0 0 0 20px;
	padding: 0;
	color: #626262;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #626262;
	border-radius: 2px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.RexSearchform {
	display: -ms-flexbox;
	display: flex;
	margin: 0 !important
}

.RexSearchform__select {
	display: none !important
}

.RexSearchform__input-wrapper {
	-ms-flex: 1 1;
	flex: 1 1
}

.RexSearchform__input {
	padding: 0 !important;
	display: block;
	width: 100%;
	height: 32px !important;
	margin: 0 !important;
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 12px !important;
	font-style: normal;
	border-radius: 0 !important;
	background: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none !important;
	border-bottom: 1px solid #333333 !important;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.RexSearchform__input:focus {
	padding-left: 10px;
	background: #f9f9f9
}

.RexSearchform__input::-webkit-input-placeholder {
	text-transform: lowercase
}

.RexSearchform__input:-ms-input-placeholder {
	text-transform: lowercase
}

.RexSearchform__input::-ms-input-placeholder {
	text-transform: lowercase
}

.RexSearchform__input::placeholder {
	text-transform: lowercase
}

.RexSearchform__button {
	width: 42px;
	padding: 0;
	border: none;
	border-radius: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.RexSearchform__icon svg {
	fill: #fff
}

.RexSearchform-list {
	display: none !important
}

.tipsbar {
	color: #fff;
	background: #E30613;
	text-align: center
}

.tipsbar li {
	position: relative
}

.tipsbar li i.hide-tipbar-close {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	background: url("/arquivos/close-tipsbar.png") no-repeat center
}

.tipsbar li i.hide-tipbar-close svg {
	border: 1px #ffffff solid;
	border-radius: 50px;
	background: #fff
}

.tipsbar__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.tipsbar__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.tipsbar__icon {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 4px
}

.tipsbar__icon svg {
	fill: #fff
}

.tipsbar__text {
	font-size: 15px
}

@media screen and (max-width: 768px) {
	.tipsbar__text {
		font-size: 12px;
		padding: 5px 0;
		display: block
	}
	.tipsbar__text i {
		display: none
	}
}

.tipsbar__feat {
	color: #fbe885
}

.tipsbar .slick-arrow {
	display: none !important
}

.shelf-tabs__list {
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	-ms-flex-pack: center;
	justify-content: center
}

.shelf-tabs__item {
	position: relative;
	border: 1px solid #303030
}

.shelf-tabs__item:not(:first-child) {
	border-left: none
}

.shelf-tabs__item::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #E30613;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.shelf-tabs__item.is-active::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.shelf-tabs__button {
	padding: 10px 20px;
	color: #fff;
	font-size: 20px
}

.shelf-tabs__content:not(:first-of-type) {
	display: none
}

.shelf-tabs__more-button {
	display: block;
	width: 220px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border: 2px solid #E30613
}

.prateleira>ul,
.prateleira-moveis>ul,
.prateleiracategory>ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.prateleira>ul li,
.prateleira-moveis>ul li,
.prateleiracategory>ul li {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
	.prateleira>ul li,
	.prateleira-moveis>ul li,
	.prateleiracategory>ul li {
		width: calc(49% - 1px);
		margin: 0 0 20px;
	}
}

@media screen and (min-width: 1024px) {
	.prateleira>ul li,
	.prateleira-moveis>ul li,
	.prateleiracategory>ul li {
		width: calc(25% - 20px)
	}
}

.prateleira>ul li .shelf-product,
.prateleira-moveis>ul li .shelf-product,
.prateleiracategory>ul li .shelf-product {
	width: 100%
}

.prateleira>ul li .shelf-product__content,
.prateleira-moveis>ul li .shelf-product__content,
.prateleiracategory>ul li .shelf-product__content {
	margin-bottom: 30px
}

@media (min-width: 768px) {
	.prateleira>ul li .shelf-product__content,
	.prateleira-moveis>ul li .shelf-product__content,
	.prateleiracategory>ul li .shelf-product__content {
		margin-bottom: initial
	}
}

.prateleira>ul li .shelf-product__actions,
.prateleira-moveis>ul li .shelf-product__actions,
.prateleiracategory>ul li .shelf-product__actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px
}

.prateleira>ul li .shelf-product__actions .shelf-product-qty,
.prateleira>ul li .shelf-product__actions .shelf-product-buy,
.prateleira-moveis>ul li .shelf-product__actions .shelf-product-qty,
.prateleira-moveis>ul li .shelf-product__actions .shelf-product-buy,
.prateleiracategory>ul li .shelf-product__actions .shelf-product-qty,
.prateleiracategory>ul li .shelf-product__actions .shelf-product-buy {
	width: 100%
}

@media (min-width: 768px) {
	.prateleira>ul li .shelf-product__actions .shelf-product-qty,
	.prateleira>ul li .shelf-product__actions .shelf-product-buy,
	.prateleira-moveis>ul li .shelf-product__actions .shelf-product-qty,
	.prateleira-moveis>ul li .shelf-product__actions .shelf-product-buy,
	.prateleiracategory>ul li .shelf-product__actions .shelf-product-qty,
	.prateleiracategory>ul li .shelf-product__actions .shelf-product-buy {
		width: 50%
	}
}

@media (min-width: 768px) {
	.prateleira>ul li .shelf-product__actions,
	.prateleira-moveis>ul li .shelf-product__actions,
	.prateleiracategory>ul li .shelf-product__actions {
		display: initial
	}
}

.shelf-product {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background: #fff;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	border: 10px #f9f9f9 solid;
	margin-bottom: 50px;
	min-height: 463px
}

.shelf-product__discount-percentage {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	background: red
}

.shelf-product__image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 20px;
	z-index: 0;
	-webkit-perspective: 1000;
	perspective: 1000
}

.shelf-product__image-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	will-change: transform;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.shelf-product__image-wrapper img.active {
	display: block
}

.shelf-product__image-wrapper img+img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 1
}

.shelf-product__image-wrapper img:first-child+img {
	display: block
}

@media screen and (min-width: 1024px) {
	.shelf-product__image-wrapper:hover img:first-child:not(:only-child) {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
	.shelf-product__image-wrapper:hover img:first-child:not(:only-child)+img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.shelf-product__brand {
	font-size: 11px;
	color: #828282;
	min-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative
}

.shelf-product__brand .slick-dots {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	position: absolute;
	width: 100%;
	top: -22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.shelf-product__brand .slick-dots li {
	width: 20px !important
}

.shelf-product__brand .slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	background: transparent;
	border-radius: 50px;
	border: 1px transparent solid;
	padding: 0
}

.shelf-product__brand .slick-dots li button:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #C4C4C4;
	display: block;
	border-radius: 50px;
	margin: 0 auto
}

.shelf-product__brand .slick-dots li.slick-active button,
.shelf-product__brand .slick-dots li .slick-current button {
	border-color: #cdcdcd
}

.shelf-product__brand .slick-dots li.slick-active button:before,
.shelf-product__brand .slick-dots li .slick-current button:before {
	background: #333333
}

.shelf-product__actions {
	margin-top: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 10px #f9f9f9 solid;
	border-top: 0;
	position: absolute;
	bottom: -60px;
	left: -10px;
	width: calc(100% + 20px);
	opacity: 0;
	padding: 0 20px;
	background: #fff;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

@media screen and (max-width: 768px) {
	.shelf-product__actions {
		opacity: 1;
		padding: 0 10px;
		padding-bottom: 5px !important
	}
}

.shelf-product__action {
	border: 2px solid #fff
}

.shelf-product__action:first-child {
	border-left: none
}

.shelf-product__action:last-child {
	border-right: none
}

.shelf-product:hover {
	border-color: #f2f2f2;
	border-bottom: 10px transparent solid
}

.shelf-product:hover .shelf-product__actions {
	border-color: #f2f2f2;
	opacity: 1
}

.shelf-product.product-unavailable:hover {
	border-color: #f2f2f2
}

.shelf-product__soldOut:hover {
	border-bottom: 10px #f2f2f2 solid
}

@media screen and (max-width: 768px) {
	.shelf-product {
		border-bottom: 10px transparent solid;
		min-height: 340px;
		padding: 0
	}
	.shelf-product .shelf-product__actions {
		opacity: 1
	}
}

.shelf-product .flagDescount {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	background: #E30613;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	padding: 8px 0;
	line-height: 13px;
	-webkit-font-smoothing: antialiased
}

.shelf-product .flagDescount span {
	display: block
}

.shelf-product__content .image {
	position: relative;
}

.shelf-product .flag.gratis-ox {
	width: auto;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	border: 2px solid #dcdcdc;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
}
.shelf-product .flag.lancamento {
	width: auto;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	border: 2px solid #dcdcdc;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

.shelf-product .flag.semana-do-brasil {
	width: 141px;
	height: 40px;
	background: url(/arquivos/flag_oferta.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -70.5px;
	font-size: 0;
}

@media screen and (max-width:690px) {
	.shelf-product .flag.semana-do-brasil {
		width: 90px;
		height: 35px;
		margin-left: -45px;
	}
}

.shelf-product .flag:first-of-type {
	display: inline-block
}

.shelf-product .shelf-product__wish {
	z-index: 4;
	color: red;
	bottom: 10px;
	position: absolute;
	right: -10px;
	font-size: 0;
	cursor: pointer
}

.product-steps__shelf .shelf-product__wish {
	bottom: 60px
}

@media screen and (max-width: 767px) {
	.product-steps__shelf .shelf-product__wish {
		position: relative;
		bottom: 0;
		right: 0;
		float: left
	}
}

.featuredProduct {
	border: 0;
	min-height: auto;
	margin-bottom: 0;
	font-family: Galatea,sans-serif
}

.featuredProduct .flagDescount {
	display: none
}

@media screen and (max-width: 767px) {
	.featuredProduct .shelf-product__wish {
		bottom: 0;
		right: -25px
	}
}

@media screen and (min-width: 768px) {
	.featuredProduct .shelf-product__wish {
		bottom: 60px;
		right: 20px
	}
}

@media screen and (min-width: 1024px) {
	.featuredProduct .shelf-product__wish {
		top: calc(100% - 150px);
		right: 0
	}
}

.featuredProduct .shelf-product-name {
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.featuredProduct .shelf-product-price {
	min-height: initial;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
	-ms-flex-align: start;
	align-items: flex-start
}

.featuredProduct .shelf-product-price span {
	margin: 0
}

.featuredProduct .shelf-product-price__value--list {
	display: none
}

@media sreen and (min-width: 1024px) {
	.featuredProduct .shelf-product-price__value {
		padding-right: 10px
	}
}

.featuredProduct .shelf-product__actions {
	opacity: 1;
	border: 0;
	width: auto;
	position: relative;
	left: initial;
	bottom: initial;
	padding: 0
}

@media screen and (max-width: 768px) {
	.featuredProduct .shelf-product__actions {
		width: 80%
	}
}

.featuredProduct .shelf-product-qty__value {
	font-size: 21px;
	font-weight: 700;
	font-family: Galatea,sans-serif
}

.featuredProduct .shelf-product__content {
	display: -ms-flexbox;
	display: flex
}

.featuredProduct .shelf-product__content .shelf-product__imageFeatured-wrapper {
	width: 40%;
	margin-bottom: 0
}

.featuredProduct .shelf-product__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	margin-left: 20px;
	width: 50%
}

.featuredProduct .shelf-product-price__installments {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: -20px
}

.featuredProduct .shelf-product-price__installments span.price-cents {
	font-size: 12px
}

@media screen and (max-width: 768px) {
	.featuredProduct .shelf-product__action:first-child {
		display: none
	}
}

.shelf-product-name {
	max-width: 260px;
	height: 40px;
	margin: 0 auto 10px;
	font-size: 14px;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 768px) {
	.shelf-product-name {
		margin: 0 auto 0
	}
	.shelf-product-name a {
		height: 90%;
		overflow-y: hidden
	}
}

.shelf-product-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px
}

@media screen and (max-width: 768px) {
	.shelf-product-price {
		-ms-flex-direction: column;
		flex-direction: column;
		z-index: 1;
		position: relative
	}
}

.shelf-product-price span {
	margin: 0 3px;
	font-size: 18px
}

@media screen and (max-width: 768px) {
	.shelf-product-price span {
		font-size: 16px
	}
}

.shelf-product-price__value {
	display: block
}

.shelf-product-price__value--best {
	color: #333333;
	font-size: 18px;
	font-weight: bold
}

.shelf-product-price__value--list {
	color: #828282
}

.shelf-product-price__value--list:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #8d8d8d;
	display: block;
	position: relative;
	top: -12px
}

.shelf-product-price__value .price-cents {
	font-size: 14px
}

.shelf-product-price__installments {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: -20px
}

@media screen and (max-width: 768px) {
	.shelf-product-price__installments {
		margin-top: -10px
	}
}

.shelf-product-qty {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch
}

.shelf-product-qty__button {
	height: 46px;
	padding: 0
}

.shelf-product-qty__button svg {
	fill: #E30613
}

.shelf-product-qty__value {
	display: block;
	width: 100%;
	height: 46px;
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 16px;
	text-align: center;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.shelf-product-buy__button {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #E30613;
	border-radius: 3px
}

@media screen and (max-width: 768px) {
	.shelf-product-buy__button {
		height: 35px
	}
}

.minicart {
	position: relative;
	z-index: 4
}

.minicart.is-not-empty:hover .minicart__pannel, .minicart.open_cart .minicart__pannel {
	visibility: visible;
	opacity: 1
}

@media screen and (max-width: 768px) {
	.minicart.is-not-empty:hover .minicart__pannel, .minicart.open_cart .minicart__pannel {
		opacity: 0;
		visibility: hidden
	}
}

.minicart__widget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 99
}

.minicart__icon {
	display: inline-block;
	margin-right: 10px;
	background: #FFF;
	border-radius: 100%;
	padding: 5px;
	position: relative;
	z-index: 1
}

.minicart__icon svg {
	fill: #E30613
}

@media screen and (max-width: 768px) {
	.minicart__icon {
		margin: 0
	}
	.minicart__icon svg {
		fill: #000
	}
}

.minicart__info {
	font-size: 12px
}

.minicart__title {
	display: block
}

@media screen and (max-width: 768px) {
	.minicart__title {
		display: none
	}
}

.minicart__quantity {
	color: #E30613
}

.minicart__quantity--bottom {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	font-size: 14px;
	background: #ebebeb;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 768px) {
	.minicart__quantity {
		color: #fffeff;
		position: absolute;
		line-height: 20px;
		font-size: 10px;
		background: #e3320e;
		border-radius: 50px;
		width: 20px;
		height: 20px;
		overflow: hidden;
		right: 6px;
		top: -5px;
		z-index: 1;
		text-align: center
	}
}

.minicart__pannel {
	position: absolute;
	z-index: 7;
	visibility: hidden;
	width: 500px;
	opacity: 0;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	background: #FFF;
	top: -10px;
	border: 1px solid #f1f1f1;
	right: -10px;
	padding: 0;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

.minicart__pannel.active {
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 99;
	width: 100%;
	height: auto;
	position: fixed;
	right: 0;
	top: 0
}

.minicart__pannel-head {
	color: #E30613;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 18px;
	padding: 20px 10px 15px;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 20px;
	width: calc(100% - 30px);
	margin: 0 auto 20px
}

.minicart__pannel-head-close {
	position: absolute;
	right: 30px;
	top: 16px;
	font-weight: 700;
	background: #f3f3f3;
	color: #656565;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 31px;
	border-radius: 50px
}

.minicart__overlay.active {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5)
}

.minicart__pannel-content {
	position: relative
}

.minicart__products {
	max-height: 292px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 20px;
	margin-bottom: 20px;
	margin: 0 20px 20px;
	overscroll-behavior: contain
}

.minicart__products::-webkit-scrollbar {
	width: 12px
}

.minicart__products::-webkit-scrollbar-track {
	background: #e8e8e8
}

.minicart__products::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 4px #e8e8e8;
	box-shadow: inset 0 0 0 4px #e8e8e8;
	background: #000
}

@media screen and (max-width: 768px) {
	.minicart__products {
		margin: 0 0 20px
	}
}

.minicart__footer__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	-ms-flex-align: center;
	align-items: center;
	background: #F2F2F2
}

.minicart__quantity-value,
.minicart__totals-value {
	font-size: 24px
}

.minicart__promobar {
	display: none;
	background: #949494;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative
}

.minicart__promobar-text {
	position: relative;
	z-index: 2
}

.minicart__promobar-filled {
	position: absolute;
	width: 33%;
	z-index: 0;
	background: #69C961;
	height: 100%;
	left: 0;
	top: 0
}

.minicart__checkout {
	padding: 15px 40px;
	color: #fff;
	font-size: 14px;
	background: #e50d0d;
	border-radius: 5px
}

.minicart__checkout:hover {
	background: #b31e1e
}

.minicart__totals {
	padding: 0 15px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.minicart__totals>* {
	display: block
}

.minicart-product {
	padding: 0 20px 10px 0;
	color: #444;
	position: relative
}

.minicart-product__image {
	width: 18%
}

.minicart-product__image img {
	display: block;
	width: 100%;
	height: auto
}

.minicart-product__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1;
	flex: 1 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 52%
}

.minicart-product__actions {
	width: 30%
}

.minicart-product__name {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.minicart-product__price {
	font-size: 15px
}

.minicart-product__qty-title {
	display: none;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase
}

.minicart-product__remove {
	display: block;
	width: 10px;
	color: #cdcdcd;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	padding: 0
}

@media screen and (max-width: 768px) {
	.minicart-product__remove {
		margin-top: -30px
	}
}

.minicart-product:last-child {
	padding-bottom: 0
}

.minicart-product-qty {
	width: 110px;
	margin: 5px 0;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media screen and (max-width: 768px) {
	.minicart-product-qty {
		width: auto
	}
}

.minicart-product-qty__button svg {
	fill: #E30613
}

.minicart-product-qty__value {
	display: block;
	width: 100%;
	height: 30px;
	color: #444;
	font-size: 20px;
	font-family: Galatea,sans-serif;
	font-weight: 400;
	border: none;
	text-align: center
}

.swal-modal {
	width: 600px
}

@media screen and (max-width: 630px) {
	.swal-modal {
		width: 90%
	}
}

.modal-minicart__image {
	width: 45%;
	padding-right: 5%;
	float: left;
	margin-bottom: 20px
}

.modal-minicart__content {
	width: 50%;
	float: left;
	text-align: left
}

.modal-minicart__content--text {
	position: absolute;
	padding-right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width: 630px) {
	.modal-minicart__content--text {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		padding: 0
	}
}

.modal-minicart__title {
	position: relative;
	margin: -20px -20px 20px;
	font-size: 20px;
	text-transform: uppercase;
	background: #E30613;
	color: #fff;
	text-align: left;
	padding: 15px;
	padding-left: 70px
}

@media screen and (max-width: 630px) {
	.modal-minicart__title {
		position: relative;
		margin: -20px -20px 20px;
		font-size: 17px;
		text-transform: uppercase;
		background: #E30613;
		color: #fff;
		text-align: left;
		padding: 15px;
		padding-left: 70px;
		padding-right: 40px;
		text-align: center
	}
}

.modal-minicart__icon {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 35px;
	-webkit-transform: translateX(-120%) translateY(-50%);
	-ms-transform: translateX(-120%) translateY(-50%);
	transform: translateX(-120%) translateY(-50%)
}

.modal-minicart__icon svg {
	fill: #fff
}

.modal-minicart__icon svg .cls-1 {
	fill: #fff
}

.modal-minicart__icon-close {
	position: absolute;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.modal-minicart__text {
	margin-bottom: 30px;
	color: #555;
	font-size: 14px
}

.modal-minicart__button:not(.modal-minicart__button--continue) {
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 3px;
	background: #E30613
}

.modal-minicart__button:not(.modal-minicart__button--continue):hover {
	background: #b1050f
}

.modal-minicart__button--continue {
	padding: 0;
	color: #E30613;
	font-size: 14px;
	text-decoration: underline
}

.modal-minicart__button .swal-button.swal-button--confirm {
	display: none
}

@media screen and (max-width: 630px) {
	.modal-minicart {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.modal-minicart__image {
		width: 250px;
		height: 250px;
		margin: 0 auto;
		float: none
	}
	.modal-minicart__content {
		margin: 0 auto;
		text-align: center;
		padding: 0;
		width: 100%
	}
	.modal-minicart__button {
		display: block;
		margin: 0 auto 20px
	}
}

.bread-crumb {
	padding: 20px 0
}

.bread-crumb ul {
	display: -ms-flexbox;
	display: flex
}

.bread-crumb li:not(:last-child)::after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
	color: #000
}

.bread-crumb li:not(:last-child) a {
	color: #000;
	text-decoration: underline
}

.bread-crumb a {
	display: inline-block;
	color: #E30613
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%
}

.video-modal__over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.video-modal__button {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	right: -35px;
	margin-top: -20px;
	z-index: 1
}

.video-modal__button:before {
	content: '';
	width: 5px;
	height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	border-radius: 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.video-modal__button:after {
	content: '';
	width: 5px;
	height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	border-radius: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.video-modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	max-width: 720px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-modal__wrapper {
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.video-modal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-box iframe {
	margin: 0 auto;
	width: 100%;
	max-width: 550px;
	display: block
}

#ajaxBusy {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 2px;
	margin: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f3346d), to(#ea6451));
	background: -webkit-linear-gradient(left, #f3346d, #ea6451);
	background: -o-linear-gradient(left, #f3346d, #ea6451);
	background: linear-gradient(90deg, #f3346d, #ea6451);
	background-size: 400% 400%;
	-webkit-animation: horizontalGradient 1s ease infinite;
	animation: horizontalGradient 1s ease infinite
}

#ajaxBusy p {
	display: none
}

@-webkit-keyframes horizontalGradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes horizontalGradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.notifyMe .ctrl-qtd,
.notifyMe .buy-in-page-button {
	display: none !important
}

.evaluationRate.notifyMe {
	text-align: left
}

.sku-notifyme {
	background: #ebebeb;
	padding: 20px 20px;
	position: relative
}

.notifyme-title {
	text-align: center;
	padding: 0 110px;
	margin: 0 0 10px;
	z-index: 9;
	position: relative
}

.notifyme-title-div {
	position: relative
}

.notifyme-title-div:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 28px
}

.notifyme-title-div:after {
	content: '';
	display: block;
	height: 60px;
	position: absolute;
	width: 290px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	background: #ebebeb
}

.notifyme-form {
	text-align: center
}

.notifyme-form p {
	font-size: 17px;
	margin: 0 0 15px
}

.top-banner-aniversario{
	display: none !important;
}

.sku-notifyme-form input {
	width: 100%;
	border: 0;
	height: 47px;
	margin-bottom: 10px;
	text-transform: lowercase;
	font-style: italic;
	padding: 0 20px
}

.sku-notifyme-form input.sku-notifyme-button-ok {
	background: url("/arquivos/avise-me-icon.png") #000 no-repeat;
	background-position: 15px center;
	color: #fff;
	text-transform: uppercase;
	font-style: initial;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 10px;
	line-height: 47px;
	margin-top: 20px;
	margin-bottom: 0
}

.notifymetitle.notifyme-title {
	display: none
}

.especification-tabs {
	margin-top: 20px
}

.tabs {
	background: #ebebeb
}

.tabs {
	padding-top: 20px;
	display: none
}

.tabs a {
	color: #aaa;
	font-size: 30px;
	font-weight: 300;
	margin-right: 30px;
	text-decoration: none
}

.tabs a:hover {
	color: #000;
	text-decoration: underline
}

.image-prod img {
	width: 100%;
	height: auto;
	margin-top: 70px
}

.produto .cby-ikesaki-prateleira .btn-add-buy-button-asynchronous {
	width: 100%;
	height: 34px;
	display: block;
	border-radius: 0;
	font-size: 0;
	background: url(/arquivos/buy-button.png) no-repeat #000
}

.produto .cby-ikesaki-prateleira h2 {
	display: block;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px
}

.produto .cby-ikesaki-prateleira h2:after {
	content: '\f0d7';
	font-family: "fontawesome";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 280px;
	border-bottom: 6px solid #ff0000;
	height: 10px;
	display: block;
	text-align: center;
	color: #ff0000
}

.desc {
	background: url("/arquivos/desc-prod-bg.png") no-repeat;
	background-size: cover;
	background-position-x: center;
	height: 620px;
	padding-top: 50px;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	display: none
}

.brand-logo {
	display: block;
	margin: 0 auto 50px
}

.bordered {
	display: block;
	margin-bottom: 50px;
	border: 1px solid #fff;
	padding: 10px
}

.prod-instructions {
	margin-top: 120px
}

.infos {
	padding: 50px 0;
	display: none
}

.infos img {
	width: 100%;
	height: auto
}

.uh {
	background: #ebebeb;
	padding: 50px 0;
	display: none
}

.post {
	margin-bottom: 20px
}

.logo-blogueiras {
	margin-bottom: 50px
}

.img-author {
	position: absolute;
	margin-top: 20px
}

.author-post,
.content-post {
	padding-left: 70px
}

.author-post {
	color: #eb1d1d;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px
}

.content-post {
	color: #828282;
	font-size: 14px;
	font-weight: 300
}

.uh .slick-arrow {
	position: absolute;
	bottom: 0;
	background: #f0f0f0;
	height: 30px;
	border: 0;
	font-size: 14px;
	outline: none;
	padding: 0 10px
}

.uh .slick-dots li button {
	background: #fff;
	border-radius: 0;
	height: 30px;
	width: 30px;
	border: 0;
	font-size: 14px;
	outline: none
}

.uh .slick-dots li.slick-active button {
	background: #000;
	color: #fff
}

#caracteristicas,
h4.group.Abas-de-informacao,
th.name-field {
	padding-right: 10px;
	/*display:none;*/
}

.userReviews .media {
	display: table;
}

.user-review h4 {
	margin-bottom: 10px;
	color: #333333;
	font-size: 12px;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase
}

.userReviews .rating-produto {
	margin: 13px 0 0 8px
}

.userReviews .media span {
	color: #828282;
	font-size: 12px
}

.userReviews .media em span {
	color: #828282;
	font-size: 18px
}

ul.rating {
	display: none
}

.userReviews ul {
	padding: 0;
	margin: 0
}

.userReviews li {
	list-style: none;
	margin-bottom: 20px;
	position: relative
}

.avalie-produto #opcoes-avalie label {
	margin: 0 20px 0 5px;
	color: #373435;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block
}

.avalie-produto #opcoes-avalie .firadio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	margin-left: 1px;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	padding: 3px;
	border: 3px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px #898989;
	box-shadow: 0 0 0 1px #898989;
	outline: none
}

.user-review #ulPubliqueResenha .bt {
	margin-top: 15px;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #e3320e;
	border: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.ver-todos-comentarios,
#opcoes-avalie strong {
	display: none
}

.avalie-produto h5 {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px
}

.rating-avalie span {
	display: inline-block;
	width: 14.5px
}

.rating,
#rtAvaliacao_A {
	display: inline-block;
	width: 112px;
	height: 16px;
	margin: 0;
	color: transparent;
	background: url("/arquivos/Sprite-EvaluationRate.png") no-repeat
}

.rating.a10,
#rtAvaliacao_A[title="1"]:hover {
	background-position: 0 -20px
}

.rating.a20,
#rtAvaliacao_A[title="2"]:hover {
	background-position: 0 -40px
}

.rating.a30,
#rtAvaliacao_A[title="3"]:hover {
	background-position: 0 -59px
}

.rating.a40,
#rtAvaliacao_A[title="4"]:hover {
	background-position: 0 -79px
}

.rating.a50,
#rtAvaliacao_A[title="5"]:hover {
	background-position: 0 -99px
}

.dados span {
	display: none
}

.avalie-produto {
	display: block;
	width: 100%;
	padding-top: 20px
}

.avalie-produto h5 {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px
}

.avalie-produto a {
	display: block;
	margin: 10px 0 0
}

.avalie-produto #opcoes-avalie {
	display: none;
	width: 100%
}

.avalie-produto #opcoes-avalie p strong {
	display: none
}

.avalie-produto #opcoes-avalie label {
	margin: 0 20px 0 5px;
	color: #373435;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block
}

.avalie-produto #opcoes-avalie .firadio:checked {
	background: #e30613
}

.resenhas {
	width: 100%;
	padding: 0;
	border-top: 0 none;
	margin: 0
}

.resenhas>.quem {
	padding: 0;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px
}

.resenhas .quem .dados {
	bottom: 5px;
	color: #2d2d2d;
	left: 0;
	margin-bottom: 15px;
	position: absolute;
	width: 100%
}

.resenhas .quem .dados .email-resenha,
.resenhas .quem .dados .cidade-resenha {
	font-size: 16px;
	font-weight: 300
}

.resenhas .quem .rating-wrapper {
	margin-bottom: 5px
}

.resenhas .quem .rating-wrapper strong {
	display: none
}

.resenhas .quem .opt-texto {
	margin-bottom: 20px;
	border: 0;
	padding: 0;
	max-width: 80%
}

.resenhas .quem .opt-texto p {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 300
}

.resenhas .quem .util .considera-util {
	color: #2d2d2d;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	padding-top: 15px
}

.resenhas .opiniao-ajudou {
	color: #2d2d2d;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: none
}

.resenhas .opiniao-ajudou .bts {
	margin-top: 15px
}

.resenhas .opiniao-ajudou .bts li a {
	font-size: 0;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-left: 40px
}

.opiniao {
	margin-top: 50px
}

#lnkAjudou {
	background: url("/arquivos/info-util.png") no-repeat
}

#lnkAjudou:after {
	content: 'Me Ajudou';
	font-size: 14px;
	color: #828282
}

#lnkNaoAjudou {
	background: url("/arquivos/info-inutil.png") no-repeat
}

#lnkNaoAjudou:after {
	content: 'Não me Ajudou';
	font-size: 14px;
	color: #828282
}

li.sim {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.formUserComment.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9
}

#publishUserReview .formUserComment>h2 {
	display: none
}

#publishUserReview .formUserComment>p {
	width: 100%;
	margin: 15px 0;
	color: #fff;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	background: #81B541;
	border-radius: 4px
}

#publishUserReview #formUserReview {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	padding: 40px;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 0 500px;
	box-shadow: rgba(0, 0, 0, 0.8) 0 0 0 500px;
	max-width: 595px;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (max-width: 768px) {
	#publishUserReview #formUserReview {
		height: 430px;
		overflow: scroll;
		width: calc(100% - 20px)
	}
}

#publishUserReview #formUserReview label {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300
}

#publishUserReview #formUserReview input {
	margin: 0;
	margin-bottom: 15px
}

#publishUserReview #formUserReview input+label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px
}

#publishUserReview #formUserReview input[type="text"] {
	display: inline-block;
	width: 100%;
	min-height: 30px;
	padding: 6px 12px;
	margin-bottom: 0;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	background-color: #eee;
	background-image: none;
	border: none;
	border-radius: 0;
	outline: none;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#publishUserReview #formUserReview input[type="text"]:focus {
	border-color: #e30613
}

#publishUserReview #formUserReview textarea {
	display: inline-block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	margin-bottom: 0;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	background-color: #eee;
	background-image: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	resize: none
}

#publishUserReview #formUserReview textarea:focus {
	border-color: #e30613
}

#publishUserReview #formUserReview .header {
	padding: 0;
	margin: 0
}

#publishUserReview #formUserReview .header h1 {
	display: none
}

#publishUserReview #formUserReview .header h2 {
	margin-bottom: 30px;
	color: #2d2d2d;
	font-size: 20px;
	font-weight: 700
}

#publishUserReview #formUserReview .header .close a {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #000
}

#publishUserReview #formUserReview .footer {
	display: none
}

#publishUserReview #formUserReview .grp {
	position: relative;
	margin: 10px 0 5px
}

#publishUserReview #formUserReview .grp span {
	position: absolute;
	top: 5px;
	right: 0
}

#publishUserReview #formUserReview .ranking {
	display: none
}

#publishUserReview #formUserReview .avaliar a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #e3320e;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#publishUserReview #formUserReview .content .aviso-resenha {
	margin: 15px 0;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	line-height: 15px
}

.img-prat img {
	width: 100%;
	height: auto
}

.productDescription,
td.value-field.Cores {
	display: none
}

#caracteristicas .group.Especificacoes,
.x-item.x-indisponivel {
	display: none !important
}

#caracteristicas .box-especifiction-des-custom .value {
	font-size: 15px
}

#caracteristicas .box-especifiction-des-custom .name {
	font-weight: bold;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black
}

#caracteristicas .box-especifiction-des-custom {
	display: table;
	margin-bottom: 20px
}

#caracteristicas .box-especifiction-des-custom.Campo-para-Standout {
	display: none;
	width: 100%
}

.box-especifiction-des-custom.Descricao .name,
.box-especifiction-des-custom.Tipos-de-Cabelos,
.box-especifiction-des-custom.Conteudo .name,
.box-especifiction-des-custom.Produtos-e-Tratamentos,
.box-especifiction-des-custom.Linha-de-Produto,
.box-especifiction-des-custom.Secantes,
#caracteristicas .box-especifiction-des-custom.video,
.group.Filtros-Esmaltes,
.box-especifiction-des-custom.Tipo,
.box-especifiction-des-custom.Cores,
.box-especifiction-des-custom.Areas,
.box-especifiction-des-custom.Efeitos {
	display: none !important
}

.product-chart {
	width: 100%
}

.chartSelector {
	display: block !important;
	width: 100%;
	border-bottom: 1px solid #cdcdcd
}

@media (min-width: 1024px) {
	.chartSelector {
		border: 0
	}
}

.chartSelector__text-and-show-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.chartSelector__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 10px 0 25px;
	width: 100%;
	height: 100%;
	max-height: 50px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.chartSelector__list.active {
	max-height: 100%
}

.chartSelector__item {
	width: 100%;
	max-width: 50px;
	height: 50px;
	background: #000
}

.chartSelector__item:hover {
	padding: 2px
}

.chartSelector__item:hover a {
	border: 2px solid #fff
}

.chartSelector__anchor {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.chartSelector__text {
	width: 100px;
	z-index: 2;
	font-weight: bold
}

.chartSelector__text label {
	margin-right: 5px;
	font-size: 12px;
	color: #666;
	text-transform: uppercase
}

.chartSelector__text p {
	font-weight: bold;
	line-height: 15px
}

.chartSelector__show-more {
	position: relative;
	padding-right: 25px;
	width: 110px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.chartSelector__show-more::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 35px;
	font-weight: normal;
	color: #E30613
}

.chartSelector__show-more.active::after {
	content: "-"
}

.store {
	position: relative;
	height: calc(100vh - 62px)
}

@media screen and (max-width: 768px) {
	.store {
		height: calc(100vh + 40px)
	}
}

.store__box {
	padding: 30px 50px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (min-width: 768px) {
	.store__box {
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		max-width: 390px;
		width: 100%;
		height: calc(100vh - 62px);
		overflow: hidden;
		white-space: nowrap
	}
}

@media screen and (min-width: 1024px) {
	.store__box {
		margin-left: 0
	}
}

@media screen and (max-width: 768px) {
	.store__box {
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		max-width: 330px;
		width: 100%;
		height: calc(100vh + 40px);
		overflow: hidden;
		white-space: nowrap;
		padding: 30px 18px 0
	}
	.store__box.is__active {
		position: relative
	}
}

.store__box.is__active .store__search {
	margin-left: -383px
}

.store__search {
	background-color: #fff;
	width: 283px;
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.store__search-result {
	overflow-y: auto;
	max-height: 290px;
	margin: 10px 10px 0
}

.store__search-result::-webkit-scrollbar-track {
	width: 2px
}

.store__search-result::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5
}

.store__search-result::-webkit-scrollbar-thumb {
	width: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555
}

.store__title {
	padding-top: 8px;
	font-size: 12px;
	text-transform: uppercase;
	color: #E30613;
	font-weight: 700;
	margin-bottom: 30px
}

.store__button {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	margin: 0 0 5px;
	background-color: #f1f1f1;
	border: none;
	padding: 10px 30px 10px 10px
}

.store__button i {
	color: #000;
	margin-right: 10px
}

.store__button span {
	background: #E30613;
	padding: 7px 20px;
	border-radius: 4px;
	color: #fff
}

.store__button span .icon-arrow {
	position: relative;
	width: 10px;
	height: 8px;
	color: #000;
	margin-right: 10px;
	display: inline-block
}

.store__button span .icon-arrow:before {
	content: '|';
	font-style: normal;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	display: block;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	top: -6px;
	left: -2px;
	color: #fff;
	bottom: 0
}

.store__button span .icon-arrow:after {
	content: '|';
	font-style: normal;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	display: block;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: -2px;
	color: #fff
}

.store__button:hover {
	color: #000
}

.store__button::before {
	display: none
}

.store__control {
	padding: 5px 0
}

.store__control>span {
	text-align: center;
	font-size: 12px;
	display: block;
	font-weight: bold
}

.store__select {
	width: 100%;
	position: relative;
	height: 40px;
	border: 1px solid #171717
}

.store__select span {
	padding: 13px 15px;
	display: -ms-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	color: #171717;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer
}

.store__select span::after {
	content: '';
	width: 12px;
	height: 7px;
	display: inline-block;
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17 10" style="enable-background:new 0 0 17 10;" xml:space="preserve"> <path id="icon-arrow-white.svg" d="M17,1.5L8.5,10L0,1.5L1.594,0l6.908,6.9L15.409,0L17,1.5z"/> </svg>') no-repeat
}

.store__select.is-disabled {
	opacity: 0.5
}

.store__select ul {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #fff;
	border: 1px solid #000;
	border-top: none;
	z-index: 10;
	width: calc(100% + 2px);
	margin-left: -1px
}

.store__select li {
	padding: 15px;
	font-size: 12px;
	cursor: pointer
}

.store__select li:hover {
	color: #fff;
	background: #000
}

.store__map {
	width: 100vw;
	height: 100%;
	background: url(http://ap.imagensbrasil.org/images/2018/05/08/download.png) no-repeat center;
	background-position-x: top;
	background-size: cover
}

@media screen and (max-width: 768px) {
	.store__map {
		height: calc(41vh - 62px)
	}
}

.store__map #map {
	width: 100%;
	height: 100%
}

.store__list {
	max-height: 290px
}

@media screen and (max-width: 768px) {
	.store__list {
		max-height: 240px
	}
}

.store__item {
	padding: 14px 0;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
	white-space: normal
}

.store__subtitle {
	font-size: 14px;
	text-transform: uppercase
}

.store__location {
	color: #a7a7a7;
	font-size: 12px;
	text-transform: uppercase
}

.store__info {
	display: inline-block;
	vertical-align: top;
	width: 283px
}

.store__info .store__brand {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	padding: 10px 0 0
}

.store__info .store__name {
	font-size: 25px
}

.store__info_content {
	text-align: center;
	white-space: normal
}

.store__info_header {
	padding: 20px;
	border-bottom: 1px solid #999
}

.store__info_address {
	margin-top: 10px
}

.store__back .store__button {
	background-color: transparent;
	text-transform: uppercase;
	border-bottom: 1px solid #171717
}

@media screen and (max-width: 767px) {
	.hide--sm {
		display: none !important
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.hide--md {
		display: none !important
	}
}

@media screen and (min-width: 1024px) {
	.hide--lg {
		display: none !important
	}
}

.banner-catalog {
	position: relative;
	z-index: 0
}

.banner-catalog__container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%
}

.banner-catalog__text {
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 16px;
	text-shadow: rgba(255, 255, 255, 0.55) 1px 1px 1px
}

.banner-catalog__text h1,
.banner-catalog__text h2,
.banner-catalog__text h3 {
	font-weight: 300
}

.banner-catalog__text h1 {
	font-size: 36px
}

.banner-catalog__text h2 {
	font-size: 12px
}

.banner-catalog__text h3 {
	font-size: 12px
}

.banner-catalog__text .white {
	color: #fff
}

.banner-catalog__text .gray {
	color: #171717
}

.banner-catalog__text>div {
	position: absolute;
	top: 0%;
	left: 10%;
	z-index: 2
}

@media (min-width: 768px) {
	.banner-catalog__text>div {
		top: 50%
	}
}

@media screen and (max-width: 767px) {
	.banner-catalog__text>div {
		width: 60%
	}
}

.banner-catalog__text>div.left {
	left: 10%
}

.banner-catalog__text>div.right {
	left: initial;
	right: 10%
}

.banner-catalog__text>div.center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner-catalog__text>div.top {
	top: 4%
}

@media screen and (min-width: 768px) {
	.banner-catalog__text>div.top {
		top: 10%
	}
}

.banner-catalog__text>div.bottom {
	top: initial;
	bottom: 10%
}

.banner-catalog__text>div.middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner-catalog__text>div.middle.center {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.banner-catalog__text a {
	text-transform: uppercase;
	text-decoration: underline
}

.banner-catalog__media {
	position: relative;
	z-index: 1;
	/*height: 550px;*/
	overflow: hidden;
	background-color: #cdcdcd
}

.banner-catalog__media .box-banner {
	position: relative
}

.banner-catalog__media .box-banner img {
	position: relative;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 768px) {
	.banner-catalog__media .box-banner img {
		height: 300px
	}
}

@media (min-width: 1024px) {
	.banner-catalog__media .box-banner img {
		width: 1920px;
		height: 550px
	}
}

@media (min-width: 768px) {
	.banner-catalog__media {
		min-height: 300px;
		height: 28.66%;
		width: 100vw
	}
}

/*@media (min-width: 1024px) {*/
	/*.banner-catalog__media {*/
		/*min-height: 550px*/
	/*}*/
/*}*/

@media screen and (min-width: 1024px) {
	.banner-catalog__media {
		padding-bottom: initial
	}
}

.banner-catalog__categories {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: calc(5vh + 235px);
	-webkit-columns: 2;
	columns: 2;
	bottom: -35%
}

@media screen and (min-width: 768px) {
	.banner-catalog__categories {
		max-width: 24%;
		float: right;
		top: 49%;
		right: 10%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media screen and (min-width: 1024px) {
	.banner-catalog__categories {
		top: 48%;
		max-width: 40%;
		top: 48%;
		right: initial
	}
}

.banner-catalog__categories .box-banner {
	margin-bottom: 20px
}

.banner-catalog__categories .box-banner:nth-child(even) {
	margin-left: 20px
}

.banner-catalog__categories .box-banner:last-child,
.banner-catalog__categories .box-banner:nth-last-child(2) {
	margin-bottom: 0
}

@media (max-width: 1124px) {
	.banner-catalog__categories .box-banner {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}
}

.banner-catalog__categories img {
	width: 100%
}

.backtotop {
	position: fixed;
	bottom: 0;
	right: 10px;
	color: #E30613;
	text-align: center;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	pointer-events: none;
	-webkit-box-shadow: -1px -2px 9px -2px #171717;
	box-shadow: -1px -2px 9px -2px #171717;
	z-index: 2
}

.backtotop__icon {
	font-size: 20px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.backtotop__text {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.backtotop:not(.js-active) {
	bottom: -100px !important
}

.backtotop.js-active {
	opacity: 0.7;
	pointer-events: auto
}

.backtotop .icon-arrow svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.backtotop .icon-arrow svg path {
	fill: #E30613
}

.home .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.home .slick-arrow svg {
	fill: #000
}

.home .slick-prev {
	left: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home .slick-next {
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home .slick-slide {
	text-align: center
}

.home .slick-slide img {
	margin: 0 auto
}

.main-home__slider .box-banner {
	display: none
}

.main-home__slider .slick-prev,
.main-home__slider .slick-next {
	top: 25%;
	width: 50px;
	height: 50px;
	padding: 0 12px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.main-home__slider .slick-prev svg,
.main-home__slider .slick-next svg {
	fill: #fff
}

.main-home__slider .slick-prev {
	left: 5%
}

.main-home__slider .slick-next {
	right: 5%
}

.main-home__banners {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-home__banners .box-banner,
.main-home__banners .main-home__timer {
	width: calc(50% - 10px)
}

@media screen and (max-width: 768px) {
	.main-home__banners .box-banner,
	.main-home__banners .main-home__timer {
		width: auto
	}
}

.main-home__banners a {
	position: relative
}

.main-home__banners img {
	display: block;
	width: 100%;
	height: auto
}

@media screen and (max-width: 768px) {
	.main-home__banners {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.main-home__banners .box-banner {
		width: auto;
		margin-bottom: 10px
	}
}

.main-home__timer {
	color: #000
}

.main-home__timer .prateleira-destaque h2 {
	display: none
}

.main-home__timer .prateleira-destaque .shelf-product .flagDescount {
	left: 10px;
	right: auto
}

.main-home__timer .timer__banner--destaque {
	display: -ms-flexbox;
	display: flex
}

.main-home__timer .timer__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px #e5e5e5 solid;
	padding-bottom: 10px
}

.main-home__timer .timer__title h3 {
	color: #E30613;
	font-weight: 300;
	font-size: 30px
}

.main-home__timer .timer__text {
	background: #F9F9F9;
	padding: 10px;
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.main-home__timer .timer__countdown {
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px
}

.main-home__timer .timer__countdown span {
	margin: 0 5px;
	font-size: 19px;
	display: inline-block;
	text-align: center
}

.main-home__timer .timer__countdown span em {
	display: block;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #828282
}

@media screen and (max-width: 768px) {
	.main-home__timer .timer__countdown:before {
		content: 'Acaba em';
		font-weight: 300;
		font-size: 13px
	}
}

@media screen and (max-width: 767px) {
	.main-home__timer .timer__banner .shelf-product__brand {
		text-align: center
	}
}

.main-home__timer .timer__banner .shelf-product:hover {
	border-bottom: 0 !important
}

@media screen and (max-width: 1024px) {
	.main-home__timer .timer {
		border: 1px #F9F9F9 solid;
		padding: 10px
	}
	.main-home__timer .timer__title h3 {
		font-size: 26px
	}
}

@media screen and (max-width: 768px) {
	.main-home__timer .timer {
		font-size: 13px
	}
	.main-home__timer .timer time {
		display: none
	}
	.main-home__timer .timer__title h3 {
		font-size: 20px
	}
	.main-home__timer .timer__countdown span {
		font-size: 14px
	}
}

.full-banner,
.js-home-full-slider-mobile {
	display: block
}

.full-banner__item,
.js-home-full-slider-mobile__item {
	display: block
}

.full-banner__img,
.js-home-full-slider-mobile__img {
	display: block;
	width: 100%;
	height: auto
}

.full-banner .slick-arrow,
.js-home-full-slider-mobile .slick-arrow {
	top: 50%;
	margin-top: -25px
}

@media screen and (max-width: 768px) {
	.full-banner .slick-arrow,
	.js-home-full-slider-mobile .slick-arrow {
		display: none !important
	}
}

.full-banner .slick-prev,
.js-home-full-slider-mobile .slick-prev {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.full-banner .slick-next,
.js-home-full-slider-mobile .slick-next {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.full-banner .slick-dots,
.js-home-full-slider-mobile .slick-dots {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 2;
	display: -ms-flexbox !important;
	display: flex !important;
	width: initial;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.full-banner .slick-dots li,
.js-home-full-slider-mobile .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px
}

.full-banner .slick-dots li.slick-active button,
.js-home-full-slider-mobile .slick-dots li.slick-active button {
	border: 1px solid #C4C4C4
}

.full-banner .slick-dots button,
.js-home-full-slider-mobile .slick-dots button {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border: 2px solid transparent;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 0
}

.full-banner .slick-dots button:before,
.js-home-full-slider-mobile .slick-dots button:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #666;
	display: block;
	border-radius: 50px;
	margin: 0 auto
}

.home-brands .box-banner {
	text-align: center
}

.home-brands .box-banner a {
	display: inline-block
}

.home-brands .box-banner img {
	display: block;
	width: 100%;
	height: auto
}

.home-brands .slick-arrow svg {
	fill: #fff
}

.home-shelves__title,
.home-shelves .prateleira>h2,
.home-shelves .prateleira-moveis>h2,
.home-service__title {
	margin-bottom: 20px;
	color: #333333;
	font-family: Galatea,sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px #E5E5E5 dashed
}

.home-topTips {
	max-width: 1280px !important;
	width: 100%;
	margin: 0 auto
}

.home-topTips__title {
	font-family: Galatea,sans-serif;
	font-size: 46px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase
}

.home-topTips__description {
	color: #666;
	font-family: Galatea,sans-serif;
	font-size: 14px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto 20px
}

.home-topTips .slick-slide {
	margin: 0 10px
}

@media screen and (max-width: 768px) {
	.home-topTips .slick-arrow {
		display: none !important
	}
}

.home-topBrands {
	text-align: center;
	position: relative
}

.home-topBrands::after {
	content: '';
	display: block;
	border-bottom: 1px #000 solid;
	position: absolute;
	top: 33px;
	width: 100%;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.home-topBrands .slick-arrow {
		display: none !important
	}
	.home-topBrands .home-topBrands__brands {
		padding: 0
	}
}

.home-topBrands__title {
	font-family: Galatea,sans-serif;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 0 20px
}

.home-topBrands__description {
	color: #666;
	font-family: Galatea,sans-serif;
	font-size: 14px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto 20px
}

.home-topBrands .slick-list {
	margin: 0
}

@media screen and (min-width: 768px) {
	.home-topBrands .slick-list {
		margin: 0px 70px
	}
}

.home-highlightsBrands {
	background: #F9F9F9
}

.home-highlightsBrands__title {
	margin-bottom: 20px;
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 21px;
	font-weight: bold
}

.home-highlightsBrands .slick-slide {
	margin: 0 5px
}

@media screen and (max-width: 768px) {
	.home-highlightsBrands .slick-arrow {
		display: none !important
	}
}

.home-service .slick-list {
	margin: 0px 35px
}

.home-highlightsBrands .slick-arrow,
.prateleira ul .slick-arrow,
.prateleira-moveis ul .slick-arrow {
	width: 60px;
	height: 60px
}

.instagram {
	display: -ms-flexbox;
	display: flex;
	width: 426px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.instagram__item {
	display: -ms-flexbox;
	display: flex;
	width: 193px;
	height: 193px;
	margin: 10px;
	overflow: hidden;
	-ms-flex-align: center;
	align-items: center
}

.instagram__item--text {
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.instagram__link {
	display: block
}

.instagram__image {
	display: block;
	width: 100%;
	height: auto
}

.instagram__text {
	display: block;
	font-size: 18px;
	text-transform: uppercase
}

.instagram__text:last-child {
	font-size: 22px
}

.instagram__text--bigger {
	margin: 10px 0;
	font-size: 30px;
	letter-spacing: .1em
}

.product {
	font-family: Galatea,sans-serif
}

.product .discount-flag {
	height: 20px;
	width: 40px;
	color: #fff;
	border-radius: 5px;
	background: #e30613;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex
}

.product__breadcrumb {
	background: #F9F9F9;
	margin-bottom: 10px
}

.product__breadcrumb .bread-crumb li {
	font-size: 13px !important
}

.product__breadcrumb .bread-crumb li>a {
	text-decoration: none !important;
	color: #9f9f9f
}

.product__breadcrumb .bread-crumb li:first-child,
.product__breadcrumb .bread-crumb li:last-child {
	display: inline-block !important
}

.product__breadcrumb .bread-crumb li:after {
	content: " > " !important;
	-webkit-transform: scale(0.6, 1.2);
	-ms-transform: scale(0.6, 1.2);
	transform: scale(0.6, 1.2);
	font-weight: 700;
	color: #9f9f9f
}

.product__breadcrumb .bread-crumb li.last a {
	color: #000
}

.product__breadcrumb .bread-crumb li.last:after {
	display: none
}

@media (max-width: 1023px) {
	.product__breadcrumb .bread-crumb li {
		font-size: 16px
	}
}

@media screen and (max-width: 768px) {
	.product__breadcrumb .bread-crumb li {
		font-size: 11px !important;
		font-weight: 700
	}
	.product__breadcrumb .bread-crumb li a {
		color: #828282
	}
	.product__breadcrumb .bread-crumb li:after {
		margin: 0 10px
	}
	.product__breadcrumb .bread-crumb li.last a {
		color: #333333
	}
}

.product__title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	border-bottom: 1px #cdcdcd dashed
}

.product__subtitle {
	margin: 20px 0 10px;
	font-size: 14px;
	text-transform: uppercase
}

.product__main-bg {
	margin-bottom: 50px
}

.product__main {
	margin-bottom: 30px;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media screen and (min-width: 1024px) {
	.product__main {
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.product__images {
	margin: 0 auto
}

@media screen and (min-width: 1024px) {
	.product__images #show {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.product__images #image-main {
	width: 550px;
	margin: 0 auto
}

.product__images #include {
	-ms-flex: 1 1;
	flex: 1 1
}

.product__images .thumbs {
	max-width: 210px;
	margin: 0 auto;
	position: relative
}

.product__images .thumbs .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block !important;
	width: 50px;
	margin: 0;
	padding: 0
}

.product__images .thumbs .slick-next {
	right: -50px
}

.product__images .thumbs .slick-prev {
	left: -50px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

@media screen and (min-width: 1024px) {
	.product__images .thumbs {
		width: 80px;
		margin-right: 20px
	}
}

.product__images .thumbs__video {
	position: relative
}

.product__images .thumbs__video img {
	opacity: .3
}

.product__images .thumbs__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product__images .thumbs__icon svg {
	fill: #E30613
}

.product__images .thumbs li {
	padding: 7px;
	margin: 5px 0
}

.product__images .thumbs a {
	border: 2px solid #fff
}

.product__images .thumbs a.ON {
	border-color: #EB5757
}

.product__images .slick-arrow {
	display: block;
	width: 100%
}

.product__images .slick-arrow svg {
	max-width: 40px;
	height: auto
}

.product__images .slick-prev {
	margin-bottom: 10px
}

.product__images .slick-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.product__images .slick-next {
	margin-top: 10px
}

.product__images .slick-disabled {
	opacity: .3
}

.product__black-friday-button {
	position: relative;
	top: 10px;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	text-shadow: 0 0 10px #ee7969, 0 1px 20px #000;
	background: -webkit-gradient(linear, left top, right top, from(#f3346d), to(#ea6451));
	background: -webkit-linear-gradient(left, #f3346d, #ea6451);
	background: -o-linear-gradient(left, #f3346d, #ea6451);
	background: linear-gradient(to right, #f3346d, #ea6451)
}

.product__black-friday-button.is-disabled {
	opacity: 0;
	cursor: default;
	pointer-events: none
}

.product__black-friday-button .bigger {
	font-size: 16px;
	font-weight: bold
}

.product__black-friday-button .underline {
	display: inline-block;
	margin-left: 40px;
	font-size: 12px;
	text-decoration: underline
}

.product__info {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	color: #000
}

.product var {
	display: none
}

.product-info {
	padding: 5px 5px 15px;
	width: 100%;
	border: 5px solid #f1f1f1;
	font-family: Galatea,sans-serif
}

.product-info__black-friday {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 30px;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 0 10px #ee7969, 0 1px 20px #000;
	background: -webkit-gradient(linear, left top, right top, from(#f3346d), to(#ea6451));
	background: -webkit-linear-gradient(left, #f3346d, #ea6451);
	background: -o-linear-gradient(left, #f3346d, #ea6451);
	background: linear-gradient(to right, #f3346d, #ea6451);
	-ms-flex-align: baseline;
	align-items: baseline
}

.product-info__black-friday.is-hidden {
	display: none
}

.product-info__discount {
	font-size: 12px;
	text-align: right;
	-ms-flex: 1 1;
	flex: 1 1
}

.product-info__discount-value {
	font-size: 16px
}

.product-info__main-box,
.product-info__more-box {
	display: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-info__main-box.is-active,
.product-info__more-box.is-active {
	display: block
}

.product-info__main-box {
	position: relative
}

@media screen and (min-width: 1024px) {
	.product-info__main-box {
		padding: 10px 20px
	}
}

.product-info__brand-and-ref {
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-info__brand-and-ref .brandName {
	color: #999;
	font-size: 14px;
	text-transform: uppercase
}

.product-info__brand-and-ref .productReference {
	font-size: 11px
}

.product-info__name {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3
}

@media screen and (min-width: 1024px) {
	.product-info__name {
		font-size: 28px
	}
}

.product-info__cod {
	font-size: 10px;
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 30px
}

.product-info__highlight .flag {
	display: inline-block;
	margin-bottom: 20px;
	padding: 2px 40px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px dashed #303030
}

@media screen and (min-width: 1024px) {
	.product-info__sku-selector-and-price {
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (max-width: 1023px) {
	.product-info__sku-selector-kit {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.product-info .unit-kit {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 15px;
	margin-top: 15px;
	padding: 2px;
	width: 100%;
	max-width: 107px;
	-ms-flex-preferred-size: 107px;
	flex-basis: 107px;
	border: 2px solid #cdcdcd;
	border-radius: 3px;
	background: #f1f1f1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media screen and (min-width: 1024px) {
	.product-info .unit-kit {
		margin-top: 93px
	}
}

.product-info .unit-kit::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1%;
	z-index: 0;
	display: block;
	width: 48px;
	height: 38px;
	border-radius: 3px;
	background: #E30613;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-info .unit-kit.to-right::before {
	left: 51%
}

.product-info .unit-kit__button {
	padding: 10px 15px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

.product-info .unit-kit__button.is-active {
	color: #fff
}

.product-info__buying-info {
	margin-top: 20px;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media screen and (max-width: 1023px) {
	.product-info__buying-info {
		margin-top: 60px
	}
}

@media screen and (min-width: 1024px) {
	.product-info__buying-info {
		position: relative;
		margin-top: 0;
		-ms-flex: 1 1;
		flex: 1 1;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.product-info__price {
	display: -ms-flexbox;
	display: flex;
	min-height: 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-top: 3px;
	padding-right: 2px
}

.product-info__price .descricao-preco {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-info__price .valor-por,
.product-info__price .valor-dividido {
	display: block;
	font-style: normal
}

.product-info__price .valor-de,
.product-info__price .valor-por {
	font-size: 0
}

.product-info__price .valor-dividido {
	width: 100%;
	font-size: 13px;
	text-transform: lowercase;
	font-weight: normal
}

@media screen and (min-width: 1024px) {
	.product-info__price .valor-dividido {
		font-size: 16px
	}
}

.product-info__price .valor-dividido strong {
	font-weight: normal;
	text-transform: none
}

.product-info__price .skuListPrice {
	margin-right: 10px;
	font-size: 22px;
	color: #999;
	font-weight: normal;
	text-decoration: line-through
}

@media screen and (min-width: 1024px) {
	.product-info__price .skuListPrice {
		font-size: 26px
	}
}

.product-info__price .skuBestPrice {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px
}

@media screen and (min-width: 1024px) {
	.product-info__price .skuBestPrice {
		font-size: 26px
	}
}

.product-info__price .skuBestInstallmentValue {
	white-space: nowrap
}

.product-info__price .preco-a-vista,
.product-info__price .economia-de {
	display: none !important
}

.product-info__buy {
	margin: 15px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media screen and (min-width: 1024px) {
	.product-info__buy {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-info__buy-button {
	display: block;
	width: 89%;
	min-width: 140px;
	height: 60px;
	margin: 15px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	border: none;
	border-radius: 3px;
	background: #E30613;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

@media screen and (min-width: 1024px) {
	.product-info__buy-button {
		margin: 0;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%
	}
}

.product-info__wishlist {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.product-info__wishlist.is-favorited .icon-heart svg,
.product-info__wishlist.is-favorited .icon-heart svg path {
	fill: #E30613
}

.product-info__variation-title {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal
}

.product-buyOption p {
	width: 160px
}

.product-buyOption .product-info__pickup-store {
	color: #E30613;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	position: absolute
}

.product-buyOption .product-info__pickup-store i {
	margin-right: 10px
}

@media screen and (max-width: 1024px) {
	.product-buyOption .product-info__pickup-store {
		width: 100%;
		bottom: 60px
	}
}

@media screen and (max-width: 1024px) {
	.product-buyOption .product-info__pickup-store {
		font-size: 12px
	}
	.product-buyOption .product-info__pickup-store i {
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (max-width: 1024px) {
	.product-buyOption {
		width: 95%;
		margin: 0 auto
	}
	.product-buyOption .product-info__pickup-store {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.product-buyOption .product-info__pickup-store i {
		margin-right: 50px
	}
	.product-buyOption p {
		width: auto
	}
}

@media screen and (min-width: 1024px) {
	.product-buyOption {
		width: 38%;
		display: -ms-flexbox;
		display: flex
	}
}

.product-sku-selector {
	display: -ms-flexbox;
	display: flex
}

.product-sku-selector__item {
	margin-right: 5px
}

.product-sku-selector__link {
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	border: 2px solid #303030
}

.product-sku-selector__link.is-active {
	border-color: #E30613
}

.info-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	display: none
}

.info-tabs__tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: calc(50% - 5px);
	-ms-flex-preferred-size: calc(50% - 5px);
	flex-basis: calc(50% - 5px);
	height: 57px;
	background: #f1f1f1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
}

.info-tabs__tab.is-active {
	background: #fff
}

.info-tabs__tab span {
	font-size: 16px;
	font-weight: bold
}

@media screen and (min-width: 1024px) {
	#sku-selector:not(:empty) {
		min-width: 90px
	}
}

.sku-selector {
	width: 91px;
	position: relative;
	z-index: 2;
	margin-right: 10px
}

.sku-selector__title {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px
}

.sku-selector__container {
	position: relative;
	width: 100%;
	max-width: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 2px solid #cdcdcd;
	border-radius: 3px;
	background: #f1f1f1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.sku-selector__list {
	height: 0;
	overflow: hidden
}

.sku-selector__list.is-open {
	height: 100%
}

.sku-selector__selected {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 14px;
	text-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: default
}

.sku-selector__anchor:hover {
	background: #999
}

.product-qty-selector {
	margin-right: 15px;
	margin-left: 15px;
	max-width: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%
}

@media screen and (min-width: 1024px) {
	.product-qty-selector {
		margin-right: 5%;
		padding-left: -50%;
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}
}

.product-qty-selector__button {
	height: 26px;
	margin: 3 3 1 1;
	padding: 10px;
	border: none;
	border-radius: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.product-qty-selector__button svg {
	fill: #E30613
}

.product-qty-selector__value {
	display: block;
	width: 100%;
	height: 46px;
	margin: 0;
	color: #000;
	font-size: 30px;
	text-align: center;
	border: none;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Galatea,sans-serif
}

.product-social-link {
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	border-top: 2px solid #e5e5e5;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px
}

.product-social-link__title {
	margin: 0 30px 0 0;
	font-size: 12px;
	font-weight: normal
}

.product-social-link__list {
	display: -ms-flexbox;
	display: flex
}

.product-social-link__anchor {
	margin: 0;
	color: #828282;
	font-size: 18px;
	border: none;
	border-radius: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1px 6px
}

.product-social-link__anchor svg {
	fill: #828282
}

.product-characteristics {
	margin: 40px 0
}

.product-characteristics__title {
	margin-bottom: 10px;
	color: #333333;
	font-size: 18px;
	border-bottom: 1px dashed #cdcdcd
}

@media screen and (min-width: 1024px) {
	.product-characteristics__title {
		margin-bottom: 20px;
		font-size: 26px;
		text-transform: uppercase
	}
}

.product-characteristics__subtitle {
	margin: 20px 0 10px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase
}

@media screen and (min-width: 1024px) {
	.product-characteristics__subtitle:first-child {
		margin-top: 0
	}
}

@media screen and (min-width: 1024px) {
	.product-characteristics__content {
		display: -ms-flexbox;
		display: flex
	}
}

.product-characteristics__description,
.product-characteristics__characteristics {
	color: #666
}

@media screen and (min-width: 1024px) {
	.product-characteristics__description,
	.product-characteristics__characteristics {
		max-width: 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
}

@media screen and (min-width: 1024px) {
	.product-characteristics__description {
		padding-right: 20px;
		font-size: 16px;
		padding-left: 10vw
	}
}

@media screen and (min-width: 1024px) {
	.product-characteristics__characteristics {
		padding-right: 10vw;
		padding-left: 20px
	}
	.product-characteristics__characteristics p {
		font-size: 16px
	}
}

.product-characteristics__box {
	margin-bottom: 30px
}

.product-characteristics__box p.read-more {
	height: 90px;
	overflow: hidden
}

.product-characteristics__box .js-read-more {
	color: #333;
	padding: 3px 30px;
	border: 2px #dadada solid;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	margin: 15px auto;
	display: block
}

.product-form {
	width: 100%
}

.product-form__title {
	color: #E30613;
	font-size: 24px;
	font-weight: normal
}

.product-form__input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 20px 0;
	padding: 0 20px;
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 14px;
	border: 1px solid #E30613;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.product-form__input--no-margin {
	margin: 0
}

.product-form__input--smaller {
	width: calc(30% - 5px)
}

.product-form__input--bigger {
	width: calc(70% - 5px)
}

.product-form__input::-webkit-input-placeholder {
	color: #999;
	font-style: italic;
	text-transform: lowercase
}

.product-form__input:-ms-input-placeholder {
	color: #999;
	font-style: italic;
	text-transform: lowercase
}

.product-form__input::-ms-input-placeholder {
	color: #999;
	font-style: italic;
	text-transform: lowercase
}

.product-form__input::placeholder {
	color: #999;
	font-style: italic;
	text-transform: lowercase
}

.product-form__input:invalid {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.product-form__fields {
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-form__button {
	position: relative;
	display: block;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #E30613;
	float: right;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-form__button:hover {
	background: #80030b
}

.product-form__button-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.product-form__button-icon svg {
	fill: #fff
}

.product-steps {
	margin-bottom: 40px
}

.product-steps__title {
	margin: 1em 0
}

@media screen and (min-width: 1024px) {
	.product-steps__title {
		font-size: 26px;
		text-transform: uppercase
	}
}

@media screen and (min-width: 1024px) {
	.product-steps__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.product-steps__images {
	position: relative;
	margin-bottom: 10px;
	cursor: -webkit-grab;
	cursor: grab;
	width: 100%
}

.product-steps__images:active {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

@media screen and (min-width: 1024px) {
	.product-steps__images {
		max-width: calc(50% - 25px)
	}
}

.product-steps__images .slick-dots {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center
}

.product-steps__images .slick-dots li {
	margin: 0 5px
}

.product-steps__images .slick-dots .slick-active button {
	color: #fff;
	background: #E30613
}

.product-steps__images .slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #000;
	border: none;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}

@media screen and (min-width: 1024px) {
	.product-steps__shelf {
		max-width: calc(50% - 25px)
	}
}

.product-steps__shelf .prateleira>h2 {
	display: none !important
}

.product-steps__shelf .prateleira li {
	margin: 0 1px 20px
}

@media screen and (max-width: 1024px) {
	.product-steps__shelf .prateleira .shelf-product {
		min-height: calc(100% - 50px)
	}
}

@media screen and (min-width: 1260px) {
	.product-steps__shelf .prateleira .shelf-product {
		min-height: 486px
	}
}

.product-steps__shelf .prateleira .shelf-product__actions {
	opacity: 1;
	visibility: visible
}

.product-steps__shelf .slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 34px !important;
	height: 34px !important;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.product-steps__shelf .slick-arrow.slick-prev {
	left: -15px
}

.product-steps__shelf .slick-arrow.slick-next {
	right: -15px
}

.product-comprou-tambem li {
	margin: 0 1px
}

.product-comprou-tambem .slick-arrow {
	position: absolute;
	z-index: 1;
	width: 60px !important;
	height: 60px !important;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.6);
	-ms-transform: translateY(-50%) scale(0.6);
	transform: translateY(-50%) scale(0.6)
}

.product-comprou-tambem .slick-arrow.slick-prev {
	left: -20px;
	-webkit-transform: translateY(-50%) scale(0.6) rotate(180deg);
	-ms-transform: translateY(-50%) scale(0.6) rotate(180deg);
	transform: translateY(-50%) scale(0.6) rotate(180deg)
}

.product-comprou-tambem .slick-arrow.slick-next {
	right: -20px
}

.product-lightboxStore {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 99998;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-lightboxStore.is-active {
	opacity: 1;
	visibility: visible
}

.product-lightboxStore .lightboxStore {
	max-width: 890px;
	width: 90%;
	height: 470px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-lightboxStore .lightboxStore.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.product-lightboxStore .lightboxStore__header {
	background: #CF0000;
	height: 66px;
	padding: 10px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.product-lightboxStore .lightboxStore__header h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 300
}

.product-lightboxStore .lightboxStore__header .icon-close-lightbox {
	cursor: pointer
}

.product-lightboxStore .lightboxStore__content {
	padding: 20px
}

.product-lightboxStore .lightboxStore__content-header {
	background: #F2F2F2;
	font-weight: 700;
	font-size: 13px;
	height: 45px;
	border: 1px #C4C4C4 solid;
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-lightboxStore .lightboxStore__content-table {
	height: 270px;
	overflow-y: scroll;
	overscroll-behavior: contain
}

.product-lightboxStore .lightboxStore__content-table::-webkit-scrollbar {
	width: 12px
}

.product-lightboxStore .lightboxStore__content-table::-webkit-scrollbar-track {
	background: #e8e8e8
}

.product-lightboxStore .lightboxStore__content-table::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 4px #e8e8e8;
	box-shadow: inset 0 0 0 4px #e8e8e8;
	background: #000
}

.product-lightboxStore .lightboxStore__content-title {
	width: 50%;
	padding-left: 20px
}

.product-lightboxStore .lightboxStore__content-cell {
	width: 50%
}

.product-lightboxStore .lightboxStore__content-cell:last-child {
	width: calc(50% - 10px);
	margin-left: 10px
}

.product-lightboxStore .lightboxStore__content-item {
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	border-bottom: 1px #E0E0E0 solid
}

@media screen and (min-width: 540px) {
	.product-lightboxStore .lightboxStore__content-item {
		padding: 20px 0
	}
}

.product-price__kit-quantity {
	width: 100%;
	color: #E30613;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}

.product-price__unity-value {
	margin-left: 10px;
	color: #E30613;
	font-size: 16px;
	font-weight: 700
}

.product-price__installments {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	margin-top: -20px
}

@media screen and (min-width: 1024px) {
	.product-price__installments {
		font-size: 16px
	}
}

.product-price__unavailable {
	display: block;
	font-size: 16px;
	font-weight: 700
}

body.soldout .product-info__sku-selector-and-price {
	display: block
}

body.soldout .product-info .unit-kit {
	display: none
}

body.soldout .js-product-sku-selector {
	min-height: 80px
}

body.soldout .product-info__buying-info {
	margin-top: 0
}

.product-buy-together table {
	margin-bottom: 10vmin
}

.buy-together-content table,
.buy-together-content tbody,
.buy-together-content td,
.rex-buy-together table,
.rex-buy-together tbody,
.rex-buy-together td {
	display: block
}

.buy-together-content tbody,
.rex-buy-together tbody {
	position: relative
}

.buy-together-content tr,
.rex-buy-together tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.buy-together-content td h3,
.rex-buy-together td h3 {
	color: #333;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	text-align: center
}

@media screen and (min-width: 768px) {
	.buy-together-content td h3,
	.rex-buy-together td h3 {
		font-size: 15px
	}
}

.buy-together-content .itemA,
.buy-together-content .itemB,
.rex-buy-together .itemA,
.rex-buy-together .itemB {
	width: calc(50% - 1px);
	padding: 10px 2px;
	border: 9px solid #f9f9f9
}

@media screen and (min-width: 768px) {
	.buy-together-content .itemA,
	.buy-together-content .itemB,
	.rex-buy-together .itemA,
	.rex-buy-together .itemB {
		padding: 30px;
		-ms-flex: 1 1;
		flex: 1 1
	}
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper,
.buy-together-content .itemB .buy-together-price-skuselector-wrapper,
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper,
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper .buy-together-variations,
.buy-together-content .itemB .buy-together-price-skuselector-wrapper .buy-together-variations,
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper .buy-together-variations,
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper .buy-together-variations {
	margin-right: 20px
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item input[type="radio"],
.buy-together-content .itemB .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item input[type="radio"],
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item input[type="radio"],
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item input[type="radio"] {
	width: 0
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item .buy-together-variation-label,
.buy-together-content .itemB .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item .buy-together-variation-label,
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item .buy-together-variation-label,
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper .buy-together-variations .buy-together-variation-item .buy-together-variation-label {
	padding: 10px;
	background-color: #cdcdcd;
	border-radius: 3px;
	border: 1px solid #999
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper .buy-together-price,
.buy-together-content .itemB .buy-together-price-skuselector-wrapper .buy-together-price,
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper .buy-together-price,
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper .buy-together-price {
	font-weight: 700
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper .buy-together-price-after,
.buy-together-content .itemB .buy-together-price-skuselector-wrapper .buy-together-price-after,
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper .buy-together-price-after,
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper .buy-together-price-after {
	font-size: 20px
}

.buy-together-content .itemA .buy-together-price-skuselector-wrapper .buy-together-price-installment,
.buy-together-content .itemB .buy-together-price-skuselector-wrapper .buy-together-price-installment,
.rex-buy-together .itemA .buy-together-price-skuselector-wrapper .buy-together-price-installment,
.rex-buy-together .itemB .buy-together-price-skuselector-wrapper .buy-together-price-installment {
	display: block;
	font-size: 12px
}

.buy-together-content .itemA img,
.buy-together-content .itemB img,
.rex-buy-together .itemA img,
.rex-buy-together .itemB img {
	margin: 0 auto
}

.buy-together-content .plus,
.rex-buy-together .plus {
	position: absolute;
	top: 20%;
	left: 50%;
	font-size: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
	.buy-together-content .plus,
	.rex-buy-together .plus {
		position: static;
		margin: 0 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-ms-flex-item-align: center;
		align-self: center
	}
}

.buy-together-content .equal,
.rex-buy-together .equal {
	margin: 0 20px;
	font-size: 40px;
	-ms-flex-item-align: center;
	align-self: center
}

@media screen and (max-width: 767px) {
	.buy-together-content .equal,
	.rex-buy-together .equal {
		display: none
	}
}

.buy-together-content .buy,
.rex-buy-together .buy {
	position: relative;
	width: 100%;
	margin-top: 2px;
	padding: 20px 20px 20px 80px;
	font-size: 20px;
	font-weight: 700;
	border: 9px solid #f9f9f9;
	text-align: center
}

@media screen and (min-width: 768px) {
	.buy-together-content .buy,
	.rex-buy-together .buy {
		display: -ms-flexbox;
		display: flex;
		padding: 20px;
		font-size: 25px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex: 1 1;
		flex: 1 1;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.buy-together-content .buy::before,
.rex-buy-together .buy::before {
	content: '=';
	position: absolute;
	top: 15px;
	left: 30px;
	font-size: 40px;
	font-weight: 400
}

@media screen and (min-width: 768px) {
	.buy-together-content .buy::before,
	.rex-buy-together .buy::before {
		display: none
	}
}

.buy-together-content .buy strong,
.rex-buy-together .buy strong {
	display: block;
	font-size: 12px
}

@media screen and (min-width: 1024px) {
	.buy-together-content .buy strong,
	.rex-buy-together .buy strong {
		font-size: 14px
	}
}

.buy-together-content .comprar-junto,
.rex-buy-together .comprar-junto {
	width: calc(100% + 50px);
	margin-top: 20px;
	margin-left: -50px
}

@media screen and (min-width: 768px) {
	.buy-together-content .comprar-junto,
	.rex-buy-together .comprar-junto {
		width: auto;
		margin-left: 0
	}
}

#lnkComprar,
.button--buy-together {
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	background: #E30613
}

#lnkVejaMais,
.buy-together {
	display: none !important
}

#divTitulo {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	border-bottom: 1px dashed #cdcdcd
}

@media screen and (min-width: 1024px) {
	#divTitulo {
		margin-bottom: 20px;
		font-size: 26px;
		text-transform: uppercase
	}
}

.product__buytogether-brand {
	margin-top: 5px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center
}

@media screen and (min-width: 1024px) {
	.product__buytogether-brand:hover {
		text-decoration: underline
	}
}

.product__buytogether-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
	max-width: 100%
}

.product__buytogether-specs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%
}

.product__buytogether-spec {
	display: inline-block;
	font-size: 14px;
	padding: 10px;
	background: #f1f1f1;
	border: 2px solid #cdcdcd;
	border-radius: 3px;
	margin-right: 10px
}

.product__buytogether-price {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding: 5px 0
}

.container-order-form {
	font-family: Galatea,sans-serif
}

.container-order-form h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	color: #000
}

.container-order-form .orderform-template-holder .step {
	padding: 0;
	border-style: none
}

.container-order-form .orderform-active {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.container-order-form .orderform-template .form-page .form-page {
	border-top: 0
}

.container-order-form .orderform-template .form-page .link-cart {
	position: absolute;
	bottom: 40%;
	right: 0;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 20px;
	background-color: #dadada;
	border-radius: 2px
}

@media (min-width: 980px) {
	.container-order-form .orderform-template .form-page .link-cart {
		bottom: 0
	}
}

.container-order-form .orderform-template .form-page .link-cart a {
	color: #000;
	font-family: Galatea,sans-serif;
	font-size: 12px
}

.container-order-form .orderform-template .form-page .step.active {
	border: 0
}

.container-order-form .orderform-template .form-page.client-pre-email {
	width: 101%
}

.container-order-form .orderform-template .form-page .pre-email .client-pre-email-h label {
	text-align: left;
	font-family: Galatea,sans-serif
}

.container-order-form .orderform-template .form-page .pre-email .client-pre-email-h span,
.container-order-form .orderform-template .form-page .pre-email .client-pre-email-h small {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding: 0
}

.container-order-form .orderform-template .form-page .pre-email .client-email {
	text-align: left;
	margin-left: inherit;
	width: 100%;
	float: none
}

.container-order-form .orderform-template .form-page .pre-email .client-email input {
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 20px;
	font-size: 12px;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: Galatea,sans-serif
}

@media (min-width: 768px) {
	.container-order-form .orderform-template .form-page .pre-email .client-email input {
		width: 79%
	}
}

@media (min-width: 1024px) {
	.container-order-form .orderform-template .form-page .pre-email .client-email input {
		width: 83%
	}
}

.container-order-form .orderform-template .form-page .pre-email .client-email .btn.btn-success {
	position: static;
	height: 54px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #E30613;
	text-shadow: none;
	border: 0;
	background-image: none;
	color: white;
	font-weight: bold;
	padding: 0 20px;
	text-transform: uppercase;
	width: 100%;
	margin: 5px auto 0;
	font-family: Galatea,sans-serif
}

@media (min-width: 768px) {
	.container-order-form .orderform-template .form-page .pre-email .client-email .btn.btn-success {
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		margin: 0
	}
}

.container-order-form .orderform-template .form-page .emailInfo {
	border: 0;
	background-color: #fff
}

.container-order-form .orderform-template .form-page .emailInfo h3 {
	display: none
}

.container-order-form .orderform-template .form-page .emailInfo i.icon-ok {
	color: #E30613;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Y2hlY2s8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+PGcgaWQ9IkNhbnZhcy1jaGVjayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODQwIC00MTEpIj48ZyBpZD0iY2hlY2stY2hlY2siPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwtY2hlY2siIHRyYW5zZm9ybT0ibWF0cml4KC0wLjI1ODgxOSAwLjk2NTkyNiAtMC45NjU5MjYgLTAuMjU4ODE5IDEwODUyLjQgNDE0LjA2MSkiIGZpbGw9IiNDRjAwMDAiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9maWxsLWNoZWNrIiBkPSJNIDYuODk3OTcgOS41NTIzMUMgNi4zODQyIDEwLjY1MzMgNC44Mjg4NSA5Ljc1NTMyIDUuNDg2MzEgOC42MTU1OUwgNy4yMjMzOSA1LjYwNzM3QyA3LjIyMzM5IDUuNjA3MzcgMS41NDUyMSAyLjM4ODgyIDAuNDg5Mzc2IDEuNzE5NDhDIC0wLjU2NjQ2MSAxLjA1MDE0IDAuMjUwMTkgLTAuNTA2NDIgMS4zODczNyAwLjE2NDI0NEwgOC44OTY2MiA0LjM1NjA4QyA5LjE1ODQxIDQuNjUxMjYgOS4yNjc5NyA1LjA2MDE0IDkuMjA3MDcgNS41MTQ3MUwgNi44OTc5NyA5LjU1MjMxWiIvPjwvZGVmcz48L3N2Zz4=);
	background-position: center;
	margin-right: 5px
}

.container-order-form .accordion-group {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	border-right-style: none;
	border-radius: 0
}

.container-order-form .accordion-group .accordion-heading {
	background-color: #878787;
	border-radius: 4px 4px 0 0
}

.container-order-form .accordion-group .accordion-heading .accordion-toggle-active,
.container-order-form .accordion-group .accordion-heading .accordion-toggle {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0
}

.container-order-form .accordion-group .accordion-heading .accordion-toggle-active .link-box-edit,
.container-order-form .accordion-group .accordion-heading .accordion-toggle .link-box-edit {
	top: 0;
	right: 0;
	background-color: transparent;
	color: #fff;
	border: none
}

.container-order-form .accordion-group .accordion-heading .accordion-toggle-active .icon-user,
.container-order-form .accordion-group .accordion-heading .accordion-toggle-active .icon-home,
.container-order-form .accordion-group .accordion-heading .accordion-toggle-active .icon-credit-card,
.container-order-form .accordion-group .accordion-heading .accordion-toggle .icon-user,
.container-order-form .accordion-group .accordion-heading .accordion-toggle .icon-home,
.container-order-form .accordion-group .accordion-heading .accordion-toggle .icon-credit-card {
	display: none
}

.container-order-form .accordion-group .accordion-body .box-client-info-pf input[type=text],
.container-order-form .accordion-group .accordion-body .box-client-info-pf input[type=tel],
.container-order-form .accordion-group .accordion-body .box-client-info-pf input[type=email],
.container-order-form .accordion-group .accordion-body .box-client-info-pj input[type=text],
.container-order-form .accordion-group .accordion-body .box-client-info-pj input[type=tel],
.container-order-form .accordion-group .accordion-body .box-client-info-pj input[type=email] {
	height: 50px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important
}

.container-order-form .accordion-group .accordion-body .submit button {
	background-color: #E30613;
	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	width: 100%;
	border-radius: 2px
}

.container-order-form .accordion-group .accordion-inner .box-info {
	color: #171717
}

.container-order-form .accordion-group .accordion-inner .client-first-name,
.container-order-form .accordion-group .accordion-inner .client-document,
.container-order-form .accordion-group .accordion-inner .client-company-ie {
	width: 100%
}

@media (min-width: 768px) {
	.container-order-form .accordion-group .accordion-inner .client-first-name,
	.container-order-form .accordion-group .accordion-inner .client-document,
	.container-order-form .accordion-group .accordion-inner .client-company-ie {
		width: 48%;
		margin-right: 4%
	}
}

.container-order-form .accordion-group .accordion-inner .client-last-name,
.container-order-form .accordion-group .accordion-inner .client-phone,
.container-order-form .accordion-group .accordion-inner .client-company-document {
	width: 100%
}

@media (min-width: 768px) {
	.container-order-form .accordion-group .accordion-inner .client-last-name,
	.container-order-form .accordion-group .accordion-inner .client-phone,
	.container-order-form .accordion-group .accordion-inner .client-company-document {
		width: 48%;
		margin: 0
	}
}

.container-order-form .accordion-group .accordion-inner .cancel-address-form {
	text-transform: uppercase
}

.container-order-form .accordion-group .accordion-inner .cancel-address-form a {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	text-decoration: underline;
	color: #000
}

.container-order-form .accordion-group .accordion-inner .cancel-address-form a:before {
	content: '\276E';
	position: absolute;
	left: 0;
	color: #444
}

.container-order-form .accordion-group .accordion-inner .address-form-new input {
	height: 50px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100%
}

.container-order-form .accordion-group .accordion-inner .address-form-new .ship-postal-code small {
	margin: 0;
	color: #000;
	text-decoration: underline
}

.container-order-form .accordion-group .accordion-inner .address-form-new .ship-number {
	width: 30%;
	margin-right: 5%
}

.container-order-form .accordion-group .accordion-inner .address-form-new .ship-more-info {
	width: 65%;
	display: inline-block
}

.container-order-form .accordion-group .accordion-inner p.btn-submit-wrapper button {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	font-family: Galatea,sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #E30613;
	background-image: none;
	line-height: 50px;
	border-style: none;
	border-radius: 2px
}

.container-order-form .accordion-group .accordion-inner tbody.totalizers-list tr:nth-child(even) {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd
}

.container-order-form .payment-data .gift-card-section {
	margin-left: auto
}

.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers .gift-card-provider-options {
	margin-left: 0
}

@media (min-width: 768px) {
	.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers .gift-card-provider-options {
		margin-left: 5px
	}
}

.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px
}

.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers select.input-medium {
	width: 100%;
	font-weight: 100
}

@media (min-width: 768px) {
	.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers select.input-medium {
		width: 57%
	}
}

@media (min-width: 1024px) {
	.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers select.input-medium {
		width: 51%
	}
}

.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers button {
	background-color: #E30613;
	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px
}

@media (min-width: 768px) {
	.container-order-form .payment-data .gift-card-section .gift-card-multiple-providers button {
		width: auto;
		margin-top: 0
	}
}

.container-order-form .cart-template .cart-fixed.affix-top.cart-fixed-transition h2 {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #878787;
	border-radius: 3px 3px 0 0
}

.container-order-form .cart-template .summary-cart-template-holder .mini-cart,
.container-order-form .cart-template .summary-cart-template-holder .cart {
	margin-bottom: 0
}

.container-order-form .cart-template .summary-cart-template-holder .cart-items li,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item {
	margin-top: 0;
	padding: 5px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd
}

.container-order-form .cart-template .summary-cart-template-holder .cart-items li:first-of-type,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item:first-of-type {
	border-top-style: none
}

.container-order-form .cart-template .summary-cart-template-holder .cart-items li .quantity.badge,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item .quantity.badge {
	color: #000;
	background-color: #cdcdcd
}

.container-order-form .cart-template .summary-cart-template-holder .cart-items li .badge,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item .badge {
	padding: 2.5px 4.5px;
	background-color: #cdcdcd;
	line-height: 9px
}

.container-order-form .cart-template .summary-cart-template-holder .cart-items li .product-name,
.container-order-form .cart-template .summary-cart-template-holder .cart-items li .price,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item .product-name,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item .price {
	color: #171717
}

.container-order-form .cart-template .summary-cart-template-holder .cart-items li .shipping-date,
.container-order-form .cart-template .summary-cart-template-holder .mini-cart .item .shipping-date {
	display: none
}

.container-order-form .cart-template .link-cart {
	text-transform: uppercase;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 8px
}

.container-order-form .cart-template .link-cart a {
	color: #000;
	text-decoration: underline;
	line-height: 13px
}

.container-order-form .cart-template .summary-template-holder {
	border-top: none
}

.container-order-form .cart-template .summary-template-holder .accordion-inner .monetary {
	color: #000
}

.container-order-form .cart-template .payment-confirmation-wrap button {
	background-color: #E30613;
	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	border-style: none;
	border-radius: 2px
}

.container-order-form .cart-template .payment-confirmation-wrap button .icon-lock {
	display: none
}

body.account .header .wrapper--vertical-sm {
	padding-top: 0px !important;
	padding-bottom: 0px !important
}

body.account .header-container .grid {
	margin: 0 auto;
	max-width: 1300px !important;
	padding-right: 10px;
	padding-left: 10px
}

body.account .header-container .header-search {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

body.account .header-container .grid__col--sm-12.grid__col--md-8.wrapper--horizontal-md {
	float: left;
	width: 66.66667%;
	-ms-flex: 1 0 66.66667%;
	flex: 1 0 66.66667%
}

body.account .header-container .container.grid,
body.account .header-container .grid.submenu__wrapper {
	width: 1280px !important
}

body.account .header-container-logo {
	margin: 0;
	padding: 0
}

@media (min-width: 1200px) {
	body.account .container,
	body.account .submenu__wrapper {
		width: 1280px
	}
	.container {
        width: 1280px !important;
        max-width: 1280px !important;
	}
}

.department__top {
	background: #f8f8f8
}

.department__top .container,
.department__top .submenu__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.department__top .container .bread-crumb li,
.department__top .submenu__wrapper .bread-crumb li {
	display: none;
	font-size: 24px
}

.department__top .container .bread-crumb li a,
.department__top .submenu__wrapper .bread-crumb li a {
	text-decoration: none !important;
	color: #000
}

.department__top .container .bread-crumb li:last-child,
.department__top .submenu__wrapper .bread-crumb li:last-child {
	display: initial
}

.department__top .container .bread-crumb li:after,
.department__top .submenu__wrapper .bread-crumb li:after {
	content: ''
}

@media (max-width: 1023px) {
	.department__top .container .bread-crumb li,
	.department__top .submenu__wrapper .bread-crumb li {
		font-size: 16px
	}
}

.department__top .container .department__controls,
.department__top .submenu__wrapper .department__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.department__top .container .department__controls .custom-select,
.department__top .submenu__wrapper .department__controls .custom-select {
	position: relative;
	margin-left: 15px
}

.department__top .container .department__controls .custom-select .custom-select__button,
.department__top .submenu__wrapper .department__controls .custom-select .custom-select__button {
	width: 100%;
	min-width: 255px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #cdcdcd;
	padding: 10px 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.department__top .container .department__controls .custom-select .custom-select__button:after,
.department__top .submenu__wrapper .department__controls .custom-select .custom-select__button:after {
	content: '';
	width: 0;
	height: 0;
	top: 48%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.department__top .container .department__controls .custom-select .custom-select__button .custom-select__text,
.department__top .submenu__wrapper .department__controls .custom-select .custom-select__button .custom-select__text {
	color: #999
}

.department__top .container .department__controls .custom-select .custom-select__button.is-open:after,
.department__top .submenu__wrapper .department__controls .custom-select .custom-select__button.is-open:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media (max-width: 1023px) {
	.department__top .container .department__controls .custom-select .custom-select__button,
	.department__top .submenu__wrapper .department__controls .custom-select .custom-select__button {
		min-width: 192px
	}
}

.department__top .container .department__controls .custom-select .menu-departamento,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento {
	display: none;
	padding: 5px 6px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.department__top .container .department__controls .custom-select .menu-departamento::-webkit-scrollbar,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento::-webkit-scrollbar {
	width: 12px
}

.department__top .container .department__controls .custom-select .menu-departamento::-webkit-scrollbar-track,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento::-webkit-scrollbar-track {
	background: #e8e8e8
}

.department__top .container .department__controls .custom-select .menu-departamento::-webkit-scrollbar-thumb,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 4px #e8e8e8;
	box-shadow: inset 0 0 0 4px #e8e8e8;
	background: #000
}

.department__top .container .department__controls .custom-select .menu-departamento .menu-navegue,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .menu-navegue,
.department__top .container .department__controls .custom-select .menu-departamento .search-single-navigator,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .search-single-navigator,
.department__top .container .department__controls .custom-select .menu-departamento .productClusterSearchableIds,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .productClusterSearchableIds,
.department__top .container .department__controls .custom-select .menu-departamento .Hide,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .Hide,
.department__top .container .department__controls .custom-select .menu-departamento .Marca,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .Marca,
.department__top .container .department__controls .custom-select .menu-departamento .Especificações,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .Especificações,
.department__top .container .department__controls .custom-select .menu-departamento .Faixa,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento .Faixa,
.department__top .container .department__controls .custom-select .menu-departamento h5+ul,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento h5+ul,
.department__top .container .department__controls .custom-select .menu-departamento h5,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento h5,
.department__top .container .department__controls .custom-select .menu-departamento h3.cabelos,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento h3.cabelos {
	display: none
}

.department__top .container .department__controls .custom-select .menu-departamento.is-active,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento.is-active {
	display: block;
	position: absolute;
	bottom: -300px;
	z-index: 1;
	background: #f1f1f1;
	color: #999;
	width: 100%
}

@media screen and (max-width: 767px) {
	.department__top .container .department__controls .custom-select .menu-departamento.is-active,
	.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento.is-active {
		right: -4px;
		width: 170%
	}
}

.department__top .container .department__controls .custom-select .menu-departamento.is-active span,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento.is-active span {
	display: none
}

.department__top .container .department__controls .custom-select .menu-departamento h4.even,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento h4.even {
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.department__top .container .department__controls .custom-select .menu-departamento h4.even:hover,
.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento h4.even:hover {
	background: #cdcdcd
}

@media screen and (max-width: 767px) {
	.department__top .container .department__controls .custom-select .menu-departamento h4.even,
	.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento h4.even {
		padding: 10px 5px
	}
}

@media (max-width: 1023px) {
	.department__top .container .department__controls .custom-select .menu-departamento,
	.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento {
		font-size: 12px
	}
}

@media (min-width: 1024px) {
	.department__top .container .department__controls .custom-select .menu-departamento,
	.department__top .submenu__wrapper .department__controls .custom-select .menu-departamento {
		min-width: 255px
	}
}

@media screen and (max-width: 767px) {
	.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento,
	.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento {
		left: 0
	}
}

.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator h3,
.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator h3,
.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator h4,
.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator h4,
.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul,
.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul {
	display: none
}

.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca,
.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca {
	display: block
}

.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca li a,
.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px #fff solid;
	font-weight: 700
}

.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca li a:hover,
.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca li a:hover {
	background: #cdcdcd
}

@media screen and (max-width: 767px) {
	.department__top .container .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca li a,
	.department__top .submenu__wrapper .department__controls .custom-select.custom-select--brands .menu-departamento .search-single-navigator ul.Marca li a {
		padding: 10px 5px
	}
}

@media screen and (max-width: 620px) {
	.department__top .container,
	.department__top .submenu__wrapper {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.department__top .container .buttons-select,
	.department__top .submenu__wrapper .buttons-select {
		width: 100%;
		margin-bottom: 20px
	}
	.department__top .container .buttons-select .custom-select,
	.department__top .submenu__wrapper .buttons-select .custom-select {
		margin: 0;
		width: calc(50% - 10px)
	}
	.department__top .container .buttons-select .custom-select .custom-select__button,
	.department__top .submenu__wrapper .buttons-select .custom-select .custom-select__button {
		min-width: 145px
	}
}

.department .banner-main-box .js-banner-background {
	display: none
}

.department-brands {
	max-width: 1280px;
	margin: 0 auto
}

.department-brands .js-department-brands-slider {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px
}

.department-brands .js-department-brands-slider .slick-prev,
.department-brands .js-department-brands-slider .slick-next {
	display: none !important
}

@media (min-width: 1024px) {
	.department-brands .js-department-brands-slider .slick-prev,
	.department-brands .js-department-brands-slider .slick-next {
		display: inline-block !important
	}
}

@media (min-width: 1024px) {
	.department-brands .js-department-brands-slider .slick-arrow {
		display: inline-block;
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 35px;
		height: 35px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: none;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
	.department-brands .js-department-brands-slider .slick-arrow svg {
		fill: #000
	}
	.department-brands .js-department-brands-slider .slick-prev {
		left: 0;
		-webkit-transform: translate(-100%, -50%);
		-ms-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%)
	}
	.department-brands .js-department-brands-slider .slick-next {
		right: 0;
		-webkit-transform: translate(30%, -50%);
		-ms-transform: translate(30%, -50%);
		transform: translate(30%, -50%)
	}
	.department-brands .js-department-brands-slider .slick-slide {
		text-align: center
	}
	.department-brands .js-department-brands-slider .slick-slide img {
		margin: 0 auto
	}
}

@media (min-width: 1024px) {
	.department-shelves .container .shelf .prat ul li,
	.department-shelves .submenu__wrapper .shelf .prat ul li {
		width: calc(50% - 20px)
	}
}

.department-shelves .container .shelf .prat .slick-prev,
.department-shelves .submenu__wrapper .shelf .prat .slick-prev,
.department-shelves .container .shelf .prat .slick-next,
.department-shelves .submenu__wrapper .shelf .prat .slick-next {
	display: initial !important
}

@media (min-width: 1024px) {
	.department-shelves .container .shelf .prat .slick-prev,
	.department-shelves .submenu__wrapper .shelf .prat .slick-prev,
	.department-shelves .container .shelf .prat .slick-next,
	.department-shelves .submenu__wrapper .shelf .prat .slick-next {
		display: initial !important
	}
}

.department-shelves .container .shelf .prat .slick-arrow,
.department-shelves .submenu__wrapper .shelf .prat .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.department-shelves .container .shelf .prat .slick-arrow svg,
.department-shelves .submenu__wrapper .shelf .prat .slick-arrow svg {
	fill: #000
}

.department-shelves .container .shelf .prat .slick-prev,
.department-shelves .submenu__wrapper .shelf .prat .slick-prev {
	display: block;
	left: -3%;
	-webkit-transform: translate(-30%, -50%);
	-ms-transform: translate(-30%, -50%);
	transform: translate(-30%, -50%)
}

.department-shelves .container .shelf .prat .slick-next,
.department-shelves .submenu__wrapper .shelf .prat .slick-next {
	display: block;
	right: -3%;
	-webkit-transform: translate(30%, -50%);
	-ms-transform: translate(30%, -50%);
	transform: translate(30%, -50%)
}

.department-shelves .container .shelf .prat .slick-slide,
.department-shelves .submenu__wrapper .shelf .prat .slick-slide {
	text-align: center
}

.department-shelves .container .shelf .prat .slick-slide img,
.department-shelves .submenu__wrapper .shelf .prat .slick-slide img {
	margin: 0 auto
}

@media (min-width: 1024px) {
	.department-shelves .container .shelf .prat .slick-arrow,
	.department-shelves .submenu__wrapper .shelf .prat .slick-arrow {
		top: 50%
	}
	.department-shelves .container .shelf .prat .slick-prev,
	.department-shelves .submenu__wrapper .shelf .prat .slick-prev {
		display: block;
		left: 0;
		-webkit-transform: translate(-30%, -50%);
		-ms-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%)
	}
	.department-shelves .container .shelf .prat .slick-next,
	.department-shelves .submenu__wrapper .shelf .prat .slick-next {
		display: block;
		right: 0;
		-webkit-transform: translate(30%, -50%);
		-ms-transform: translate(30%, -50%);
		transform: translate(30%, -50%)
	}
	.department-shelves .container .shelf .prat .slick-slide,
	.department-shelves .submenu__wrapper .shelf .prat .slick-slide {
		text-align: center
	}
	.department-shelves .container .shelf .prat .slick-slide img,
	.department-shelves .submenu__wrapper .shelf .prat .slick-slide img {
		margin: 0 auto
	}
}

.department-shelves .container .shelf .prat.novidades>ul,
.department-shelves .submenu__wrapper .shelf .prat.novidades>ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.department-shelves .container .shelf .prat ul.slick-dots,
.department-shelves .submenu__wrapper .shelf .prat ul.slick-dots {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	position: absolute;
	width: 100%;
	bottom: -22px
}

.department-shelves.top-dicas {
	text-align: center;
	margin-bottom: 50px
}

.department-shelves.top-dicas .top-dicas-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 300
}

@media (min-width: 1024px) {
	.department-shelves.top-dicas .top-dicas-title {
		text-transform: uppercase
	}
}

.department-shelves.top-dicas .top-dicas-text {
	text-align: center;
	margin-bottom: 20px
}

@media (min-width: 1024px) {
	.department-shelves.top-dicas .top-dicas-text {
		max-width: 40%;
		margin: 20px auto
	}
}

.department-shelves.destaques {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.department-shelves.destaques .destaques-banner {
	width: 50%
}

.department-shelves.destaques .destaques-banner .box-banner {
	min-width: 604px
}

@media (min-width: 1024px) {
	.department-shelves.destaques .destaques-banner .box-banner img {
		min-height: 515px
	}
}

.department-shelves.destaques .destaques-banner .slick-dots {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center
}

.department-shelves.destaques .destaques-banner .slick-dots li {
	margin: 0 5px
}

.department-shelves.destaques .destaques-banner .slick-dots .slick-active button {
	color: #fff;
	background: #E30613
}

.department-shelves.destaques .destaques-banner .slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #000;
	border: none;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}

.department-shelves.destaques .container,
.department-shelves.destaques .submenu__wrapper {
	width: 50%
}

.department-shelves.destaques .container .destaque-confira,
.department-shelves.destaques .submenu__wrapper .destaque-confira {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px
}

.department-shelves.destaques .container .destaque-confira h2,
.department-shelves.destaques .submenu__wrapper .destaque-confira h2 {
	font-size: 18px;
	text-transform: initial;
	font-weight: 300;
	letter-spacing: .1em;
	color: #333
}

.department-shelves.destaques .container .destaque-confira a,
.department-shelves.destaques .submenu__wrapper .destaque-confira a {
	color: #E30613;
	text-decoration: underline
}

.department-shelves.destaques .container .destaque-shelf h2,
.department-shelves.destaques .submenu__wrapper .destaque-shelf h2 {
	display: none
}

.department-shelves.news .department-shelves__title {
	padding-bottom: 10px;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px
}

@media (min-width: 1024px) {
	.department-shelves.news {
		padding-bottom: initial
	}
}

.department-shelves.beauty {
	display: -ms-flexbox;
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px
}

@media (min-width: 1024px) {
	.department-shelves.beauty {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 50px auto
	}
}

.department-shelves.beauty .beauty-banner1,
.department-shelves.beauty .beauty-banner2 {
	padding: 0 10px;
	margin-bottom: 10px;
	width: 100%
}

.department-shelves.beauty .beauty-banner1>.box-banner>a>img,
.department-shelves.beauty .beauty-banner2>.box-banner>a>img {
	width: 100%
}

@media (min-width: 1024px) {
	.department-shelves.beauty .beauty-banner1,
	.department-shelves.beauty .beauty-banner2 {
		width: 50%
	}
}

.department-shelves.cabelo-iluminado {
	padding: 20px 5px;
	margin-bottom: 50px;
	background: #f8f8f8
}

.department-shelves.cabelo-iluminado__title {
	font-family: Galatea,sans-serif;
	font-size: 36px;
	text-align: center;
	font-weight: 300
}

@media (min-width: 1024px) {
	.department-shelves.cabelo-iluminado__title {
		text-transform: uppercase
	}
}

.department-shelves.cabelo-iluminado__text {
	margin: 10px 0;
	font-family: Galatea,sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	letter-spacing: .2em;
	color: #828282
}

@media (min-width: 1024px) {
	.department-shelves.cabelo-iluminado__text {
		max-width: 40%;
		margin: 0 auto;
		letter-spacing: .1em;
		margin-bottom: 30px;
		margin-top: 10px
	}
}

@media (min-width: 1024px) {
	.department-shelves.cabelo-iluminado .container,
	.department-shelves.cabelo-iluminado .submenu__wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}

.department-shelves.cabelo-iluminado .container .video-wrapper,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-video,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 70%;
	top: 5px
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-video iframe,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.department-shelves.cabelo-iluminado .container .video-wrapper .video-client,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .video-client {
	display: none
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-social,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-social {
	margin: 30px 0
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-social-link,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-social-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-social-link__list,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-social-link__list {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-social-link__list .cabelo-social-link--facebook,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-social-link__list .cabelo-social-link--facebook {
	height: 20px;
	width: 20px;
	background: url("/arquivos/facebook.png") no-repeat center
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-social-link__list .cabelo-social-link--instagram,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-social-link__list .cabelo-social-link--instagram {
	height: 20px;
	width: 20px;
	background: url("/arquivos/instagram.png") no-repeat center
}

.department-shelves.cabelo-iluminado .container .video-wrapper .cabelo-social-link__list .cabelo-social-link--youtube,
.department-shelves.cabelo-iluminado .submenu__wrapper .video-wrapper .cabelo-social-link__list .cabelo-social-link--youtube {
	height: 20px;
	width: 25px;
	background: url("/arquivos/youtube.png") no-repeat center
}

@media (min-width: 1024px) {
	.department-shelves.cabelo-iluminado .container .shelf,
	.department-shelves.cabelo-iluminado .submenu__wrapper .shelf {
		display: inline-block;
		width: 45%
	}
}

@media (min-width: 1024px) {
	.department-shelves.cabelo-iluminado {
		margin-bottom: 0
	}
}

.department-shelves.blog {
	text-align: center;
	padding-bottom: 30px
}

.department-shelves.blog .blog-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 300
}

@media (min-width: 1024px) {
	.department-shelves.blog .blog-title {
		text-transform: uppercase
	}
}

.department-shelves.blog .blog-text {
	text-align: center;
	margin-bottom: 20px
}

.department-shelves.blog .blog-slider .post {
	max-height: 8ch;
	max-width: 90%;
	overflow: hidden
}

.department-shelves.blog .blog-slider__item {
	color: #666666
}

.department-shelves.blog .blog-slider__item--link {
	display: block;
	padding: 10px 15px
}

.department-shelves.blog .blog-slider__item--image {
	margin-bottom: 10px
}

.department-shelves.blog .blog-slider__item--image img {
	width: 100%;
	margin: 0 auto
}

.department-shelves.blog .blog-slider__item--text {
	font-size: 14px;
	text-align: justify
}

.department-shelves.blog .blog-slider__item--title {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px
}

@media (min-width: 1024px) {
	.department-shelves.blog {
		background-color: #f8f8f8
	}
}

.department-shelves.about {
	margin-bottom: 30px
}

.department-shelves.about .container .about-title,
.department-shelves.about .submenu__wrapper .about-title {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px;
	color: #666666;
	font-weight: 700
}

@media (min-width: 1024px) {
	.department-shelves.about .container .about-title,
	.department-shelves.about .submenu__wrapper .about-title {
		font-size: 18px;
		text-transform: uppercase
	}
}

.department-shelves.about .container .about-text,
.department-shelves.about .submenu__wrapper .about-text {
	font-size: 14px;
	color: #828282;
	margin-bottom: 10px
}

@media (min-width: 1024px) {
	.department-shelves h2 {
		font-weight: 700 !important;
		font-size: 18px;
		letter-spacing: .1em
	}
}

.didyoumean {
	display: none !important
}

.category__top {
	background: #F9F9F9;
	margin-bottom: 30px
}

.category__top .container,
.category__top .submenu__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.category__top .bread-crumb li {
	font-size: 13px !important
}

.category__top .bread-crumb li>a {
	text-decoration: none !important;
	color: #9f9f9f
}

.category__top .bread-crumb li:first-child,
.category__top .bread-crumb li:last-child {
	display: inline-block !important
}

.category__top .bread-crumb li:after {
	content: " > " !important;
	-webkit-transform: scale(0.6, 1.2);
	-ms-transform: scale(0.6, 1.2);
	transform: scale(0.6, 1.2);
	font-weight: 700;
	color: #9f9f9f
}

.category__top .bread-crumb li.last a {
	color: #000;
	font-weight: 700
}

.category__top .bread-crumb li.last:after {
	display: none
}

@media (max-width: 1023px) {
	.category__top .bread-crumb li {
		font-size: 16px
	}
}

@media screen and (max-width: 768px) {
	.category__top .bread-crumb li {
		font-size: 11px !important;
		font-weight: 700
	}
	.category__top .bread-crumb li a {
		color: #828282
	}
	.category__top .bread-crumb li:after {
		margin: 0 10px
	}
	.category__top .bread-crumb li.last a {
		color: #333333
	}
}

.category i.icon-arrow svg {
	width: 15px
}

.category .department__main .search-info {
	display: none
}

.category .department__main-content {
	margin-top: 20px;
	width: 100%
}

.category .department__main-content .searchResultsTime,
.category .department__main-content .sub,
.category .department__main-content .pager.top,
.category .department__main-content .pager.bottom {
	display: none
}

.category .department__main-content .searchResultsTime:first-child {
	display: block;
	margin-bottom: 20px
}

.category .department__main-content .searchResultsTime .resultado-busca-termo,
.category .department__main-content .searchResultsTime .resultado-busca-tempo {
	display: none
}

@media screen and (min-width: 1024px) {
	.category .department__main-content .prateleira ul,
	.category .department__main-content .prateleira-moveis ul,
	.category .department__main-content .prateleiracategory ul {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media screen and (max-width: 768px) {
	.category .department__main-content .prateleira ul,
	.category .department__main-content .prateleira-moveis ul,
	.category .department__main-content .prateleiracategory ul {
		width: calc(100% + 5px)
	}
}

.category .department__main-content .prateleira ul li,
.category .department__main-content .prateleira-moveis ul li,
.category .department__main-content .prateleiracategory ul li {
	width: calc(25% - 1px)
}

.category .department__main-content .prateleira ul li div,
.category .department__main-content .prateleira-moveis ul li div,
.category .department__main-content .prateleiracategory ul li div {
	margin-left: 0px
}

@media screen and (max-width: 1024px) {
	.category .department__main-content .prateleira ul li,
	.category .department__main-content .prateleira-moveis ul li,
	.category .department__main-content .prateleiracategory ul li {
		width: calc(33.4% - 1px)
	}
}

@media screen and (max-width: 768px) {
	.category .department__main-content .prateleira ul li,
	.category .department__main-content .prateleira-moveis ul li,
	.category .department__main-content .prateleiracategory ul li {
		width: calc(50% - 1px)
	}
}

.category .department__main-content .prateleira ul li:nth-child(odd),
.category .department__main-content .prateleira-moveis ul li:nth-child(odd),
.category .department__main-content .prateleiracategory ul li:nth-child(odd) {
	margin-right: 1px
}

.category .department__main--seo h2 {
	color: #666
}

.category .department__main--seo p {
	margin-bottom: 25px;
	color: #828282
}

.category .department__main--seo p:last-child {
	margin-bottom: 60px
}

.category .department__filters {
	width: 100%
}

@media screen and (max-width: 768px) {
	.category .department__filters {
		width: auto
	}
}

.category .department__filters-itens {
	display: block
}

.category .department__filters-bottom {
	display: none
}

.category .department__filters .search-single-navigator .productClusterSearchableIds,
.category .department__filters .search-single-navigator h3.maquiagem,
.category .department__filters .menu-navegue,
.category .department__filters .search-multiple-navigator {
	display: none !important
}

.category .department__filters .search-single-navigator {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: calc(100% + 10px);
	opacity: 0
}

.category .department__filters .search-single-navigator h4 {
	display: none
}

.category .department__filters .search-single-navigator h3,
.category .department__filters .search-single-navigator .bt-refinar {
	display: none !important
}

.category .department__filters .search-single-navigator fieldset {
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 350px;
	margin: 0 10px 15px 0;
	padding: 0;
	border: 0;
	position: relative;
	min-width: 243px
}

.category .department__filters .search-single-navigator fieldset .numberSelected {
	border: 1px #D4D4D4 solid;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px 0;
	border-radius: 50px;
	position: absolute;
	right: 30px;
	top: 7px;
	opacity: 0;
	color: #e40d14;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4)
}

.category .department__filters .search-single-navigator fieldset .numberSelected.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.category .department__filters .search-single-navigator fieldset h5,
.category .department__filters .search-single-navigator fieldset h4 {
	margin: 0;
	border: 1px #8F8F8F solid;
	height: 40px;
	padding: 10px;
	position: relative;
	color: #828282;
	font-weight: normal;
	padding-right: 60px;
	overflow: hidden;
	cursor: pointer
}

.category .department__filters .search-single-navigator fieldset h5 i,
.category .department__filters .search-single-navigator fieldset h4 i {
	position: absolute;
	right: 10px;
	top: calc(50% - 3px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category .department__filters .search-single-navigator fieldset.open h5 i,
.category .department__filters .search-single-navigator fieldset.open h4 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.category .department__filters .search-single-navigator fieldset>ul {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 3;
	width: 100%;
	max-height: 288px;
	min-height: 100px;
	overflow-y: scroll !important;
	border: 1px #8F8F8F solid;
	/* overscroll-behavior: contain */
}

.category .department__filters .search-single-navigator fieldset>ul::-webkit-scrollbar {
	width: 12px
}

.category .department__filters .search-single-navigator fieldset>ul::-webkit-scrollbar-track {
	background: #e8e8e8
}

.category .department__filters .search-single-navigator fieldset>ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 4px #e8e8e8;
	box-shadow: inset 0 0 0 4px #e8e8e8;
	background: #000
}

.category .department__filters .search-single-navigator fieldset .showList {
	display: none !important
}

.category .department__filters .search-single-navigator fieldset li,
.category .department__filters .search-single-navigator fieldset .ver-filtros {
	display: block;
	border-bottom: 1px #E0E0E0 solid;
	padding: 10px 5px;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.category .department__filters .search-single-navigator fieldset li:before,
.category .department__filters .search-single-navigator fieldset .ver-filtros:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 5px;
	opacity: 0;
	display: inline-block;
	float: left
}

.category .department__filters .search-single-navigator fieldset li:hover,
.category .department__filters .search-single-navigator fieldset .ver-filtros:hover {
	background: #f3f3f3
}

.category .department__filters .search-single-navigator fieldset li.sr_selected,
.category .department__filters .search-single-navigator fieldset .ver-filtros.sr_selected {
	color: #e40d14;
	font-weight: 700
}

.category .department__filters .search-single-navigator fieldset li.sr_selected:before,
.category .department__filters .search-single-navigator fieldset .ver-filtros.sr_selected:before {
	opacity: 1
}

.category .department__filters .search-single-navigator fieldset li input,
.category .department__filters .search-single-navigator fieldset .ver-filtros input {
	display: none
}

.category .department__filters .search-single-navigator fieldset li input:checked,
.category .department__filters .search-single-navigator fieldset .ver-filtros input:checked {
	color: red
}

@media screen and (max-width: 768px) {
	.category .department__filters-header {
		background: #E30613;
		color: #fff;
		height: 60px;
		padding: 20px
	}
	.category .department__filters-header h3 {
		font-weight: 400
	}
	.category .department__filters-bottom {
		-ms-flex-pack: center;
		justify-content: center;
		border-top: 1px #e0e0e0 solid
	}
	.category .department__filters-bottom button {
		border-radius: 3px;
		padding: 5px 30px;
		border: 1px #D4D4D4 solid;
		color: #828282;
		margin: 30px 10px
	}
	.category .department__filters-bottom button.btn-red {
		background: #E30613;
		border-color: #E30613;
		color: #fff
	}
	.category .department__filters-itens {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99
	}
	.category .department__filters-button button {
		font-weight: 700;
		font-size: 16px;
		margin-top: 10px
	}
	.category .department__filters .navigation-tabs {
		overflow: scroll;
		height: calc(100% - 160px)
	}
	.category .department__filters .search-single-navigator fieldset {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0;
		max-height: initial
	}
	.category .department__filters .search-single-navigator fieldset>ul {
		position: relative;
		margin: 0;
		width: 100%;
		max-height: initial;
		border: 0
	}
	.category .department__filters .search-single-navigator fieldset h5,
	.category .department__filters .search-single-navigator fieldset h4 {
		border: 0;
		border-bottom: 1px #8F8F8F solid
	}
}

.category .department__controls .custom-select__button {
	margin-top: 5px !important
}

.category .custom-select {
	width: 190px;
	position: relative
}

.category .custom-select__button {
	border: 1px #cdcdcd solid;
	padding: 10px;
	width: 190px;
	margin-top: -10px;
	text-align: left;
	background: #F9F9F9;
	font-weight: 500;
	color: #828282;
	position: relative
}

.category .custom-select__button:before {
	content: '';
	width: 0;
	height: 0;
	top: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 17px;
	right: 15px;
	transition: all .3s ease
}

.category .custom-select__button.active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.category .custom-select__dropdown {
	display: none;
	position: absolute;
	background: #fff;
	width: 100% !important;
	padding: 10px;
	z-index: 2;
	border: 1px #cdcdcd solid;
	color: #737373
}

.category .custom-select__dropdown li {
	cursor: pointer;
	line-height: 30px
}

.category .sr_loadMore {
	background: #e3320e;
	padding: 10px 30px;
	margin: 0 auto;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 50px
}

.category .sr_loadMore i {
	display: none
}

.category .sr_wrapperMore {
	text-align: center
}

.category.busca .search-single-navigator h4 {
	display: none
}

.category.busca .search-single-navigator h3 {
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 10px;
	border: 1px #8F8F8F solid;
	height: 40px;
	padding: 10px;
	position: relative;
	color: #828282;
	font-weight: normal;
	padding-right: 60px;
	overflow: hidden;
	cursor: pointer
}

.category.busca .search-single-navigator ul {
	display: none
}

.category .search-single-navigator {
	position: relative
}

.category .search-single-navigator>h5 {
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 350px;
	margin: 0 10px 15px 0;
	padding: 0;
	border: 0;
	position: relative;
	min-width: 243px;
	border: 1px #8F8F8F solid;
	height: 40px;
	padding: 10px;
	position: relative;
	color: #828282;
	font-weight: normal;
	padding-right: 60px;
	overflow: hidden;
	cursor: pointer;
	background: #fff
}

.category .search-single-navigator>h5 i {
	position: absolute;
	right: 10px;
	top: calc(50% - 3px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category .search-single-navigator>h5.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.category .search-single-navigator>ul {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 3;
	min-width: 243px;
	max-height: 288px;
	min-height: 100px;
	overflow-y: scroll !important;
	border: 1px #8F8F8F solid;
	overscroll-behavior: contain
}

.category .search-single-navigator>ul::-webkit-scrollbar {
	width: 12px
}

.category .search-single-navigator>ul::-webkit-scrollbar-track {
	background: #e8e8e8
}

.category .search-single-navigator>ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 4px #e8e8e8;
	box-shadow: inset 0 0 0 4px #e8e8e8;
	background: #000
}

.category .search-single-navigator>ul li,
.category .search-single-navigator>ul .ver-filtros {
	display: block;
	border-bottom: 1px #E0E0E0 solid;
	padding: 10px 5px;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.category .search-single-navigator>ul li:hover,
.category .search-single-navigator>ul .ver-filtros:hover {
	background: #f3f3f3
}

@media screen and (max-width: 768px) {
	.category .search-single-navigator h5 {
		margin: 0;
		width: 100%;
		border: 0;
		border-bottom: 1px #8F8F8F solid
	}
	.category .search-single-navigator ul {
		width: 100%;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		border: 0
	}
}

body.institucional #neoassist {
	margin: 20px 0
}

body.institucional.anuncie main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

body.institucional.anuncie .row {
	margin-bottom: 40px
}

body.institucional.anuncie .col-md-3 {
	float: left;
	padding-right: 15px;
	padding-left: 15px
}

body.institucional.anuncie .col-md-3 {
	width: 25%
}

@media (max-width: 1023px) {
	body.institucional.anuncie .title-sobre {
		font-size: 1.2em
	}
}

body.institucional.anuncie .text-center {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

@media (max-width: 1023px) {
	body.institucional.anuncie .sub-title {
		font-size: 1em
	}
}

@media (max-width: 1023px) {
	body.institucional.anuncie .email {
		font-size: 1.7em
	}
}

body.institucional.sobre .box-banner img {
	width: 100%;
	display: block
}

body.institucional.sobre .col-md-6 {
	width: 50%;
	float: left
}

@media screen and (max-width: 1023px) {
	body.institucional.sobre .col-md-6 {
		width: 100%
	}
}

body.institucional.sobre .text {
	padding: 20px
}

@media screen and (max-width: 1023px) {
	body.institucional.sobre .text {
		padding: 20px 0
	}
}

body.institucional.televendas .x-banner-main {
	margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
	body.institucional.televendas .x-left,
	body.institucional.televendas .x-right {
		width: 100% !important;
		padding: 20px !important
	}
}

body.institucional.quem-somos .institucional.quem-somos>.container:last-child,
body.institucional.quem-somos .institucional.quem-somos>.submenu__wrapper:last-child {
	margin-bottom: 50px
}

body.institucional.quem-somos .header__title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden
}

@media screen and (max-width: 1023px) {
	body.institucional.quem-somos .header__title {
		height: 75vw
	}
}

body.institucional.quem-somos .header__title p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}

body.institucional.quem-somos .header__title--video-wrapper {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%
}

body.institucional.quem-somos .header__title img,
body.institucional.quem-somos .header__title iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

body.institucional.quem-somos .header__title iframe {
	z-index: 0
}

body.institucional.quem-somos .banner__title {
	position: relative
}

body.institucional.quem-somos .banner__title p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	z-index: 1
}

@media screen and (min-width: 320px) {
	body.institucional.quem-somos .banner__title p {
		font-size: 13px
	}
}

@media screen and (min-width: 736px) {
	body.institucional.quem-somos .banner__title p {
		font-size: 18px
	}
}

@media screen and (min-width: 1024px) {
	body.institucional.quem-somos .banner__title p {
		font-size: 33px
	}
}

body.institucional.quem-somos .banner__title img {
	margin: 50px 0;
	height: auto;
	width: 100%;
	background-color: papayawhip;
	background-position: center
}

body.institucional.quem-somos .institucional__title {
	font-size: 40px;
	color: #E30613;
	margin-bottom: 5px
}

body.institucional.quem-somos .institucional__subtitle {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px
}

body.institucional.quem-somos .institucional__texto {
	font-size: 16px;
	margin-bottom: 15px
}

body.institucional.quem-somos .institucional__texto p {
	margin-bottom: 10px
}

body.institucional.televendas .header--title {
	width: 100%;
	height: 300px;
	background: url("/arquivos/bg-title-televendas.png");
	margin-bottom: 30px
}

body.institucional.televendas .institucional .icones-televendas {
	margin: 40px auto 30px
}

body.institucional.televendas .institucional--telefones {
	background: #F5F5F5;
	padding: 20px 0;
	margin-bottom: 50px
}

body.institucional.televendas .institucional--telefones .box-tel {
	font-size: 20px;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	padding-left: 80px
}

body.institucional.televendas .institucional--telefones span {
	display: block;
	font-size: 14px
}

body.institucional.televendas .institucional--title {
	font-size: 4ch;
	color: #000;
	margin-bottom: 5px;
	text-align: center
}

body.institucional.televendas .institucional--title p {
	position: absolute;
	text-align: center;
	line-height: 400px;
	width: 100%;
	font-size: 50px;
	color: white;
	font-weight: 700;
	text-transform: uppercase
}

body.institucional.televendas .institucional--subtitle {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center
}

body.institucional.televendas .institucional--texto {
	font-size: 16px;
	margin-bottom: 15px
}

body.institucional.compre-clique .header--title {
	width: 100%;
	height: 300px;
	background: url("/arquivos/bg-title-compre-clique.png");
	margin-bottom: 30px
}

body.institucional.compre-clique .institucional .icones-televendas {
	margin: 40px 50px 30px
}

body.institucional.compre-clique .institucional--icones {
	background: #F5F5F5;
	padding: 40px 0;
	margin: 50px 0
}

body.institucional.compre-clique .institucional--title {
	font-size: 4ch;
	color: #000;
	margin-bottom: 5px;
	text-align: center
}

body.institucional.compre-clique .institucional--subtitle {
	font-size: 20px;
	font-weight: 300;
	text-align: center
}

body.institucional.compre-clique .institucional--texto {
	font-size: 16px;
	margin-bottom: 15px
}

body.institucional.clicou-retirou .header--title {
	width: 100%;
	height: 300px;
	background: url("/arquivos/bg-title-clicou-retirou.png");
	margin-bottom: 30px
}

body.institucional.clicou-retirou .institucional .icones-televendas {
	margin: 40px auto 30px;
	width: 90%;
	max-width: 320px
}

body.institucional.clicou-retirou .institucional--icones {
	margin: 50px 0
}

body.institucional.clicou-retirou .institucional--title {
	font-size: 4ch;
	color: #000;
	margin-bottom: 5px;
	text-align: center
}

body.institucional.clicou-retirou .institucional--subtitle {
	font-size: 20px;
	font-weight: 300;
	text-align: center
}

body.institucional.clicou-retirou .institucional--texto {
	font-size: 16px;
	margin-bottom: 15px
}

.body-marcas .marcas .col-md-3 {
	width: 25%
}

@media screen and (max-width: 1023px) {
	.body-marcas .marcas .col-md-3 {
		width: 50%
	}
}

.body-marcas .marcas .container,
.body-marcas .marcas .submenu__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.x-blogueiras .col-sm-6,
.x-blogueiras .col-sm-3,
.x-blogueiras .col-sm-2,
.x-blogueiras .col-sm-4,
.x-blogueiras .col-sm-8,
.x-blogueiras .col-sm-10 {
	float: left;
	padding-right: 15px;
	padding-left: 15px
}

.x-blogueiras .x-row.col-sm-6 {
	width: 50%
}

.x-blogueiras .x-row.col-sm-3 {
	width: 25%
}

.x-blogueiras .x-row.col-sm-2 {
	width: 16%
}

.x-blogueiras .x-row.col-sm-4 {
	width: 33%
}

.x-blogueiras .col-sm-8 {
	width: 66.66666667%
}

.x-blogueiras .x-row-btn.col-sm-3 {
	clear: both
}

body.login {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

body.login main {
	-ms-flex: 1 1;
	flex: 1 1
}

body.login input:focus {
	border-color: black
}

div#vtexIdContainer {
	background: white
}

div#vtexIdUI-global-loader {
	background: #fff 165, 13, 13 !important
}

div.vtexIdUI-shake {
	-webkit-animation: shake-2 400ms ease-in-out !important;
	animation: shake-2 400ms ease-in-out !important
}

@-webkit-keyframes shake-2 {
	0% {
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important
	}
	12.5% {
		-webkit-transform: translateX(-50%) rotateY(-5deg);
		transform: translateX(-50%) rotateY(-5deg)
	}
	37.5% {
		-webkit-transform: translateX(-50%) rotateY(4deg);
		transform: translateX(-50%) rotateY(4deg)
	}
	62.5% {
		-webkit-transform: translateX(-50%) rotateY(-2deg);
		transform: translateX(-50%) rotateY(-2deg)
	}
	87.5% {
		-webkit-transform: translateX(-50%) rotateY(1deg);
		transform: translateX(-50%) rotateY(1deg)
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@keyframes shake-2 {
	0% {
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important
	}
	12.5% {
		-webkit-transform: translateX(-50%) rotateY(-5deg);
		transform: translateX(-50%) rotateY(-5deg)
	}
	37.5% {
		-webkit-transform: translateX(-50%) rotateY(4deg);
		transform: translateX(-50%) rotateY(4deg)
	}
	62.5% {
		-webkit-transform: translateX(-50%) rotateY(-2deg);
		transform: translateX(-50%) rotateY(-2deg)
	}
	87.5% {
		-webkit-transform: translateX(-50%) rotateY(1deg);
		transform: translateX(-50%) rotateY(1deg)
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

div.vtexIdUI {
	-webkit-box-shadow: 0 5px 5px #ddd !important;
	box-shadow: 0 5px 5px #ddd !important;
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
	position: relative;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 480px;
	top: 150px;
	left: 50%;
	margin-left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 480px) {
	div.vtexIdUI {
		width: 300px;
		margin-left: 0;
		top: 5%;
		font-size: 14px;
		-webkit-transform: translate(-50%, 10%);
		-ms-transform: translate(-50%, 10%);
		transform: translate(-50%, 10%)
	}
}

div.vtexIdUI form {
	margin: 0 auto
}

div.vtexIdUI a {
	color: black;
	text-decoration: underline
}

div.vtexIdUI strong {
	font-weight: 100
}

div.vtexIdUI .vtexIdUI-page {
	margin-top: 20px;
	min-height: auto
}

div.vtexIdUI .vtexIdUI-page.vtexIdUI-page-inactive .vtexIdUI-close {
	opacity: 0
}

div.vtexIdUI .vtexIdUI-no-permission span {
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
	display: block;
	margin-bottom: 10px
}

div.vtexIdUI .vtexIdUI-no-permission small {
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
	float: none
}

div.vtexIdUI .vtexIdUI-no-permission i.vtexid-icon-sad {
	display: none
}

div.vtexIdUI .vtexIdUI-no-permission .alert.alert-info.alert-general.alert-modal-body.clearfix {
	text-align: center
}

div.vtexIdUI .modal-header {
	background: transparent;
	border-bottom: 0;
	position: static
}

div.vtexIdUI .modal-header .vtexIdUI-heading {
	padding: 15px 0;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Galatea,sans-serif;
	color: #000
}

div.vtexIdUI .modal-header .vtexIdUI-heading span[data-i18n="vtexid.selectAuthOption"] {
	font-size: 0
}

div.vtexIdUI .modal-header .vtexIdUI-heading span[data-i18n="vtexid.selectAuthOption"]:after {
	content: 'Use uma das opções abaixo para confirmar o login.';
	font-size: 16px
}
/* erro de UTF-8 */
div.vtexIdUI .modal-header .close {
	content: 'url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦AyMSAyMSAxOS41ODMgMTEuOTE1IDEwLjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)';
	position: absolute;
	top: -15px;
	right: 10px;
	font-size: 35px;
	background: transparent;
	color: black;
	font-weight: 100
}

div.vtexIdUI .modal-header .close:hover {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent
}

div.vtexIdUI .modal-header label.info-code.text-center {
	padding: 0
}

div.vtexIdUI .vtexIdUI-page-active .modal-header .close {
	display: block !important;
	opacity: 1
}

div.vtexIdUI .vtexIdUI-providers-list {
	height: 250px
}

div.vtexIdUI .modal-body {
	position: relative;
	padding-top: 0;
	max-width: 366px;
	margin: 0 auto;
	padding: 15px;
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
	overflow-y: initial
}

div.vtexIdUI .modal-body .vtexIdUI-code-field {
	width: auto
}

div.vtexIdUI .modal-body .info-why {
	color: #000;
	text-align: center
}

div.vtexIdUI .modal-body .controls {
	position: relative
}

div.vtexIdUI .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 0;
	margin-top: 0;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 366px;
	margin: 0 auto;
	height: 100px
}

div.vtexIdUI button {
	padding: 0;
	line-height: normal
}

div.vtexIdUI .btn {
	font-size: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	line-height: normal;
	height: 40px
}

div.vtexIdUI .btn-large {
	font-size: 14px
}

div.vtexIdUI #loginWithAccessKeyBtn {
	color: black;
	text-shadow: none;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 0;
	border: 1px solid #dadada;
	text-align: center;
	position: relative;
	width: 100%;
	border-radius: 4px
}

div.vtexIdUI #loginWithAccessKeyBtn::before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iQ2FudmFzIiBmaWxsPSJub25lIj48ZyBpZD0ibm91bl80NjM5MzJfY2MiPjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0gMi4yODY5NiAxLjQxMDUyZS0wN0MgMS42NzU1NyAxLjQxMDUyZS0wNyAxLjEwMDk4IDAuMjM4OTM2IDAuNjY4OTg5IDAuNjczQyAtMC4yMjI5OTYgMS41Njk2NiAtMC4yMjI5OTYgMy4wMjkgMC42Njg5ODkgMy45MjU4N0MgMS4xMDEzOCA0LjM2MDM0IDEuNjc2MTcgNC41OTk2NyAyLjI4NzM2IDQuNTk5NjdDIDIuODk4NzUgNC41OTk2NyAzLjQ3MzU0IDQuMzYwMzQgMy45MDU3NCAzLjkyNTY3QyA0Ljc5NzcyIDMuMDI5IDQuNzk3NTIgMS41Njk4NyAzLjkwNTU0IDAuNjczMjAxQyAzLjQ3MzU0IDAuMjM4OTM2IDIuODk4NTUgMS40MTA1MmUtMDcgMi4yODY5NiAxLjQxMDUyZS0wN1pNIDMuMjU1NTUgMy4yNzIxNkMgMi45OTY3NSAzLjUzMiAyLjY1Mjk2IDMuNjc1MDggMi4yODc1NiAzLjY3NTA4QyAxLjkyMTk3IDMuNjc1MDggMS41NzgxNyAzLjUzMjIgMS4zMTk1OCAzLjI3MjU2QyAwLjc4NTk4NyAyLjczNTgxIDAuNzg1Nzg3IDEuODYyNjYgMS4zMTkzOCAxLjMyNjMxQyAxLjU3Nzk3IDEuMDY2NjcgMS45MjE3NyAwLjkyMzc5MyAyLjI4NzE2IDAuOTIzNzkzQyAyLjY1Mjk2IDAuOTIzNzkzIDIuOTk2NzUgMS4wNjY2NyAzLjI1NTM1IDEuMzI2MzFDIDMuNzg4NzQgMS44NjI2NiAzLjc4ODk0IDIuNzM1NjEgMy4yNTU1NSAzLjI3MjE2WiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxMDcgLTAuNzA3MTA3IDAuNzA3MTA3IDAuNzA3MTA3IDIuNTI2MzcgNy4wMDc4MSkiIGZpbGw9ImJsYWNrIi8+PHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNIDE3Ljk5ODUgMTUuNDI0NkMgMTguMDEzOSAxNS4xODAyIDE3LjkwOTMgMTQuOTAwMyAxNy43MzczIDE0LjcyNzhMIDEyLjQ1MjggOS40MTYxOEwgMTEuODg2IDguODQzMDVDIDExLjg3MTYgOC44MjQzNiAxMS44NiA4Ljc2NTA4IDExLjg2NTIgOC43NDUxOUMgMTEuOTAzOCA4LjY1MTM0IDEyLjI0ODggNy44MTAzNCAxMi4zNDYgNy4xMzU3M0MgMTIuNjMxMiA1LjE2NDk2IDExLjk5MTggMy4yMjg5NiAxMC41OTI2IDEuODIzMjdDIDkuNDIyMDQgMC42NDc2OCA3Ljg2Mzg3IC0zLjYwMjk1ZS0wOCA2LjIwNDMgLTMuNjAyOTVlLTA4QyA0LjU0NDUzIC0zLjYwMjk1ZS0wOCAyLjk4NTc1IDAuNjQ3ODgxIDEuODE0OTcgMS44MjQwN0MgLTAuNjA0OTkgNC4yNTU4NCAtMC42MDQ5OSA4LjIxMjI1IDEuODE0OTcgMTAuNjQ0MkMgMi45NzA3NSAxMS44MDQ3IDQuNTcyOTMgMTIuNDcwNSA2LjIxMDkgMTIuNDcwNUMgNi41NjE0OSAxMi40NzA1IDYuOTE0MDkgMTIuNDQwNiA3LjI1OTA4IDEyLjM4MTFDIDcuOTQ1ODcgMTIuMjYyMSA4LjgxOTA2IDExLjg2OTggOC44MzcwNiAxMS44NjY0QyA4Ljg2OTQ1IDExLjg2NjQgOC45MDE2NSAxMS44Nzc5IDguOTA3MjUgMTEuODgwOUwgOS4xNzA0NSAxMi4xNDQ4TCA5LjIwNDg1IDEyLjIxMzdMIDkuMjM4NDUgMTIuMjEzN0wgOS40NzA0NCAxMi40NDdDIDkuNTIwNDQgMTIuNDk2OCA5LjU4MDY0IDEyLjY1NjYgOS41NzYyNCAxMi43Mjc1TCA5LjUxNDQ0IDEzLjc4OTRDIDkuNDg3NDQgMTQuMjUxIDkuODIzMjQgMTQuNjYzOSAxMC4yNzg0IDE0LjcyOTJMIDExLjc2MDQgMTQuOTM0NEwgMTEuODU1IDE2LjI1NDVDIDExLjg4NzQgMTYuNzA1OCAxMi4yNjU2IDE3LjA1OTUgMTIuNzE2NCAxNy4wNTk1QyAxMi43MzIgMTcuMDU5NSAxMi43NDc4IDE3LjA1OTEgMTIuNzY2OCAxNy4wNTgzTCAxMy44MjQ4IDE2Ljk5NTRMIDEzLjg1MjggMTYuOTk0NEMgMTMuOTI1IDE2Ljk5NDQgMTMuOTk0MiAxNy4wMTAxIDE0LjAxNzggMTcuMDE1OUwgMTQuNzM5IDE3Ljc0MDZDIDE0Ljg5NiAxNy44OTc3IDE1LjE0NiAxOCAxNS4zNzY1IDE4QyAxNS4zOTkxIDE4IDE1LjQyMjMgMTcuOTk5IDE1LjQ0NDEgMTcuOTk3TCAxNy4xMjQ5IDE3Ljg0MzlDIDE3LjUwNzUgMTcuODA5MyAxNy44MzQxIDE3LjQ4MTEgMTcuODY4MSAxNy4wOTY5TCAxNy45Mzc5IDE2LjMxMjhMIDE3Ljk0MTUgMTYuMjkwMUwgMTcuOTQwOSAxNi4yODM2TCAxNy45OTg1IDE1LjQyNDZaTSAxNi45ODQzIDE2LjIxODVMIDE2LjkyNDEgMTYuODk1MUwgMTUuMzkzNyAxNy4wMzQ0TCAxNC42NzQ4IDE2LjMxMjZDIDE0LjQ2ODggMTYuMTA1IDE0LjExMjIgMTYuMDMwOCAxMy44NDYgMTYuMDMwOEMgMTMuODE5OCAxNi4wMzA4IDEzLjc5MzYgMTYuMDMxOCAxMy43NjgyIDE2LjAzMzJMIDEyLjgwNTQgMTYuMDkwNUwgMTIuNzE3OCAxNC44NjUxQyAxMi42ODcyIDE0LjQzNDYgMTIuMzMwMiAxNC4wNDk4IDExLjkwNTIgMTMuOTg5MUwgMTAuNDc2MiAxMy43ODRMIDEwLjUzNDYgMTIuNzg0NkMgMTAuNTU1MiAxMi40Mzg4IDEwLjM5MjYgMTIuMDEwMSAxMC4xNDkyIDExLjc2NjJMIDkuNTg1NDQgMTEuMTk5NUMgOS4zMDYyNSAxMC45MTk1IDguNzk5MDYgMTAuODIzNyA4LjQzNjI2IDEwLjk4NjRDIDguNDI4NjYgMTAuOTg5OSA3LjY1MTQ3IDExLjMzNTMgNy4wOTY2OCAxMS40MzE0QyA2LjgwNDY5IDExLjQ4MTYgNi41MDYyOSAxMS41MDcxIDYuMjEwMSAxMS41MDcxQyA0LjgyNDcyIDExLjUwNzEgMy40Njk5NCAxMC45NDQgMi40OTMzNiA5Ljk2MjM4QyAwLjQ0NzE5MyA3LjkwNjggMC40NDcxOTMgNC41NjE0OSAyLjQ5MzM2IDIuNTA1NTJDIDMuNDgzMTQgMS41MTExOSA0LjgwMTEyIDAuOTYzNTgzIDYuMjA0NSAwLjk2MzU4M0MgNy42MDc2NyAwLjk2MzU4MyA4LjkyNTI1IDEuNTExMTkgOS45MTQ4NCAyLjUwNTMxQyAxMS4wOTc2IDMuNjkzNTcgMTEuNjM4MiA1LjMzMDk1IDExLjM5NzIgNi45OTc0OEMgMTEuMzE2IDcuNTU4NzUgMTAuOTg0NCA4LjM2Mzk3IDEwLjk4MDQgOC4zNzI4MkMgMTAuODI0IDguNzQ4NiAxMC45MTc4IDkuMjMxMyAxMS4yMDM0IDkuNTIwNDhMIDE2LjEzNDkgMTQuNDgwM0wgMTcuMDM5MSAxNS4zOTI4TCAxNi45ODQzIDE2LjIxODVaIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEwNyAtMC43MDcxMDcgMC43MDcxMDcgMC43MDcxMDcgLTEuNzI4NTIgNykiIGZpbGw9ImJsYWNrIi8+PC9nPjwvZz48L3N2Zz4=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 12px;
	width: 20px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	font-size: 12px
}

div.vtexIdUI #loginWithAccessKeyBtn::after {
	content: 'Entrar apenas com email';
	font-size: 12px
}

div.vtexIdUI #loginWithUserAndPasswordBtn {
	color: black;
	text-shadow: none;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	border: 1px solid #dadada;
	text-align: center;
	position: relative;
	width: 100%;
	border-radius: 4px
}

div.vtexIdUI #loginWithUserAndPasswordBtn::before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iQ2FudmFzIiBmaWxsPSJub25lIj48ZyBpZD0ibm91bl84OTg3NjRfY2MiPjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNIDkuNTYyNSAxMS40NzQ2TCAxMS4xMTMxIDkuNzUxNjFDIDExLjMyMSA5LjUyMDcgMTEuNjc2NiA5LjUwMTk4IDExLjkwNzUgOS43MDk4QyAxMi4xMzg1IDkuOTE3NjIgMTIuMTU3MiAxMC4yNzMzIDExLjk0OTQgMTAuNTA0MkwgOS4zNzM1NCAxMy4zNjYyQyA5LjE2NzAyIDEzLjU5NTcgOC44MzI3NiAxMy41OTU0IDguNjI2NDYgMTMuMzY2MkwgNi4wNTA2NSAxMC41MDQyQyA1Ljg0MjgzIDEwLjI3MzMgNS44NjE1NCA5LjkxNzYyIDYuMDkyNDYgOS43MDk4QyA2LjMyMzM3IDkuNTAxOTggNi42NzkwMyA5LjUyMDcgNi44ODY4NSA5Ljc1MTYxTCA4LjQzNzUgMTEuNDc0NkwgOC40Mzc1IDAuNTY0MjI3QyA4LjQzNzUgMC4yNTI2MTMgOC42ODcxNyAwIDkgMEMgOS4zMTA2NiAwIDkuNTYyNSAwLjI0Njg5MSA5LjU2MjUgMC41NjQyMjdMIDkuNTYyNSAxMS40NzQ2Wk0gMCAxNy40MzdMIDAgOS41NjI5OUMgMCA5LjI1MDEgMC4yNTE4NCA5IDAuNTYyNSA5QyAwLjg3NTMyNiA5IDEuMTI1IDkuMjUzNTYgMS4xMjUgOS41NjYzNUwgMS4xMjUgMTYuODc1TCAxNi44NzUgMTYuODc1TCAxNi44NzUgOS41NjYzNUMgMTYuODc1IDkuMjUzMSAxNy4xMjY4IDkgMTcuNDM3NSA5QyAxNy43NTAzIDkgMTggOS4yNTIwNiAxOCA5LjU2Mjk5TCAxOCAxNy40MzdDIDE4IDE3Ljc0OTkgMTcuNzUgMTggMTcuNDQxNiAxOEwgMC41NTg0NCAxOEMgMC4yNTQ0NTIgMTggMCAxNy43NDc5IDAgMTcuNDM3WiIgdHJhbnNmb3JtPSJtYXRyaXgoMCAtMSAxIDAgMCAxOCkiIGZpbGw9ImJsYWNrIi8+PC9nPjwvZz48L3N2Zz4=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 18px;
	width: 18px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}

div.vtexIdUI #vtexIdUI-google-plus,
div.vtexIdUI #vtexIdUI-google-plus:hover {
	color: #fff;
	text-shadow: none;
	background-color: #E33E2B;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	border: 0;
	text-align: center;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 55px
}

div.vtexIdUI #vtexIdUI-google-plus::before,
div.vtexIdUI #vtexIdUI-google-plus:hover::before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iQ2FudmFzIiBmaWxsPSJub25lIj48cGF0aCBpZD0iVmVjdG9yIiBkPSJNIDEzLjUzMTcgNS42MjEzN0MgMTEuOTU2MiA1LjY0MjUxIDcuMTkyNTQgNS42Njc2OCA3LjE5MjU0IDUuNjY3NjhMIDcuMjA0ODcgOC41MTczTCAxMS4wNjQxIDguNTE3M0MgMTEuMDY0MSA4LjUxNzMgMTAuOTgwOCA4LjgzMzQ4IDEwLjkzNjYgOC45NjIzNkMgMTAuMzQ0NiAxMC42ODEyIDguNTMxNyAxMS41MzMxIDYuNTkwMjggMTEuMjE5OUMgNC4xNzcxMiAxMC44MzIyIDIuNjc1NTggOC42NDIxNiAzLjEwNDE1IDYuMjczODZDIDMuMTY1ODEgNS45Mzg1NSAzLjI3MjcgNS42MjEzNyAzLjQxMDQyIDUuMzIyMzFDIDQuMjA2OTIgMy42MDM0OCA2LjE4MTIzIDIuNTYwMyA4LjEzMzk2IDIuOTc4MTdDIDguODMzODYgMy4xMjcyIDkuNDMwOTggMy40NTk0OCA5Ljk0NjkxIDMuOTAwNTJDIDEwLjY0ODkgMy4yMDc3NSAxMS4zMzAzIDIuNTM0MTIgMTIuMDU2OSAxLjgxNjE3QyAxMi4wMDk2IDEuNzc4OTIgMTEuOTQyOCAxLjczMjYgMTEuODc5MSAxLjY4MTI0QyAxMC4xNzcxIDAuMjcyNTQ4IDguMjIwMjkgLTAuMjQ1MDE1IDYuMDMwMTUgMC4xMDY0MDRDIDIuODgwMSAwLjYwOTg2OSAwLjYxNDkzOCAzLjA0MDYgMC4xMDcyMyA1Ljg3OTE0QyAtMC4xMDg1OTggNy4wOTI0OSAtMC4wMDY4NTA3NCA4LjM4MDM2IDAuNDg3NDk3IDkuNjI1OTNDIDEuNjg1ODUgMTIuNjQxNyA0Ljc4MTQ0IDE0LjQ3ODMgOC4wODc3MSAxNC4xMjI5QyA5LjcwMTI4IDEzLjk0NzcgMTEuMTQ0MiAxMy4zNzc4IDEyLjI3MDcgMTIuMTk5NkMgMTMuOTMyNSAxMC40NjY3IDE0LjM1OSA4LjM2ODI3IDE0LjA5MzkgNi4wNzI0N0MgMTQuMDUwNyA1LjY4ODgzIDEzLjg5MjQgNS42MTczNCAxMy41MzE3IDUuNjIxMzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQxNjk5MiAwLjQxNjk5MikiIGZpbGw9IndoaXRlIi8+PC9nPjwvc3ZnPg==);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 15px;
	width: 14px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}

div.vtexIdUI #vtexIdUI-facebook,
div.vtexIdUI #vtexIdUI-facebook:hover {
	color: #fff;
	text-shadow: none;
	background-color: #2462A8;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	border: 0;
	text-align: center;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	bottom: 55px
}

div.vtexIdUI #vtexIdUI-facebook::before,
div.vtexIdUI #vtexIdUI-facebook:hover::before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iQ2FudmFzIiBmaWxsPSJub25lIj48cGF0aCBpZD0iZmFjZWJvb2siIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNIDEzLjcwNTIgMS4wNjQ5OWUtMDdMIDAuMjk0Mjc5IDEuMDY0OTllLTA3QyAwLjI1NTc0NyAtMC4wMDAxNDU0ODggMC4yMTc1NjggMC4wMDczMzQ5NyAwLjE4MTkxOCAwLjAyMjAwMTRDIDAuMTQ2MjY4IDAuMDM2NjY3OCAwLjExMzg1MSAwLjA1ODI0MSAwLjA4NjUxOTEgMC4wODU0ODMxQyAwLjA1OTE4NzQgMC4xMTI3MjUgMC4wMzc0Nzc2IDAuMTQ1MDk4IDAuMDIyNjMxNyAwLjE4MDc2MkMgMC4wMDc3ODU3OCAwLjIxNjQyNiA5LjY0MTk2ZS0wNSAwLjI1NDY2NiAwIDAuMjkzMzEzTCAwIDEzLjcwNjdDIDAuMDAwNDg1ODIxIDEzLjc4NDYgMC4wMzE3MDgzIDEzLjg1OTIgMC4wODY4NDQ2IDEzLjkxNDJDIDAuMTQxOTgxIDEzLjk2OTIgMC4yMTY1NDggMTQgMC4yOTQyNzkgMTRMIDcuNDIwMTkgMTRMIDcuNDIwMTkgOS4zMjE2NUwgNS45MTYwMiA5LjMyMTY1QyA1Ljg1Mzg1IDkuMzIxOCA1Ljc5NDE3IDkuMjk3MjIgNS43NTAwNCA5LjI1MzMxQyA1LjcwNTkxIDkuMjA5MzkgNS42ODA5NCA5LjE0OTcxIDUuNjgwNiA5LjA4NzM2TCA1LjY4MDYgNy4xODkwOEMgNS42ODA5NCA3LjEyNjczIDUuNzA1OTEgNy4wNjcwOCA1Ljc1MDA0IDcuMDIzMTZDIDUuNzk0MTcgNi45NzkyNCA1Ljg1Mzg1IDYuOTU0NjcgNS45MTYwMiA2Ljk1NDgxTCA3LjQyMDE5IDYuOTU0ODFMIDcuNDIwMTkgNS42NDUwMUMgNy40MjAxOSAzLjkyMDE0IDguNTA1MzUgMi44MDU5IDEwLjE4NjYgMi44MDU5TCAxMS42ODI1IDIuODA5NTlDIDExLjc0NDcgMi44MDk0NCAxMS44MDQzIDIuODM0MDMgMTEuODQ4NCAyLjg3Nzk2QyAxMS44OTI0IDIuOTIxODggMTEuOTE3MyAyLjk4MTU2IDExLjkxNzYgMy4wNDM4OEwgMTEuOTE3NiA0LjgwMzhDIDExLjkxNzYgNC44MzQ3OSAxMS45MTE2IDQuODY1NDggMTEuODk5OCA0Ljg5NDEyQyAxMS44ODggNC45MjI3NyAxMS44NzA3IDQuOTQ4OCAxMS44NDg5IDQuOTcwNzRDIDExLjgyNyA0Ljk5MjY3IDExLjgwMTEgNS4wMTAwNyAxMS43NzI2IDUuMDIxOTRDIDExLjc0NCA1LjAzMzgyIDExLjcxMzQgNS4wMzk5NCAxMS42ODI1IDUuMDM5OTRMIDEwLjY3NSA1LjAzOTk0QyA5Ljk4MDA4IDUuMDM5OTQgOS44NTMxNyA1LjMxMTEyIDkuODUzMTcgNS44NDQyNkwgOS44NTMxNyA2Ljk1NDgxTCAxMS42MTIxIDYuOTU0ODFDIDExLjY0MjggNi45NTQ3MyAxMS42NzMyIDYuOTYwNzEgMTEuNzAxNiA2Ljk3MjQyQyAxMS43MyA2Ljk4NDE0IDExLjc1NTggNy4wMDEzNCAxMS43Nzc2IDcuMDIzMDdDIDExLjgyMTIgNy4wNjczIDExLjg0NTkgNy4xMjY4NiAxMS44NDY0IDcuMTg5MDhMIDExLjg0NjQgOS4wODczNkMgMTEuODQ2MiA5LjE0OTY4IDExLjgyMTMgOS4yMDkzNiAxMS43NzcyIDkuMjUzMjhDIDExLjczMzEgOS4yOTcyMSAxMS42NzM1IDkuMzIxOCAxMS42MTEzIDkuMzIxNjVMIDkuODUyMjUgOS4zMjE2NUwgOS44NTIyNSAxNEwgMTMuNzA1NyAxNEMgMTMuNzQ0MyAxNC4wMDAxIDEzLjc4MjQgMTMuOTkyNyAxMy44MTgxIDEzLjk3OEMgMTMuODUzNyAxMy45NjMzIDEzLjg4NjIgMTMuOTQxOCAxMy45MTM1IDEzLjkxNDVDIDEzLjk0MDggMTMuODg3MyAxMy45NjI1IDEzLjg1NDkgMTMuOTc3NCAxMy44MTkyQyAxMy45OTIyIDEzLjc4MzYgMTMuOTk5OSAxMy43NDUzIDE0IDEzLjcwNjdMIDE0IDAuMjkzMzEzQyAxNCAwLjI1NDY1MiAxMy45OTIzIDAuMjE2MzggMTMuOTc3NSAwLjE4MDY5NEMgMTMuOTYyNiAwLjE0NTAwOSAxMy45NDA5IDAuMTEyNjIyIDEzLjkxMzYgMC4wODUzNzA1QyAxMy44ODYyIDAuMDU4MTE4NyAxMy44NTM4IDAuMDM2NTM3OSAxMy44MTgxIDAuMDIxODg4OEMgMTMuNzgyNSAwLjAwNzIzOTY4IDEzLjc0NDMgLTAuMDAwMTk0MjAxIDEzLjcwNTcgMS4wNjQ5OWUtMDdMIDEzLjcwNTIgMS4wNjQ5OWUtMDdaIiBmaWxsPSJ3aGl0ZSIvPjwvZz48L3N2Zz4=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 15px;
	width: 14px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}

div.vtexIdUI .vtexid-icon-mail,
div.vtexIdUI .vtexid-icon-lock,
div.vtexIdUI .vtexid-icon-google-plus,
div.vtexIdUI .vtexid-icon-facebook {
	display: none
}

div.vtexIdUI #classicLoginBtn,
div.vtexIdUI #confirmLoginAccessKeyBtn,
div.vtexIdUI #sendAccessKeyBtn,
div.vtexIdUI #tryChangePswdBtn,
div.vtexIdUI #changePswdBtn {
	-ms-flex: 0 0;
	flex: 0 0;
	min-width: 60%;
	margin-left: auto;
	padding: 10px;
	font-size: 0;
	background-color: #E30613;
	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	border-radius: 4px
}

div.vtexIdUI #confirmLoginAccessKeyBtn:after {
	content: 'Confirmar';
	font-size: 14px
}

div.vtexIdUI #classicLoginBtn:after,
div.vtexIdUI #sendAccessKeyBtn:after {
	content: 'Entrar';
	font-size: 14px
}

div.vtexIdUI #tryChangePswdBtn {
	font-size: 12px
}

@media (max-width: 479px) {
	div.vtexIdUI #tryChangePswdBtn {
		font-size: 0
	}
	div.vtexIdUI #tryChangePswdBtn:after {
		content: 'Cadastrar';
		font-size: 14px
	}
}

div.vtexIdUI h4 {
	text-align: center
}

div.vtexIdUI .vtexIdUI-email-field input,
div.vtexIdUI .vtexIdUI input[type="text"],
div.vtexIdUI .vtexIdUI input[type="password"],
div.vtexIdUI .vtexIdUI input[type="email"],
div.vtexIdUI #inputNewPassword,
div.vtexIdUI #inputConfirmNewPassword,
div.vtexIdUI #access-code {
	border-radius: 0;
	border-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0
}

div.vtexIdUI input#access-code {
	width: 150px;
	margin: 0 auto
}

div.vtexIdUI .alert {
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
	font-weight: 100;
	color: #171717;
	font-size: 12px;
	text-shadow: none;
	border: 0;
	border-radius: 0;
	background-color: #f8f8f8
}

div.vtexIdUI .vtexIdUI-back-link {
	font-size: 11px;
	margin: 0;
	-ms-flex: 0 0;
	flex: 0 0;
	min-width: 89px;
	padding: 11px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal
}

div.vtexIdUI .vtexIdUI-back-link span {
	vertical-align: middle;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-bottom: 1px solid black
}

div.vtexIdUI .vtexIdUI-back-link:hover {
	text-decoration: none
}

div.vtexIdUI .vtexIdUI-back-link:hover .vtexid-icon-arrow-left {
	padding: 0 5px 0 0;
	vertical-align: middle;
	display: inline-block
}

div.vtexIdUI .vtexIdUI-back-link:hover .vtexid-icon-arrow-left:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IkNhbnZhcyIgZmlsbD0ibm9uZSI+PHBhdGggaWQ9IlZlY3RvciIgZD0iTSAwLjkzODY2NCAwLjcwNjMzNkMgMS4zMjg4OSAwLjMxNjExMyAxLjk2MTQ2IDAuMzE1NzY4IDIuMzUyMTEgMC43MDU1NjVMIDcgNS4zNDMzM0wgMTEuNjQ3OSAwLjcwNTU2NUMgMTIuMDM4NSAwLjMxNTc2OCAxMi42NzExIDAuMzE2MTEyIDEzLjA2MTMgMC43MDYzMzVMIDEzLjI5MjkgMC45Mzc4OTJDIDEzLjY4MzQgMS4zMjg0MiAxMy42ODM0IDEuOTYxNTggMTMuMjkyOSAyLjM1MjExTCA3LjcwNzExIDcuOTM3ODlDIDcuMzE2NTggOC4zMjg0MSA2LjY4MzQyIDguMzI4NDEgNi4yOTI4OSA3LjkzNzg5TCAwLjcwNzEwNiAyLjM1MjFDIDAuMzE2NTgyIDEuOTYxNTggMC4zMTY1ODMgMS4zMjg0MiAwLjcwNzEwNyAwLjkzNzg5MkwgMC45Mzg2NjQgMC43MDYzMzZaIiB0cmFuc2Zvcm09Im1hdHJpeCgtMS4xOTI0OWUtMDggLTEgLTEgMS4xOTI0OWUtMDggOSAxNCkiIGZpbGw9IiMzMzMzMzMiLz48L2c+PC9zdmc+)
}

div.vtexIdUI .vtexid-icon-arrow-left {
	padding: 0 5px 0 0;
	vertical-align: middle
}

div.vtexIdUI .vtexid-icon-arrow-left:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IkNhbnZhcyIgZmlsbD0ibm9uZSI+PHBhdGggaWQ9IlZlY3RvciIgZD0iTSAwLjkzODY2NCAwLjcwNjMzNkMgMS4zMjg4OSAwLjMxNjExMyAxLjk2MTQ2IDAuMzE1NzY4IDIuMzUyMTEgMC43MDU1NjVMIDcgNS4zNDMzM0wgMTEuNjQ3OSAwLjcwNTU2NUMgMTIuMDM4NSAwLjMxNTc2OCAxMi42NzExIDAuMzE2MTEyIDEzLjA2MTMgMC43MDYzMzVMIDEzLjI5MjkgMC45Mzc4OTJDIDEzLjY4MzQgMS4zMjg0MiAxMy42ODM0IDEuOTYxNTggMTMuMjkyOSAyLjM1MjExTCA3LjcwNzExIDcuOTM3ODlDIDcuMzE2NTggOC4zMjg0MSA2LjY4MzQyIDguMzI4NDEgNi4yOTI4OSA3LjkzNzg5TCAwLjcwNzEwNiAyLjM1MjFDIDAuMzE2NTgyIDEuOTYxNTggMC4zMTY1ODMgMS4zMjg0MiAwLjcwNzEwNyAwLjkzNzg5MkwgMC45Mzg2NjQgMC43MDYzMzZaIiB0cmFuc2Zvcm09Im1hdHJpeCgtMS4xOTI0OWUtMDggLTEgLTEgMS4xOTI0OWUtMDggOSAxNCkiIGZpbGw9IiMzMzMzMzMiLz48L2c+PC9zdmc+)
}

div.vtexIdUI .vtexIdUI-classic-login-control input {
	border-radius: 0;
	border-color: #000;
	margin-bottom: 2px
}

div.vtexIdUI label {
	margin-bottom: 0;
	padding: 10px 0;
	color: #000
}

div.vtexIdUI .info-why {
	padding-bottom: 10px
}

div.vtexIdUI .vtexIdUI-auth-code input {
	font-size: 27px
}

div.vtexIdUI .vtexid-password-requirements {
	color: #000;
	margin-top: 20px
}

div.vtexIdUI .vtexid-password-requirements-description {
	font-weight: 100
}

div.vtexIdUI .vtexid-password-requirements-list {
	list-style: none;
	padding-top: 10px;
	margin-left: 15px
}
/* erro de UTF-8 */
div.vtexIdUI .vtexid-icon-checkmark {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦43TCA4LjggMC43TCA4LjEgLTQuNzY4MzdlLTA4TCAyLjggNS4zWiIvPjwvZGVmcz48L3N2Zz4=)
}

div.vtexIdUI .vtexIdUI-header {
	display: none
}

.wishlist .department__top {
	width: 100%
}

.wishlist__title {
	font-weight: normal;
	font-size: 24px;
	padding: 20px 0;
	font-weight: 700;
	text-transform: capitalize
}

@media only screen and (min-width: 768px) {
	.wishlist__title {
		font-size: 48px
	}
}

.wishlist__subtitle {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em
}

.wishlist #wishlist .title {
	text-align: center;
	margin: 5%
}

.wishlist #wishlist .prateleira>ul {
	margin-top: 5%;
	-ms-flex-pack: initial;
	justify-content: initial
}

@media only screen and (min-width: 1023px) {
	.wishlist #wishlist .prateleira>ul li {
		width: calc(25% - 0px)
	}
}

.wishlist #wishlist .prateleira>ul li img {
	max-height: 280px
}

.wishlist #wishlist .prateleira>ul li .shelf-product__brand {
	min-height: 50px
}

.wishlist #wishlist .prateleira>ul li .shelf-product-price__installments {
	font-size: 12px;
	display: block;
	margin-bottom: 10px
}

.wishlist #wishlist .prateleira>ul li .shelf-product__wish,
.wishlist #wishlist .prateleira>ul li .shelf-product__wishlist-remove {
	width: 25px;
	position: absolute;
	height: 30px;
	z-index: 1;
	right: -1px;
	top: -1px;
	display: block
}

.wishlist #wishlist .prateleira>ul li .shelf-product__wish button,
.wishlist #wishlist .prateleira>ul li .shelf-product__wishlist-remove button {
	display: block
}

.heart {
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url("/arquivos/heart-wishlit.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 2900%
}

@media screen and (min-width: 1024px) {
	.heart:hover {
		background-position: right
	}
}

.heart.is-favorited {
	background-position: right
}

.is-favorited {
	-webkit-animation: heart-burst 0.8s steps(28) 1;
	animation: heart-burst 0.8s steps(28) 1
}

@-webkit-keyframes heart-burst {
	from {
		background-position: left
	}
	to {
		background-position: right
	}
}

@keyframes heart-burst {
	from {
		background-position: left
	}
	to {
		background-position: right
	}
}

.hotsite.tresemme {
	background: black
}

.hotsite .grid-2 div {
	width: 50%
}

.hotsite .grid-3 div {
	width: 33.3%
}

.hotsite .grid-4 div {
	width: 25%
}

.TopProfessional .modalform {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in
}

.TopProfessional .modalform:target {
	opacity: 1;
	pointer-events: auto
}

.TopProfessional .modalform>#modal {
	background: url(/arquivos/modalbg.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: table;
	width: 1056px
}

.TopProfessional .closeModal {
	position: absolute;
	right: -80px;
	top: -620px;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: right;
	width: 1056px;
	font-size: 26px;
	z-index: 99;
	height: 33px
}

.closeModal img {
	display: inline-block
}

.TopProfessional div#colocarSenha {
	margin: 185px 0 0 620px
}

.TopProfessional div#cadastro {
	margin: 250px 0 0 551px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	width: 475px;
	font-weight: 700;
	padding-bottom: 10px
}

.TopProfessional #cadCel,
.TopProfessional #cadNome {
	width: 290px;
	height: 40px
}

.TopProfessional input#cadNome {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 10px
}

.TopProfessional input#cadCel {
	margin-left: 5px;
	padding-left: 10px
}

.TopProfessional input#cadBtn {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	margin-top: 10px;
	margin-left: 130px;
	width: 200px;
	height: 50px
}

.TopProfessional #colocarSenha button {
	padding: 9px;
	background: #302f2f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-color: transparent;
	border-bottom: 4px solid #000;
	margin-left: 11px
}

.TopProfessional ul {
	list-style: none
}

.TopProfessional ul li img,
.TopProfessional ul li a {
	display: inline-block
}

.TopProfessional div.topProfessional p.sub-title {
	font-family: gotham_mediumregular;
	font-size: 18px;
	margin: 28px 0
}

.TopProfessional .pink {
	color: #ff0042;
	font-size: bold
}

.TopProfessional p.video {
	font-family: gotham_lightregular;
	letter-spacing: 4px;
	font-weight: 100;
	margin-top: 113px;
	width: 397px;
	height: 33px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.TopProfessional .right-border {
	border-right: 1px solid #343434;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0)) 1 100%;
	border-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0))) 1 100%;
	border-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)) 1 100%
}

.TopProfessional .topPro-waiting {
	font-family: mark_my_wordsregular;
	color: #b71e3e;
	font-size: 34px;
	margin: 30px 0
}

.TopProfessional .text {
	font-family: 'Segoe UI Light';
	font-size: 18px
}

.TopProfessional p.text-center.btn-black.right a {
	color: #fff
}

.TopProfessional .col-md-6.right-text a {
	color: #000
}

.TopProfessional .btn-black a {
	color: #fff
}

.TopProfessional .btn-black {
	font-family: Arial;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	border: 1px solid #000;
	background-color: #000;
	min-width: 255px;
	width: 100%;
	min-height: 60px;
	height: 100%;
	margin-top: 20px
}

.TopProfessional .btn-black .right {
	margin-top: 10px
}

.TopProfessional a.openModal.text-center {
	color: #fff
}

.TopProfessional a.openModal.text-center:hover {
	color: #fff;
	text-decoration: none
}

.TopProfessional div.right-text {
	margin-top: 50px
}

.TopProfessional div.bg {
	min-height: 830px;
	height: 100%;
	margin-top: 60px;
	background-color: #f2f2f2
}

.TopProfessional .bg ul {
	margin-top: 36px;
	padding: 0
}

.TopProfessional .bg ul li {
	margin-left: 5px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	width: 161px
}

.TopProfessional .bg ul li:last-child {
	border-bottom: 1px solid transparent;
	width: 161px
}

.TopProfessional .bg ul li a {
	font-family: 'Segoe UI Light';
	font-size: 16px;
	color: #000;
	margin-left: 10px
}

.TopProfessional .vantagens-pro {
	margin: 0 !important;
	background: url(http://ikesaki.vteximg.com.br/arquivos/vantagens-pro-bg.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 665px
}

.TopProfessional .vantagens-pro p {
	font-family: gotham_mediumregular;
	font-size: 31px;
	margin: 70px 0;
	color: #fff
}

.TopProfessional .vantagens-pro p.white {
	font-family: 'Segoe UI Light';
	font-size: 17px;
	color: #fff;
	margin: 30px 0 0
}

.TopProfessional p.title {
	font-family: gotham_thinregular;
	font-size: 36px;
	text-transform: uppercase;
	color: #333
}

.TopProfessional p.title strong {
	font-weight: 700
}

.TopProfessional ul.duvidas li.title-duvidas {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px
}

.TopProfessional ul.duvidas li.title-duvidas .title {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	display: block;
	font-family: 'Segoe UI Regular';
	font-size: 16px;
	line-height: 50px;
	padding: 5px 0 5px 20px;
	width: 100%;
	text-decoration: none !important
}

.TopProfessional .duvidas-small,
.TopProfessional .sub-title {
	font-size: 14px;
	font-family: 'Segoe UI Regular';
	margin-left: 45px
}

.TopProfessional ul.duvidas li.title-duvidas .title.collapsed {
	background-color: transparent;
	color: #000
}

.TopPofessional ul.duvidas li.title-duvidas,
li.sub-title {
	margin-bottom: 20px
}

.TopProfessional .sub-title {
	color: #000;
	padding-top: 20px
}

.TopProfessional .duvidas-small {
	width: 220px
}

.TopProfessional input#senha {
	width: 300px;
	height: 45px;
	padding: 0 10px
}

@media screen and (max-width: 620px) {
	.TopProfessional .topProfessional {
		margin-top: 40px
	}
	.TopProfessional .text-center {
		text-align: center
	}
	.TopProfessional p.video {
		width: 100%;
		margin-top: 40px
	}
	.TopProfessional iframe {
		width: 100%;
		margin-bottom: 40px
	}
	.TopProfessional .topPro-waiting {
		font-size: 25px
	}
	.TopProfessional .right-border {
		border: none
	}
	.TopProfessional div.bg {
		min-height: 635px;
		margin-bottom: 40px
	}
	.TopProfessional #vantagens {
		background: #000;
		height: auto;
		padding: 20px 0
	}
	.TopProfessional #vantagens .col-md-4 {
		margin: 20px 0
	}
	.TopProfessional #duvidas p.title {
		font-size: 27px;
		margin-top: 40px
	}
	.TopProfessional #duvidas ul.duvidas li.title-duvidas .title {
		font-size: 10px;
		line-height: 20px
	}
}

.category.resultado-busca .category__top .department__controls {
	display: -ms-flexbox;
	display: flex
}

.category.resultado-busca .category__top .grid-control {
	display: none
}

.category.resultado-busca .category__top .custom-select {
	min-width: 225px;
	width: auto
}

.category.resultado-busca .category__top .custom-select__button {
	margin-top: 8px !important
}

.category.resultado-busca .category__top .custom-select__button:after {
	display: none
}

.category.resultado-busca .category__top .custom-select__button.active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.category.resultado-busca .category__top .custom-select>h3 {
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 10px;
	border: 1px #8F8F8F solid;
	height: 40px;
	padding: 10px;
	position: relative;
	color: #828282;
	font-weight: normal;
	padding-right: 60px;
	overflow: hidden;
	cursor: pointer
}

.category.resultado-busca .category__top .custom-select .menu-navegue {
	display: none
}

.category.resultado-busca .category__top .custom-select .menu-departamento {
	padding: 10px
}

.category.resultado-busca .category__top .custom-select .menu-departamento.is-active {
	z-index: 4
}

.category.resultado-busca .category__top .custom-select .menu-departamento.is-active .search-single-navigator {
	display: block !important
}

.category.resultado-busca .category__top .custom-select .menu-departamento .search-single-navigator {
	display: none !important
}

.category.resultado-busca .category__top .custom-select .menu-departamento .search-single-navigator h4 {
	display: none
}

.category.resultado-busca .category__top .custom-select .menu-departamento .search-single-navigator h3 {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.category.resultado-busca .category__top .custom-select .menu-departamento .search-single-navigator ul li {
	padding: 3px
}

.category.resultado-busca .custom-select {
	position: relative;
	margin-left: 15px
}

.category.resultado-busca .custom-select .custom-select__button {
	width: 100%;
	min-width: 255px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #cdcdcd;
	padding: 10px 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category.resultado-busca .custom-select .custom-select__button:after {
	content: '';
	width: 0;
	height: 0;
	top: 48%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category.resultado-busca .custom-select .custom-select__button .custom-select__text {
	color: #999
}

.category.resultado-busca .custom-select .custom-select__button.is-open:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media (max-width: 1023px) {
	.category.resultado-busca .custom-select .custom-select__button {
		min-width: 192px
	}
}

.category.resultado-busca .custom-select .menu-departamento {
	display: none;
	padding: 5px 6px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category.resultado-busca .custom-select .menu-departamento::-webkit-scrollbar {
	width: 12px
}

.category.resultado-busca .custom-select .menu-departamento::-webkit-scrollbar-track {
	background: #e8e8e8
}

.category.resultado-busca .custom-select .menu-departamento::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 4px #e8e8e8;
	box-shadow: inset 0 0 0 4px #e8e8e8;
	background: #000
}

.category.resultado-busca .custom-select .menu-departamento .menu-navegue,
.category.resultado-busca .custom-select .menu-departamento .search-single-navigator,
.category.resultado-busca .custom-select .menu-departamento .productClusterSearchableIds,
.category.resultado-busca .custom-select .menu-departamento .Hide,
.category.resultado-busca .custom-select .menu-departamento .Marca,
.category.resultado-busca .custom-select .menu-departamento .Especificações,
.category.resultado-busca .custom-select .menu-departamento .Faixa,
.category.resultado-busca .custom-select .menu-departamento h5+ul,
.category.resultado-busca .custom-select .menu-departamento h5,
.category.resultado-busca .custom-select .menu-departamento h3.cabelos {
	display: none
}

.category.resultado-busca .custom-select .menu-departamento.is-active {
	display: block;
	position: absolute;
	bottom: -291x;
	z-index: 1;
	background: #f1f1f1;
	color: #999;
	width: 100%
}

@media screen and (max-width: 767px) {
	.category.resultado-busca .custom-select .menu-departamento.is-active {
		right: -4px;
		width: 170%
	}
}

.category.resultado-busca .custom-select .menu-departamento.is-active span {
	display: none
}

.category.resultado-busca .custom-select .menu-departamento h4.even {
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.category.resultado-busca .custom-select .menu-departamento h4.even:hover {
	background: #cdcdcd
}

@media screen and (max-width: 767px) {
	.category.resultado-busca .custom-select .menu-departamento h4.even {
		padding: 10px 5px
	}
}

@media (max-width: 1023px) {
	.category.resultado-busca .custom-select .menu-departamento {
		font-size: 12px
	}
}

@media (min-width: 1024px) {
	.category.resultado-busca .custom-select .menu-departamento {
		min-width: 255px
	}
}

.category.resultado-busca .custom-select .menu-departamento .search-multiple-navigator {
	display: none !important
}

.category.resultado-busca .custom-select .menu-departamento fieldset {
	border: none;
	padding: 0
}

.category.resultado-busca .custom-select .menu-departamento fieldset h5 {
	display: block !important;
	margin: 8px 0
}

.category.resultado-busca .custom-select .menu-departamento fieldset h5 .icon-arrow {
	display: none
}

.category.resultado-busca .custom-select .menu-departamento fieldset ul {
	display: block !important;
	margin-left: 5px;
	padding: 0
}

@media screen and (max-width: 620px) {
	.category.resultado-busca .category__top .custom-select {
		margin: 0;
		width: calc(50% - 10px);
		min-width: 145px
	}
	.category.resultado-busca .category__top .custom-select:last-child {
		margin-left: 8px
	}
	.category.resultado-busca .category__top .custom-select .custom-select__button {
		min-width: 145px
	}
	.category.resultado-busca .category__top .custom-select .menu-departamento.is-active {
		width: 100%;
		right: 0
	}
	.category.resultado-busca .category__top .container,
	.category.resultado-busca .category__top .submenu__wrapper {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.category.resultado-busca .department__main .search-single-navigator {
	display: none !important
}

.system-error .container .row.col-md-12.titulo.search .h3.title-result-search,
.system-error .submenu__wrapper .row.col-md-12.titulo.search .h3.title-result-search {
	margin-top: 7%;
	font-size: 20px
}

.system-error .container .row.col-md-12.titulo.search .busca legend,
.system-error .submenu__wrapper .row.col-md-12.titulo.search .busca legend {
	display: none
}

.system-error .container .row.col-md-12.titulo.search .busca label,
.system-error .submenu__wrapper .row.col-md-12.titulo.search .busca label {
	display: none
}

.system-error .container .row.col-md-12.titulo.search .busca select,
.system-error .submenu__wrapper .row.col-md-12.titulo.search .busca select {
	display: none
}

.system-error .container .row.col-md-12.titulo.search .busca .fulltext-search-box.ui-autocomplete-input,
.system-error .submenu__wrapper .row.col-md-12.titulo.search .busca .fulltext-search-box.ui-autocomplete-input {
	width: 70%;
	height: 52px;
	padding: 0 50px 0 20px
}

.system-error .container .row.col-md-12.titulo.search .busca .btn-buscar,
.system-error .submenu__wrapper .row.col-md-12.titulo.search .busca .btn-buscar {
	font-size: 0px;
	border: none
}

@media screen and (max-width: 767px) {
	.system-error .row.ikesaki {
		display: block;
		margin: 0 auto
	}
	.system-error .row.ikesaki .container .row.col-md-12.titulo.search .h3.title-result-search,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-12.titulo.search .h3.title-result-search {
		margin-top: 7%;
		font-size: 20px
	}
	.system-error .row.ikesaki .container .row.col-md-12.titulo.search .busca legend,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-12.titulo.search .busca legend {
		display: none
	}
	.system-error .row.ikesaki .container .row.col-md-12.titulo.search .busca label,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-12.titulo.search .busca label {
		display: none
	}
	.system-error .row.ikesaki .container .row.col-md-12.titulo.search .busca select,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-12.titulo.search .busca select {
		display: none
	}
	.system-error .row.ikesaki .container .row.col-md-12.titulo.search .busca .fulltext-search-box.ui-autocomplete-input,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-12.titulo.search .busca .fulltext-search-box.ui-autocomplete-input {
		width: 70%;
		height: 52px;
		padding: 0 50px 0 20px
	}
	.system-error .row.ikesaki .container .row.col-md-12.titulo.search .busca .btn-buscar,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-12.titulo.search .busca .btn-buscar {
		font-size: 0px;
		border: none
	}
	.system-error .row.ikesaki .container .col-md-12.titulo,
	.system-error .row.ikesaki .submenu__wrapper .col-md-12.titulo {
		margin-top: 7%;
		text-align: center;
		margin-bottom: 10px
	}
	.system-error .row.ikesaki .container .col-md-5.chat,
	.system-error .row.ikesaki .submenu__wrapper .col-md-5.chat {
		display: -ms-flexbox;
		display: flex;
		margin: 11% auto 11% 10%;
		border: 2px solid;
		width: 80%;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.system-error .row.ikesaki .container .profissional,
	.system-error .row.ikesaki .submenu__wrapper .profissional {
		margin-top: 7%
	}
	.system-error .row.ikesaki .container .slogan,
	.system-error .row.ikesaki .submenu__wrapper .slogan {
		margin-top: 7%;
		text-align: center
	}
	.system-error .row.ikesaki .container .row.col-md-5.video,
	.system-error .row.ikesaki .submenu__wrapper .row.col-md-5.video {
		padding-left: 5%;
		padding-right: 5%;
		margin-top: 7%
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	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);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[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
}

.easyzoom {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	*display: inline;
	*zoom: 1
}

.easyzoom img {
	vertical-align: bottom
}

.easyzoom.is-loading img {
	cursor: progress
}

.easyzoom.is-ready img {
	cursor: crosshair
}

.easyzoom.is-error img {
	cursor: not-allowed
}

.easyzoom-notice {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.75) url("/arquivos/heart-loading.gif") center bottom no-repeat
}

.easyzoom-flyout {
	position: absolute;
	z-index: 10000;
	overflow: hidden;
	background: #fff
}

@media screen and (max-width: 768px) {
	.easyzoom-flyout {
		display: none !important
	}
}

.easyzoom-flyout img {
	max-width: none
}

.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px
}

.zoomPup,
.zoomWindow,
.zoomPreload {
	display: none !important
}

/* alt 26.04.2019 */

.prateleira ul li .shelf-product{
	min-height: 402px;
}

/* #sm-onsite-sales{
	display: none !important;
} */

body.Profissional .searchResultsTime .resultado-busca-numero .value{
	float: left;
}


@media screen and (max-width: 769px){

	body.Profissional .banner-catalog .banner-catalog__media{
		height: 245px;
	}

	.prat.cabelo-shelf .prateleira-moveis li .shelf-product{
		min-height: 402px;
	}

	body.Profissional .searchResultsTime .resultado-busca-numero .value{
		display: inline-block;
	}
}
