@charset "UTF-8";
/* Compass Mixins */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  color: #333333;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ==========================================================================
   Tools
   ========================================================================== */
/*
   Footer Colors
   ========================================================================== */
/*
   Text colors
   ========================================================================== */
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
    'Rem' is like 'em', but is only relative to body tag
*/
/* Image replacement */
/* ==|====================
   Module/Icons
   ======================= */
/* ===========================
   Tools/Helpers
   =========================== */
@media screen and (max-width: 736px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 737px) {
  .mobile-only {
    display: none !important;
  }
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* =Wordpress alignment
-------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================
   Base
   =========================== */
/* FTW */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Maujor Sticky Footer */
html, body {
  height: 100%;
}
html.overflow-hiden, body.overflow-hiden {
  overflow: hidden;
}

body {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  padding: 0;
  text-align: left;
  background: #fff;
}

.lt-ie8 {
  /* less than IE8 | Really don't care */
}
.lt-ie8 body {
  overflow-y: hidden;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.page-header {
  width: 100%;
}

.page-center {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.page-content {
  /* footer height */
  padding-bottom: 40px;
}

.page-main {
  position: relative;
  width: 100%;
}

.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  text-align: center;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.resultItemsWrapper li {
  display: inline-block;
}

.resultItemsWrapper li.shelf-item--preload,
.load-btn--hide {
  display: none;
}

#ajaxBusy {
  display: none !important;
}

.zopim {
  position: fixed !important;
}

/* ==========================================================================
    Components
   ========================================================================== */
/* ==========================================================================
   Shelf default
   ========================================================================== */
.shelf__default {
  /* ==========================================================================
     Slick Shelf
     ========================================================================== */
}
.shelf__default--no-stock {
  height: 50px;
}
.shelf__default--wrapper {
  position: relative;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  padding-bottom: 15px;
}
.shelf__default--wrapper:hover {
  border-color: #e1e0e0;
}
.shelf__default--wrapper a {
  display: block;
  outline: none;
}
.shelf__default--wrapper a .shelf__default--image figure {
  padding: 15px;
}
.shelf__default--wrapper a .shelf__default--image figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  outline: none;
}
.shelf__default--highlight, .shelf__default--highlight-discount {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.shelf__default--highlight .flag, .shelf__default--highlight-discount .flag {
  display: none;
  position: relative;
}
.shelf__default--highlight .flag[class*="frete"], .shelf__default--highlight-discount .flag[class*="frete"] {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 auto;
  text-align: center;
  background: #1b88c7;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
.shelf__default--highlight .flag[class*="frete"]:before, .shelf__default--highlight-discount .flag[class*="frete"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 14px 11px 0;
  border-color: transparent #1b88c7 transparent transparent;
}
.shelf__default--highlight .flag[class*="frete"]:after, .shelf__default--highlight-discount .flag[class*="frete"]:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #1b88c7;
}
.shelf__default--highlight .flag[class*="--5--1x-cartao"], .shelf__default--highlight .flag[class*="ganhe---5--a-vista"], .shelf__default--highlight-discount .flag[class*="--5--1x-cartao"], .shelf__default--highlight-discount .flag[class*="ganhe---5--a-vista"] {
  display: block;
  float: right;
  background: #d8123b !important;
  text-align: center;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0;
  min-width: 40px !important;
}
.shelf__default--highlight .flag[class*="--5--1x-cartao"]::before, .shelf__default--highlight .flag[class*="ganhe---5--a-vista"]::before, .shelf__default--highlight-discount .flag[class*="--5--1x-cartao"]::before, .shelf__default--highlight-discount .flag[class*="ganhe---5--a-vista"]::before {
  content: '5%';
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  position: unset !important;
  border: 0;
}
.shelf__default--highlight .flag[class*="--5--1x-cartao"]::after, .shelf__default--highlight .flag[class*="ganhe---5--a-vista"]::after, .shelf__default--highlight-discount .flag[class*="--5--1x-cartao"]::after, .shelf__default--highlight-discount .flag[class*="ganhe---5--a-vista"]::after {
  display: none;
}
.shelf__default--highlight-discount, .shelf__default--highlight-discount-discount {
  position: absolute;
  top: 15px;
  right: 15px;
}
.shelf__default--highlight-discount .flag, .shelf__default--highlight-discount-discount .flag {
  display: block;
  float: right;
  background: #d8123b;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
}
.shelf__default--highlight-discount-percentage, .shelf__default--highlight-discount-discount-percentage {
  display: none;
}
.shelf__default ul {
  position: relative;
  width: 100%;
}
.shelf__default ul.slick-slider .slick-list {
  overflow: hidden;
}
.shelf__default ul.slick-slider .slick-arrow {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #e2e2e2;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 110;
  width: 29px;
  height: 57px;
  cursor: pointer;
  font-size: 0;
  text-decoration: none !important;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  visibility: visible;
}
.shelf__default ul.slick-slider .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.shelf__default ul.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.shelf__default ul.slick-slider .slick-prev {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  padding-right: 8px;
  left: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .shelf__default ul.slick-slider .slick-prev {
    margin-left: -15px;
  }
}
.shelf__default ul.slick-slider .slick-prev:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -23px -21px;
  height: 17px;
  width: 10px;
}
.shelf__default ul.slick-slider .slick-next {
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px 0 0 30px;
  padding-left: 8px;
  right: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .shelf__default ul.slick-slider .slick-next {
    margin-right: -15px;
  }
}
.shelf__default ul.slick-slider .slick-next:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 0;
  height: 17px;
  width: 10px;
}
.shelf__default ul.slick-slider .slick-slide {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.shelf__default--product-name {
  display: block;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #686868;
  text-transform: uppercase;
  height: 36px;
  overflow: hidden;
  padding: 0 15px;
}
.shelf__default--buy-button {
  display: none;
}
.shelf__default--price {
  height: 54px;
  overflow: hidden;
}
.shelf__default---old-price {
  display: block;
  margin-bottom: 5px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #686868;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.shelf__default---best-price {
  display: block;
  margin-bottom: 5px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: bold;
}
.shelf__default---instalment {
  display: block;
  margin-bottom: 5px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #686868;
  font-size: 14px;
  font-size: 0.875rem;
}
.shelf__default---instalment span {
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .shelf__default--wrapper {
    padding: 10px 0;
  }
  .shelf__default--highlight .flag[class*="frete"] {
    padding: 5px;
    font-size: 10px;
    height: 22px;
  }
  .shelf__default--highlight-discount .flag {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .shelf__default--product-name {
    display: block;
    margin-bottom: 20px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #686868;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
    padding: 0 15px;
  }
  .shelf__default--buy-button {
    display: none;
  }
  .shelf__default---old-price {
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #686868;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: capitalize;
  }
  .shelf__default---best-price {
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: capitalize;
    font-weight: bold;
  }
  .shelf__default---instalment {
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #686868;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .shelf__default---instalment span {
    font-weight: bold;
    color: #000;
  }
}
.ui-autocomplete {
  z-index: 99999999 !important;
  background: #fff;
  max-width: 500px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e1e0e0;
  padding: 10px 0;
}
.ui-autocomplete .ui-menu-item {
  position: relative;
  padding: 15px;
}
.ui-autocomplete .ui-menu-item:last-of-type:after {
  display: none;
}
.ui-autocomplete .ui-menu-item:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -112px 0;
  height: 21px;
  width: 20px;
  margin-right: 15px;
  vertical-align: middle;
  float: left;
}
.ui-autocomplete .ui-menu-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #e1e0e0;
  width: calc(100% - 30px);
  display: block;
}
.ui-autocomplete .ui-menu-item a {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.ui-autocomplete .ui-menu-item a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 25px;
  height: auto;
  background: #fff;
}
@media (max-width: 768px) {
  .ui-autocomplete {
    display: none !important;
  }
}

.tip-bar-full {
  margin-bottom: 60px;
  position: relative;
}
.tip-bar-full:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 1px;
  background: #e1e0e0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tip-bar-full__item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tip-bar-full__item span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #686868;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 16px;
}
.tip-bar-full__item span strong {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
.tip-bar-full__item:after, .tip-bar-full__item:before {
  vertical-align: middle;
}
.tip-bar-full__item--about span {
  float: left;
  left: 0;
  padding-left: 81px;
}
.tip-bar-full__item--about:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -370px;
  height: 71px;
  width: 71px;
}
.tip-bar-full__item--installments span {
  float: left;
  left: 0;
  padding-left: 81px;
}
.tip-bar-full__item--installments:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -71px -441px;
  height: 71px;
  width: 71px;
}
.tip-bar-full__item--cards span {
  float: right;
  left: 0;
  text-align: right;
  padding-right: 81px;
}
.tip-bar-full__item--cards:after {
  content: '';
  float: right;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -71px -370px;
  height: 71px;
  width: 71px;
}
.tip-bar-full__item--discount span {
  float: right;
  left: 0;
  text-align: right;
  padding-right: 81px;
}
.tip-bar-full__item--discount:after {
  content: '';
  float: right;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -441px;
  height: 71px;
  width: 71px;
}

#smartCart .leandrini-cart {
  /*
  Overlay
   */
  /*
  Container
   */
  /*
  Close
   */
  /*
  Title
   */
  /*
  Items
   */
  /*
  Actions
   */
  /*
  Coupon
   */
}
#smartCart .leandrini-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.7);
}
#smartCart .leandrini-cart-container {
  position: fixed;
  width: 460px;
  height: 100%;
  top: 0;
  right: -465px;
  padding: 70px 80px;
  background: #fff;
  z-index: 9999999999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#smartCart .leandrini-cart-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
}
#smartCart .leandrini-cart-close:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -46px -21px;
  height: 13px;
  width: 13px;
}
#smartCart .leandrini-cart-title {
  display: block;
}
#smartCart .leandrini-cart-title h3 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
#smartCart .leandrini-cart-items {
  margin-bottom: 30px;
}
#smartCart .leandrini-cart-items ul {
  max-height: 30vh;
  overflow-y: scroll;
}
#smartCart .leandrini-cart-items ul::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#smartCart .leandrini-cart-items ul::-webkit-scrollbar {
  width: 2px;
  background-color: #f1f1f1;
}
#smartCart .leandrini-cart-items ul::-webkit-scrollbar-thumb {
  background-color: #000;
}
#smartCart .leandrini-cart-items ul li {
  position: relative;
  display: block;
  border-top: 1px solid #ececec;
  margin-bottom: 30px;
  padding: 15px;
}
#smartCart .leandrini-cart-items ul li .remove-item {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
#smartCart .leandrini-cart-items ul li .remove-item:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -46px -21px;
  height: 13px;
  width: 13px;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-image {
  width: 100;
  height: 65px;
  float: left;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-image img {
  width: 100%;
  height: auto;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-title h4 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #000;
  padding-right: 30px;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-info {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-info p {
  width: 30%;
  float: right;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  color: #000;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd {
  width: 70%;
  text-align: right;
  float: left;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd .minus {
  display: inline-block;
  vertical-align: middle;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd .minus .qty-less:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -13px -45px;
  height: 16px;
  width: 16px;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd .plus {
  display: inline-block;
  vertical-align: middle;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd .plus .qty-more {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -95px;
  height: 16px;
  width: 16px;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd .result {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
#smartCart .leandrini-cart-items ul li .leandrini-cart-pdt-qtd .result .qty-field {
  width: 40px;
  height: 32px;
  border: 1px solid #999999;
  text-align: center;
}
#smartCart .leandrini-cart-send-request {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 45px;
  background-color: #009a0e;
  padding: 15px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  -moz-box-shadow: inset 0 -5px 0 0 #007105;
  -webkit-box-shadow: inset 0 -5px 0 0 #007105;
  box-shadow: inset 0 -5px 0 0 #007105;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#smartCart .leandrini-cart-send-request:focus {
  outline: none;
}
#smartCart .leandrini-cart-send-request:active {
  -moz-box-shadow: inset 0 -2px 0 0 #007105;
  -webkit-box-shadow: inset 0 -2px 0 0 #007105;
  box-shadow: inset 0 -2px 0 0 #007105;
  outline: none;
}
#smartCart .leandrini-cart-send-request.disabled {
  cursor: default;
  opacity: 0.9;
  filter: alpha(opacity=90);
  pointer-events: none;
}
#smartCart .leandrini-cart-back-to-shop {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
#smartCart .leandrini-cart-sub {
  margin-top: 45px;
}
#smartCart .leandrini-cart-discount, #smartCart .leandrini-cart-sub {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}
#smartCart .leandrini-cart-discount strong, #smartCart .leandrini-cart-sub strong {
  float: right;
}
#smartCart .leandrini-cart-total {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#smartCart .leandrini-cart-total strong {
  font-size: 16px;
  float: right;
}
#smartCart .leandrini-cart-coupon span {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}
#smartCart .leandrini-cart-coupon input {
  height: 48px;
  border: 1px solid #ddd;
  padding: 0 15px;
  color: #000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  width: calc(300px - 150px);
}
#smartCart .leandrini-cart-coupon input::placeholder {
  color: #999;
}
#smartCart .leandrini-cart-coupon button {
  float: right;
  height: 48px;
  width: 120px;
  cursor: pointer;
  text-align: center;
  background-color: #009a0e;
  padding: 15px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  -moz-box-shadow: inset 0 -5px 0 0 #007105;
  -webkit-box-shadow: inset 0 -5px 0 0 #007105;
  box-shadow: inset 0 -5px 0 0 #007105;
}
#smartCart .leandrini-cart-coupon button:active {
  -moz-box-shadow: inset 0 -2px 0 0 #007105;
  -webkit-box-shadow: inset 0 -2px 0 0 #007105;
  box-shadow: inset 0 -2px 0 0 #007105;
  outline: none;
}
#smartCart .leandrini-cart-coupon button:focus {
  outline: none;
}
#smartCart .leandrini-cart-coupon button.disabled {
  cursor: default;
  opacity: 0.9;
  filter: alpha(opacity=90);
  pointer-events: none;
}
#smartCart .leandrini-cart-coupon-info {
  position: relative;
  color: #000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}
#smartCart .leandrini-cart-coupon-info-remove {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  font-size: 0;
}
#smartCart .leandrini-cart-coupon-info-remove:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -46px -21px;
  height: 13px;
  width: 13px;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
.header {
  /*
     Header user info
     ========================================================================== */
  /*
     Content
     ========================================================================== */
  /*
     Nav
     ========================================================================== */
  /*
     Stick
     ========================================================================== */
}
.header__user--info {
  padding: 10px 0;
  background: #f1f1f1;
  font-size: 12px;
  font-size: 0.75rem;
  color: #686868;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
}
.header__user--info .header__messenge {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 15px;
}
.header__user--info .header__messenge strong {
  color: #1b88c7;
  font-weight: bold;
}
.header__user--info .header__messenge strong:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -59px -21px;
  height: 14px;
  width: 20px;
  vertical-align: bottom;
  margin-right: 10px;
}
.header__user--info .header__call-center {
  width: 35%;
  display: inline-block;
  text-align: right;
  padding: 0 15px;
}
.header__user--info .header__call-center a {
  text-transform: uppercase;
}
.header__user--info .header__phone {
  width: 15%;
  float: right;
  display: inline-block;
  text-align: right;
  padding: 0 15px;
}
.header__user--info .header__phone--number:before {
  content: '';
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -13px -21px;
  height: 10px;
  width: 10px;
}
.header__content {
  margin: 35px 0;
  /* Logo */
  /* Search */
  /* Account */
  /* Minicart */
}
.header__content--logo a {
  display: block;
  padding: 10px 0;
}
.header__content--logo a img {
  width: 100%;
  height: auto;
}
.header__content--search .busca {
  position: relative;
}
.header__content--search .busca label,
.header__content--search .busca legend,
.header__content--search .busca select {
  display: none;
}
.header__content--search .busca .fulltext-search-box {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e1e0e0;
  padding: 15px 50px 15px 15px;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
.header__content--search .busca .fulltext-search-box:focus {
  outline: none;
}
.header__content--search .busca .btn-buscar {
  position: absolute;
  top: 0;
  right: 0;
  background: #a4a3a5;
  width: 50px;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  border: none;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -54px -235px;
  height: 40px;
  width: 47px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header__content--search .busca .btn-buscar:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header__content--account {
  position: relative;
  text-align: right;
  padding-right: 15px;
}
.header__content--account--wrapper > a {
  display: inline-block;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  min-width: 180px;
}
.header__content--account--wrapper > a span {
  display: block;
  font-weight: normal;
  color: #1e120e;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 7px 0;
}
.header__content--account--wrapper > a span strong {
  display: block;
  font-weight: bold;
  color: #000;
}
.header__content--account--wrapper > a:before {
  content: '';
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -101px -235px;
  height: 42px;
  width: 43px;
  float: left;
}
.header__content--account--wrapper:hover .header__content--account--dropdown {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header__content--account--wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e1e0e0;
}
.header__content--account--dropdown {
  position: absolute;
  background: #f1f1f1;
  top: 60px;
  right: 0;
  left: 70px;
  margin: 0 auto;
  max-width: 170px;
  border-radius: 8px;
  padding: 20px;
  z-index: 999999999;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__content--account--dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  z-index: 99;
  left: 15px;
  position: absolute;
  top: -9px;
}
.header__content--account--dropdown > ul > li {
  display: block;
  padding: 0 0 13px;
}
.header__content--account--dropdown > ul > li:last-of-type {
  padding-bottom: 0;
}
.header__content--account--dropdown > ul > li a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #1e120e;
  text-decoration: none;
}
.header__content--account--dropdown > ul > li a.sair {
  color: #1b88c7;
  text-decoration: underline;
}
.header__content--minicart--link {
  position: relative;
  font-size: 0;
  display: inline-block;
}
.header__content--minicart--link:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -277px;
  height: 42px;
  width: 42px;
}
.header__content--minicart--link:after {
  display: block;
  position: absolute;
  content: attr(data-quantity);
  font-size: 10px;
  font-size: 0.625rem;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 20px;
  right: -8px;
  top: 0;
}
.header__content--minicart--content {
  display: none;
}
.header__nav {
  position: relative;
  background: #000;
  z-index: 99999999;
}
.header__nav--list > ul {
  display: flex;
}
.header__nav--list--item {
  flex-grow: 1;
  text-align: center;
  /*
  Submenu all departments
   */
}
.header__nav--list--item:hover .header__nav--list--item--submenu {
  visibility: visible !important;
  opacity: 1 !important;
  filter: alpha(opacity=1) !important;
}
.header__nav--list--item:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header__nav--list--item--link {
  display: block;
  position: relative;
  z-index: 999;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 20px 15px 15px;
  text-align: center;
  height: 100%;
  min-height: 100px;
}
.header__nav--list--item--link:before {
  margin: 0 auto 5px;
}
.header__nav--list--item--link span {
  position: absolute;
  bottom: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
}
.header__nav--list--item--link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1b88c7;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: calc(100% - 5px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.header__nav--list--item--link--todos-departamentos:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -154px -70px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--todos-departamentos + .header__nav--list--item--submenu {
  border-top-left-radius: 0 !important;
}
.header__nav--list--item--link--rodas:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -16px -95px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--pneus:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -154px -45px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--molas-esportivas:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -79px -45px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--performance:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -129px -45px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--som:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -129px -70px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--home-theater:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -54px -45px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--fone-de-ouvido:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -29px -45px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item--link--acessorios + .header__nav--list--item--submenu {
  border-top-right-radius: 0 !important;
}
.header__nav--list--item--link--acessorios:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -79px -70px;
  height: 25px;
  width: 25px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu {
  position: absolute;
  display: flex;
  visibility: hidden;
  width: calc(100% - 30px);
  z-index: 99999;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 8px solid #1b88c7;
  left: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 30px 5px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li {
  flex-grow: 1;
  text-align: left;
  padding: 0 15px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li > a, .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li > span {
  display: block;
  margin-bottom: 10px;
  color: #1b88c7;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 14px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li > ul li a {
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li > ul li a:hover {
  text-decoration: underline;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li .marcas {
  display: inline-block;
  max-width: 250px;
  min-width: 250px;
  margin-top: 15px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li .marcas ul li {
  width: calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 5px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li .marcas ul li:nth-child(odd) {
  margin-right: 10px;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li .marcas ul li a {
  display: block;
}
.header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu > li .marcas ul li a img {
  width: 100%;
  height: auto;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu {
  position: absolute;
  display: block;
  visibility: hidden;
  width: calc(100% - 30px);
  z-index: 99999;
  background: #1b88c7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 30px 13px;
  color: #fff;
  min-height: 570px;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li {
  display: block;
  text-align: left;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li:hover .header__nav--list--item--submenu--wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li:hover > a {
  background: #fff;
  color: #000;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li > a {
  display: inline-block;
  width: 20%;
  padding: 15px;
  background: transparent;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper {
  position: absolute;
  top: 30px;
  right: 13px;
  width: calc(80% - 16px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #fff;
  color: #000;
  height: calc(100% - 60px);
  padding: 25px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper ul {
  display: inline-block;
  width: 70%;
  float: left;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper ul.twoo-columns li {
  width: 50%;
  float: left;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper ul li {
  width: 100%;
  float: left;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper ul li a {
  display: inline-block;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 10px 0;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper ul li a:hover {
  text-decoration: underline;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper .header__nav--list--item--submenu--banner {
  width: 30%;
  float: right;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper .header__nav--list--item--submenu--banner a {
  display: block;
}
.header__nav--list--item.header__nav--list--item--todos-departamentos .header__nav--list--item--submenu > li .header__nav--list--item--submenu--wrapper .header__nav--list--item--submenu--banner a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.header__nav--mobile-items {
  display: none;
}
.stick .header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999999999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stick .header__content {
  margin: 15px 0;
}
.stick .header__user--info {
  display: none;
}
@media (min-width: 768px) {
  .stick .header__nav--list--item--link {
    min-height: initial;
  }
  .stick .header__nav--list--item--link:before {
    display: none;
  }
  .stick .header__nav--list--item--link span {
    position: relative;
    bottom: 0;
  }
  .stick .header__nav--list--item--link span br {
    display: none;
  }
}

@media (max-width: 992px) {
  /* ==========================================================================
     Header
     ========================================================================== */
  .header {
    /*
       Header user info
       ========================================================================== */
    /*
       Header user info
       ========================================================================== */
    /*
       Nav
       ========================================================================== */
  }
  .header__user--info {
    background: #fff;
    border-bottom: 1px solid #e1e0e0;
    padding: 15px;
  }
  .header__user--info .header__phone {
    width: 100%;
    text-align: center;
    color: #1b88c7;
  }
  .header__content {
    margin: 0;
  }
  .stick .header__content {
    margin: 0;
  }
  .header__content--mobile-toggle-menu {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .header__content--mobile-toggle-menu a {
    font-size: 0;
  }
  .header__content--mobile-toggle-menu a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -30px -70px;
    height: 24px;
    width: 24px;
  }
  .header__content--mobile-cart {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .header__content--mobile-cart a {
    font-size: 0;
  }
  .header__content--mobile-cart a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -133px -21px;
    height: 24px;
    width: 24px;
  }
  .header__content--mobile-cart a:after {
    display: block;
    position: absolute;
    content: attr(data-quantity);
    font-size: 10px;
    font-size: 0.625rem;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    right: -13px;
    top: -8px;
  }
  .header__content--logo {
    width: 70%;
    max-width: 170px;
    margin: 5px auto;
  }
  .header__content--search {
    margin: 0 -15px;
    border-bottom: 1px solid #e1e0e0;
    border-top: 1px solid #e1e0e0;
  }
  .header__content--search .busca .fulltext-search-box {
    border: none;
    color: #a4a3a5;
  }
  .header__content--search .busca .btn-buscar {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -155px 0;
    height: 21px;
    width: 20px;
    background-color: transparent;
    right: 15px;
    top: 10px;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    left: 0;
    top: 0;
    background: #1b88c7;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: -100%;
  }
  .header__nav.is-open {
    left: 0;
  }
  .header__nav--mobile-items {
    display: block;
    margin: 0 -15px;
  }
  .header__nav--mobile-items--header {
    position: relative;
    background: #ebebeb;
    padding: 20px;
    text-align: center;
  }
  .header__nav--mobile-items--header span {
    color: #1b88c7;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header__nav--mobile-items--header a {
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
  }
  .header__nav--mobile-items--header a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -94px 0;
    height: 19px;
    width: 18px;
  }
  .header__nav--mobile-items--logged {
    background: #fff;
    padding: 15px 10px;
    border-bottom: 1px solid #e1e0e0;
    color: #686868;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .header__nav--mobile-items--logged--logout {
    float: right;
  }
  .header__nav--mobile-items--logged--logout:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -117px -21px;
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin-right: 10px;
  }
  .header__nav--mobile-items--links {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
  }
  .header__nav--mobile-items--links li {
    width: 50%;
    float: left;
  }
  .header__nav--mobile-items--links li a {
    display: block;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #686868;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header__nav--mobile-items--links:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #e1e0e0;
    position: absolute;
    left: 50%;
    -moz-transform: translate(0, -50);
    -ms-transform: translate(0, -50);
    -webkit-transform: translate(0, -50);
    transform: translate(0, -50);
  }
  .header__nav--list {
    margin: 0 -15px;
  }
  .header__nav--list > ul {
    display: block;
  }
  .header__nav--list--item {
    display: block;
    text-align: left;
    /*
    Molas esportivas only
     */
  }
  .header__nav--list--item.has-submenu > a {
    position: relative;
  }
  .header__nav--list--item.has-submenu > a:after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -33px -21px;
    height: 9px;
    width: 13px;
    right: 10px;
    left: initial;
    top: 50%;
    margin-top: -5px;
    background-color: transparent;
    z-index: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header__nav--list--item.has-submenu.is-open > a:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header__nav--list--item--link {
    min-height: initial;
    text-align: left;
    padding: 10px;
    background: #1b88c7;
    border-bottom: 1px solid #00a2d4;
  }
  .header__nav--list--item--link:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .header__nav--list--item--link span {
    position: relative;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    bottom: initial;
  }
  .header__nav--list--item--todos-departamentos {
    display: none;
  }
  .header__nav--list--item.header__nav--list--item--molas-esportivas .header__nav--list--item--submenu li span {
    display: block !important;
    background: #ebebeb;
    color: #000;
    padding: 15px 10px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header__nav--list--item.header__nav--list--item--molas-esportivas .header__nav--list--item--submenu li span.noTitle {
    display: none !important;
  }
  .header__nav--list--item.header__nav--list--item--molas-esportivas .header__nav--list--item--submenu li ul {
    display: block !important;
  }
  .header__nav--list .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu {
    display: none;
    margin: 0 -15px;
    width: 100%;
    position: relative;
    background: #fff;
    position: relative;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .header__nav--list .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu li {
    padding: 0;
  }
  .header__nav--list .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu li > span {
    padding: 15px 10px;
    color: #686868;
    font-weight: normal;
    background: #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .header__nav--list .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu li a {
    padding: 15px 10px;
    color: #686868;
    font-weight: normal;
    background: #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .header__nav--list .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu li span.noTitle {
    display: none;
  }
  .header__nav--list .header__nav--list--item:not(.header__nav--list--item--todos-departamentos) .header__nav--list--item--submenu li ul li a {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header__content .container, .header__nav .container {
    width: 100%;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #333333;
  /*
     Newsletter
     ========================================================================== */
  /*
     Content
     ========================================================================== */
  /*
     Info
     ========================================================================== */
  /*
     Bottom
     ========================================================================== */
}
.footer__newsletter {
  background: #000;
  padding: 5px 0;
}
.footer__newsletter--text {
  padding: 13px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.footer__newsletter--text:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -71px 0;
  height: 18px;
  width: 23px;
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .footer__newsletter--text:before {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .footer__newsletter--text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.footer__newsletter--content {
  position: relative;
}
.footer__newsletter--content input[type="text"] {
  height: 50px;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #fff;
  padding: 0 15px;
  /* Firefox 18- */
  /* Firefox 19+ */
  font-size: 14px;
  font-size: 0.875rem;
}
.footer__newsletter--content input[type="text"]::-webkit-input-placeholder {
  color: #b0b0b0;
}
.footer__newsletter--content input[type="text"]:-moz-placeholder {
  color: #b0b0b0;
}
.footer__newsletter--content input[type="text"]::-moz-placeholder {
  color: #b0b0b0;
}
.footer__newsletter--content input[type="text"]:-ms-input-placeholder {
  color: #b0b0b0;
}
.footer__newsletter--content input[type="text"]::placeholder {
  color: #b0b0b0;
}
.footer__newsletter--content button[type="submit"] {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0 23px;
  height: 40px;
  line-height: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.footer__content {
  padding: 25px 0;
}
.footer__content--text {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b0b0b0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
@media (max-width: 768px) {
  .footer__content--text {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 11px;
    line-height: 0.6875rem;
  }
}
.footer__content--text:after {
  content: '';
  display: block;
  margin: 25px 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.footer__content--social-links {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__content--social-links {
    text-align: left;
    margin-bottom: 30px;
  }
}
.footer__content--social-links dt {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__content--social-links dt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer__content--social-links dd {
  display: inline-block;
  margin-right: 15px;
}
.footer__content--social-links dd:last-of-type {
  margin-right: 0;
}
.footer__content--social-links dd a {
  display: block;
}
.footer__content--social-links dd a.facebook-link:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -162px;
  height: 35px;
  width: 35px;
}
.footer__content--social-links dd a.instagram-link:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -35px -162px;
  height: 35px;
  width: 35px;
}
.footer__content--social-links dd a.youtube-link:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -124px;
  height: 35px;
  width: 35px;
}
.footer__content--nav-links > ul {
  display: inline-block;
  width: 100%;
}
.footer__content--nav-links > ul > li {
  width: 50%;
  float: left;
}
.footer__content--nav-links > ul > li > p {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__content--nav-links > ul > li > p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer__content--nav-links > ul > li ul li {
  margin-bottom: 10px;
}
.footer__content--nav-links > ul > li ul li a {
  display: block;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b0b0b0;
}
@media (max-width: 768px) {
  .footer__content--company-service {
    margin-top: 30px;
  }
}
.footer__content--company-service h3 {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__content--company-service h3 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer__content--company-service--phone-store {
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #b0b0b0;
}
.footer__content--company-service--phone-store span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0 0 32px;
}
.footer__content--company-service--phone-store:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -132px 0;
  height: 18px;
  width: 23px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.footer__content--company-service--email-store {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b0b0b0;
}
.footer__content--company-service--email-store:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -48px 0;
  height: 18px;
  width: 23px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.footer__info {
  background: #525252;
  padding: 25px 0;
}
.footer__info h3 {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__info h3 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer__info--payment {
  margin-bottom: 30px;
}
.footer__info--payment ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.footer__info--payment ul li.footer__info--payment--stamp-visa {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -54px -198px;
  height: 36px;
  width: 54px;
}
.footer__info--payment ul li.footer__info--payment--stamp-elo {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -70px -162px;
  height: 36px;
  width: 54px;
}
.footer__info--payment ul li.footer__info--payment--stamp-amex {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -35px -124px;
  height: 36px;
  width: 54px;
}
.footer__info--payment ul li.footer__info--payment--stamp-boleto {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -89px -124px;
  height: 38px;
  width: 55px;
}
.footer__info--payment ul li.footer__info--payment--stamp-maestro {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -124px -162px;
  height: 36px;
  width: 54px;
}
.footer__info--payment ul li.footer__info--payment--stamp-master {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -235px;
  height: 36px;
  width: 54px;
}
.footer__info--payment ul li.footer__info--payment--stamp-hipercard {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -108px -198px;
  height: 37px;
  width: 54px;
}
.footer__info--payment ul li.footer__info--payment--stamp-diners {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -198px;
  height: 36px;
  width: 54px;
}
.footer__info--address-content {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b0b0b0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 768px) {
  .footer__info--address-content {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 768px) {
  .footer__info--address {
    margin-top: 30px;
  }
}
.footer__bottom {
  padding: 25px 0;
}
.footer__bottom--legal-info {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b0b0b0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 768px) {
  .footer__bottom--legal-info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 768px) {
  .footer__bottom--legal-info {
    text-align: center;
  }
}
.footer__bottom--company-stamps {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__bottom--company-stamps {
    padding: 15px 0;
    text-align: center;
  }
}
.footer__bottom--company-stamps .company-logo:first-of-type {
  margin-right: 15px;
}
.footer__bottom--company-stamps .company-logo.poweredByVtex {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -70px -95px;
  height: 29px;
  width: 79px;
}
.footer__bottom--company-stamps .company-logo.designedAlmeidaConsulting {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -42px -277px;
  height: 29px;
  width: 87px;
}

.chat-online {
  position: fixed;
  bottom: 5px;
  right: 140px;
  z-index: 999;
  transition: ease transform 0.3s;
}
@media (max-width: 768px) {
  .chat-online {
    right: 20px;
    width: 48px;
    bottom: 75px;
  }
  .chat-online img {
    width: 100%;
    height: auto;
  }
}
.chat-online:hover {
  transform: scale(1.05);
}

.modal-ativo {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999999;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
}
.modal-ativo .modal {
  display: flex;
}

.modal__form {
  width: 100%;
}

.modal-error-feedback {
  opacity: 0;
  transition: ease opacity 0.3s;
}

.modal__title {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 18px;
  color: #b2754a;
  font-weight: 900;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 40px;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal__title::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #b2754a;
  margin-top: 20px;
}

.modal__title-section {
  font-size: 15px;
  line-height: 30px;
  color: #b2754a;
  font-weight: 400;
  height: 35px;
  border-bottom: 1px solid #dee1e3;
  width: 100%;
  text-align: left;
}

.modal__col--1 {
  display: flex;
  width: 49%;
}
@media (max-width: 768px) {
  .modal__col--1 {
    width: 100%;
  }
}
.modal__col--1 .modal__buttons {
  display: none;
}
@media (max-width: 768px) {
  .modal__col--1 .modal__buttons {
    display: flex;
  }
}

.modal__col--2 {
  display: flex;
  width: 49%;
}
@media (max-width: 768px) {
  .modal__col--2 {
    display: none;
    width: 100%;
  }
}

.modal__col--1,
.modal__col--2 {
  flex-wrap: wrap;
  height: 430px;
}

.btn-black {
  background-color: #292929;
  border: 2px solid #292929;
  width: 200px;
  height: 44px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  /* font-family: "Myriad Pro"; */
  font-weight: bold;
  text-transform: uppercase;
}
.btn-black:hover {
  background-color: transparent;
  color: #292929;
}

.modal__container {
  display: flex;
  max-width: 865px;
  max-height: 390px;
  width: 100%;
  height: 100%;
  margin: 0 10px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .modal__container {
    flex-direction: column;
  }
}

.modal__close {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #535353;
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
  padding: 11px 7px 15px;
  cursor: pointer;
}

.modal__left {
  width: 50%;
}
@media (max-width: 768px) {
  .login .modal__left {
    width: 100%;
    height: 100px;
  }
}

.modal__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 285px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .modal__right {
    height: 100%;
    width: 100%;
  }
}

.modal__banner {
  background-image: url("/arquivos/modal-bg.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .login .modal__banner {
    background-position-y: 26%;
  }
}

.modelo-modal-cadastro {
  background-image: url("/arquivos/modelo-modal-cadastro.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .login .modelo-modal-cadastro {
    background-position-y: 26%;
  }
}

.modal__logo {
  margin-bottom: 20px;
}
.modal__logo img {
  max-width: 260px;
}
.modal__logo p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 30px;
  font-weight: 600;
}

.modal__item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.modal__item.error-format-email::before {
  content: '* Informe um email v\00e1lido';
  position: absolute;
  bottom: 1px;
  text-align: right;
  font-size: 10px;
  display: block;
  width: 100%;
  color: red;
}
.modal__item.error-format-cnpj::before {
  content: '* Informe um cnpj v\00e1lido';
  position: absolute;
  top: -14px;
  text-align: right;
  font-size: 11px;
  display: block;
  width: 100%;
  color: red;
}
.modal__item.error input {
  border-color: #FF0000;
}
.modal__item.error input::placeholder {
  color: #FF0000;
}
.modal__item.error label {
  color: #FF0000;
}
.login .modal__item {
  max-width: 255px;
  margin: 0 auto 15px;
}
.modal__item.checkbox {
  display: flex;
  align-items: center;
}
.modal__item.checkbox label {
  position: unset;
  margin-left: 5px;
}
.modal__item.checkbox input {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #dee1e3;
  border-radius: 0;
}
.modal__item.part-3 {
  width: 36%;
  margin-right: 4%;
}
.modal__item.part-3:last-child {
  margin-bottom: 0;
}
.modal__item.part-7 {
  width: 60%;
}
.modal__item.part-7:last-child {
  margin-bottom: 0;
}
.modal__item.part-5 {
  width: 48%;
}
.modal__item.part-5:first-child {
  margin-right: 2%;
}
.modal__item.part-5:last-child {
  margin-left: 2%;
}

.modal__item input {
  width: 100%;
  height: 40px;
  padding: 10px;
  height: 38px;
  border: 1px solid #8e8e8e;
  font-size: 13px;
  letter-spacing: 0px;
  color: #9f9f9f;
  margin-bottom: 10px;
}
.modal__item input:placeholder-shown {
  font-size: 11px;
  line-height: 30px;
  color: #3d3d3d;
  font-weight: 400;
}
.error .modal__item input:placeholder-shown {
  color: #FF0000;
}
.modal__item input:not(:placeholder-shown) + label {
  opacity: 1;
  top: -22px;
  font-size: 10px;
}

.modal__item label {
  opacity: 0;
  font-size: 11px;
  line-height: 30px;
  color: #3d3d3d;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 6px;
  transition: ease-out top 0.3s, ease-out font-size 0.3s;
}

.modal__buttom {
  margin-top: 10px;
}
.modal__buttom button {
  cursor: pointer;
}

.modal__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal__buttons button {
  cursor: pointer;
}
.modal__buttons .btn-black {
  width: 48%;
}
.modal__buttons #limpar {
  width: 48%;
  height: 50px;
  background-color: transparent;
  border: 2px solid #b2754a;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #b2754a;
  font-weight: 500;
  text-align: center;
}
.modal__buttons #limpar:hover {
  background-color: #b2754a;
  color: #FFFFFF;
}

.btn {
  width: 100%;
  max-width: 255px;
  height: 50px;
  background-color: transparent;
  border: 2px solid #b2754a;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #b2754a;
  font-weight: 500;
  text-align: center;
}
.btn:hover {
  background-color: #b2754a;
  color: #FFFFFF;
}

.login .modal-cadastrese {
  font-size: 15px;
  line-height: 30px;
  color: #3e3e3e;
  font-weight: 400;
  text-align: center;
  margin: 30px 0 15px;
}

/* ==========================================================================
   Pages
   ========================================================================== */
.home {
  /*
     Top Section
     ========================================================================== */
  /*
     Top Banner
     ========================================================================== */
  /*
     News
     ========================================================================== */
  /*
     Featured Collection
     ========================================================================== */
  /*
     Instagram
     ========================================================================== */
  /*
     Banners
     ========================================================================== */
  /*
     Brand Carousel
     ========================================================================== */
}
.home__top-section {
  position: relative;
  margin-bottom: 60px;
}
.home__top-section-filters {
  display: none !important;
  position: absolute;
  bottom: -86px;
  width: 100%;
  z-index: 9999999;
  /*
  Content
   */
}
.home__top-section-filters--wrapper {
  background: #3e3e3e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 20px;
}
.home__top-section-filters-form {
  display: inline-block;
  width: 100%;
}
.home__top-section-filters-texto {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}
.home__top-section-filters-list {
  width: calc(100% - 10px);
  padding-top: 10px;
  top: 34px;
  border-top: none !important;
}
.home__top-section-filters-content {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 5px;
  background: transparent;
}
.home__top-section-filters-content .home__top-section-filters-list {
  position: absolute;
  bottom: 0;
}
.home__top-section-filters-content:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -21px;
  height: 9px;
  width: 13px;
}
.home__top-section-filters-content input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px;
  color: #686868;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}
.home__top-section-filters-content input:disabled {
  background: #ccc;
}
.home__top-section-filters-button {
  width: calc(25% - 5px);
  float: right;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 40px;
  background: #1b88c7;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.home__top-banner--item {
  display: none;
}
.home__top-banner--item a {
  display: block;
}
.home__top-banner--item a img {
  display: block;
  width: 100%;
  height: auto;
}
.home__top-banner--item:first-of-type {
  display: inline-block;
}
.home__top-banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home__top-banner-slider .slick-arrow {
  background: rgba(226, 226, 226, 0.6);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 110;
  width: 29px;
  height: 57px;
  cursor: pointer;
  font-size: 0;
  text-decoration: none !important;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  z-index: 999999;
}
.home__top-banner-slider .slick-arrow:hover {
  background: #e2e2e2;
}
.home__top-banner-slider .slick-prev {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  padding-right: 8px;
  left: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home__top-banner-slider .slick-prev:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -10px 0;
  height: 17px;
  width: 10px;
}
.home__top-banner-slider .slick-next {
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px 0 0 30px;
  padding-left: 8px;
  right: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home__top-banner-slider .slick-next:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -20px 0;
  height: 17px;
  width: 10px;
}
.home__top-banner-slider .slick-slide {
  display: inline-block;
}
.home__top-banner-slider .slick-slide .home__top-banner--item {
  display: inline-block;
}
.home__shelf-news {
  margin: 60px 0;
}
.home__shelf-news h2 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #686868;
  text-transform: uppercase;
}
.home__featured-categories .box-cont {
  display: inline-block;
  width: 100%;
}
.home__featured-categories .box-banner {
  display: inline-block;
  width: 20%;
  margin-bottom: 60px;
  vertical-align: middle;
  float: left;
}
.home__featured-categories .box-banner a {
  display: block;
  overflow: hidden;
}
.home__featured-categories .box-banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.home__featured-categories .box-banner a img {
  width: 100%;
  height: auto;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
}
.home__featured-categories .shelf__default {
  display: inline-block;
  width: 80%;
  padding-left: 30px;
  margin-bottom: 60px;
  float: right;
}
.home__featured-categories .shelf__default h2 {
  display: none;
}
.home__instagram-feed {
  margin-top: 90px;
}
.home__instagram-feed h2 {
  color: #686868;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-bottom: solid 1px #b0b0b0;
  margin: 20px 0;
  padding-bottom: 15px;
}
.home__instagram-feed h2:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -319px;
  height: 51px;
  width: 180px;
  margin-right: 15px;
  vertical-align: middle;
}
.home__instagram-feed .c-instagram__list .c-instagram__item a {
  display: block;
}
.home__instagram-feed .c-instagram__list .c-instagram__item a .c-instagram__photo {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  height: auto;
}
.home__banners .box-banner {
  display: inline-block;
  width: 50%;
}
.home__banners .box-banner a {
  display: block;
  overflow: hidden;
}
.home__banners .box-banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.home__banners .box-banner a img {
  width: 100%;
  height: auto;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
}
.home__banners .box-banner:first-of-type {
  padding-right: 15px;
}
.home__banners .box-banner:last-of-type {
  padding-left: 15px;
}
.home__brand-carousel {
  margin: 30px 0;
}
.home__brand-carousel--wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home__brand-carousel--wrapper .slick-arrow {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #e2e2e2;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 110;
  width: 29px;
  height: 57px;
  cursor: pointer;
  font-size: 0;
  text-decoration: none !important;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.home__brand-carousel--wrapper .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home__brand-carousel--wrapper .slick-prev {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  padding-right: 8px;
  left: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home__brand-carousel--wrapper .slick-prev:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -23px -21px;
  height: 17px;
  width: 10px;
}
.home__brand-carousel--wrapper .slick-next {
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px 0 0 30px;
  padding-left: 8px;
  right: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home__brand-carousel--wrapper .slick-next:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 0;
  height: 17px;
  width: 10px;
}
.home__brand-carousel--wrapper .slick-slide {
  display: inline-block;
  position: relative;
}
.home__brand-carousel--wrapper .slick-slide .box-banner a {
  display: block;
  outline: none;
}
.home__brand-carousel--wrapper .slick-slide .box-banner a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

@media (max-width: 768px) {
  .home {
    /*
     Top
     ========================================================================== */
    /*
      Instagram
      ========================================================================== */
    /*
       Banners
       ========================================================================== */
    /*
    Featured categories
       ========================================================================== */
    /*
       Brands
       ========================================================================== */
  }
  .home__top-banner .slick-dots {
    text-align: center;
    margin-top: 5px;
  }
  .home__top-banner .slick-dots li {
    display: inline-block;
    vertical-align: top;
  }
  .home__top-banner .slick-dots li.slick-active button {
    background: #000;
  }
  .home__top-banner .slick-dots li button {
    font-size: 0;
    background: #a0a1a3;
    width: 9px;
    height: 9px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: none;
    padding: 0;
    margin: 0 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home__top-section {
    margin-bottom: 30px;
  }
  .home__top-section-filters {
    position: relative;
    background: #3e3e3e;
    bottom: 0;
  }
  .home__top-section-filters--wrapper {
    padding: 30px 5px;
  }
  .home__top-section-filters-texto {
    display: block;
    max-width: 65%;
    margin: 0 auto 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .home__top-section-filters-list {
    width: 100%;
  }
  .home__top-section-filters-content {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .home__top-section-filters-content input {
    width: 100%;
  }
  .home__top-section-filters-button {
    width: 100%;
  }
  .home__instagram-feed {
    display: none;
  }
  .home__banners .box-banner {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .home__banners .box-banner a {
    display: block;
    overflow: hidden;
  }
  .home__banners .box-banner:first-of-type {
    padding-right: 0;
  }
  .home__banners .box-banner:last-of-type {
    padding-left: 0;
  }
  .home__featured-categories .box-banner {
    display: none;
  }
  .home__featured-categories .shelf__default {
    width: 100%;
    padding-left: 0;
  }
  .home__featured-categories .shelf__default h2 {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #686868;
    text-transform: uppercase;
  }
  .home__brand-carousel--wrapper {
    min-height: 65px;
  }
}
.catalog {
  /*
     Tipbar
     ========================================================================== */
  /*
     Pager
     ========================================================================== */
  /*
        Sub
        ========================================================================== */
  /*
     Search result itens
     ========================================================================== */
  /*
     Search result
     ========================================================================== */
}
.catalog .tip-bar-full {
  margin: 45px 0;
}
.catalog .pager.top {
  display: none;
}
.catalog .pager.bottom {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.catalog .pager.bottom ul li {
  display: inline-block;
  padding: 15px 20px;
  background: #a4a3a5;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog .pager.bottom ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.catalog .pager.bottom ul li.pgCurrent {
  background: #1b88c7;
  pointer-events: none;
}
.catalog .pager.bottom ul .first.pgEmpty {
  display: none;
}
.catalog .pager.bottom ul .last {
  display: none;
}
.catalog .sub {
  display: inline-block;
  float: right;
}
.catalog .sub:first-of-type .compare,
.catalog .sub:first-of-type .filterBy {
  display: none;
}
.catalog .sub:first-of-type .resultado-busca-filtro fieldset label {
  display: none;
}
.catalog .sub:first-of-type .resultado-busca-filtro fieldset select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e1e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #686868;
  width: 220px;
  height: 40px;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  background: url("/arquivos/arrow-select-order-by.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.catalog .sub:last-of-type {
  display: none;
}
.catalog .searchResultsTime {
  display: inline-block;
}
.catalog .searchResultsTime .resultado-busca-numero {
  display: block;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #686868;
  font-size: 12px;
  font-size: 0.75rem;
}
.catalog .searchResultsTime .resultado-busca-numero .value {
  color: #000;
}
.catalog .searchResultsTime .resultado-busca-tempo,
.catalog .searchResultsTime .resultado-busca-termo {
  display: none;
}
.search .catalog .searchResultsTime .resultado-busca-termo {
  display: block;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #686868;
  font-size: 12px;
  font-size: 0.75rem;
}
.search .catalog .searchResultsTime .resultado-busca-termo .value {
  color: #000;
}
.catalog .searchResultsTime:last-of-type {
  display: none;
}
.catalog__search--result {
  /* Product list */
}
.catalog__search--result--navigator {
  border: 1px solid #e1e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 15px;
}
.catalog__search--result--navigator--head {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}
.catalog__search--result--navigator--head a {
  display: none;
}
.catalog__search--result--navigator .menu-navegue {
  display: none;
}
.catalog__search--result--navigator .search-single-navigator > h3 {
  display: none;
}
.catalog__search--result--navigator .search-single-navigator h4,
.catalog__search--result--navigator .search-single-navigator h5 {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.catalog__search--result--navigator .search-single-navigator h4 + ul {
  margin-bottom: 0;
}
.catalog__search--result--navigator .search-single-navigator ul {
  margin-bottom: 30px;
}
.catalog__search--result--navigator .search-single-navigator ul:last-of-type {
  margin-bottom: 0;
}
.catalog__search--result--navigator .search-single-navigator ul li {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.catalog__search--result--navigator .search-single-navigator ul li a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a4a3a5;
  vertical-align: sub;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .catalog__search--result--navigator .search-single-navigator ul li a:before {
    border-color: #fff;
    background: #fff;
  }
}
.catalog__search--result--navigator .search-single-navigator ul .filtro-ativo {
  position: relative;
}
.catalog__search--result--navigator .search-single-navigator ul .filtro-ativo:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a4a3a5;
  vertical-align: sub;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .catalog__search--result--navigator .search-single-navigator ul .filtro-ativo:before {
    border-color: #fff;
    background: #fff;
  }
}
.catalog__search--result--navigator .search-single-navigator ul .filtro-ativo:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #a4a3a5;
  vertical-align: sub;
  margin-right: 5px;
  left: 2px;
  top: 2px;
}
@media (max-width: 768px) {
  .catalog__search--result--navigator .search-single-navigator ul .filtro-ativo:after {
    background: #1b88c7;
    left: 22px;
    top: 12px;
  }
}
.catalog__search--result--navigator .search-single-navigator ul .ver-filtros {
  display: block;
  background: #a4a3a5;
  padding: 15px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.catalog__search--result--navigator .search-single-navigator ul .ver-filtros:before {
  content: 'Limpar esse filtro';
  font-size: 12px;
  font-size: 0.75rem;
}
.catalog__search--result--product-list {
  margin-bottom: 95px;
}
.catalog__search--result--product-list .titulo-sessao {
  display: none;
}
.catalog__search--result--product-list .vitrine {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.catalog__search--result--product-list .vitrine > .shelf__default ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .catalog .tip-bar-full {
    margin: 45px 0;
  }
  .catalog__search--mobile-navigation {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e1e0e0;
  }
  .catalog__search--mobile-navigation--wrapper {
    display: inline-block;
    width: 100%;
  }
  .catalog__search--mobile-navigation--toggle-filter span:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -99px -21px;
    height: 16px;
    width: 18px;
    vertical-align: sub;
    margin-right: 10px;
  }
  .catalog__search--mobile-navigation--toggle-order span:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -79px -21px;
    height: 14px;
    width: 20px;
    vertical-align: sub;
    margin-right: 10px;
  }
  .catalog__search--mobile-navigation a {
    display: inline-block;
    width: 50%;
    height: 35px;
    float: left;
    padding: 10px;
    text-align: center;
    color: #686868;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
  }
  .catalog__search--mobile-navigation:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #e1e0e0;
    position: absolute;
    left: 50%;
    -moz-transform: translate(0, -50);
    -ms-transform: translate(0, -50);
    -webkit-transform: translate(0, -50);
    transform: translate(0, -50);
  }
  .catalog__search--result--navigator {
    position: fixed;
    top: 0;
    z-index: 99999999;
    left: -100%;
    background: #1b88c7;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .catalog__search--result--navigator--head {
    position: relative;
    padding: 30px 15px;
    color: #fff;
    border-bottom: 1px solid #00a2d4;
  }
  .catalog__search--result--navigator--head a {
    display: inline-block;
    font-size: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    right: 15px;
  }
  .catalog__search--result--navigator--head a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('sprite-s615d43cdee.png');
    background-position: -30px 0;
    height: 19px;
    width: 18px;
  }
  .catalog__search--result--navigator.is-open {
    left: 0;
  }
  .catalog__search--result--navigator .search-single-navigator {
    padding-bottom: 30px;
  }
  .catalog__search--result--navigator .search-single-navigator h4,
  .catalog__search--result--navigator .search-single-navigator h5 {
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .catalog__search--result--navigator .search-single-navigator h5:first-of-type {
    margin-top: 30px;
  }
  .catalog__search--result--navigator .search-single-navigator h4 {
    margin-bottom: 10px;
  }
  .catalog__search--result--navigator .search-single-navigator ul li {
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #00a2d4;
  }
  .catalog__search--result--navigator .search-single-navigator ul li:last-of-type {
    border-bottom: 0;
  }
  .catalog__search--result--navigator .search-single-navigator ul .ver-filtros {
    display: block;
    padding: 15px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #383838;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .catalog__search--result--navigator .search-single-navigator ul .ver-filtros:before {
    content: 'Limpar esse filtro';
    font-size: 12px;
    font-size: 0.75rem;
  }
  .catalog__search--result--product-list {
    margin-bottom: 95px;
  }
  .catalog__search--result--product-list .titulo-sessao {
    display: none;
  }
  .catalog__search--result--product-list .resultado-busca-numero {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .catalog__search--result--product-list .sub:first-of-type .resultado-busca-filtro .orderBy label {
    display: none;
  }
  .catalog__search--result--product-list .sub:first-of-type .resultado-busca-filtro .orderBy select {
    position: absolute;
    top: -41px;
    right: 0;
    width: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .catalog__search--result--product-list .pager.top {
    display: none;
  }
  .catalog__search--result--product-list .pager.bottom {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
  }
  .catalog__search--result--product-list .pager.bottom ul {
    margin: 0 -15px;
    padding-left: 15px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .catalog__search--result--product-list .pager.bottom ul li {
    padding: 10px;
    margin-right: 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .catalog__search--result--product-list .pager.bottom ul .first.pgEmpty {
    display: none;
  }
  .catalog__search--result--product-list .pager.bottom ul .last {
    display: none;
  }
}
.product {
  /*
     Tipbar
     ========================================================================== */
  /*
     Image
     ========================================================================== */
  /*
     Stamps
     ========================================================================== */
  /*
     Sku selection
     ========================================================================== */
  /*
     Shelfs
     ========================================================================== */
  /*
     Infos
     ========================================================================== */
}
.product .tip-bar-full {
  margin: 45px 0;
}
.product__top {
  margin-top: 45px;
}
.product__image .apresentacao #setaThumbs {
  display: none;
}
.product__image .apresentacao #show #include {
  position: relative;
  width: 85%;
  float: right;
}
.product__image .apresentacao #show #include img#image-main {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.product__image .apresentacao #show #include .zoomPad {
  overflow: hidden;
}
.product__image .apresentacao #show #include .zoomPad .qdZoomInvisibleOverlay,
.product__image .apresentacao #show #include .zoomPad .zoomWrapperImage {
  height: 600px !important;
}
.product__image .apresentacao #show #include .zoomPad .qdZoomInvisibleOverlay,
.product__image .apresentacao #show #include .zoomPad .zoomWrapper {
  width: 487px !important;
}
.product__image .apresentacao #show #include .zoomPad .qdZoomInvisibleOverlay,
.product__image .apresentacao #show #include .zoomPad .zoomWrapperImage {
  height: 600px !important;
}
.product__image .apresentacao #show #include .zoomPad .zoomWindow {
  overflow: hidden;
  background: #fff;
  left: -1px !important;
  top: -1px !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 9 !important;
}
.product__image .apresentacao #show #include .zoomPad .zoomPad {
  position: relative;
}
.product__image .apresentacao #show #include .zoomPad .zoomPup {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #f7f7f7;
  border: #262626 solid;
  border-width: 1px;
}
.product__image .apresentacao #show #include .videoWrapper {
  overflow: hidden;
}
.product__image .apresentacao #show #include .videoWrapper iframe {
  width: 100%;
}
.product__image .apresentacao #show .thumbs {
  position: relative;
  width: calc(15% - 15px);
  margin-right: 15px;
  float: left;
  padding: 25px 0;
}
.product__image .apresentacao #show .thumbs li {
  margin-bottom: 10px;
}
.product__image .apresentacao #show .thumbs li a {
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.product__image .apresentacao #show .thumbs li a.ON img {
  border-color: #1b88c7;
}
.product__image .apresentacao #show .thumbs li img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #e1e0e0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__image .apresentacao #show .thumbs li img.active {
  border-color: #1b88c7;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-list {
  overflow: hidden;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-arrow {
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
  position: absolute;
  background-color: transparent;
  margin-top: -25px;
  z-index: 110;
  width: 29px;
  height: 57px;
  cursor: pointer;
  font-size: 0;
  text-decoration: none !important;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  visibility: visible;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-arrow.slick-disabled {
  visibility: hidden;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-prev {
  padding-right: 8px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
  top: 0;
  left: 20px;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-prev:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -23px -21px;
  height: 17px;
  width: 10px;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-next {
  padding-left: 8px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
  bottom: -20px;
  left: 20px;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-next:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 0;
  height: 17px;
  width: 10px;
}
.product__image .apresentacao #show .thumbs.slick-slider .slick-slide {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product__stamps {
  position: absolute;
  display: block;
  right: 0;
  z-index: 9999;
}
.product__stamps .flag {
  display: none;
  position: relative;
}
.product__stamps .flag[class*="--8-"] {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  background: #d8123b;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
}
.product__stamps .flag[class*="--5--1x-cartao"] {
  margin: 0;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100px;
}
.product__stamps .flag[class*="--5--1x-cartao"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 14px 11px 0;
  border-color: transparent #000 transparent transparent;
}
.product__stamps .flag[class*="--5--1x-cartao"]::after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #000;
}
.product__sku-selection-box .product {
  /* Buy */
  /* Shipping */
}
.product__sku-selection-box .product__name {
  display: block;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.product__sku-selection-box .product__sku-selection-row {
  margin-bottom: 30px;
}
.product__sku-selection-box .product__sku-selection-row .product__sku-selection ul .specification {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.product__sku-selection-box .product__sku-selection-row .product__sku-selection ul .skuList select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e1e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #686868;
  width: 220px;
  height: 40px;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  background: url("/arquivos/arrow-select-order-by.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.product__sku-selection-box .product__reference {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.product__sku-selection-box .product__reference--stamps {
  display: inline-block;
  float: left;
}
.product__sku-selection-box .product__reference--stamps .flag {
  display: none;
  position: relative;
}
.product__sku-selection-box .product__reference--stamps .flag[class*="frete"], .product__sku-selection-box .product__reference--stamps .flag.black-november {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 auto;
  text-align: center;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
  margin-right: 15px;
}
.product__sku-selection-box .product__reference--stamps .flag[class*="frete"]:before, .product__sku-selection-box .product__reference--stamps .flag.black-november:before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 14px 11px 0;
  border-color: transparent #000 transparent transparent;
}
.product__sku-selection-box .product__reference--stamps .flag[class*="frete"]:after, .product__sku-selection-box .product__reference--stamps .flag.black-november:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #000;
}
.product__sku-selection-box .product__reference--reference {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
}
.product__sku-selection-box .product__reference--reference div,
.product__sku-selection-box .product__reference--reference span {
  display: inline-block;
}
.product__sku-selection-box .product__price {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product__sku-selection-box .product__price .valor-de {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #686868;
}
.product__sku-selection-box .product__price .valor-por {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
}
.product__sku-selection-box .product__price .valor-dividido {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #686868;
}
.product__sku-selection-box .product__price .valor-dividido label {
  color: #000;
  font-weight: 600;
}
.product__sku-selection-box .product__price .preco-a-vista {
  display: none !important;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1b88c7;
  font-weight: 600;
}
.product__sku-selection-box .product__price .economia-de {
  display: none;
}
.product__sku-selection-box .product__buy-area {
  margin-top: 30px;
}
.product__sku-selection-box .product__buy-area .buy-button {
  background-color: #009a0e;
  padding: 15px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  width: 190px;
  -moz-box-shadow: inset 0 -5px 0 0 #007105;
  -webkit-box-shadow: inset 0 -5px 0 0 #007105;
  box-shadow: inset 0 -5px 0 0 #007105;
}
.product__sku-selection-box .product__buy-area .buy-button:active {
  -moz-box-shadow: inset 0 -2px 0 0 #007105;
  -webkit-box-shadow: inset 0 -2px 0 0 #007105;
  box-shadow: inset 0 -2px 0 0 #007105;
}
.product__sku-selection-box .product__buy-area .buy-button:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: -41px -95px;
  height: 29px;
  width: 29px;
  margin-right: 50px;
  vertical-align: middle;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref h3 {
  display: none;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref p {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref p:before {
  content: "Produto esgotado";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 9px;
  display: block;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref input[type="text"] {
  height: 45px;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e1e0e0;
  background: #fff;
  padding: 0 15px;
  /* Firefox 18- */
  /* Firefox 19+ */
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref input[type="text"]::-webkit-input-placeholder {
  color: #b0b0b0;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref input[type="text"]:-moz-placeholder {
  color: #b0b0b0;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref input[type="text"]::-moz-placeholder {
  color: #b0b0b0;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref input[type="text"]:-ms-input-placeholder {
  color: #b0b0b0;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref input[type="text"]::placeholder {
  color: #b0b0b0;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref .sku-notifyme-button-ok {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 45px !important;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.product__sku-selection-box .product__buy-area .portal-notify-me-ref .success, .product__sku-selection-box .product__buy-area .portal-notify-me-ref .error {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}
.product__sku-selection-box .product__shipping {
  margin-top: 30px;
}
.product__sku-selection-box .product__shipping-freight-result .shipping-value {
  display: none !important;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete {
  padding: 10px 20px;
  border: 1px solid #e1e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .prefixo {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-right: 10px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .prefixo:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('sprite-s615d43cdee.png');
  background-position: 0 -70px;
  height: 20px;
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .prefixo input {
  height: 40px;
  border: 1px solid #e1e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
  margin-left: 10px;
  max-width: 120px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .frete-calcular input[type="button"] {
  vertical-align: middle;
  width: 50px;
  height: 40px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #a4a3a5;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .cep-busca a {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .footer,
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .frete,
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .header,
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .quantity {
  display: none !important;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .freight-values {
  margin-top: 15px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .freight-values table thead tr th {
  display: none;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .freight-values table tbody tr td {
  padding: 5px;
  font-size: 11px;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .freight-values table tbody tr td:first-letter {
  text-transform: uppercase;
}
.product__sku-selection-box .product__shipping-freight-result #calculoFrete .freight-values table tbody tr td:first-child {
  width: initial;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}
.product__shelfs .shelf__default {
  margin-bottom: 50px;
}
.product__shelfs .shelf__default h2 {
  display: block;
  text-align: center;
  border-bottom: 1px solid #e1e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #686868;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
.product__infos {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product__infos--wrapper {
  border: 1px solid #e1e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product__infos--wrapper nav {
  border-bottom: 1px solid #e1e0e0;
  margin-top: 30px;
}
.product__infos--wrapper nav ul {
  text-align: center;
}
.product__infos--wrapper nav ul li {
  display: inline-block;
}
.product__infos--wrapper nav ul li a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #686868;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.product__infos--wrapper nav ul li a.active {
  position: relative;
  color: #1b88c7;
  border-bottom: 2px solid #1b88c7;
}
.product__infos--content {
  padding: 30px;
}
.product__infos--content--item {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #686868;
}
.product__infos--content--item.active {
  display: block;
}
.product__infos--content--item #caracteristicas .Video {
  display: none;
}
.product__infos--content--item #caracteristicas h4 {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.product__infos--content--item #caracteristicas table {
  width: 100%;
  max-width: 100%;
  background-color: #f1f1f1;
}
.product__infos--content--item #caracteristicas table td,
.product__infos--content--item #caracteristicas table th {
  padding: 10px;
  vertical-align: top;
}
.product__infos--content--item #caracteristicas table td.name-field,
.product__infos--content--item #caracteristicas table th.name-field {
  color: #000;
  font-weight: 600;
}
.product__infos--content--item #caracteristicas table thead th {
  vertical-align: bottom;
}
.product__infos--content--item #caracteristicas table .table {
  background-color: #fff;
}

@media (max-width: 768px) {
  .product {
    /*
       Image
       ========================================================================== */
    /*
       Stamps
       ========================================================================== */
    /*
       Sku selection
       ========================================================================== */
    /*
       Info
       ========================================================================== */
  }
  .product__image .apresentacao #setaThumbs {
    display: none;
  }
  .product__image .apresentacao #show {
    display: inline-block;
    width: 100%;
  }
  .product__image .apresentacao #show #include {
    position: relative;
    width: 100%;
    float: right;
    padding-bottom: 20px;
  }
  .product__image .apresentacao #show #include img#image-main {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .product__image .apresentacao #show #include .zoomPad {
    overflow: hidden;
  }
  .product__image .apresentacao #show #include .zoomPad .zoomWindow {
    display: none !important;
  }
  .product__image .apresentacao #show #include .videoWrapper {
    overflow: hidden;
  }
  .product__image .apresentacao #show #include .videoWrapper iframe {
    width: 100%;
  }
  .product__image .apresentacao #show .thumbs {
    position: relative;
    width: 100%;
    padding: 0 30px;
    margin: 15px 0;
  }
  .product__image .apresentacao #show .thumbs li {
    margin-bottom: 0;
    padding-right: 10px;
    max-width: 33.333%;
    float: left;
    display: none;
  }
  .product__image .apresentacao #show .thumbs li:nth-child(1), .product__image .apresentacao #show .thumbs li:nth-child(2), .product__image .apresentacao #show .thumbs li:nth-child(3) {
    display: inline-block;
  }
  .product__image .apresentacao #show .thumbs.slick-slider li {
    display: inline-block;
    max-width: 100%;
  }
  .product__image .apresentacao #show .thumbs.slick-slider .slick-list {
    overflow: hidden;
  }
  .product__image .apresentacao #show .thumbs.slick-slider .slick-arrow {
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: block;
    position: absolute;
    background-color: transparent;
    margin-top: -29px;
    z-index: 110;
    width: 29px;
    height: 57px;
    cursor: pointer;
    font-size: 0;
    text-decoration: none !important;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    visibility: visible;
  }
  .product__image .apresentacao #show .thumbs.slick-slider .slick-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .product__image .apresentacao #show .thumbs.slick-slider .slick-arrow.slick-disabled {
    visibility: hidden;
  }
  .product__image .apresentacao #show .thumbs.slick-slider .slick-prev {
    transform: rotate(0);
    top: 50%;
    bottom: 0;
    left: 0;
  }
  .product__image .apresentacao #show .thumbs.slick-slider .slick-next {
    transform: rotate(0);
    top: 50%;
    bottom: 0;
    left: initial;
    right: 0;
  }
  .product__stamps {
    position: initial;
    display: block;
  }
  .product__stamps .flag {
    display: none;
    position: relative;
  }
  .product__stamps .flag[class*="frete"], .product__stamps .flag.black-november {
    position: absolute;
    margin: 0;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 100px;
  }
  .product__stamps .flag[class*="frete"]:before, .product__stamps .flag.black-november:before {
    content: '';
    position: absolute;
    top: 0;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 14px 11px 0;
    border-color: transparent #000 transparent transparent;
  }
  .product__stamps .flag[class*="frete"]:after, .product__stamps .flag.black-november:after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 14px;
    border-color: transparent transparent transparent #000;
  }
  .product__stamps .flag[class*="--8-"] {
    top: 15px;
    right: 0;
    z-index: 9999;
  }
  .product__sku-selection-box {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .product__sku-selection-box .product__name {
    color: #686868;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: normal;
  }
  .product__sku-selection-box .product__reference {
    display: none;
  }
  .product__sku-selection-box .product__buy-area .buy-button {
    margin: 20px auto 0;
  }
  .product__sku-selection-box .product__shipping-freight-result {
    padding: 0;
    border: none;
  }
  .product__sku-selection-box .product__shipping-freight-result .prefixo {
    font-size: 0;
  }
  .product__sku-selection-box .product__shipping-freight-result .prefixo:before {
    content: 'Calcular o Frete';
    display: block;
    background: none;
    width: initial;
    height: initial;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .product__sku-selection-box .product__shipping-freight-result .prefixo input {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .product__sku-selection-box .product__shipping .cep-busca {
    display: none;
  }
  .product__infos--wrapper {
    border: none;
  }
  .product__infos--content {
    padding: 20px 0;
  }
}
.institucional {
  /* LAPTOP-KTA7UOBK - 14/03/2018 12:41:22 GMT-0300 */
  /*! Não edite esse arquivo, ele foi gerado de maneira automatizada */
}
.institucional-qd-v1-content {
  margin: 25px 0;
}
.institucional-qd-v1-content strong, .institucional-qd-v1-content b {
  font-weight: bold;
  color: #000;
}
.institucional-qd-v1-content p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.institucional-qd-v1-content > h2 {
  color: #686868;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  border-bottom: solid 1px #b0b0b0;
  padding-bottom: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .institucional-qd-v1-side-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1050;
    outline: 0 none;
    overflow-y: scroll;
    transition: all 0.2s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow-x: auto;
    overflow-y: auto;
    left: -85%;
    width: 85%;
    background: #f1f1f1;
    display: block !important;
    box-shadow: 0 0 15px #b0b0b0;
  }
  .institucional .qd-sn-on .qd-am-overlay {
    display: block;
    background: rgba(0, 0, 0, 0.4);
  }
  .qd-sn-on .institucional-qd-v1-side-menu-wrap {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.institucional-qd-v1-navigator {
  margin-top: 5px;
  background: #f1f1f1;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .institucional-qd-v1-navigator {
    margin: 0;
  }
}
.institucional-qd-v1-navigator:before {
  content: "Menu Institucional";
  text-transform: uppercase;
  display: block;
  text-align: left;
  background: #ddd;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 13px 20px;
  font-size: 18px;
  margin-bottom: 12px;
  color: #686868;
}
@media (max-width: 767px) {
  .institucional-qd-v1-navigator:before {
    border-radius: 0;
  }
}
.institucional-qd-v1-navigator > ul > li {
  margin-bottom: 18px;
}
.institucional-qd-v1-navigator > ul > li > p {
  color: #686868;
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 11px;
  padding-left: 20px;
  text-transform: uppercase;
}
.institucional-qd-v1-navigator > ul > li > p a {
  color: #262626;
}
@media (min-width: 768px) and (max-width: 991px) {
  .institucional-qd-v1-navigator > ul > li > p {
    padding-left: 5px;
  }
}
.institucional-qd-v1-navigator > ul > li > ul > li a {
  display: block;
  padding: 5px 20px 6px;
  border-left: solid 4px transparent;
  position: relative;
  transition: all 0.2s ease-out;
  margin-bottom: 1px;
  text-decoration: none !important;
  color: #686868;
}
.institucional-qd-v1-navigator > ul > li > ul > li a:after {
  position: absolute;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000000;
  line-height: 0px;
  _border-color: #ffffff #ffffff #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}
.institucional-qd-v1-navigator > ul > li > ul > li a:hover {
  background: #FFF;
  color: #000000;
  border-left-color: #000000;
}
.institucional-qd-v1-navigator > ul > li > ul > li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) and (max-width: 991px) {
  .institucional-qd-v1-navigator > ul > li > ul > li a {
    padding-left: 5px;
  }
  .institucional-qd-v1-navigator > ul > li > ul > li a:after {
    display: none !important;
  }
}
.institucional-qd-v1-menu-toggle-wrap {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0 25px;
  border-top: 1px #b0b0b0 solid;
}
.institucional-qd-v1-menu-toggle-wrap .institucional-qd-v1-menu-toggle {
  transition: all 0.2s ease-out;
  border: none;
  color: #FFF;
  background: #000000;
  padding: 9px 6px 10px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.institucional-qd-v1-menu-toggle-wrap .institucional-qd-v1-menu-toggle:focus, .institucional-qd-v1-menu-toggle-wrap .institucional-qd-v1-menu-toggle:hover {
  color: #FFF;
  background: #0a0a0a;
  text-decoration: none;
  box-shadow: 0 -3px 0 #000000 inset;
  outline: none;
}
.institucional-qd-v1-menu-toggle-wrap .institucional-qd-v1-menu-toggle:active {
  color: #FFF;
  background: #000;
  text-decoration: none;
  box-shadow: 0 2px 0 #000 inset;
  outline: none;
}
.institucional-qd-v1-menu-toggle-wrap .institucional-qd-v1-menu-toggle.disabled, .institucional-qd-v1-menu-toggle-wrap .institucional-qd-v1-menu-toggle:disabled {
  background: #686868;
  border: #686868 solid;
  border-width: 1px;
  color: #FFF;
  box-shadow: none;
}

.login #vtexIdUI-global-loader {
  z-index: 99999999 !important;
  background-color: #000 !important;
  opacity: .8;
}
.login #vtexIdContainer {
  position: fixed !important;
  z-index: 99999999999 !important;
}
.login .vtexIdUI {
  top: 40px !important;
  border: 1px solid #ccc !important;
}
.login .vtexIdUI * {
  font-family: "Open Sans", arial !important;
  text-shadow: none !important;
  transition: none;
}
.login .vtexIdUI [class*="vtexid-icon-"] {
  font-family: "icomoon" !important;
}
.login #vtexIdUI-auth-selector,
.login #vtexIdUI-classic-login {
  display: block !important;
  z-index: 99999 !important;
}
.login .vtexIdUI .vtexIdUI-page-active.vtexIdUI-confirm-email,
.login .vtexIdUI-auth-code.vtexIdUI-page-active {
  background: #fff !important;
  height: 100%;
}
.login #vtexIdUI-auth-selector .modal-footer,
.login #vtexIdUI-auth-selector .modal-header,
.login #vtexIdUI-classic-login .vtexIdUI-back-link.dead-link,
.login #vtexIdUI-multiple-link-account .modal-header,
.login button#loginWithUserAndPasswordBtn {
  display: none !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li button i,
.login .vtexIdUI .vtexIdUI-providers-list li:nth-child(4) {
  display: none;
}
.login .vtexIdUI-auth-code.vtexIdUI-page-active,
.login .vtexIdUI-change-pswd.vtexIdUI-page-active,
.login .vtexIdUI-confirm-email.vtexIdUI-page-active {
  z-index: 999999 !important;
}
.login #vtexIdUI-auth-selector {
  transform: none !important;
  bottom: 35px !important;
}
.login #vtexIdUI-auth-selector.vtexIdUI-leave-left,
.login #vtexIdUI-auth-selector.vtexIdUI-leave-right {
  animation: none !important;
}
.login #vtexIdUI-form-classic-login .modal-footer {
  padding: 0 !important;
}
.login #vtexIdUI-auth-selector .modal-body {
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 130px;
}
.login #vtexIdUI-auth-selector .vtexIdUI-providers-list {
  margin-top: 40px;
  position: relative;
}
.login #vtexIdUI-auth-selector .modal-body::before {
  content: "Ou" !important;
  color: #555 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  padding: 2px 10px;
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -25px;
}
.login #vtexIdUI-auth-selector .modal-body::after {
  content: "-";
  height: 1px;
  width: 79.5%;
  background: #555;
  position: absolute;
  left: 40px;
  top: 11px;
  z-index: 1;
}
.login .vtexIdUI .modal-header {
  padding: 40px 40px 10px !important;
  text-align: center;
}
.login .vtexIdUI .modal-body {
  padding: 10px 40px !important;
}
.login .vtexIdUI .vtexIdUI-page {
  min-height: auto !important;
  margin: 0 !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li:first-child {
  margin-bottom: 10px !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li #loginWithAccessKeyBtn,
.login .vtexIdUI .vtexIdUI-providers-list li:first-child {
  width: 100% !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li #loginWithAccessKeyBtn {
  font-size: 13px !important;
  font-weight: 100;
  color: #fff !important;
  background: 0 0 !important;
  border: none !important;
  background: #a4a3a5 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
  -moz-box-shadow: inset 0 -2px 0 0 #7c7b7e !important;
  -webkit-box-shadow: inset 0 -2px 0 0 #7c7b7e !important;
  box-shadow: inset 0 -2px 0 0 #7c7b7e !important;
}
@media (max-width: 768px) {
  .login .vtexIdUI .vtexIdUI-providers-list li #loginWithAccessKeyBtn {
    font-size: 9px !important;
  }
}
.login .vtexIdUI .vtexIdUI-providers-list li #loginWithAccessKeyBtn:active {
  -moz-box-shadow: inset 0 0 0 0 #7c7b7e !important;
  -webkit-box-shadow: inset 0 0 0 0 #7c7b7e !important;
  box-shadow: inset 0 0 0 0 #7c7b7e !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li #loginWithAccessKeyBtn:hover {
  background: #a4a3a5 !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li button {
  font-size: 12px !important;
  font-weight: 700;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
}
.login .vtexIdUI #vtexIdUI-facebook {
  color: #4960A5 !important;
  border-color: #4960A5 !important;
  background: 0 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
}
.login .vtexIdUI #vtexIdUI-facebook:hover {
  color: #fff !important;
  background: #4960A5 !important;
}
.login .vtexIdUI #vtexIdUI-google-plus {
  color: #DA573B !important;
  border-color: #DA573B !important;
  background: 0 0 !important;
  margin-right: 0;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
}
.login .vtexIdUI #vtexIdUI-google-plus:hover {
  color: #fff !important;
  background: #DA573B !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li {
  width: 47.5% !important;
  float: left !important;
  position: relative !important;
  margin-bottom: 0 !important;
}
.login .vtexIdUI .vtexIdUI-providers-list li:nth-child(3) {
  margin-left: 5% !important;
}
.login .vtexIdUI-show-app {
  height: 480px !important;
  box-shadow: none !important;
}
.login .vtexIdUI .modal-footer,
.login .vtexIdUI .modal-header {
  background: #fff !important;
  background-size: 150px !important;
  border: none !important;
}
.login .vtexIdUI .btn-success {
  width: 38% !important;
  float: right;
  position: relative;
  box-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
  background: #009a0e !important;
  -moz-box-shadow: inset 0 -2px 0 0 #007105 !important;
  -webkit-box-shadow: inset 0 -2px 0 0 #007105 !important;
  box-shadow: inset 0 -2px 0 0 #007105 !important;
}
.login .vtexIdUI .btn-success:active {
  -moz-box-shadow: inset 0 0 0 0 #007105 !important;
  -webkit-box-shadow: inset 0 0 0 0 #007105 !important;
  box-shadow: inset 0 0 0 0 #007105 !important;
}
.login .vtexIdUI .btn-success:hover {
  background: #009a0e !important;
}
.login .vtexIdUI a.vtexIdUI-back-link {
  color: #f44336 !important;
}
.login #vtexIdUI-classic-login .modal-header {
  text-align: center;
}
.login #vtexIdUI-classic-login .modal-header::before {
  content: "Login Leandrini";
  color: #1b88c7 !important;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0;
  display: block;
  font-weight: 700;
}
.login #vtexIdUI-classic-login .modal-header h4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  color: #686868;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.login .vtexIdUI .vtexIdUI-change-pswd input,
.login .vtexIdUI input {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-size: 12px !important;
}
.login #vtexIdUI-classic-login .btn-success {
  margin-top: -54px;
  position: absolute;
  right: 40px;
  z-index: 999;
}
.login .vtexIdUI .modal-footer {
  position: relative;
  overflow: visible !important;
}
.login .control-group > .dead-link {
  display: block !important;
  width: 48%;
  float: left !important;
  font-size: 0;
  overflow: hidden;
  padding: 7px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 1px solid #bbb;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none !important;
  background: #d8123b !important;
  border-color: transparent !important;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -2px 0 0 #c2071d;
  -webkit-box-shadow: inset 0 -2px 0 0 #c2071d;
  box-shadow: inset 0 -2px 0 0 #c2071d;
}
.login .control-group > .dead-link:active {
  -moz-box-shadow: inset 0 0 0 0 #c2071d;
  -webkit-box-shadow: inset 0 0 0 0 #c2071d;
  box-shadow: inset 0 0 0 0 #c2071d;
}
.login .control-group > .dead-link:hover {
  background: #d8123b !important;
  color: #fff;
}
.login .modal-header .close {
  margin: 0;
  right: 0 !important;
  display: block !important;
  font-size: 30px !important;
  cursor: pointer;
}
.login .vtexIdUI .vtexIdUI-page,
.login .vtexIdUI form {
  background: #fff;
}
.login .body-order-form #vtexIdUI-classic-login .btn-success {
  position: relative !important;
  margin: 0 !important;
}
.login .body-order-form .control-group > .dead-link {
  display: none !important;
}
.login .body-order-form .vtexIdUI {
  height: 520px !important;
}
.login .body-order-form .vtexIdUI .vtexIdUI-classic-login-control input {
  margin-bottom: 0 !important;
}
.login .body-order-form .vtexIdUI .vtexIdUI-change-pswd input,
.login .body-order-form .vtexIdUI .vtexIdUI-classic-login-control input,
.login .body-order-form .vtexIdUI .vtexIdUI-user {
  margin-bottom: 0;
}
.login #vtexIdUI-change-pswd .modal-footer,
.login #vtexIdUI-confirm-access-code .modal-footer,
.login #vtexIdUI-email-confirmation .modal-footer {
  padding: 0 40px;
}
.login #vtexIdUI-change-pswd .modal-footer .btn-success,
.login #vtexIdUI-confirm-access-code .btn-success {
  width: 70% !important;
  text-align: center;
}
.login .vtexIdUI .vtexIdUI-auth-code .vtexIdUI-code-field {
  width: 100% !important;
}
.login #vtexIdUI-confirm-access-code input {
  font-size: 34px !important;
  background: #d9edf7;
  border: none;
  color: #3a87ad;
  font-weight: 700;
}
.login #vtexIdUI-confirm-access-code .modal-header {
  color: #f44336;
}
.login .vtexIdUI .vtexIdUI-auth-code .btn {
  font-size: 16px;
  height: auto !important;
}
.login .vtexIdUI .vtexIdUI-auth-code h4 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}
.login .vtexIdUI .vtexIdUI-auth-code .info-code.text-center {
  text-align: left;
}
.login .vtexIdUI .vtexIdUI-auth-code .info-code.text-center span {
  font-size: 11px;
}
.login .vtexIdUI .vtexIdUI-auth-code .info-code {
  margin-bottom: 14px !important;
}
.login .vtexid-password-requirements-description {
  width: 100%;
  color: #333;
}
.login .vtexid-password-requirements-list {
  margin: 5px 0 !important;
}
.login .vtexid-password-requirements-list li {
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  font-size: 11px;
}
.login .vtexIdUI .alert {
  margin: 5px 0 !important;
  font-size: 11px;
}
.login .vtexIdUI .vtexIdUI-email-field input {
  margin-bottom: 0 !important;
}
.login .control-group > .dead-link::before {
  content: "Cadastre-se";
  font-size: 14px;
  line-height: 28px;
}
.login .control-group > label .dead-link {
  font-size: 11px !important;
}
.login .modal-footer {
  padding-top: 0 !important;
}
.login #vtexIdUI-email-confirmation .modal-header::before {
  content: "Cadastro Leandrini";
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  color: #1b88c7 !important;
  font-weight: 700;
  margin-bottom: 0;
}
.login .vtexIdUI .modal-header::before {
  color: #f44336 !important;
}
.login #vtexIdUI-email-confirmation .modal-header h4 {
  margin-top: 0;
}
.login #vtexIdUI-email-confirmation .modal-header span {
  color: #686868;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .login #vtexIdUI-classic-login .btn-success,
  .login .vtexIdUI {
    position: relative !important;
    width: 100% !important;
  }
  .login .control-group > .dead-link,
  .login .vtexIdUI {
    width: 100% !important;
  }
  .login .vtexIdUI {
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
  }
  .login #vtexIdUI-change-pswd .modal-body {
    height: 350px !important;
  }
  .login #vtexIdUI-classic-login .btn-success {
    margin-top: 0 !important;
    right: inherit;
  }
  .login .vtexIdUI .vtexIdUI-providers-list li {
    margin-bottom: 5px !important;
  }
  .login .vtexIdUI .vtexIdUI-providers-list li button {
    margin: 0 !important;
    font-size: 9px !important;
  }
  .login #vtexIdUI-classic-login .controls + .dead-link {
    font-size: 0 !important;
  }
  .login #vtexIdUI-auth-selector .modal-body {
    height: auto;
  }
  .login #vtexIdUI-classic-login .modal-footer {
    padding: 0 40px !important;
  }
  .login .vtexIdUI-show-app {
    height: 100% !important;
  }
  .login #vtexIdUI-auth-selector .modal-body::after {
    width: 74%;
  }
}
.login .conteudo.comercial-politics-pop-up {
  display: none !important;
}
.login .control-group > label .dead-link {
  color: #f44336;
}
.login .vtexIdUI .alert {
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
  width: 80% !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center;
}
.login .vtexIdUI .vtexIdUI-classic-login-control.email-model {
  margin-top: 10px !important;
}
.login .vtexIdUI .modal-header .close {
  background: #fff !important;
  color: #000 !important;
}
.login .vtexIdUI .modal-header .close:hover, .login .vtexIdUI .modal-header .close:active, .login .vtexIdUI .modal-header .close:focus {
  background: #fff !important;
  color: #000 !important;
}
.login .vtexid-icon-lock.bottom-icon {
  display: none !important;
}
.login__background .box-banner img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
/* optional - if don't use, you need to clear float before the end of .page-content */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
