@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,6000,700");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1.5em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'calibri';
  src: url("fonts/CalibriRegular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/CalibriRegular.eot?#iefix") format("embedded-opentype"), url("fonts/CalibriRegular.woff2") format("woff2"), url("fonts/CalibriRegular.woff") format("woff"), url("fonts/CalibriRegular.ttf") format("truetype"), url("fonts/CalibriRegular.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Montserrat";
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  @media all and (max-width: 999px) {
    body {
      padding-top: 100px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  width: 100%;
  max-width: 1400px;
  padding: 0px 30px;
  margin: 0 auto; }
  @media all and (max-width: 1169px) {
    .content {
      padding: 0px 10px; } }

.breadcrumb {
  text-transform: uppercase;
  color: #000; }
  .breadcrumb a {
    color: #000; }

.slick-list {
  overflow: hidden; }

.slick-list:after {
  clear: both;
  content: "";
  display: block; }

.breadcrumb-main {
  float: left;
  width: 100%;
  padding: 20px 0px; }
  @media all and (max-width: 999px) {
    .breadcrumb-main {
      display: none; } }
  .breadcrumb-main li {
    display: inline-block;
    list-style: none;
    color: #000;
    padding: 0px 5px; }
    .breadcrumb-main li a {
      font-size: 14px;
      color: grey;
      margin-right: 10px;
      font-weight: bold;
      position: relative; }
    .breadcrumb-main li:not(:last-child) a:before {
      content: '>';
      position: absolute;
      right: -15px; }
  .breadcrumb-main a {
    color: #000; }
  .breadcrumb-main i {
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    margin-left: 4px; }
  .breadcrumb-main span {
    font-size: 14px;
    color: grey;
    margin-right: 10px;
    font-weight: bold;
    position: relative; }

.block-wrapper {
  float: left;
  width: 100%;
  padding: 20px;
  background: white; }
  @media all and (max-width: 999px) {
    .block-wrapper {
      padding: 10px; } }

a {
  color: #003268;
  text-decoration: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-item {
  float: left;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  position: relative;
  width: 24%;
  margin-left: 0.5%; }
  .product-item .badges {
    position: absolute;
    top: 15px;
    left: 20px; }
    .product-item .badges span {
      color: white;
      background: #093267;
      border-radius: 20px;
      font-weight: bold;
      width: 50px;
      text-align: center;
      height: 30px;
      line-height: 2;
      display: block; }
  .product-item .badgesDown {
    margin-top: -45px;
    position: relative;
    top: 28px;
    float: left;
    text-align: center;
    width: 100%; }
    .product-item .badgesDown img {
      max-width: 95%; }
    .product-item .badgesDown span {
      color: white;
      background: #093267;
      border-radius: 20px;
      font-weight: bold;
      width: 50px;
      text-align: center;
      height: 30px;
      line-height: 2;
      display: block; }
  .product-item .selo {
    position: absolute;
    top: 15px;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    display: flex;
    left: 15px;
    justify-content: space-between; }
    .product-item .selo img {
      max-width: 100%; }
  .product-item .image {
    width: 100%;
    -webkit-transition: all 140ms ease-in;
    -moz-transition: all 140ms ease-in;
    -o-transition: all 140ms ease-in;
    transition: all 140ms ease-in;
    min-height: 310px;
    justify-content: center;
    display: flex;
    position: relative; }
    .product-item .image .handler img {
      float: left;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .product-item .image .handler a {
      overflow: hidden;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      max-height: 100%;
      text-decoration: none; }
    .product-item .image .handler img {
      max-width: 100%;
      height: auto;
      max-height: 306px; }
  .product-item .info {
    float: left;
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    min-height: 241px; }
    .product-item .info a {
      text-decoration: none; }
    .product-item .info h2 {
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 0;
      color: #093267;
      text-align: center;
      max-width: 80%;
      margin-left: 10%;
      font-weight: bold;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      height: 40px !important;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      white-space: normal !important; }
    .product-item .info .avaliacoes {
      display: flex;
      justify-content: center;
      margin: 10px; }
      .product-item .info .avaliacoes i {
        font-size: 20px;
        color: #8080803d; }
    .product-item .info .ref {
      font-size: 13px;
      opacity: .5;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
    .product-item .info .price-prev {
      font-size: 12px;
      font-weight: lighter;
      color: #000; }
      .product-item .info .price-prev strong {
        font-size: 14px;
        font-weight: bold; }
    .product-item .info h3 {
      margin: 0;
      color: #F87515;
      margin-bottom: 5px; }
      .product-item .info h3 span {
        color: #000;
        font-size: 13px;
        font-weight: normal; }
    .product-item .info .monthly {
      font-size: 12px;
      color: #5a5a5a;
      font-weight: bold; }
      .product-item .info .monthly strong {
        color: #000; }
      .product-item .info .monthly b {
        font-weight: lighter !important; }
    .product-item .info .img-lancamento {
      position: absolute;
      width: 100%;
      left: -8px;
      top: -75px; }
    .product-item .info .wishlist {
      cursor: pointer;
      position: absolute;
      top: 15px;
      right: 19px;
      font-size: 25px;
      color: #b59a65; }
      .product-item .info .wishlist a {
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        text-decoration: none;
        color: #999; }
    .product-item .info .info-handler {
      text-align: center;
      display: block;
      margin-top: 40px;
      min-height: 80px;
      position: relative; }
      .product-item .info .info-handler .prev {
        font-size: 20px;
        font-weight: bold;
        text-decoration: line-through;
        color: #5a5a5a; }
      .product-item .info .info-handler h3 {
        display: block;
        margin-top: 5px;
        font-weight: bold;
        color: #b59a65;
        font-size: 22px; }
        .product-item .info .info-handler h3 span {
          color: #5a5a5a;
          font-size: 16px;
          font-weight: bold; }
  .product-item .hover-btn {
    float: left;
    width: 100%;
    position: absolute;
    bottom: -20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #093267;
    text-align: center;
    padding: 10px;
    visibility: hidden;
    left: 0; }
    .product-item .hover-btn a {
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px; }
      .product-item .hover-btn a img {
        max-width: 25px;
        margin-right: 10px; }
  .product-item:hover .hover-btn {
    visibility: visible !important; }
  .product-item:hover .image {
    opacity: 0.7; }

.title-view {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  position: relative; }
  .title-view h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: normal; }
  .title-view .controls a {
    color: #000;
    display: inline-block;
    margin: 0px 6px;
    outline: none; }

.box .title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px; }
  .box .title span {
    font-weight: bold;
    color: #093267; }
.box .controls a {
  color: #000;
  display: inline-block;
  margin: 0px 6px;
  outline: none; }
.box .box-inner > ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 25px; }
  .box .box-inner > ul .sub-menu {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    display: none; }
    .box .box-inner > ul .sub-menu li {
      padding-left: 40px; }
      .box .box-inner > ul .sub-menu li:last-child {
        border-bottom: 0;
        padding-bottom: 0px; }
      .box .box-inner > ul .sub-menu li a {
        opacity: .6; }
  .box .box-inner > ul li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    font-size: 12px;
    float: left;
    width: 100%;
    position: relative; }
    .box .box-inner > ul li:hover ul {
      display: block; }
    .box .box-inner > ul li ul {
      padding-inline-start: 0px !important;
      display: none;
      position: absolute;
      left: 270px;
      width: 250px;
      top: -1px;
      border: 1px solid #000;
      background-color: #FFF;
      z-index: 999; }
      .box .box-inner > ul li ul li {
        display: block; }
        .box .box-inner > ul li ul li a {
          width: auto !important;
          display: inline-block;
          float: none; }
    .box .box-inner > ul li:hover .sub-menu {
      display: block; }
    .box .box-inner > ul li a {
      color: #000;
      text-transform: uppercase;
      float: left;
      width: 100%; }
      .box .box-inner > ul li a:hover {
        color: #003268; }
      .box .box-inner > ul li a i {
        float: right;
        font-size: 8px;
        vertical-align: middle;
        opacity: .5; }
.box .box-inner #removerFiltroPreco {
  display: none; }
.box .box-inner label[for=removerFiltroPreco] {
  color: #000;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  font-weight: normal;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px !important;
  font-size: 14px;
  float: left;
  width: 100%; }
  .box .box-inner label[for=removerFiltroPreco]:hover {
    color: #003268;
    text-decoration: underline; }
.box .box-inner .clearFilter {
  display: inline-block;
  margin-top: 15px; }
.box .box-inner > ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 25px; }
  .box .box-inner > ul fieldset {
    padding: 0px !important; }
    .box .box-inner > ul fieldset > div {
      list-style: none;
      border-bottom: 1px solid #e5e5e5;
      padding: 10px 0px !important;
      font-size: 12px;
      float: left;
      width: 100%; }
      .box .box-inner > ul fieldset > div input {
        display: none; }
      .box .box-inner > ul fieldset > div label {
        color: #000;
        text-transform: uppercase;
        float: left;
        display: inline-block;
        font-weight: normal;
        width: 100%; }
        .box .box-inner > ul fieldset > div label:hover {
          color: #003268;
          text-decoration: underline; }

.heading-title {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  color: black;
  font-size: 24px;
  margin: 20px 0px; }

.products-slider {
  float: left;
  width: 100%; }
  .products-slider .swiper-pagination {
    position: static;
    text-align: center;
    width: 100% !important;
    float: left;
    margin-top: 20px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }
    .products-slider .swiper-pagination span {
      background: #000; }
  .products-slider .slider {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative; }
    .products-slider .slider .icon-chevron-right {
      position: absolute;
      right: -50px;
      top: 50%;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      z-index: 2;
      outline: none; }
      @media all and (max-width: 999px) {
        .products-slider .slider .icon-chevron-right {
          display: none; } }
    .products-slider .slider .icon-chevron-left {
      position: absolute;
      left: -50px;
      top: 50%;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      z-index: 2;
      outline: none; }
      @media all and (max-width: 999px) {
        .products-slider .slider .icon-chevron-left {
          display: none; } }

.content-banner {
  width: 100%;
  clear: both;
  height: 300px; }
  .content-banner .category-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    background-position: center center;
    margin: 0 auto;
    max-width: 1200px;
    display: block; }

* {
  border: 1px soid red; }

#nav,
#mob-search {
  display: none; }

.banners {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .banners .inset {
    float: left;
    width: 100%;
    overflow: hidden; }
  .banners .item {
    float: left;
    width: 100%;
    text-align: center; }
    .banners .item img {
      display: inline-block;
      width: 100%; }
  .banners .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center; }
    .banners .slick-dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: white;
      margin: 0px 2px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .banners .slick-dots li.slick-active {
        background: #000; }
      .banners .slick-dots li button {
        display: none; }
  .banners .icon-chevron-thin-right {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: white;
    top: 50%;
    margin-top: -30px;
    cursor: pointer; }
  .banners .icon-chevron-thin-left {
    position: absolute;
    left: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: white;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer; }

#main-nav {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
  top: 0;
  bottom: 0; }
  @media all and (max-width: 999px) {
    #main-nav {
      display: block; } }
  #main-nav:target .inset {
    margin-left: 0px; }
  #main-nav .inset {
    position: absolute;
    z-index: 600;
    background: white;
    -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    padding-top: 50px;
    margin-left: -300px;
    background-color: #ffcb00;
    background-color: #393939;
    overflow: auto; }
    #main-nav .inset::-webkit-scrollbar {
      background-color: #393939;
      width: 10px; }
    #main-nav .inset::-webkit-scrollbar-track {
      -webkit-box-shadow: #393939; }
    #main-nav .inset::-webkit-scrollbar-thumb {
      background: #222 !important; }
    #main-nav .inset > h3 {
      color: #fff;
      font-size: 15px;
      padding: 10px;
      display: inline-flex;
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 15px 0;
      font-weight: 600; }
    #main-nav .inset nav {
      width: 100%;
      padding: 10px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      font-size: 20px;
      -webkit-padding-start: 0px; }
      #main-nav .inset nav .cat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
        margin: 0; }
        #main-nav .inset nav .cat-item h3 {
          margin: 0;
          display: flex;
          flex-wrap: nowrap;
          align-items: stretch;
          justify-content: space-between; }
          #main-nav .inset nav .cat-item h3 .open {
            width: 35px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            background-color: #222; }
            #main-nav .inset nav .cat-item h3 .open i {
              font-size: 12px;
              color: #fff;
              color: rgba(255, 255, 255, 0.7); }
            #main-nav .inset nav .cat-item h3 .open:hover i {
              color: white; }
        #main-nav .inset nav .cat-item:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.26); }
        #main-nav .inset nav .cat-item a:not(.open) {
          color: #fff;
          font-size: 15px;
          width: 100%;
          display: inline-flex;
          padding: 10px;
          text-decoration: none;
          text-transform: uppercase; }
          #main-nav .inset nav .cat-item a:not(.open):hover {
            color: #9e9e9e; }
        #main-nav .inset nav .cat-item > ul {
          display: none;
          padding: 15px 0;
          border-top: 1px solid rgba(255, 255, 255, 0.26);
          flex-wrap: wrap;
          flex-direction: column;
          list-style: none;
          background-color: #222; }
          #main-nav .inset nav .cat-item > ul li {
            display: inline-flex;
            width: 100%; }
            #main-nav .inset nav .cat-item > ul li a:not(.open) {
              padding: 10px 20px; }
            #main-nav .inset nav .cat-item > ul li a:hover {
              color: #9e9e9e; }
    #main-nav .inset .user-panel {
      display: flex;
      flex-direction: column;
      float: left;
      width: 100%;
      font-weight: bold;
      align-items: center;
      padding: 10px; }
      #main-nav .inset .user-panel a {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
        padding: 15px;
        display: flex;
        width: 100%;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        padding: 10px;
        margin: 0;
        text-align: center;
        justify-content: center;
        color: #fff;
        display: inline-flex;
        text-decoration: none;
        text-transform: uppercase; }
        #main-nav .inset .user-panel a:hover {
          color: #9e9e9e; }
        #main-nav .inset .user-panel a:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.26); }
    #main-nav .inset .icon-close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      text-decoration: none;
      color: #fff;
      font-size: 30px; }
      #main-nav .inset .icon-close:hover {
        color: rgba(255, 255, 255, 0.5); }

header {
  float: left;
  width: 100%; }
  header .icon-menu,
  header .icon-cart,
  header .icon-search {
    display: none; }
  header .bgMenu {
    width: 100%;
    float: left;
    margin-top: 1%;
    padding: 5px;
    margin-bottom: 15px;
    position: relative; }
  header .line-top {
    height: 40px;
    display: flex;
    align-items: center;
    background: #093267; }
    header .line-top .content {
      display: flex;
      justify-content: center; }
      header .line-top .content a {
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: bold; }
      header .line-top .content span {
        color: white;
        font-weight: bold;
        font-size: 12px; }
      header .line-top .content img {
        max-width: 30px; }
      header .line-top .content i {
        margin-right: 5px;
        color: #b59a65; }
      header .line-top .content .options-top a {
        padding-right: 10px; }
      header .line-top .content .options-top .nossasLojas {
        padding-right: 0px;
        border-left: 2px solid #003268;
        padding-left: 15px; }
  header .header-handler {
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 1%;
    display: flex;
    align-items: center; }
    header .header-handler .logo {
      float: left;
      width: 22%;
      margin-right: 4%;
      overflow: hidden; }
      header .header-handler .logo img {
        width: 100%; }
    header .header-handler .aux {
      float: left;
      width: 74%; }
      header .header-handler .aux .upper-menu {
        width: 100%;
        margin-bottom: 20px; }
        header .header-handler .aux .upper-menu span {
          float: left;
          font-size: 11px;
          text-transform: uppercase;
          font-family: "Montserrat"; }
          header .header-handler .aux .upper-menu span a {
            text-decoration: none;
            font-weight: bold;
            color: #000; }
        header .header-handler .aux .upper-menu nav {
          float: right;
          font-size: 11px;
          text-transform: uppercase; }
          header .header-handler .aux .upper-menu nav a {
            text-decoration: none;
            font-weight: bold;
            padding-left: 10px;
            font-family: "Montserrat";
            margin-left: 10px;
            border-left: 1px solid #e5e5e5;
            color: #929292; }
            header .header-handler .aux .upper-menu nav a:first-child {
              padding-left: 0px;
              margin-left: 0px;
              border-left: 0px; }
            header .header-handler .aux .upper-menu nav a:hover {
              color: #000; }
      header .header-handler .aux .search {
        float: left;
        width: 60%;
        margin-right: 30px; }
        header .header-handler .aux .search #frmBusca {
          position: relative; }
        header .header-handler .aux .search input {
          padding: 15px;
          width: 100%;
          float: left;
          font-family: "Montserrat";
          padding-right: 40px;
          font-size: 16px;
          border: unset;
          border-radius: 8px;
          border: 1px solid #b0afb4; }
        header .header-handler .aux .search i {
          width: 45px;
          font-size: 20px;
          cursor: pointer;
          text-align: center;
          line-height: 2;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          position: absolute;
          right: 0px;
          top: 4px;
          color: #093267; }
      header .header-handler .aux .option-header {
        display: flex;
        justify-content: space-between;
        padding-top: 8px; }
        header .header-handler .aux .option-header .cart strong {
          position: absolute;
          left: -12px;
          background: #093267;
          padding: 5px 5px 2px 5px;
          border-radius: 3px;
          color: white;
          top: -28px;
          font-size: 12px;
          line-height: 12px;
          padding: 5px 7px; }
        header .header-handler .aux .option-header .cart:hover {
          text-decoration: none; }
        header .header-handler .aux .option-header .cart .cart1 {
          text-align: center;
          display: flex;
          flex-direction: column;
          position: relative; }
        header .header-handler .aux .option-header .conta {
          text-decoration: none;
          float: left; }
        header .header-handler .aux .option-header i {
          font-size: 24px;
          padding-left: 10px;
          margin-bottom: 10px;
          padding-right: 10px;
          color: #b59a65; }
        header .header-handler .aux .option-header span {
          float: left;
          width: 100%;
          text-align: center;
          font-size: 13px;
          margin-bottom: 4px;
          font-family: "Montserrat";
          color: #093267;
          text-decoration: none;
          font-weight: bold; }
        header .header-handler .aux .option-header a {
          text-decoration: none;
          text-align: center;
          display: flex;
          align-items: center;
          position: relative;
          margin: 0px 10px; }
@keyframes mostraSubMenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  header .menu li:hover .sub-menu {
    display: flex !important;
    animation: mostraSubMenu 0.8s; }
  header .menu {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    header .menu .fa-bars {
      font-size: 25px;
      color: #b59a65; }
    header .menu li {
      list-style: none;
      display: inline; }
      header .menu li .sub-menu {
        display: none; }
      header .menu li:last-child a {
        border-right: 0px; }
        header .menu li:last-child a:after {
          display: none; }
      header .menu li a {
        display: block;
        text-align: center;
        font-size: 14px;
        font-family: "Montserrat";
        text-decoration: none;
        padding: 10px 0px;
        color: #093267;
        position: relative;
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        font-weight: bold;
        transition: all 150ms ease-in; }
        header .menu li a > i {
          display: none; }
        header .menu li a:hover {
          color: #003268; }
      header .menu li:nth-child(n+6) .sub-menu {
        left: auto;
        right: 0; }
        header .menu li:nth-child(n+6) .sub-menu .sub-menu-list {
          float: left; }
        header .menu li:nth-child(n+6) .sub-menu .sub-menu-banner {
          float: right; }
      header .menu li .sub-menu-banner {
        display: none; }
      header .menu li .sub-menu {
        position: absolute;
        z-index: 9999;
        background-color: #ebf4ff;
        top: 32px;
        width: 100%;
        left: 0;
        right: auto;
        padding: 20px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 2px solid #093267; }
        header .menu li .sub-menu .sub-menu-list {
          border-top: none; }
          header .menu li .sub-menu .sub-menu-list ul {
            display: flex;
            flex-wrap: wrap;
            list-style-type: none;
            padding: 0;
            margin: 0;
            justify-content: start; }
            header .menu li .sub-menu .sub-menu-list ul h1 {
              margin-top: 0px;
              font-weight: bold;
              color: #b69e66;
              margin-bottom: 45px;
              display: none; }
            header .menu li .sub-menu .sub-menu-list ul li {
              width: calc(33.33% - 10px); }
              header .menu li .sub-menu .sub-menu-list ul li a {
                display: block;
                text-align: left;
                color: #333;
                font-size: 12px;
                padding: 15px 0px;
                text-transform: capitalize;
                text-decoration: underline; }
                header .menu li .sub-menu .sub-menu-list ul li a:after {
                  display: none; }
        header .menu li .sub-menu .menu-banner {
          display: flex;
          justify-content: center;
          flex: 1; }
        header .menu li .sub-menu .sub-menu-banner {
          width: 250px;
          float: right; }
          header .menu li .sub-menu .sub-menu-banner a {
            position: absolute;
            top: 0px;
            max-width: 200px;
            max-height: 150px;
            right: 0; }
            header .menu li .sub-menu .sub-menu-banner a:after {
              display: none; }
            header .menu li .sub-menu .sub-menu-banner a:hover {
              background: none;
              color: #000; }
            header .menu li .sub-menu .sub-menu-banner a .image img {
              max-width: 120px;
              max-height: 120px; }
            header .menu li .sub-menu .sub-menu-banner a span {
              display: block; }
      header .menu li:hover > a {
        color: #003268; }
        header .menu li:hover > a:before {
          width: 100%; }
@keyframes mostraMenu {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }
  header .fixed {
    position: fixed !important;
    display: flex !important;
    z-index: 9999;
    animation: mostraMenu 0.5s; }
  header .menuFixed {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 1px 1px #dfdfdf;
    height: 65px;
    display: none;
    top: 0px; }
    header .menuFixed .content {
      display: flex;
      width: 100%;
      float: left;
      align-items: center;
      justify-content: space-between;
      padding: 0px 10px; }
      header .menuFixed .content .menuAll {
        float: left;
        position: relative;
        cursor: pointer;
        height: 70px;
        display: flex;
        align-items: center; }
        header .menuFixed .content .menuAll span {
          display: flex;
          align-items: center; }
          header .menuFixed .content .menuAll span i {
            font-size: 24px;
            margin-right: 10px;
            padding-bottom: 4px; }
      header .menuFixed .content .logoMenuFixo {
        float: left; }
        header .menuFixed .content .logoMenuFixo img {
          width: 120px; }
      header .menuFixed .content .search {
        float: left;
        width: 45%; }
        header .menuFixed .content .search #frmBusca {
          display: flex;
          position: relative; }
        header .menuFixed .content .search input {
          padding: 0px 23px;
          padding-right: 10px;
          width: 100%;
          float: left;
          border: none;
          text-transform: uppercase;
          padding-right: 40px;
          background: #f4f4f4; }
        header .menuFixed .content .search i {
          width: 52px;
          font-size: 20px;
          height: 50px;
          right: 0px;
          cursor: pointer;
          color: #333;
          background: #f4f4f4;
          display: flex;
          justify-content: center;
          align-items: center; }
      header .menuFixed .content .header-options a {
        color: #333;
        margin-right: 50px; }
        header .menuFixed .content .header-options a i {
          font-size: 25px;
          margin-right: 5px; }
      header .menuFixed .content .header-options .cart {
        position: relative; }
        header .menuFixed .content .header-options .cart span {
          position: absolute;
          right: -15px;
          bottom: 2px;
          width: 16px;
          height: 16px;
          text-align: center;
          line-height: 16px;
          color: white;
          background: black;
          border-radius: 10px;
          font-size: 12px; }
  header .all-categories {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 22vw;
    height: 100vw;
    background: white;
    z-index: 99999;
    box-shadow: 0px 0px 1px 1px #c9c9c9; }
    header .all-categories .minhaContaMenu {
      padding: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 5px solid black; }
      header .all-categories .minhaContaMenu a {
        font-size: 16px;
        color: #333;
        font-weight: bold; }
        header .all-categories .minhaContaMenu a i {
          margin-right: 5px;
          color: #333;
          font-size: 22px; }
      header .all-categories .minhaContaMenu .icon-close {
        font-size: 25px;
        cursor: pointer; }
    header .all-categories nav {
      position: relative;
      height: 37.5vw; }
      header .all-categories nav > ul a {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px; }
        header .all-categories nav > ul a:hover {
          color: #808080; }
      header .all-categories nav > ul .cat-item {
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        header .all-categories nav > ul .cat-item ul {
          display: none; }
      header .all-categories nav > ul .openMenuFixed {
        display: none;
        position: absolute;
        background: white;
        width: 100%;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow-y: scroll; }
        header .all-categories nav > ul .openMenuFixed li {
          padding: 10px 15px 10px 25px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          header .all-categories nav > ul .openMenuFixed li:last-child {
            padding-bottom: 30px; }
        header .all-categories nav > ul .openMenuFixed .liSelecionado {
          display: block !important; }
          header .all-categories nav > ul .openMenuFixed .liSelecionado > a {
            color: white; }
        header .all-categories nav > ul .openMenuFixed .voltarMenu1 {
          display: block !important;
          padding: 30px;
          border-bottom: 2px solid #eaeaea;
          text-decoration: none;
          cursor: pointer; }
          header .all-categories nav > ul .openMenuFixed .voltarMenu1 i {
            margin-right: 10px; }
        header .all-categories nav > ul .openMenuFixed .sub-menu-nivel-3 {
          display: none;
          position: absolute;
          background: white;
          width: 100%;
          top: 0px;
          left: 0px; }
          header .all-categories nav > ul .openMenuFixed .sub-menu-nivel-3 .voltarMenu2 {
            display: block !important;
            padding: 30px;
            border-bottom: 2px solid #eaeaea;
            text-decoration: none;
            cursor: pointer; }
            header .all-categories nav > ul .openMenuFixed .sub-menu-nivel-3 .voltarMenu2 i {
              margin-right: 10px; }
        header .all-categories nav > ul .openMenuFixed .open {
          display: block !important;
          float: right;
          padding: 10px;
          cursor: pointer; }
@keyframes animacaoMenuAbrir {
  from {
    left: -500px; }
  to {
    left: 0px; } }
      header .all-categories nav .openMenuFixed {
        display: block !important;
        animation: animacaoMenuAbrir 0.5s; }

.fundoMenu {
  width: 100vw;
  height: 100vw;
  position: fixed;
  background: black;
  opacity: 0.6;
  z-index: 99998;
  display: none;
  top: 0; }

.menuMobile, .categoriasMobile, .fundoMobile {
  display: none; }

.heartHeader {
  opacity: 0;
  position: absolute; }

.menuLateral {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  background: white;
  height: 100%;
  z-index: 999;
  width: 300px;
  padding-left: 10px; }
  .menuLateral .fa-times {
    width: 100%;
    padding: 15px 5px;
    font-size: 30px;
    color: #b59d65; }
  .menuLateral h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px; }
    .menuLateral h1 img {
      max-width: 30px; }
  .menuLateral .icon-iluminacao {
    background: url(../images/menu/menu_0006_lampada.png) center center no-repeat;
    background-size: 70% !important; }
  .menuLateral .icon-ofertas {
    background: url(../images/menu/menu_0003_quadro.png) center center no-repeat; }
  .menuLateral .icon-pintura {
    background: url(../images/menu/menu_0012_tinta.png) center center no-repeat; }
  .menuLateral .icon-portas-e-janelas {
    background: url(../images/menu/menu_0016_porta.png) center center no-repeat;
    background-size: 70% !important; }
  .menuLateral .icon-pisos-e-revestimentos {
    background: url(../images/menu/menu_0013_piso.png) center center no-repeat; }
  .menuLateral .icon-banheiro {
    background: url(../images/menu/menu_0002_banheiro.png) center center no-repeat; }
  .menuLateral .icon-cozinha-e-area-de-servico {
    background: url(../images/menu/menu_0007_cozinha.png) center center no-repeat; }
  .menuLateral .icon-ferramentas {
    background: url(../images/menu/menu_0010_ferramentas.png) center center no-repeat; }
  .menuLateral .icon-utensilios {
    background: url(../images/menu/menu_0011_geladeira.png) center center no-repeat;
    background-size: 70% !important; }
  .menuLateral .icon-hidraulica- {
    background: url(../images/menu/hidr_icon.png) center center no-repeat; }
  .menuLateral .icon-utilidades-domesticas {
    background: url(../images/menu/menu_utilidades.png) center center no-repeat; }
  .menuLateral .icon-metais {
    background: url(../images/menu/menu_metal_icon.png) center center no-repeat; }
  .menuLateral > a {
    width: 100%;
    display: block;
    margin: 12px 0px;
    color: #003268;
    font-weight: bold; }
  .menuLateral h3 a:not(.open) {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #333; }
    .menuLateral h3 a:not(.open) i {
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      background-size: 100%;
      margin-right: 10px; }
  .menuLateral ul {
    padding-left: 0px;
    margin-top: 20px;
    overflow: auto; }
    .menuLateral ul .cat-item {
      border-top: 1px solid #efeeeeeb;
      padding-right: 20px;
      padding: 10px;
      padding-left: 0px; }
      .menuLateral ul .cat-item h3 {
        display: flex;
        font-size: 14px;
        margin: 0px !important;
        align-items: center;
        justify-content: space-between; }
        .menuLateral ul .cat-item h3 .open i {
          transform: rotate(270deg); }
      .menuLateral ul .cat-item ul {
        display: none;
        position: absolute;
        top: 0px;
        right: -500px;
        background: white;
        width: 500px;
        list-style: none;
        margin-top: 0px;
        height: 100%;
        padding: 20% 5%; }
        .menuLateral ul .cat-item ul li {
          padding: 10px; }

.backgroundMenuLateral {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #f5ac3287;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none; }

footer {
  float: left;
  width: 100%;
  margin-top: 20px; }
  footer .ending {
    padding: 30px 0px;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    color: #000;
    background: #efeeee5e;
    float: left;
    width: 100%; }
    footer .ending .powered {
      text-transform: none;
      font-size: 12px;
      color: #777;
      text-decoration: none;
      margin-top: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
      footer .ending .powered a {
        text-decoration: none;
        color: #000;
        position: relative;
        margin-left: 30px; }
      footer .ending .powered span {
        position: absolute;
        left: 0px;
        top: -10px;
        font-size: 8px; }
      footer .ending .powered .layout span {
        position: absolute;
        left: 22px;
        top: -12px;
        font-size: 8px;
        width: 50px; }
    footer .ending .whatsFlutuante {
      position: fixed;
      cursor: pointer;
      right: 25px;
      z-index: 999999;
      font-size: 3em;
      color: white;
      background-color: #13c513;
      bottom: 3%;
      padding: 0.2em 0.3em 0.1em 0.3em;
      border-radius: 50%; }
  footer .pay-with {
    float: left;
    margin-top: 45px;
    margin-bottom: 20px; }
    footer .pay-with span {
      float: left;
      line-height: 40px;
      font-size: 12px;
      text-transform: uppercase;
      margin-right: 10px;
      font-weight: bold; }
    footer .pay-with div {
      display: inline-block;
      border: 1px solid #e5e5e5;
      margin-right: 5px; }
  footer .security {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px; }
    footer .security span {
      float: left;
      font-size: 12px;
      text-transform: uppercase;
      margin-right: 10px;
      font-weight: bold;
      line-height: 98px; }
  footer .newsletter {
    float: left;
    width: 100%;
    padding: 20px 50px;
    background: #ebf4ff;
    color: white;
    box-shadow: 2px 2px 0px 1px #e6e6e6;
    margin-bottom: 40px;
    margin-top: 15px;
    border-radius: 5px; }
    footer .newsletter .inset {
      float: left;
      width: 100%;
      align-items: center;
      display: flex; }
      @media all and (max-width: 999px) {
        footer .newsletter .inset {
          flex-direction: column; } }
      footer .newsletter .inset span {
        font-size: 32px;
        display: flex;
        color: #274c7b;
        font-size: 22px;
        color: #274c7b;
        align-items: center; }
        footer .newsletter .inset span i {
          font-size: 20px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px; }
      footer .newsletter .inset strong {
        color: #5375ad; }
      footer .newsletter .inset .info {
        margin: 0px 50px;
        font-size: 32px; }
      footer .newsletter .inset input[type=text] {
        font-size: 15px;
        text-indent: 10px;
        background: white;
        border: 1px solid #5375ad;
        max-width: 400px;
        height: 55px;
        margin-right: 20px;
        color: #000;
        border-radius: 5px;
        width: 100%; }
        @media all and (max-width: 999px) {
          footer .newsletter .inset input[type=text] {
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px; } }
      footer .newsletter .inset input[type=submit] {
        background: #093267;
        color: #fff;
        width: 15%;
        border: 0px;
        font-weight: bold;
        height: 55px;
        border-radius: 10px;
        font-size: 18px;
        text-transform: uppercase; }
        @media all and (max-width: 999px) {
          footer .newsletter .inset input[type=submit] {
            width: 100%;
            float: left;
            max-width: 100%; } }
      footer .newsletter .inset form {
        display: flex;
        flex: 1;
        justify-content: end;
        align-items: center; }
  footer .menus {
    float: left;
    width: 100%;
    background: #efeeee5e;
    padding: 40px 0px; }
    footer .menus .inset {
      float: left;
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media all and (max-width: 999px) {
        footer .menus .inset {
          flex-wrap: wrap; } }
      footer .menus .inset .first-line, footer .menus .inset .second-line {
        display: flex;
        margin-bottom: 30px;
        float: left; }
      footer .menus .inset .share-icons {
        float: left;
        width: 100%; }
        footer .menus .inset .share-icons a {
          float: left; }
          footer .menus .inset .share-icons a i {
            float: left;
            width: 50px;
            height: 50px;
            margin: 4px;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            color: white; }
            footer .menus .inset .share-icons a i.icon-facebook {
              background: #3951A3; }
            footer .menus .inset .share-icons a i.icon-twitter {
              background: #46A8F5; }
            footer .menus .inset .share-icons a i.icon-google-plus {
              background: #E34B30; }
            footer .menus .inset .share-icons a i.icon-instagram {
              background: #CB2BA7; }
            footer .menus .inset .share-icons a i.icon-youtube {
              background: #E34B30; }
      footer .menus .inset .social a {
        margin-right: 20px; }
      footer .menus .inset .box {
        flex: 1;
        /*padding: 0px 20px;*/ }
        @media all and (max-width: 999px) {
          footer .menus .inset .box {
            flex: 50%; } }
        footer .menus .inset .box .facebook {
          background: #2854AF;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          display: inline-block;
          text-align: center;
          line-height: 40px;
          color: white; }
        footer .menus .inset .box .instagram {
          background: linear-gradient(to bottom right, red, yellow);
          width: 50px;
          height: 50px;
          display: inline-block;
          border-radius: 50%;
          text-align: center;
          line-height: 40px;
          color: white; }
        footer .menus .inset .box .pinterest {
          background: #E60023;
          width: 50px;
          height: 50px;
          display: inline-block;
          text-align: center;
          border-radius: 50%;
          line-height: 40px;
          color: white; }
        footer .menus .inset .box .linkedin img {
          margin-bottom: 22px; }
        footer .menus .inset .box i {
          font-size: 30px;
          line-height: 1.6; }
        footer .menus .inset .box h4 {
          color: #003268;
          font-size: 18px;
          float: left;
          width: 100%;
          margin-bottom: 20px;
          font-weight: bold; }
        footer .menus .inset .box ul {
          float: left;
          width: 100%;
          margin: 0;
          padding: 0; }
          footer .menus .inset .box ul li {
            float: left;
            width: 100%;
            font-size: 13px;
            margin-bottom: 5px;
            margin-top: 5px;
            list-style: none; }
            footer .menus .inset .box ul li a {
              color: #222;
              text-decoration: none;
              font-size: 11px;
              font-weight: 500; }
              footer .menus .inset .box ul li a:hover {
                color: #000; }
        footer .menus .inset .box .atendimentoSocial h3 {
          font-size: 18px;
          color: #003268;
          font-weight: 500; }
        footer .menus .inset .box .atendimentoSocial h2 {
          color: #b59a65;
          font-weight: bold;
          font-size: 21px; }
        footer .menus .inset .box .atendimentoSocial span {
          display: block;
          margin: 10px 0px;
          font-weight: 400px;
          color: #595959; }
        footer .menus .inset .box .atendimentoSocial strong {
          color: #003268;
          font-size: 20px; }
        footer .menus .inset .box .atendimentoSocial .email {
          color: #003268;
          text-decoration: underline;
          font-weight: initial; }
  footer .lojas-footer {
    float: left;
    margin-bottom: 50px;
    width: 100%; }
    footer .lojas-footer .wrapper-lojas {
      display: flex;
      justify-content: space-between;
      align-itens: center;
      float: left;
      width: 100%; }
      footer .lojas-footer .wrapper-lojas .box-lojas {
        flex: 1;
        margin-right: 20px; }
        footer .lojas-footer .wrapper-lojas .box-lojas:last-child {
          margin-right: 0px; }
        footer .lojas-footer .wrapper-lojas .box-lojas img {
          max-width: 100%;
          border-radius: 15px; }
        footer .lojas-footer .wrapper-lojas .box-lojas h4 {
          font-size: 20px;
          font-weight: bold;
          color: #b59a65;
          margin-bottom: 10px; }
        footer .lojas-footer .wrapper-lojas .box-lojas .end {
          color: #333;
          display: flex;
          align-items: center;
          margin-top: 10px; }
          footer .lojas-footer .wrapper-lojas .box-lojas .end img {
            width: 25px;
            margin-right: 5px; }
        footer .lojas-footer .wrapper-lojas .box-lojas .fone {
          display: flex;
          align-items: center; }
          footer .lojas-footer .wrapper-lojas .box-lojas .fone img {
            width: 25px;
            margin-right: 5px; }
          footer .lojas-footer .wrapper-lojas .box-lojas .fone span {
            font-size: 20px;
            font-weight: bold;
            color: gray; }

#modalCarrinhoSeparado {
  margin: 0px; }
  #modalCarrinhoSeparado .modal-dialog {
    position: fixed;
    right: 0px;
    width: 35%;
    height: 100%;
    top: 0px;
    margin: 0px;
    max-width: 675px;
    border-radius: 0px; }
    #modalCarrinhoSeparado .modal-dialog .modal-content {
      border-radius: 0px;
      height: 100%;
      display: flex;
      flex-direction: column; }
    @media all and (max-width: 1350px) {
      #modalCarrinhoSeparado .modal-dialog {
        width: 54%; } }
  #modalCarrinhoSeparado .modal-header {
    border-bottom: none; }
  #modalCarrinhoSeparado .modal-body {
    border-radius: 0px;
    flex: 1; }
    #modalCarrinhoSeparado .modal-body .semProdutos {
      padding: 40px;
      position: absolute;
      top: 5%;
      font-size: 20px;
      width: 100%;
      left: 0px; }
    #modalCarrinhoSeparado .modal-body .loader-sidecart img {
      max-width: 130px; }
    #modalCarrinhoSeparado .modal-body table {
      width: 95%;
      margin: 10px auto;
      display: block; }
      #modalCarrinhoSeparado .modal-body table .media-body {
        width: auto !important;
        /*display: block !important;*/ }
        #modalCarrinhoSeparado .modal-body table .media-body .media-heading {
          font-size: 13px; }
      #modalCarrinhoSeparado .modal-body table thead tr {
        border-bottom: 3px solid #000; }
        #modalCarrinhoSeparado .modal-body table thead tr strong {
          color: #003268;
          text-transform: uppercase;
          font-weight: bold !important;
          letter-spacing: 1px; }
      #modalCarrinhoSeparado .modal-body table tbody {
        position: relative;
        display: block;
        overflow-x: auto;
        font-size: 14px;
        max-height: 68vh;
        width: 100%;
        padding-bottom: 100px; }
        #modalCarrinhoSeparado .modal-body table tbody .semEstoque {
          color: red;
          text-transform: uppercase;
          font-size: 14px; }
      #modalCarrinhoSeparado .modal-body table td {
        padding: 15px;
        vertical-align: middle; }
        #modalCarrinhoSeparado .modal-body table td a {
          color: #333;
          text-decoration: none; }
          #modalCarrinhoSeparado .modal-body table td a i {
            color: #000; }
            #modalCarrinhoSeparado .modal-body table td a i:hover {
              color: red; }
        #modalCarrinhoSeparado .modal-body table td select {
          background: transparent;
          border: 1px solid #fff;
          box-shadow: 0px 0px 1px 1px #000; }
      #modalCarrinhoSeparado .modal-body table tr {
        border-bottom: 1px solid #eee; }
      #modalCarrinhoSeparado .modal-body table .media-object {
        max-width: 64px; }
      #modalCarrinhoSeparado .modal-body table .media-body h4 {
        margin-bottom: 0px; }
        #modalCarrinhoSeparado .modal-body table .media-body h4 span {
          width: 100%;
          float: left;
          font-size: 12px;
          font-weight: bold;
          text-align: left;
          color: #000; }
      #modalCarrinhoSeparado .modal-body table .media-body a {
        color: #333;
        text-decoration: none;
        text-align: left;
        display: block;
        width: 100%; }
  #modalCarrinhoSeparado .modal-footer {
    background: white;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 15px 0px !important; }
    @media all and (max-width: 1650px) {
      #modalCarrinhoSeparado .modal-footer {
        flex-wrap: wrap;
        justify-content: center; }
        #modalCarrinhoSeparado .modal-footer .cart {
          width: 100% !important;
          text-align: center !important;
          margin-right: 10px; }
        #modalCarrinhoSeparado .modal-footer .botoes {
          display: flex;
          width: 100% !important;
          justify-content: center; } }
    #modalCarrinhoSeparado .modal-footer .continuarComprando {
      background: #FFF;
      color: #000;
      font-weight: bold;
      border-color: #000;
      padding: 10px;
      text-transform: uppercase;
      float: left; }
    #modalCarrinhoSeparado .modal-footer .carrinho {
      text-transform: uppercase;
      padding: 10px 15px 10px 15px;
      font-weight: bold;
      display: flex;
      float: left;
      align-items: center; }
      #modalCarrinhoSeparado .modal-footer .carrinho i {
        font-size: 20px;
        padding-right: 5px; }
    #modalCarrinhoSeparado .modal-footer .cart {
      float: left;
      margin-top: 10px;
      margin-bottom: 10px; }
      #modalCarrinhoSeparado .modal-footer .cart span {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px; }
        #modalCarrinhoSeparado .modal-footer .cart span strong {
          margin-right: 10px;
          border-right: 3px solid #003268;
          padding-right: 10px; }
  #modalCarrinhoSeparado .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #modalCarrinhoSeparado .modal-header h5 {
      width: 100%;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: bold;
      color: #000; }
    #modalCarrinhoSeparado .modal-header button {
      width: 100%;
      text-align: right; }

#cookieMsg {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 0;
  z-index: 999999999999;
  background-color: #FFF;
  color: black;
  width: 315px;
  box-shadow: 0px 0px 4px 0px #7f7f7f;
  border-radius: 20px;
  padding: 0px 20px; }
  #cookieMsg div {
    width: 100% !important; }
  #cookieMsg h2 {
    color: black;
    font-size: 14px; }
  #cookieMsg .cookies-mobile {
    display: block !important; }
  #cookieMsg .cookies-desktop {
    display: none !important; }
  #cookieMsg .options-cookies {
    display: flex;
    align-items: center;
    font-size: 11px;
    justify-content: space-between; }
    #cookieMsg .options-cookies a {
      color: black;
      text-decoration: underline;
      margin-right: 3px; }
  #cookieMsg .fecharMsg {
    width: 100% !important;
    margin-top: 0px !important;
    display: flex !important;
    padding: 15px 0px;
    justify-content: space-between; }
    #cookieMsg .fecharMsg span {
      padding: 10px 40px;
      background: #b59a65;
      border-radius: 30px;
      color: white;
      cursor: pointer;
      font-weight: bold;
      font-size: 12px; }
    #cookieMsg .fecharMsg button {
      padding: 10px 10px;
      background: #fff;
      border-radius: 30px;
      color: #0a0a0a;
      cursor: pointer;
      font-weight: bold;
      border: 1px solid #bfbfbf;
      font-size: 12px;
      margin-right: 10px; }

main.home {
  float: left;
  width: 100%; }
  main.home .slick-list {
    padding-bottom: 20px !important; }
  main.home .product-item .info {
    margin-top: -2px;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  @media all and (min-width: 1000px) {
    main.home .content-banner-destaque {
      width: 100%;
      max-width: 1400px;
      padding: 0px 30px;
      margin: 0 auto; } }
  main.home .main-banners {
    float: left;
    width: 100%; }
    main.home .main-banners .swiper-container {
      border-radius: 20px;
      overflow: hidden; }
    main.home .main-banners .swiper-slide {
      display: inline-block; }
      main.home .main-banners .swiper-slide a {
        display: inline-block;
        width: 100%; }
        main.home .main-banners .swiper-slide a img {
          width: 100%;
          display: inline-block; }
    main.home .main-banners .image {
      display: inline-block;
      float: left;
      width: 100%;
      height: 460px;
      background-position: center center !important;
      background-repeat: no-repeat !important; }
      @media all and (max-width: 1170px) {
        main.home .main-banners .image {
          height: auto;
          padding-bottom: 30%;
          background-size: 100% auto !important; } }
  main.home .categories {
    float: left;
    width: 100%;
    margin: 30px 0px; }
    main.home .categories .wrapper-container {
      width: 100%; }
      main.home .categories .wrapper-container .wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        main.home .categories .wrapper-container .wrapper .slide {
          max-width: 9%; }
    main.home .categories .swiper-pagination {
      position: static;
      margin-top: 20px; }
      main.home .categories .swiper-pagination span {
        background: #000; }
    main.home .categories .item {
      float: left;
      width: 100%; }
      main.home .categories .item .icon {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        main.home .categories .item .icon img {
          max-width: 100%;
          height: auto;
          border-radius: 50%;
          padding: 10px;
          background: #093267; }
      main.home .categories .item span {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #093267;
        margin-top: 10px;
        font-weight: 500; }
  main.home .featured-grid {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 40px; }
    @media all and (max-width: 999px) {
      main.home .featured-grid {
        flex-direction: column; } }
    main.home .featured-grid .main {
      width: 55%;
      margin-right: 10px; }
      @media all and (max-width: 999px) {
        main.home .featured-grid .main {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 20px; } }
    main.home .featured-grid .double {
      flex: 1; }
      @media all and (max-width: 999px) {
        main.home .featured-grid .double {
          display: flex;
          flex-direction: column; } }
      main.home .featured-grid .double .line {
        display: inline-flex; }
      main.home .featured-grid .double .product-item {
        width: 48%;
        margin: 1%; }
        @media all and (max-width: 999px) {
          main.home .featured-grid .double .product-item {
            margin: 0px;
            margin-bottom: 30px;
            width: 100%; } }
        main.home .featured-grid .double .product-item .image {
          padding-bottom: 94%; }
    main.home .featured-grid .product-item {
      background: #F6F6F6;
      width: 100%;
      max-width: 100%;
      border: 0px;
      position: relative; }
      main.home .featured-grid .product-item h3 {
        color: #000; }
      main.home .featured-grid .product-item .fav {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 10px;
        z-index: 1;
        font-size: 20px;
        opacity: .5; }
      main.home .featured-grid .product-item .image {
        padding-bottom: 100%; }
  main.home .perks {
    float: left;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background: #f1f1f1; }
    @media all and (max-width: 1100px) {
      main.home .perks {
        height: auto; } }
    main.home .perks #benefitsBar {
      display: flex;
      width: 100%;
      color: #808285;
      text-transform: uppercase;
      padding: unset; }
      main.home .perks #benefitsBar li {
        display: flex;
        margin: auto;
        align-items: center; }
      main.home .perks #benefitsBar img {
        height: 44px;
        margin-right: 10px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      main.home .perks #benefitsBar div:first-child {
        height: 63px;
        font-weight: bold; }
      main.home .perks #benefitsBar .quatroVezes, main.home .perks #benefitsBar .tresPorCento {
        height: unset !important;
        font-size: 35px; }
      main.home .perks #benefitsBar .spnAdv {
        font-weight: bold;
        font-size: 115% !important; }
      main.home .perks #benefitsBar div span {
        width: max-content;
        font-size: 95%; }
      @media (max-width: 1100px) {
        main.home .perks #benefitsBar {
          text-align: center;
          padding-bottom: 10px; }
          main.home .perks #benefitsBar li {
            display: block; }
          main.home .perks #benefitsBar img {
            margin-right: 0px; } }
      @media (max-width: 700px) {
        main.home .perks #benefitsBar img {
          height: 40px !important; }
        main.home .perks #benefitsBar .div2 {
          margin: auto; }
        main.home .perks #benefitsBar .spnAdv {
          font-size: 100% !important; }
        main.home .perks #benefitsBar div span {
          font-size: 80% !important; } }
      @media (max-width: 600px) {
        main.home .perks #benefitsBar div:first-child {
          height: 50px; }
        main.home .perks #benefitsBar img {
          height: 32px !important; }
        main.home .perks #benefitsBar .spnAdv {
          font-size: 86% !important; }
        main.home .perks #benefitsBar div span {
          font-size: 76% !important;
          word-wrap: break-word; } }
    main.home .perks .inset {
      float: left;
      width: 100%;
      display: flex;
      align-items: center; }
      @media all and (max-width: 730px) {
        main.home .perks .inset {
          flex-wrap: wrap;
          padding: 30px 0px;
          float: left;
          width: 100%; } }
      main.home .perks .inset .item {
        flex: 1;
        display: flex;
        margin-right: 30px; }
        @media all and (max-width: 739px) {
          main.home .perks .inset .item {
            width: 50%;
            flex: none;
            margin: 0;
            padding-right: 20px;
            margin-bottom: 10px; } }
        main.home .perks .inset .item:last-child {
          margin-right: 0; }
        main.home .perks .inset .item .icon {
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 40px; }
          main.home .perks .inset .item .icon i {
            display: inline-block;
            margin-top: -4px; }
          main.home .perks .inset .item .icon .icon-deliver {
            font-size: 18px; }
        main.home .perks .inset .item .info {
          flex: 1;
          margin-left: 10px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          main.home .perks .inset .item .info span {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase; }
          main.home .perks .inset .item .info .upper {
            text-transform: uppercase;
            margin-top: 4px;
            font-weight: normal; }
  main.home .mid-banner {
    float: left;
    width: 100%;
    padding: 50px 0px;
    justify-content: space-around; }
    main.home .mid-banner img {
      max-width: 100%;
      width: 100%;
      border-radius: 20px;
      height: auto; }
  main.home .banners-grid {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0px; }
    main.home .banners-grid img {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 20px; }
    main.home .banners-grid .main a {
      display: inline-block; }
      @media all and (min-width: 1000px) {
        main.home .banners-grid .main a {
          max-width: 650px;
          max-height: 520px; } }
      main.home .banners-grid .main a img {
        max-width: 100%; }
    main.home .banners-grid .double {
      display: flex;
      padding-right: 5px;
      flex-direction: column;
      justify-content: space-between; }
      @media all and (min-width: 1000px) {
        main.home .banners-grid .double > a {
          max-width: 668px;
          height: 268px; } }
      main.home .banners-grid .double a {
        margin-bottom: 1px;
        display: block; }
        main.home .banners-grid .double a img {
          width: 100%; }
      main.home .banners-grid .double .line-2 {
        display: flex;
        justify-content: space-between; }
        @media all and (min-width: 1000px) {
          main.home .banners-grid .double .line-2 a {
            max-width: 326px;
            max-height: 240px; } }

.destaques {
  float: left;
  clear: left;
  padding-bottom: 50px;
  width: 100%; }
  .destaques .slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center; }
    .destaques .slick-dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #99949429;
      margin: 0px 5px;
      border-radius: 50%; }
      .destaques .slick-dots li button {
        display: none; }
      .destaques .slick-dots li.slick-active {
        background: #5a5a5a;
        border-radius: 50%; }
  .destaques .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 20px; }
    .destaques .title-wrapper h2 {
      color: #b59a65;
      font-weight: 500;
      font-size: 28px; }
    .destaques .title-wrapper a {
      color: #093267;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer; }
  .destaques .wrapper-destaque {
    float: left;
    width: 100%;
    position: relative;
    margin-left: -1%; }
    .destaques .wrapper-destaque i.slick-arrow {
      position: absolute; }
    .destaques .wrapper-destaque .product-item {
      margin-left: 26px;
      margin-right: 1px; }
    .destaques .wrapper-destaque .icon-chevron-thin-left {
      top: 45%;
      color: #b59a65;
      border: 3px solid #b59a65;
      padding: 10px;
      border-radius: 50%;
      left: -25px;
      font-weight: bold; }
    .destaques .wrapper-destaque .icon-chevron-thin-right {
      top: 45%;
      color: #b59a65;
      border: 3px solid #b59a65;
      padding: 10px;
      border-radius: 50%;
      right: -50px;
      font-weight: bold; }

.blog {
  float: left;
  width: 100%; }
  .blog .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 20px; }
    .blog .title-wrapper h2 {
      color: #b59a65;
      font-weight: 500;
      font-size: 28px; }
    .blog .title-wrapper a {
      color: #093267;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer; }
  .blog .wrapper-blog {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .blog .wrapper-blog img {
      width: 100%;
      max-width: 100%;
      border-top: 5px solid #b59a65; }
    .blog .wrapper-blog .post {
      width: 30%; }
    .blog .wrapper-blog a {
      text-decoration: none; }
      .blog .wrapper-blog a h2 {
        font-size: 14px;
        color: #093267;
        letter-spacing: -0.7px;
        line-height: 1.5; }

.wrapper-banheiro {
  float: left;
  width: 100%;
  position: relative;
  margin-left: -1%; }
  .wrapper-banheiro i.slick-arrow {
    position: absolute; }
  .wrapper-banheiro .product-item {
    margin-left: 26px !important;
    margin-right: 1px; }
  .wrapper-banheiro .icon-chevron-thin-left {
    top: 45%;
    color: #b59a65;
    border: 3px solid #b59a65;
    padding: 10px;
    border-radius: 50%;
    left: -25px;
    font-weight: bold; }
  .wrapper-banheiro .icon-chevron-thin-right {
    top: 45%;
    color: #b59a65;
    border: 3px solid #b59a65;
    padding: 10px;
    border-radius: 50%;
    right: -50px;
    font-weight: bold; }

.maisVendidos .product-item {
  width: unset; }
  .maisVendidos .product-item .prodExclusivo {
    display: block !important;
    width: 108%;
    background: #093267;
    left: 0px;
    padding: 12px;
    color: white;
    text-align: center;
    margin-left: -10.5px;
    font-size: 16px; }
.maisVendidos .wrapper-maisVendido {
  float: left;
  width: 100%;
  position: relative;
  margin-left: -1%; }
  .maisVendidos .wrapper-maisVendido i.slick-arrow {
    position: absolute; }
  @media all and (min-width: 999px) {
    .maisVendidos .wrapper-maisVendido .product-item {
      margin-left: 26px !important;
      margin-right: 1px; } }
  .maisVendidos .wrapper-maisVendido .icon-chevron-thin-left {
    top: 45%;
    color: #b59a65;
    border: 3px solid #b59a65;
    padding: 10px;
    border-radius: 50%;
    left: -25px;
    font-weight: bold; }
  .maisVendidos .wrapper-maisVendido .icon-chevron-thin-right {
    top: 45%;
    color: #b59a65;
    border: 3px solid #b59a65;
    padding: 10px;
    border-radius: 50%;
    right: -50px;
    font-weight: bold; }

.avaliacoesHome {
  background: #efeeee5e;
  width: 100%;
  float: left;
  margin-top: 35px; }
  .avaliacoesHome .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 20px; }
    .avaliacoesHome .title-wrapper h2 {
      color: #b59a65;
      font-weight: 500;
      font-size: 28px; }
    .avaliacoesHome .title-wrapper a {
      color: #093267;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer; }
  .avaliacoesHome .avaliacoes-wrapper {
    display: flex;
    width: 100%; }
    .avaliacoesHome .avaliacoes-wrapper > div {
      width: 50%;
      position: relative; }
      .avaliacoesHome .avaliacoes-wrapper > div:last-child {
        margin-left: 1%; }
    .avaliacoesHome .avaliacoes-wrapper .banner-avaliacoes img {
      width: 100%;
      border-radius: 20px; }
    .avaliacoesHome .avaliacoes-wrapper .slick-track {
      display: flex;
      height: 100%; }
    .avaliacoesHome .avaliacoes-wrapper .slick-list {
      height: 100%;
      border-radius: 10px;
      background: white; }
    .avaliacoesHome .avaliacoes-wrapper .icon-chevron-thin-left, .avaliacoesHome .avaliacoes-wrapper .icon-chevron-thin-right {
      top: 45%;
      font-size: 20px;
      z-index: 9999;
      position: absolute; }
    .avaliacoesHome .avaliacoes-wrapper .icon-chevron-thin-left {
      left: 10px; }
    .avaliacoesHome .avaliacoes-wrapper .icon-chevron-thin-right {
      right: 10px; }
    .avaliacoesHome .avaliacoes-wrapper .slick-dots {
      position: absolute;
      bottom: 25px;
      padding-left: 0px;
      width: 100%;
      text-align: center; }
      .avaliacoesHome .avaliacoes-wrapper .slick-dots li {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #efeeee;
        margin: 0px 5px;
        border-radius: 50%; }
        .avaliacoesHome .avaliacoes-wrapper .slick-dots li button {
          display: none; }
        .avaliacoesHome .avaliacoes-wrapper .slick-dots li.slick-active {
          background: #093267;
          border-radius: 50%; }
    .avaliacoesHome .avaliacoes-wrapper .avaliacao-footer {
      display: none; }
    .avaliacoesHome .avaliacoes-wrapper .avalicao-header {
      display: flex;
      flex-direction: column;
      padding-top: 15px;
      justify-content: center;
      align-items: center; }
      .avaliacoesHome .avaliacoes-wrapper .avalicao-header .icon-user-avaliacao {
        display: block !important; }
      .avaliacoesHome .avaliacoes-wrapper .avalicao-header .nome {
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
        width: 100%;
        display: block;
        margin-bottom: 5px; }
      .avaliacoesHome .avaliacoes-wrapper .avalicao-header .lnr-star:before {
        content: "\f005";
        font: normal normal normal 14px/1 FontAwesome;
        color: #f5da4e;
        font-size: 18px; }
    .avaliacoesHome .avaliacoes-wrapper .avalicao-body {
      padding: 0px 85px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 150px;
      text-align: center; }

.marcasHome {
  background: #efeeee5e;
  width: 100%;
  float: left;
  position: relative; }
  .marcasHome .title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 20px; }
    .marcasHome .title-wrapper h2 {
      color: #b59a65;
      font-weight: 500;
      font-size: 28px; }
    .marcasHome .title-wrapper a {
      color: #093267;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer; }
  .marcasHome .slick-track {
    display: flex;
    height: 100%;
    align-items: center; }
  .marcasHome img {
    max-width: 150px; }
  .marcasHome .slick-dots {
    margin-top: 10px;
    padding-left: 0px;
    width: 100%;
    text-align: center; }
    .marcasHome .slick-dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #efeeee;
      margin: 0px 5px;
      border-radius: 50%; }
      .marcasHome .slick-dots li button {
        display: none; }
      .marcasHome .slick-dots li.slick-active {
        background: #5a5a5a;
        border-radius: 50%; }

.filter-cat {
  float: left;
  width: 100%;
  border: 2px solid #003268;
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  display: none; }
  @media all and (max-width: 999px) {
    .filter-cat {
      display: block; } }

main.category {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media all and (max-width: 999px) {
    main.category {
      flex-direction: column; } }
  main.category .product-item {
    margin-left: 1%;
    margin-bottom: 3%; }
  main.category aside {
    max-width: 17%;
    background-color: #ebf4ff;
    padding: 1%; }
    main.category aside .icon-close {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 10; }
    @media all and (max-width: 999px) {
      main.category aside {
        position: fixed;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        background: white;
        z-index: 1000;
        width: auto;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.15);
        visibility: hidden;
        overflow: auto; }
        main.category aside:target {
          visibility: visible; } }
    main.category aside .title {
      font-size: 16px;
      text-transform: uppercase; }
    main.category aside .range-view {
      float: left;
      width: 100%;
      padding: 30px 0px; }
    main.category aside nav {
      float: left;
      width: 100%;
      margin-top: 10px; }
      main.category aside nav ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0; }
        main.category aside nav ul .sub-menu {
          margin-top: 10px;
          border-top: 1px solid #e5e5e5;
          display: none; }
          main.category aside nav ul .sub-menu li {
            padding-left: 40px; }
            main.category aside nav ul .sub-menu li:last-child {
              border-bottom: 0;
              padding-bottom: 0px; }
            main.category aside nav ul .sub-menu li a {
              opacity: .6; }
        main.category aside nav ul li {
          list-style: none;
          border-bottom: 1px solid #e5e5e5;
          padding: 10px 0px;
          font-size: 14px;
          float: left;
          width: 100%; }
          main.category aside nav ul li:hover .sub-menu {
            display: block; }
          main.category aside nav ul li a {
            color: #000;
            text-transform: uppercase;
            float: left;
            width: 100%; }
            main.category aside nav ul li a:hover {
              color: #003268; }
            main.category aside nav ul li a i {
              float: right;
              font-size: 8px;
              vertical-align: middle;
              opacity: .5; }
  main.category section.list {
    flex: 1;
    margin-left: 40px;
    max-width: 80%; }
    @media all and (max-width: 999px) {
      main.category section.list {
        margin-left: 0px;
        max-width: 100%; } }
    main.category section.list .inset-list {
      float: left;
      width: 100%; }
    main.category section.list .pagination {
      float: left;
      width: 100%;
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #e5e5e5;
      padding-top: 20px;
      margin-top: 20px;
      align-items: center; }
      main.category section.list .pagination ul {
        display: flex;
        list-style: none; }
        main.category section.list .pagination ul a {
          color: #000;
          padding: 0px 10px; }
          main.category section.list .pagination ul a:hover, main.category section.list .pagination ul a.active {
            text-decoration: underline; }
    main.category section.list .pre-list {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px;
      padding-bottom: 10px;
      display: flex;
      justify-content: space-between; }
      main.category section.list .pre-list span {
        font-size: 13px; }
      main.category section.list .pre-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: white;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-size: 13px;
        padding: 10px;
        border: 1px solid #e5e5e5;
        padding-right: 30px;
        margin-left: 4px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB01zdEKgkAQRuHNNVwiwVvxRuv9nykWeoGILAq1c0QHvt1h+XcmhhDazZN7xl5HmitS5OhQocYDBktckOwNvdDAn2c4sYeBCfnAYZ0woMAC3514w+gk64c3nGjAYIZbwh6y/+IDV97h2rX++ncVcD8Y4zoAAAAASUVORK5CYII=") 88% center no-repeat;
        outline: none; }

main.produto {
  float: left;
  width: 100%; }
  main.produto .inset-row {
    float: left;
    width: 100%;
    margin: 50px 0px; }
    main.produto .inset-row .title {
      float: left;
      width: 100%;
      font-weight: bold;
      text-align: center;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    main.produto .inset-row .list {
      display: flex;
      float: left;
      width: 100%; }
      @media all and (max-width: 999px) {
        main.produto .inset-row .list {
          display: flex;
          flex-wrap: wrap; } }
      main.produto .inset-row .list .product-item {
        margin-right: 20px; }
        @media all and (max-width: 999px) {
          main.produto .inset-row .list .product-item {
            width: 48%;
            margin: 1%; } }
  main.produto .consumidores {
    float: left;
    width: 100%; }
    main.produto .consumidores .title h2 {
      font-weight: bold;
      color: #b69e66;
      font-size: 16px; }
    main.produto .consumidores .info {
      margin-top: 25px; }
      main.produto .consumidores .info span {
        float: left;
        width: 100%; }
      main.produto .consumidores .info a {
        float: left;
        display: block;
        margin: 10px 0px;
        padding: 20px;
        background: #003268;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 5px;
        margin: 20px 0px; }
  main.produto .caracteristicas .info {
    border: 1px solid #dadada;
    padding: 50px;
    float: left;
    width: 100%;
    border-radius: 5px; }
    main.produto .caracteristicas .info div {
      max-width: 100% !important; }
  main.produto .avaliacao {
    border: 1px solid #dadada;
    padding: 50px;
    float: left;
    width: 100%;
    margin: 30px 0px;
    border-radius: 5px; }
    main.produto .avaliacao .title h2 {
      color: #bda876;
      font-weight: bold;
      font-size: 14px;
      border-bottom: 1px solid #dadada;
      padding-bottom: 10px; }
    main.produto .avaliacao .list {
      border-bottom: 1px solid #dadada;
      padding-bottom: 10px;
      position: relative; }
      main.produto .avaliacao .list .rate {
        display: flex;
        justify-content: space-between; }
        main.produto .avaliacao .list .rate .data {
          color: gray;
          font-size: 12px; }
      main.produto .avaliacao .list i {
        color: #ffb94b;
        margin-bottom: 20px; }
      main.produto .avaliacao .list .msg {
        margin-bottom: 25px;
        font-size: 16px; }
      main.produto .avaliacao .list .recomendado {
        font-size: 12px;
        font-weight: bold; }
      main.produto .avaliacao .list .respRecomendado {
        font-size: 12px;
        margin-bottom: 50px; }
      main.produto .avaliacao .list .deCidade {
        margin-left: 20px; }
      main.produto .avaliacao .list .slick-track {
        display: flex; }
      main.produto .avaliacao .list .icon-chevron-thin-left {
        position: absolute;
        bottom: -75px;
        right: 30px;
        font-size: 20px;
        color: #dadada; }
      main.produto .avaliacao .list .icon-chevron-thin-right {
        position: absolute;
        bottom: -75px;
        right: -5px;
        font-size: 20px;
        color: #dadada; }
    main.produto .avaliacao .btn-avaliacao {
      display: flex;
      justify-content: center;
      margin-top: 100px; }
      main.produto .avaliacao .btn-avaliacao a {
        padding: 10px 30px;
        background: #003268;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        border-radius: 5px; }
  main.produto .description, main.produto .caracteristicas {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px; }
    main.produto .description .title h2, main.produto .caracteristicas .title h2 {
      font-weight: bold;
      color: #b69e66;
      font-size: 16px; }
    main.produto .description div, main.produto .description li, main.produto .description span, main.produto .description h2, main.produto .description h3, main.produto .caracteristicas div, main.produto .caracteristicas li, main.produto .caracteristicas span, main.produto .caracteristicas h2, main.produto .caracteristicas h3 {
      max-width: 100% !important; }
    main.produto .description .tab, main.produto .caracteristicas .tab {
      display: none;
      line-height: 1.4;
      font-family: calibri !important;
      font-size: 16px; }
      main.produto .description .tab.active, main.produto .caracteristicas .tab.active {
        display: block; }
    main.produto .description .tabs, main.produto .caracteristicas .tabs {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      @media all and (max-width: 999px) {
        main.produto .description .tabs, main.produto .caracteristicas .tabs {
          display: flex;
          flex-wrap: wrap;
          align-items: center; } }
      main.produto .description .tabs a, main.produto .caracteristicas .tabs a {
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0px 30px;
        border-right: 2px solid #e5e5e5;
        color: #999; }
        @media all and (max-width: 999px) {
          main.produto .description .tabs a, main.produto .caracteristicas .tabs a {
            font-size: 16px;
            padding: 0px;
            width: 50%;
            margin-bottom: 20px;
            border-right: 0px;
            border-bottom: 2px solid #e5e5e5;
            padding-bottom: 20px; }
            main.produto .description .tabs a.active, main.produto .caracteristicas .tabs a.active {
              border-bottom: 2px solid #003268; } }
        main.produto .description .tabs a.active, main.produto .caracteristicas .tabs a.active {
          color: #000;
          position: relative; }
          main.produto .description .tabs a.active:after, main.produto .caracteristicas .tabs a.active:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            width: 50px;
            height: 2px;
            background: #003268;
            bottom: -20px; }
            @media all and (max-width: 999px) {
              main.produto .description .tabs a.active:after, main.produto .caracteristicas .tabs a.active:after {
                display: none; } }
        main.produto .description .tabs a:last-child, main.produto .caracteristicas .tabs a:last-child {
          border-right: 0; }
  main.produto .product-list.slider .swiper-pagination {
    bottom: 0px; }
  main.produto .product-list.slider .swiper-pagination-bullet {
    background: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 3px; }
  main.produto .product-list.slider .next {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAjCAYAAACU9ioYAAAABGdBTUEAALGPC/xhBQAAAyxJREFUSA2tVktvUkEU5l5AXjVC1YWxm25M2oVG42MptNCKgKGNbFwQViTGP8GfcK0LY4xoQaBtCrTVhQsf1Whs6xMWLUaNCopIsQ31O00vGeYOeNs4yWTO85tzZs6ceyW32z0gSdK1zc3NQZ1OlzYajZenp6d/gt7VkAF2HWBn4L0X89LGxkYOm+zbFRqcZIANsM7gT4PPBYNBOyvXSlOEEwLjU7VaLefz+RwCXVcRAV7BfMBbIdKTjUYjv1NQOZvN1sxm83kAzvOg4E8AdHZ0dLRXoBOKZJKm0+nfFovFj0hnBVbHm83m3NjY2H6BTiXaAiQpgdrt9gDIPG+F9I9Vq9W5QCBwgNfxfAuQFPF4vN7X1xdApFneEPzRer0+5/V6Dwp0LZHUohgiEomYV1dXExCdY8RbJDZbxBzC2X/hdcQLAUmBSEwo8gTS9RLPjSWr1TqUSqU+c/LOgGRIoOvr63dB+lSOkrSMZzo0NTX1idW1nSGrIBpvuuFwOMaRYprXIfIBbDaPkjrE6jqmzBqFQqE9lUolDpALrHybfosNXblc7iPxXSNUnHH7f/r7+y+CTyoyZj0C+r7f7z9MMk0RKs7RaNRYLBZvIdJxRaasiPK9yWRy6hWBlnVhYaEZDocnVlZWqHfSZEcvqmJwRxEq3lSnpVKpgEjbLgT6X5rOUAGiNRaLGVD0NwRgOqT9cEcRdjtD7PUBXeusZkACKxQKt+EYpEjZgcje4UJcmUympAnwv9bhNtidDkX9Rq/XO5Wipqi7RviPt/wab9ml+S0r3QabqhoDZEvo8E4ejCIUlg3VGR5+EmmqWhcuYFGWZZeodQkBt4v2HpSi5vrKYDC4OjVXAmw7Q1yApVwupyB3k5IbL5HmML49Xzl5G9sCxAfIura2lkKaw20WYJDmi56enuFEIvGN1/H8FiCB4QOUgdLFG4B/jtJwz8zMfBfoVCJpZGTEhu8ugTlVWp3uGcA8WsHIn36WrmJ1EsMOpPkUz0lzZIovAaqaJZRPbDabZ3JysqwYal3pZ2mZNQb/GLwnmUxWWLlWmiKMAOQRHKqYN1Fnnnw+/0MrAG/3F4f1SBSMvMUvAAAAAElFTkSuQmCC") center center no-repeat;
    z-index: 30;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    right: 0px;
    z-index: 100;
    cursor: pointer; }
    @media all and (max-width: 999px) {
      main.produto .product-list.slider .next {
        display: none; } }
  main.produto .product-list.slider .prev {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAjCAYAAACU9ioYAAAABGdBTUEAALGPC/xhBQAAAwRJREFUSA21ls9vEkEUx7sLCFwU/F1pom1U1BiNPy94qEmhUtgNaFEvJm1M+nfwV3hoPGC8qDSKEMFAKVy4ePKgTTzYW/11agLyu8XvIyyZzk4LW3WSzc57b95n35uZnTfSyF+0qampA3B/gkeRJGm10+nMS3vlEQyQLCA3NQbkDyZNMPIOhUKOZrOZg08f1vPfbxgYCASc9Xp9GYDrfBCI8IWhlAnWaDQIdpWHQS7KshyUBQahanp6+iBgeRhFsILdbg9ks9nfQwHD4fChra2tFcCu8F9DmnnAgqlUqkq2gUBFUQ6Xy+UVrOZlHgZ52eFwKBpsINDv9x+p1WoU2SUeRltmbGxMicfjNda24yr7fL6jSLOAwRdZh17/PWChWCxW523CVVZV9Vi1WqXILugcJCljNpvDmUymwdtI1gFnZmaOt1otmrPzAod3Fovl3k4wGr9tUbA1RgEriGCYs5TT6by7G4yA/Qi9Xu8JgGjOzpKBbYAlsZoRLECT1Yv63QiDwaALxiIeHQy6xPj4+OwwMIwdkQiGP6CI6E6Tgm2I7DVgDxcXF1usfre+jB/96Q6wJY/H88AIjD5EKd/iv4jIvrtcrkfRaLTN2wbJMpxL/CBEPLq+vv4cQDNvGyTLVqv1MQZ95QcCOlsqlV4uLCxYeNtucnfb9BamAMgZweDExMTE/WHn8v/sQ4oql8t9M5lMk+h+IZltiFzd2NhYikQi+1i9qN+PUDP2/mVK/5ymY97G/mVyTKfTP3ACT6K7SjLXAu12+w3OSSun74vbDgdNm0wmf6Lg3MaW+qzptDci9+MASczNzdk0HfsWAmkACs4vnHsE/cQ69Pp3sE/fiqC6OeSdqaagDFC105UB6JZxpKlsGRgIpA9Q1atUKnmkqytUyCBvs9lUrVANBSQo1eXNzU0q8rpSCh3V5W4pHRrIQOlOIyr23ZuDISBB6TpCFyWkf41ktiH9Z4aBBKDbF+Y0i+4NFoh+eU9AgvzT+yEB19bWGm63+xUuAychnkK6HzEN838Aj284yhz2p1IAAAAASUVORK5CYII=") center center no-repeat;
    z-index: 30;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    left: 0px;
    z-index: 100;
    cursor: pointer; }
    @media all and (max-width: 999px) {
      main.produto .product-list.slider .prev {
        display: none; } }
  main.produto .block-wrapper {
    margin-top: 20px;
    border-bottom: 2px solid #e4e4e4; }
  main.produto .recommended {
    float: left;
    width: 100%; }
    main.produto .recommended h2 {
      text-align: center;
      font-weight: normal;
      color: #003268; }
  main.produto .product-description {
    float: left;
    width: 100%;
    color: #333;
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 18px; }
    @media all and (max-width: 999px) {
      main.produto .product-description {
        padding: 0px;
        padding-top: 20px; } }
  main.produto .product-view {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    display: flex; }
    @media all and (max-width: 999px) {
      main.produto .product-view {
        flex-direction: column; } }
    main.produto .product-view .images {
      width: 58%;
      float: left;
      display: flex;
      align-items: flex-start; }
      @media all and (max-width: 999px) {
        main.produto .product-view .images {
          width: 100%;
          margin-bottom: 20px; } }
      main.produto .product-view .images .swiper-slide {
        width: auto !important;
        flex-basis: 100%; }
      main.produto .product-view .images .thumbs {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 130px;
        margin-right: 10px;
        min-width: 130px;
        max-height: 600px;
        height: 600px; }
        main.produto .product-view .images .thumbs .fa-chevron-up {
          float: left;
          width: 100%;
          background: #f1f1f1;
          text-align: center;
          font-size: 15px;
          padding: 5px 0px;
          margin-bottom: 10px;
          outline: none;
          cursor: pointer; }
        main.produto .product-view .images .thumbs .fa-chevron-down {
          float: left;
          width: 100%;
          background: #f1f1f1;
          text-align: center;
          font-size: 15px;
          padding: 5px 0px;
          margin-top: 10px;
          outline: none;
          cursor: pointer; }
        main.produto .product-view .images .thumbs .swiper-container {
          margin: 0;
          max-height: 600px;
          height: 600px; }
        @media all and (max-width: 999px) {
          main.produto .product-view .images .thumbs {
            display: none; } }
        main.produto .product-view .images .thumbs .swiper-slide {
          display: inline-flex;
          max-height: calc(25% - 7px); }
        main.produto .product-view .images .thumbs a {
          border: 1px solid #e5e5e5;
          text-align: center;
          float: left;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          main.produto .product-view .images .thumbs a img {
            max-width: 100%;
            max-height: 100%;
            height: auto; }
      main.produto .product-view .images .main-images-container {
        width: 100%; }
        main.produto .product-view .images .main-images-container .share {
          float: left;
          width: 100%;
          display: flex;
          align-items: center;
          margin-top: 20px;
          justify-content: center; }
          main.produto .product-view .images .main-images-container .share span {
            font-size: 15px;
            color: #999;
            font-weight: bold; }
          main.produto .product-view .images .main-images-container .share a {
            margin-left: 20px;
            color: #000;
            opacity: .5;
            font-size: 20px; }
            main.produto .product-view .images .main-images-container .share a:hover {
              opacity: 1; }
      main.produto .product-view .images .main-images {
        float: left;
        width: 100%;
        /*border: 1px solid #e5e5e5;*/ }
        main.produto .product-view .images .main-images .swiper-slide {
          padding-bottom: 100%;
          position: relative; }
          main.produto .product-view .images .main-images .swiper-slide .aligner {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            main.produto .product-view .images .main-images .swiper-slide .aligner img {
              max-width: 100%;
              height: auto;
              max-height: 614px; }
              @media all and (max-width: 999px) {
                main.produto .product-view .images .main-images .swiper-slide .aligner img {
                  max-height: 382px; } }
            main.produto .product-view .images .main-images .swiper-slide .aligner .zoomImg {
              max-height: unset; }
        @media all and (min-width: 1000px) {
          main.produto .product-view .images .main-images .swiper-container .swiper-pagination {
            display: none !important; } }
        @media all and (max-width: 999px) {
          main.produto .product-view .images .main-images .swiper-container {
            padding-bottom: 35px; }
            main.produto .product-view .images .main-images .swiper-container .swiper-pagination .swiper-pagination-bullet {
              width: 11px;
              height: 11px; } }
    main.produto .product-view .info {
      /*flex:1;*/
      margin-left: 20px;
      width: 40%; }
      @media all and (max-width: 999px) {
        main.produto .product-view .info {
          margin-left: 0px;
          width: 100%; } }
      main.produto .product-view .info h1 {
        font-size: 24px;
        margin-bottom: 0px;
        color: #003268;
        font-weight: bold;
        margin-top: 0px; }
      main.produto .product-view .info .quantity {
        float: left;
        width: 100%;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        margin-top: 30px;
        font-weight: bold;
        color: #003268; }
        main.produto .product-view .info .quantity > span {
          font-size: 14px;
          margin-right: 10px; }
        main.produto .product-view .info .quantity .form {
          float: left;
          border: 1px solid #e5e5e5;
          height: 50px;
          overflow: hidden;
          text-align: center;
          margin: 10px 0px;
          border-radius: 5px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          main.produto .product-view .info .quantity .form input {
            border: 0px;
            text-align: center;
            outline: none; }
          main.produto .product-view .info .quantity .form span {
            padding: 10px 30px;
            font-size: 28px;
            cursor: pointer; }
      main.produto .product-view .info .wrapper {
        display: flex;
        margin-top: 20px; }
      main.produto .product-view .info .info-sku span, main.produto .product-view .info .info-sku a {
        color: #003268;
        font-weight: bold; }
      main.produto .product-view .info .ratings {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: baseline; }
        main.produto .product-view .info .ratings .rate {
          margin-right: 20px;
          font-size: 14px; }
          main.produto .product-view .info .ratings .rate i {
            color: #c1c1c1; }
        main.produto .product-view .info .ratings a {
          margin-top: 15px;
          font-size: 15px;
          color: #003268;
          font-weight: bold; }
      main.produto .product-view .info .wishlist {
        display: inline-flex;
        cursor: pointer; }
        main.produto .product-view .info .wishlist a {
          font-size: 14px;
          line-height: 20px;
          text-decoration: none;
          color: #999; }
      main.produto .product-view .info #itensProd .outrasCores li {
        border: 0px solid #E5E7E6;
        display: inline;
        float: left;
        height: 120px;
        margin-left: 20px;
        padding: 0; }
      main.produto .product-view .info #itensProd .outrasCores .outrasCoresLi a img {
        padding-left: 16px !important; }
      main.produto .product-view .info #itensProd .outrasCoresNome {
        clear: both;
        color: #555555;
        display: block;
        font-size: 12px;
        height: 44px;
        line-height: 1.1;
        overflow: hidden;
        text-align: center;
        width: 100px;
        margin: 0 auto; }
      main.produto .product-view .info .trim-options {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        float: left; }
        main.produto .product-view .info .trim-options .title {
          margin-bottom: 15px; }
        main.produto .product-view .info .trim-options .swiper-container {
          width: 100%;
          padding: 0 30px !important; }
          main.produto .product-view .info .trim-options .swiper-container .swiper-slide {
            padding: 5px;
            display: inline-flex;
            align-self: center; }
            main.produto .product-view .info .trim-options .swiper-container .swiper-slide a {
              display: inline-block;
              text-align: center;
              width: 100%; }
            main.produto .product-view .info .trim-options .swiper-container .swiper-slide img {
              max-width: 100%; }
          main.produto .product-view .info .trim-options .swiper-container .swiper-button-prev {
            left: 10px;
            width: 20px;
            height: 25px;
            background-size: 10px 15px;
            background-position: center; }
          main.produto .product-view .info .trim-options .swiper-container .swiper-button-next {
            right: 10px;
            width: 20px;
            height: 25px;
            background-size: 10px 15px;
            background-position: center; }
      main.produto .product-view .info .tituloOutras {
        font-size: 1.17em; }
      main.produto .product-view .info .share {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px; }
        main.produto .product-view .info .share a {
          margin-left: 20px;
          color: #000;
          opacity: .5; }
          main.produto .product-view .info .share a:hover {
            opacity: 1; }
      main.produto .product-view .info .ref {
        font-size: 15px;
        float: left;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 30px;
        color: #505050;
        margin-bottom: 20px; }
      main.produto .product-view .info .price {
        float: left;
        width: 100%;
        font-size: 16px; }
        main.produto .product-view .info .price del {
          width: 100%;
          float: left;
          margin-bottom: 5px;
          text-decoration: none; }
          main.produto .product-view .info .price del strong {
            font-size: 16px;
            color: #003268; }
        main.produto .product-view .info .price h2 {
          margin: 0;
          font-size: 26px;
          color: #999;
          zoom: .8; }
          main.produto .product-view .info .price h2 strong {
            font-size: 32px;
            color: #000; }
        main.produto .product-view .info .price .monthly {
          font-size: 16px;
          margin: 5px 0px;
          display: block; }
          main.produto .product-view .info .price .monthly b, main.produto .product-view .info .price .monthly strong {
            font-weight: bold;
            font-size: 18px;
            color: #333 !important; }
        main.produto .product-view .info .price strong {
          color: #b69e66;
          font-weight: bold;
          font-size: 26px;
          margin-left: 5px; }
      main.produto .product-view .info .actions {
        float: left;
        width: 100%;
        display: flex;
        margin-top: 10px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        flex-direction: column; }
        @media all and (max-width: 999px) {
          main.produto .product-view .info .actions {
            flex-direction: column; } }
        main.produto .product-view .info .actions .btnCarrinho {
          background: #003268;
          padding: 15px;
          border: 0px;
          font-weight: bold;
          color: white;
          font-size: 16px;
          outline: none;
          border-radius: 5px;
          text-transform: uppercase;
          width: 100%;
          cursor: pointer; }
          @media all and (max-width: 999px) {
            main.produto .product-view .info .actions .btnCarrinho {
              margin-bottom: 20px; } }
        main.produto .product-view .info .actions .btnAdicionarAoCarrinho {
          padding: 10px;
          border: 2px solid #b69e66;
          border-radius: 5px;
          float: left;
          width: 100%;
          margin-top: 20px;
          cursor: pointer;
          font-weight: bold;
          font-size: 16px;
          color: #b69e66;
          text-transform: uppercase;
          background: white; }
        main.produto .product-view .info .actions .entrega {
          font-size: 13px;
          background: #dff2ff;
          float: left;
          width: 100%;
          padding: 15px 40px;
          border-radius: 5px;
          text-align: center;
          line-height: 1.5;
          margin: 20px 0px; }
          main.produto .product-view .info .actions .entrega span {
            font-weight: bold;
            font-size: 16px;
            color: #003268; }
        main.produto .product-view .info .actions .estoque {
          padding: 20px;
          border-radius: 5px;
          float: left;
          width: 100%;
          cursor: pointer;
          font-weight: bold;
          font-size: 15px;
          color: white;
          text-transform: uppercase;
          background: #003268;
          text-align: center; }
        main.produto .product-view .info .actions .favorite {
          background: #f1f1f1;
          font-size: 20px;
          padding: 0px 20px;
          margin-left: 20px;
          border: 0px;
          outline: none;
          cursor: pointer; }
          @media all and (max-width: 999px) {
            main.produto .product-view .info .actions .favorite {
              margin-left: 0px;
              padding: 20px 0px; } }
      main.produto .product-view .info .infoMetros {
        font-size: 13px;
        background: #dff2ff;
        float: left;
        width: 100%;
        padding: 20px;
        border-radius: 10px; }
        main.produto .product-view .info .infoMetros span {
          display: block;
          margin: 10px 0px;
          font-size: 16px;
          color: #003268; }
        main.produto .product-view .info .infoMetros b {
          font-weight: bold; }
      main.produto .product-view .info .options-metro {
        float: left;
        width: 100%;
        margin: 25px 0px; }
        main.produto .product-view .info .options-metro div {
          margin: 10px 0px; }
          main.produto .product-view .info .options-metro div input {
            margin-right: 10px; }
      main.produto .product-view .info .metro {
        display: inline-block;
        width: 100%;
        padding: 20px;
        border: 2px solid #b69e66;
        border-radius: 5px;
        float: left;
        width: 100%;
        margin-top: 30px;
        cursor: pointer;
        font-weight: bold;
        font-size: 18px;
        color: #b69e66;
        text-transform: uppercase; }
        main.produto .product-view .info .metro span {
          text-align: center;
          width: 100%;
          display: block; }
        main.produto .product-view .info .metro:hover {
          background-color: #b69e66; }
          main.produto .product-view .info .metro:hover span {
            color: white; }
        main.produto .product-view .info .metro .UlcontroleQuantidade {
          display: none; }
        main.produto .product-view .info .metro ul {
          list-style: none;
          padding-left: 0; }
          main.produto .product-view .info .metro ul .valorMetroCaixa {
            display: none; }
        main.produto .product-view .info .metro li {
          clear: both; }
        main.produto .product-view .info .metro .titulodepreco {
          color: #444444;
          font-size: 14px;
          font-weight: bold;
          margin: 0px 0 15px;
          text-align: left; }
        main.produto .product-view .info .metro .metrosSolicitados {
          margin-left: 4px;
          float: left;
          margin-right: 3px;
          font-size: 13px;
          color: #666666;
          border: 1px solid #d6d6d6;
          padding: 5px 2px 5px 2px; }
        main.produto .product-view .info .metro .numeroDeCaixas, main.produto .product-view .info .metro .valorInformado {
          font-size: 20px; }
        main.produto .product-view .info .metro .direita {
          float: right; }
        main.produto .product-view .info .metro .calcularQtdEmCaixas {
          float: left;
          background: #00D06B;
          margin-top: 25px;
          font-size: 16px;
          color: white;
          padding: 5px 10px;
          display: flex;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          border: 0px;
          cursor: pointer;
          -webkit-transition: all 150ms ease-in;
          -moz-transition: all 150ms ease-in;
          -o-transition: all 150ms ease-in;
          transition: all 150ms ease-in;
          outline: none;
          margin-top: 8px !important; }
          main.produto .product-view .info .metro .calcularQtdEmCaixas:hover {
            transform: scale(1.1); }
          main.produto .product-view .info .metro .calcularQtdEmCaixas i {
            margin-right: 10px; }
            main.produto .product-view .info .metro .calcularQtdEmCaixas i:before {
              vertical-align: top; }
        main.produto .product-view .info .metro .alinhamentoOpcao {
          float: left;
          width: 100%;
          margin: 15px 0px 0px 0px !important;
          padding-left: 0; }
          main.produto .product-view .info .metro .alinhamentoOpcao li {
            float: left;
            margin: 2px 0px; }
          main.produto .product-view .info .metro .alinhamentoOpcao label {
            font-weight: normal; }
          main.produto .product-view .info .metro .alinhamentoOpcao .avisoMetragem {
            color: #EB7A00;
            width: 100%;
            display: none; }
      main.produto .product-view .info .variations {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between; }
        @media all and (max-width: 999px) {
          main.produto .product-view .info .variations {
            flex-direction: column;
            align-items: flex-start; } }
        main.produto .product-view .info .variations .selecter {
          display: inline-flex;
          min-width: 30%;
          flex-direction: column;
          justify-content: center;
          padding-bottom: 15px;
          margin-right: 3%; }
          main.produto .product-view .info .variations .selecter span {
            margin-bottom: 10px;
            font-weight: bold;
            text-transform: uppercase; }
          main.produto .product-view .info .variations .selecter label[alt=info] {
            min-height: 45px;
            display: inline-flex;
            align-items: center; }
            main.produto .product-view .info .variations .selecter label[alt=info] u {
              margin-left: 3px;
              display: inline-block; }
          main.produto .product-view .info .variations .selecter .list {
            display: flex;
            min-height: 45px;
            flex-wrap: wrap; }
            main.produto .product-view .info .variations .selecter .list span {
              margin-right: 10px;
              min-width: 40px;
              height: 40px;
              border: 1px solid #e5e5e5;
              text-align: center;
              line-height: 40px;
              cursor: pointer;
              padding: 0 5px;
              justify-content: center;
              align-items: center;
              display: inline-flex; }
              main.produto .product-view .info .variations .selecter .list span:hover {
                border: 1px solid #000;
                color: #000; }
              main.produto .product-view .info .variations .selecter .list span.disabled {
                background-color: #e5e5e5;
                color: #fff; }
              main.produto .product-view .info .variations .selecter .list span.selected {
                background-color: #000;
                border: 1px solid #000;
                color: #fff; }
        main.produto .product-view .info .variations div.buy-button-content {
          display: inline-flex;
          align-items: center;
          padding-bottom: 15px; }
        main.produto .product-view .info .variations button {
          background: #1ED55F;
          color: white;
          padding: 10px;
          font-family: "Montserrat";
          font-weight: bold;
          padding: 15px 50px;
          border: 0px;
          text-transform: uppercase;
          cursor: pointer;
          outline: none;
          font-size: 20px; }
          @media all and (max-width: 999px) {
            main.produto .product-view .info .variations button {
              width: 100%; } }
      main.produto .product-view .info .form-aviseme {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 25px; }
        main.produto .product-view .info .form-aviseme .title-aviseme {
          width: 100%;
          margin-bottom: 15px;
          font-weight: bold;
          font-size: 16px;
          clear: both; }
        main.produto .product-view .info .form-aviseme input {
          min-width: 300px;
          max-width: 100%;
          padding: 10px 8px;
          border: 1px solid #e5e5e5;
          float: left;
          height: 40px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border-top-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important; }
        main.produto .product-view .info .form-aviseme a.link-aviseme {
          padding: 0px !important;
          border: 0px !important; }
          main.produto .product-view .info .form-aviseme a.link-aviseme div {
            background: #C2A773;
            border: 1px solid #C2A773;
            height: 40px;
            font-size: 13px;
            font-weight: bold;
            border: 0px;
            color: white;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0 8px;
            text-transform: uppercase;
            cursor: pointer; }
      main.produto .product-view .info .shipping {
        background: #F6F6F6;
        float: left;
        width: 100%;
        padding: 25px; }
        main.produto .product-view .info .shipping span {
          font-weight: bold;
          opacity: .5;
          margin-bottom: 10px;
          float: left;
          width: 100%; }
        main.produto .product-view .info .shipping form {
          float: left;
          width: 100%;
          display: flex;
          align-items: center; }
          @media all and (max-width: 999px) {
            main.produto .product-view .info .shipping form {
              flex-direction: column; } }
          main.produto .product-view .info .shipping form input {
            flex: 1;
            margin-right: 10px;
            border: 1px solid #C2A773;
            padding: 12px;
            color: #C2A773;
            background: none;
            outline: none; }
            @media all and (max-width: 999px) {
              main.produto .product-view .info .shipping form input {
                width: 100%;
                margin-right: 0px; } }
          main.produto .product-view .info .shipping form button, main.produto .product-view .info .shipping form input[type=button], main.produto .product-view .info .shipping form input[type=submit] {
            margin-right: 10px;
            background: #C2A773;
            color: white;
            font-weight: bold;
            padding: 13px 10px;
            border: 0px;
            cursor: pointer; }
            @media all and (max-width: 999px) {
              main.produto .product-view .info .shipping form button, main.produto .product-view .info .shipping form input[type=button], main.produto .product-view .info .shipping form input[type=submit] {
                width: 100%;
                margin: 10px 0px;
                margin-right: 0px; } }
          main.produto .product-view .info .shipping form a {
            color: #000;
            font-weight: bold; }
      main.produto .product-view .info #valoresFrete {
        float: left;
        width: 90%;
        font-size: 15px;
        margin-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px; }
        main.produto .product-view .info #valoresFrete p {
          float: left;
          font-weight: bold; }
          main.produto .product-view .info #valoresFrete p span {
            font-size: 12px;
            font-weight: normal; }

.page-cover {
  float: left;
  height: 100px;
  background: #EAEAEA;
  width: 100%;
  line-height: 100px;
  display: flex;
  align-items: center; }
  @media all and (max-width: 999px) {
    .page-cover {
      line-height: 80px;
      height: 80px; } }
  .page-cover h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
    @media all and (max-width: 999px) {
      .page-cover h1 {
        font-size: 20px; } }

#comment {
  display: none; }

.inset-comment {
  float: left;
  width: 300px; }
  .inset-comment label {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .inset-comment input[type=text], .inset-comment textarea {
    float: left;
    width: 100%;
    border: 2px solid #e5e5e5;
    padding: 12px;
    margin-bottom: 14px;
    outline: none;
    color: #003268;
    font-size: 14px; }
  .inset-comment .rate {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #e5e5e5;
    font-size: 20px;
    display: inline-flex;
    flex-wrap: none; }
    .inset-comment .rate label {
      display: inline-block;
      width: auto;
      margin-right: 5px; }
      .inset-comment .rate label i {
        cursor: pointer; }
      .inset-comment .rate label input {
        display: none; }
  .inset-comment input[type=submit] {
    float: right;
    background: #003268;
    padding: 15px;
    border: 0px;
    color: white;
    font-weight: bold;
    text-transform: uppercase; }

.compreJunto {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0; }
  .compreJunto:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px; }
  .compreJunto > .produtos {
    width: 70%;
    display: inline-flex;
    flex-wrap: wrap; }
    .compreJunto > .produtos > .produto {
      width: 100%;
      display: flex;
      padding: 0 5px;
      margin-bottom: 5px;
      align-items: center;
      justify-content: flex-start; }
      .compreJunto > .produtos > .produto > .foto {
        margin-right: 30px;
        display: inline-flex;
        align-items: center; }
        .compreJunto > .produtos > .produto > .foto img {
          max-width: 120px;
          height: auto; }
      .compreJunto > .produtos > .produto > .info {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .compreJunto > .produtos > .produto > .info > .desc {
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .compreJunto > .produtos > .produto > .info > .desc h2 {
            width: 100%;
            font-size: 18px;
            font-weight: bold; }
          .compreJunto > .produtos > .produto > .info > .desc h3 {
            width: 100%;
            font-size: 15px;
            margin-bottom: 15px;
            color: #333333; }
        .compreJunto > .produtos > .produto > .info > .variacao {
          display: flex;
          padding-top: 20px; }
          .compreJunto > .produtos > .produto > .info > .variacao label {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            margin-right: 5px;
            padding: 10px 15px;
            font-weight: bold;
            font-size: 12px;
            background-color: #f5f5f5; }
            .compreJunto > .produtos > .produto > .info > .variacao label select {
              margin-left: 5px;
              width: 150px;
              height: 30px;
              font-weight: normal;
              background-color: white;
              border: 0px;
              padding: 5px; }
  .compreJunto > .info {
    width: 30%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 10px; }
    .compreJunto > .info > .desc {
      width: 90%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 35px; }
      .compreJunto > .info > .desc > h2 {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 25px; }
      .compreJunto > .info > .desc > h3 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        font-size: 18px; }
    .compreJunto > .info > .comprar {
      width: 90%;
      display: flex;
      flex-wrap: wrap; }
      .compreJunto > .info > .comprar button {
        width: 100%;
        height: 50px;
        border: 0;
        font-weight: bold;
        background-color: #4CBE57;
        color: white; }

.modal-backdrop {
  background: #f5ac3287 !important; }

#modalMetros {
  top: 10%; }
  #modalMetros .modal-dialog {
    width: 50%; }
    @media all and (max-width: 1200px) {
      #modalMetros .modal-dialog {
        width: unset; } }
  #modalMetros .modal-header {
    border-bottom: none;
    padding: 5px 50px; }
    #modalMetros .modal-header .close {
      font-size: 55px;
      color: #b69e66; }
    #modalMetros .modal-header h5 {
      width: 50%;
      float: left;
      width: 50%;
      float: left;
      text-transform: uppercase;
      font-family: robotoBold;
      color: #003268;
      position: relative; }
      #modalMetros .modal-header h5:after {
        position: absolute;
        bottom: -16px;
        content: '';
        width: 48%;
        height: 2px;
        background-color: #f25b21;
        left: 0px; }
  #modalMetros .modal-body {
    padding: 15px 50px;
    border-bottom: none; }
    #modalMetros .modal-body .tit {
      display: flex;
      margin: 10px;
      line-height: 1.4;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      #modalMetros .modal-body .tit h2 {
        font-weight: bold;
        color: #b69e66;
        margin-bottom: 15px; }
      #modalMetros .modal-body .tit img {
        max-width: 50px; }
    #modalMetros .modal-body .titulo {
      margin-top: 60px;
      margin-bottom: 10px;
      text-align: center; }
    #modalMetros .modal-body .esquerda {
      margin-right: 18%; }
    #modalMetros .modal-body .esquerda, #modalMetros .modal-body .direita {
      text-transform: uppercase;
      font-weight: bold;
      color: #b69e66; }
    #modalMetros .modal-body .addLinha {
      margin-top: 70px; }
      #modalMetros .modal-body .addLinha span {
        background: white;
        border: 1px solid #003268;
        color: #333;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 21px;
        cursor: pointer;
        font-size: 13px; }
      #modalMetros .modal-body .addLinha i {
        rotate: 45deg;
        margin-right: 15px;
        color: #333; }
    #modalMetros .modal-body .form {
      display: flex;
      align-items: center;
      margin-top: 10%;
      justify-content: center; }
      #modalMetros .modal-body .form .conteudo {
        display: flex;
        align-items: center; }
      #modalMetros .modal-body .form .conteudo-esquerda, #modalMetros .modal-body .form .conteudo-direita {
        position: relative; }
      #modalMetros .modal-body .form .conteudo-esquerda .esquerda {
        position: absolute;
        top: -25px;
        left: 0px; }
      #modalMetros .modal-body .form .conteudo-direita .direita {
        position: absolute;
        top: -25px;
        left: 0px; }
      #modalMetros .modal-body .form input {
        background-color: #f5f5f5;
        border: .0625rem solid #e6e6e6;
        height: 55px;
        padding-left: 10px; }
      #modalMetros .modal-body .form a {
        text-decoration: none;
        color: #333;
        cursor: pointer; }
      #modalMetros .modal-body .form .espaco-metros {
        padding: 10px; }
    #modalMetros .modal-body .totalMetros {
      text-align: right;
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      align-items: center; }
      #modalMetros .modal-body .totalMetros span b {
        font-family: "Montserrat";
        margin: 0px 2px;
        color: #003268; }
    #modalMetros .modal-body button {
      background: #b69e66;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      padding: 20px 38px;
      cursor: pointer;
      border: none; }
  #modalMetros .modal-footer {
    padding: 20px 50px;
    text-align: center; }

.slider-container {
  width: 190px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.slider-container .back-bar {
  height: 10px;
  position: relative; }

.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
  background: #003268;
  width: 190px !important; }

.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2; }

.slider-container .back-bar .pointer.last-active {
  z-index: 3; }

.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -25px;
  font-size: 8px;
  background: #fff0;
  white-space: nowrap;
  line-height: 1; }

.slider-container .back-bar .focused {
  z-index: 10; }

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slider-container .scale {
  top: 2px;
  position: relative; }

.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0; }

.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1; }

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto; }

.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-green .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #003268;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.theme-green .back-bar .pointer-label {
  color: #999;
  font-size: 13px; }

.theme-green .back-bar .focused {
  color: #333; }

.theme-green .scale span {
  border-left: 1px solid #e5e5e5; }

.theme-green .scale ins {
  color: #999; }

.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0); }

.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-blue .back-bar .pointer-label {
  color: #999; }

.theme-blue .back-bar .focused {
  color: #333; }

.theme-blue .scale span {
  border-left: 1px solid #e5e5e5; }

.theme-blue .scale ins {
  color: #999; }

@media all and (max-width: 899px) {
  body {
    padding-top: 0px; }

  .mob-only {
    display: block; }

  #mob-search {
    position: absolute;
    top: 118px;
    left: 0px;
    z-index: 100;
    width: 80%;
    margin-left: 10%;
    display: block !important; }
    #mob-search:target {
      display: block; }
    #mob-search input {
      float: left;
      width: 100%;
      padding: 0px 15px;
      height: 50px;
      font-size: 16px;
      background: #f7f6f6;
      border-radius: 10px;
      border: 1px solid #dcdcdc; }
    #mob-search .icon-cross {
      position: absolute;
      right: 0px;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 60px;
      text-decoration: none;
      color: #000;
      font-size: 18px; }

  .categories {
    margin: 45px 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; }
    .categories .slick-track {
      display: flex; }
      .categories .slick-track .slide {
        max-width: unset !important; }
        .categories .slick-track .slide .item {
          text-align: center; }
          .categories .slick-track .slide .item img {
            max-width: 60px !important; }

  #nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 900;
    display: block; }
    #nav:target .inset {
      margin-left: 0px; }
    #nav .inset {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 220px;
      background: #000;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      margin-left: -220px; }
      #nav .inset .icon-cross {
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: rgba(255, 255, 255, 0.1);
        text-decoration: none;
        left: 180px; }
      #nav .inset nav {
        float: left;
        width: 100%;
        padding: 30px; }
        #nav .inset nav a {
          color: white;
          float: left;
          width: 100%;
          font-size: 20px;
          margin-bottom: 10px;
          text-decoration: none; }

  header {
    background: white;
    z-index: 100;
    height: 210px;
    top: 0px; }
    header .line-top {
      height: 58px; }
    header .icon-menu,
    header .icon-cart,
    header .icon-search {
      display: block; }
      header .icon-menu:before,
      header .icon-cart:before,
      header .icon-search:before {
        display: none !important; }
    header .menuFixed, header .fixed {
      display: none !important; }
    header .fa-bars {
      position: absolute;
      left: 0px;
      top: 58px;
      line-height: 60px;
      width: 60px;
      height: 60px;
      text-align: center;
      color: #b59a65;
      display: block !important;
      font-size: 30px; }
    header .icon-search {
      position: absolute;
      right: 75px;
      top: -4px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      width: 39px; }
      header .icon-search img {
        max-width: 35px; }
    header .icon-cart {
      position: absolute;
      right: 5px;
      top: 58px;
      height: 60px;
      line-height: 60px;
      width: 50px;
      text-align: center; }
    header .heartHeader {
      position: absolute;
      right: 85px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      width: 40px; }
    header .top-bar, header .menu, header .upper-menu, header .search, header .cart, header .gift, header .aux {
      display: none; }
    header .header-handler {
      padding: 0px;
      display: block !important;
      margin-top: 2.0%; }
      header .header-handler .logo-desktop {
        display: none; }
      header .header-handler .logo-mobile {
        display: block !important; }
      header .header-handler .logo {
        width: 40%;
        position: absolute;
        left: 15%; }
        header .header-handler .logo img {
          width: 100%; }

  section.home .banners img {
    max-width: 100%; }
  section.home .perks {
    display: block; }
    section.home .perks span {
      margin-bottom: 10px;
      border: 0px;
      width: 100%;
      float: left;
      text-align: center; }
      section.home .perks span:after {
        display: none; }

  .product-item .img-lancamento {
    top: -40px !important; }
    .product-item .img-lancamento img {
      width: 70%; }
  .product-item .info h2 {
    margin-left: 0px !important;
    max-width: 100% !important;
    -webkit-line-clamp: 3;
    height: 58px !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important; }

  .product-list.slider .slick-dots {
    float: left;
    width: 100%;
    text-align: center; }
    .product-list.slider .slick-dots li {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #e5e5e5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      margin: 4px; }
      .product-list.slider .slick-dots li.slick-active {
        background: #333; }
      .product-list.slider .slick-dots li button {
        display: none; }
  .product-list.slider .prod-item {
    margin: 20px !important; }
  .product-list h2.title {
    font-size: 20px;
    margin: 0px;
    text-align: center; }
    .product-list h2.title span {
      float: none;
      display: inline-block; }
  .product-list .title-wrapper a {
    font-size: 13px !important; }
  .product-list .prod-item {
    width: 46%;
    margin: 2% !important; }

  .block-wrapper {
    padding: 5px; }

  .brands-slider * {
    outline: none; }
  .brands-slider .slick-dots {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
    .brands-slider .slick-dots li {
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #888;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      margin: 5px;
      opacity: .4; }
      .brands-slider .slick-dots li button {
        display: none; }
      .brands-slider .slick-dots li.slick-active {
        opacity: 1; }

  footer {
    padding-bottom: 50px; }
    footer .inset-ending-share {
      flex-direction: column; }
      footer .inset-ending-share .pay-with {
        margin-bottom: 20px; }
      footer .inset-ending-share .social-inline {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        footer .inset-ending-share .social-inline span {
          float: left;
          flex: 100%;
          text-align: center; }
    footer .newsletter .inset {
      padding: 10px;
      display: block; }
      footer .newsletter .inset .in-view {
        flex-direction: column;
        width: 100%;
        text-align: center; }
      footer .newsletter .inset span {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        line-height: normal;
        display: block !important; }
      footer .newsletter .inset .info {
        text-align: left !important;
        margin: 0px !important; }
        footer .newsletter .inset .info div {
          font-size: 25px !important;
          text-align: center !important; }
      footer .newsletter .inset input {
        width: 100%;
        max-width: 100% !important;
        margin: 0px;
        margin-right: 0px !important;
        margin-bottom: 10px; }
      footer .newsletter .inset input[type=submit] {
        padding: 20px 0px;
        width: 100%; }
      footer .newsletter .inset form {
        display: block !important; }
    footer .menus {
      padding: 0px; }
      footer .menus .inset {
        flex-wrap: wrap;
        padding: 10px; }
        footer .menus .inset .boxDesktop {
          display: none !important; }
        footer .menus .inset .open h4:before {
          transform: rotate(-90deg) !important; }
        footer .menus .inset .boxOpen {
          display: block !important; }
          footer .menus .inset .boxOpen h4 {
            position: relative; }
            footer .menus .inset .boxOpen h4:before {
              content: "\e904";
              position: absolute;
              right: 0px;
              font-size: 30px;
              color: #003268;
              font-family: 'icomoon' !important;
              transform: rotate(90deg); }
        footer .menus .inset .box {
          width: 100%;
          float: left; }
          footer .menus .inset .box ul {
            display: none;
            margin-bottom: 20px; }
          footer .menus .inset .box img {
            max-width: 100%; } }
        @media all and (max-width: 899px) and (max-width: 480px) {
          footer .menus .inset .box:nth-child(1) {
            flex: 100%; } }
@media all and (max-width: 899px) {
    footer .pay-with {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      footer .pay-with span {
        width: 100%;
        text-align: center; }
      footer .pay-with div {
        float: none;
        display: inline-block; }
    footer .security {
      text-align: center; }
      footer .security span {
        width: 100%;
        margin-right: 0px;
        line-height: normal;
        margin-bottom: 10px; }
    footer .ending {
      text-align: center; }
      footer .ending span {
        width: 100%;
        text-align: center; }
      footer .ending a {
        float: none;
        display: inline-block;
        margin-top: 10px; }

  main.product .ratings {
    padding: 10px; }
    main.product .ratings .inset-button {
      margin: 10px 0px; }
    main.product .ratings .list .item {
      width: 100%;
      margin-bottom: 20px; }
  main.product .support {
    padding: 10px; }
    main.product .support a {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
  main.product .product-description {
    padding: 10px; }
    main.product .product-description .tabs a {
      font-size: 15px;
      width: auto;
      margin-right: 10px; }
  main.product .main-product-info .images {
    width: 100%;
    position: relative; }
    main.product .main-product-info .images .slick-dots {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
      main.product .main-product-info .images .slick-dots li {
        display: inline-block;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        background: #e5e5e5;
        margin: 5px; }
        main.product .main-product-info .images .slick-dots li.slick-active {
          background: #333; }
        main.product .main-product-info .images .slick-dots li button {
          display: none; }
    main.product .main-product-info .images .thumbs {
      display: none; }
  main.product .main-product-info .info-view {
    padding: 10px; }
    main.product .main-product-info .info-view .inset {
      padding: 0px; }
      main.product .main-product-info .info-view .inset .shipping {
        width: 100%; }
      main.product .main-product-info .info-view .inset .price-buy-inset {
        display: block; }
        main.product .main-product-info .info-view .inset .price-buy-inset .button-holder {
          width: 100%;
          float: left;
          text-align: center; }
          main.product .main-product-info .info-view .inset .price-buy-inset .button-holder .buy {
            width: 100%;
            text-align: center; }
          main.product .main-product-info .info-view .inset .price-buy-inset .button-holder .gift {
            float: none;
            display: inline-block; }

  .perks {
    display: none; }

  .info-view .more-info {
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }

  .buy-view {
    flex-direction: column;
    justify-content: normal !important;
    align-items: flex-start !important; }
    .buy-view .buy-wrapper {
      width: 100%; }
      .buy-view .buy-wrapper button {
        flex: 1; }
    .buy-view .price {
      width: 100% !important;
      max-width: 100% !important;
      text-align: center;
      margin-bottom: 10px; }

  .content-banner {
    height: 125px; }
    .content-banner .category-banner {
      height: 125px; }

  main.category {
    padding-top: 0px; }
    main.category aside {
      z-index: 99999;
      max-width: unset !important; }
    main.category .top-bar {
      width: 100%;
      padding: 10px !important; }
      main.category .top-bar .order {
        width: 100%; }
        main.category .top-bar .order span {
          width: 100%;
          float: left;
          width: 100%;
          margin-bottom: 3px; }
        main.category .top-bar .order select {
          margin-left: 0px !important;
          width: 100% !important;
          background-position: 97% center !important; }
    main.category .category-view {
      padding: 0px;
      margin: 0px; }
      main.category .category-view .prod-item {
        width: 46%;
        margin: 2%; }
    main.category .product-item {
      width: 49% !important;
      margin-bottom: 4%; }

  .compreJunto {
    flex-wrap: wrap; }
    .compreJunto > .produtos {
      width: 100%; }
      .compreJunto > .produtos .produto {
        padding: 15px 10px; }
      .compreJunto > .produtos .variacao {
        flex-wrap: wrap; }
        .compreJunto > .produtos .variacao label {
          margin-bottom: 5px; }
    .compreJunto > .info {
      width: 100%;
      padding: 10px; }
      .compreJunto > .info > .desc {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 25px; }
      .compreJunto > .info > .comprar {
        width: 100%; }

  .menuMobile img, .menuMobile i {
    opacity: 0.6; }
  .menuMobile .active img, .menuMobile .active i {
    opacity: 1; }
  .menuMobile .active span {
    font-weight: bold; }

  .whatsDesktop {
    display: none !important; }

  .menuMobile {
    display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    background: white;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 5px; }
    .menuMobile .box {
      width: 20%;
      float: left;
      cursor: pointer; }
      .menuMobile .box div {
        width: 100%;
        text-align: center; }
        .menuMobile .box div span {
          color: #003268;
          font-size: 10px;
          float: left;
          width: 100%;
          margin-top: 0px; }
        .menuMobile .box div i {
          color: #003268;
          font-size: 25px;
          margin-bottom: 10px;
          height: 25px;
          width: 25px; }
        .menuMobile .box div img {
          max-width: 25px;
          max-height: 25px;
          margin-bottom: 8px; }
    .menuMobile .whats span {
      color: green !important; }
    .menuMobile .whats i {
      color: green !important;
      display: inline-block; }

  .categoriasMobile {
    display: none;
    position: fixed;
    top: 125px;
    min-height: 86%;
    width: 100%;
    background: white;
    z-index: 999;
    border-radius: 10px;
    overflow: scroll; }
    .categoriasMobile .sub-menu {
      display: none; }
    .categoriasMobile .headerCategorias {
      text-align: center;
      padding: 20px;
      border-bottom: 1px solid #e3e3e3; }
      .categoriasMobile .headerCategorias h2 {
        position: relative;
        font-weight: bold;
        width: 50%;
        margin-left: 25%; }
      .categoriasMobile .headerCategorias i {
        position: absolute;
        right: 10px;
        top: 17px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer; }
      .categoriasMobile .headerCategorias .voltarMenu1 {
        position: absolute;
        top: 20px;
        width: 21%; }
        .categoriasMobile .headerCategorias .voltarMenu1 i {
          top: -2px;
          right: 80px; }
        .categoriasMobile .headerCategorias .voltarMenu1 span {
          font-size: 16px;
          font-weight: bold; }
    .categoriasMobile .bodyCategorias ul {
      padding-left: 0px; }
    .categoriasMobile .bodyCategorias .cat-item {
      width: 42%;
      display: block;
      float: left;
      height: 55px;
      margin-right: 1%;
      margin-left: 5%;
      margin-top: 5%;
      box-shadow: 0px 0px 4px 1px #e3e3e3;
      border-radius: 10px; }
      .categoriasMobile .bodyCategorias .cat-item h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px;
        margin-top: 15px; }
      .categoriasMobile .bodyCategorias .cat-item ul {
        display: none;
        list-style: none; }
      .categoriasMobile .bodyCategorias .cat-item a {
        text-transform: uppercase; }
      .categoriasMobile .bodyCategorias .cat-item a:not(.open) {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        width: 100%;
        display: block;
        position: relative; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) > i {
          width: 60px;
          height: 60px;
          position: absolute;
          bottom: -28px;
          right: 10px;
          display: none !important; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-lancamentos {
          background: url(../images/lancamento.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-sandalia {
          background: url(../images/sandalia.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-tenis {
          background: url(../images/tenis.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-bolsas {
          background: url(../images/bolsas.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-rasteiras {
          background: url(../images/rasteira.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-botas {
          background: url(../images/bota.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-tamanco {
          background: url(../images/tamanco.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-flat {
          background: url(../images/flat.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-scarpins {
          background: url(../images/scarpins.png) center center no-repeat; }
      .categoriasMobile .bodyCategorias .cat-item .open-nivel-1 {
        display: block !important; }
        .categoriasMobile .bodyCategorias .cat-item .open-nivel-1 i {
          width: 30px;
          font-weight: bold;
          opacity: 1;
          font-size: 17px;
          line-height: 3;
          right: -10px;
          text-align: right; }
      .categoriasMobile .bodyCategorias .cat-item > ul {
        position: absolute;
        z-index: 999;
        background: white;
        top: 57px;
        left: 0;
        width: 100%;
        padding: 5px 15px;
        max-height: 84%;
        overflow: scroll;
        height: 100%; }
        .categoriasMobile .bodyCategorias .cat-item > ul .voltarMenu1 {
          display: none !important; }
          .categoriasMobile .bodyCategorias .cat-item > ul .voltarMenu1 i {
            right: 80px; }
        .categoriasMobile .bodyCategorias .cat-item > ul li {
          padding: 10px 0px;
          border-bottom: 1px solid #e7e7e7; }
          .categoriasMobile .bodyCategorias .cat-item > ul li a {
            text-transform: uppercase;
            font-size: 14px !important; }
          .categoriasMobile .bodyCategorias .cat-item > ul li:last-of-type {
            padding-bottom: 100px;
            border-bottom: none; }

  .fundoMobile {
    display: none;
    background-color: #333;
    opacity: 0.3;
    position: fixed;
    height: 100vw;
    width: 100%;
    top: 0;
    z-index: 99; }

  #cookieMsg {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999999999;
    background-color: #FFF;
    color: white;
    width: 80%;
    box-shadow: 0px 0px 4px 0px #7f7f7f;
    border-radius: 20px;
    padding: 0px 20px; }
    #cookieMsg div {
      width: 100% !important; }
    #cookieMsg h2 {
      color: black;
      font-size: 14px; }
    #cookieMsg .cookies-mobile {
      display: block !important; }
    #cookieMsg .cookies-desktop {
      display: none !important; }
    #cookieMsg .options-cookies {
      display: flex;
      align-items: center;
      font-size: 11px;
      justify-content: space-between; }
      #cookieMsg .options-cookies a {
        color: black;
        text-decoration: underline;
        margin-right: 3px; }
    #cookieMsg .fecharMsg {
      width: 100% !important;
      margin-top: 0px !important;
      display: flex !important;
      justify-content: space-between; }
      #cookieMsg .fecharMsg span {
        padding: 10px 40px;
        background: #b59a65;
        border-radius: 30px;
        color: white;
        cursor: pointer;
        font-weight: bold;
        font-size: 12px; }
      #cookieMsg .fecharMsg button {
        padding: 10px 10px;
        background: #fff;
        border-radius: 30px;
        color: #0a0a0a;
        cursor: pointer;
        font-weight: bold;
        border: 1px solid #bfbfbf;
        font-size: 12px;
        margin-right: 10px; }

  .product-item .hover-btn {
    bottom: 0px !important;
    display: block !important;
    visibility: visible !important; }
  .product-item .handler {
    float: left; }
    .product-item .handler a {
      display: block !important;
      float: left;
      width: 100%; }
    .product-item .handler img {
      max-height: unset !important; }
  .product-item .info {
    padding-bottom: 40px;
    min-height: 260px !important; }
  .product-item .info-handler {
    min-height: 60px !important; }
    .product-item .info-handler .prev {
      position: absolute !important;
      top: -20px;
      width: 100%;
      left: 0px; }
    .product-item .info-handler h3 {
      font-size: 16px !important; }
      .product-item .info-handler h3 span {
        font-size: 12px !important; } }
@media all and (max-width: 899px) and (max-width: 350px) {
  .product-item .info .avaliacoes i {
    font-size: 14px !important; }
  .product-item .hover-btn a {
    font-size: 12px !important; } }

@media all and (max-width: 899px) and (max-width: 890px) {
  .category .product-item .image {
    min-height: 400px !important;
    max-height: 400px !important; } }
@media all and (max-width: 899px) and (max-width: 750px) {
  .category .product-item .image {
    min-height: 360px !important;
    max-height: 360px !important; } }
@media all and (max-width: 899px) and (max-width: 650px) {
  .category .product-item .image {
    min-height: 300px !important;
    max-height: 300px !important; } }
@media all and (max-width: 899px) and (max-width: 550px) {
  .category .product-item .image {
    min-height: 250px !important;
    max-height: 250px !important; } }
@media all and (max-width: 899px) and (max-width: 450px) {
  .category .product-item .image {
    min-height: 200px !important;
    max-height: 200px !important; } }
@media all and (max-width: 899px) and (max-width: 350px) {
  .category .product-item .image {
    min-height: 150px !important;
    max-height: 150px !important; } }

@media all and (max-width: 899px) {
  .destaques {
    padding-bottom: 25px !important; }
    .destaques .title-wrapper {
      margin-bottom: 0px !important;
      padding-left: 0px !important; }
    .destaques .wrapper-destaque {
      padding: 2% 15%;
      margin-left: 0px !important;
      margin-right: 0px !important; }
      .destaques .wrapper-destaque .product-item {
        margin-left: 0px !important; }
        .destaques .wrapper-destaque .product-item .selo img {
          max-width: 50px !important; }
        .destaques .wrapper-destaque .product-item .handler {
          display: flex !important;
          width: 100%;
          height: unset !important; }
          .destaques .wrapper-destaque .product-item .handler a {
            width: 100% !important;
            display: block !important; }
            .destaques .wrapper-destaque .product-item .handler a img {
              max-height: unset !important; }
        .destaques .wrapper-destaque .product-item .hover-btn a {
          font-size: 12px; }
        .destaques .wrapper-destaque .product-item .img-lancamento {
          top: -70px !important; }
          .destaques .wrapper-destaque .product-item .img-lancamento img {
            width: 50% !important; }
        .destaques .wrapper-destaque .product-item .info {
          padding-bottom: 35px; }
          .destaques .wrapper-destaque .product-item .info .avaliacoes i {
            font-size: 15px; }
          .destaques .wrapper-destaque .product-item .info .info-handler {
            min-height: 50px !important; }
        .destaques .wrapper-destaque .product-item .indisponivel {
          min-height: 238.5px; }
        .destaques .wrapper-destaque .product-item .image {
          max-height: 400px !important;
          min-height: 400px !important; } }
      @media all and (max-width: 899px) and (max-width: 550px) {
        .destaques .wrapper-destaque .product-item .image {
          max-height: 330px !important;
          min-height: 330px !important; } }
      @media all and (max-width: 899px) and (max-width: 450px) {
        .destaques .wrapper-destaque .product-item .image {
          max-height: 290px !important;
          min-height: 290px !important; } }
      @media all and (max-width: 899px) and (max-width: 350px) {
        .destaques .wrapper-destaque .product-item .image {
          min-height: 220px !important;
          max-height: 220px !important; } }
@media all and (max-width: 899px) {
      .destaques .wrapper-destaque .icon-chevron-thin-left {
        left: -2px !important;
        z-index: 99 !important; }
      .destaques .wrapper-destaque .icon-chevron-thin-right {
        right: -2px !important;
        z-index: 99 !important; }
      .destaques .wrapper-destaque .slick-dots {
        padding-top: 20px;
        position: unset;
        padding-left: 0px; }

  .wrapper-banheiro {
    padding: 2% 5%;
    margin-left: 0px !important;
    margin-right: 0px !important; }
    .wrapper-banheiro .product-item {
      margin-left: 18px !important;
      margin-right: 18px !important; }
      .wrapper-banheiro .product-item .selo img {
        max-width: 50px !important; }
      .wrapper-banheiro .product-item .hover-btn a {
        font-size: 12px; }
      .wrapper-banheiro .product-item .info {
        padding-bottom: 35px; }
        .wrapper-banheiro .product-item .info .avaliacoes i {
          font-size: 15px; }
        .wrapper-banheiro .product-item .info .info-handler h3 {
          font-size: 12px !important; }
          .wrapper-banheiro .product-item .info .info-handler h3 span {
            font-size: 12px; }
        .wrapper-banheiro .product-item .info .prev {
          color: #5a5a5a;
          text-decoration: line-through;
          font-size: 14px !important; } }
    @media all and (max-width: 899px) and (max-width: 890px) {
      .wrapper-banheiro .product-item .image {
        min-height: 350px !important;
        max-height: 350px !important; } }
    @media all and (max-width: 899px) and (max-width: 750px) {
      .wrapper-banheiro .product-item .image {
        min-height: 310px !important;
        max-height: 310px !important; } }
    @media all and (max-width: 899px) and (max-width: 650px) {
      .wrapper-banheiro .product-item .image {
        min-height: 250px !important;
        max-height: 250px !important; } }
    @media all and (max-width: 899px) and (max-width: 550px) {
      .wrapper-banheiro .product-item .image {
        min-height: 200px !important;
        max-height: 2000px !important; } }
    @media all and (max-width: 899px) and (max-width: 450px) {
      .wrapper-banheiro .product-item .image {
        min-height: 150px !important;
        max-height: 150px !important; } }
    @media all and (max-width: 899px) and (max-width: 350px) {
      .wrapper-banheiro .product-item {
        margin-left: 5px !important;
        margin-right: 5px !important; }
        .wrapper-banheiro .product-item .image {
          min-height: 100px !important;
          max-height: 100px !important; }
        .wrapper-banheiro .product-item .avaliacoes {
          margin: 0px !important; }
        .wrapper-banheiro .product-item .hover-btn a {
          font-size: 8px !important; }
        .wrapper-banheiro .product-item .info-handler {
          min-height: 85px !important; }
        .wrapper-banheiro .product-item .info {
          padding-bottom: 0px !important; } }
  @media all and (max-width: 899px) and (max-width: 350px) {
    .wrapper-banheiro .slick-arrow {
      padding: 5px !important; } }
@media all and (max-width: 899px) {
    .wrapper-banheiro .icon-chevron-thin-left {
      left: -2px !important;
      z-index: 99 !important; }
    .wrapper-banheiro .icon-chevron-thin-right {
      right: -2px !important;
      z-index: 99 !important; }
    .wrapper-banheiro .slick-dots {
      padding-top: 20px;
      position: unset;
      padding-left: 0px; }

  .wrapper-maisVendido {
    padding: 2% 5%;
    margin-left: 0px !important;
    margin-right: 0px !important; }
    .wrapper-maisVendido .product-item {
      margin-left: 18px !important;
      margin-right: 18px !important; }
      .wrapper-maisVendido .product-item .selo img {
        max-width: 50px !important; }
      .wrapper-maisVendido .product-item .hover-btn a {
        font-size: 12px; }
      .wrapper-maisVendido .product-item .info {
        padding-bottom: 35px;
        padding-left: 0px;
        padding-right: 0px; }
        .wrapper-maisVendido .product-item .info .avaliacoes i {
          font-size: 15px; }
        .wrapper-maisVendido .product-item .info .info-handler h3 {
          font-size: 16px !important; }
          .wrapper-maisVendido .product-item .info .info-handler h3 span {
            font-size: 12px; }
        .wrapper-maisVendido .product-item .info .prev {
          color: #5a5a5a;
          text-decoration: line-through;
          font-size: 14px !important; }
      .wrapper-maisVendido .product-item .prodExclusivo {
        margin-left: 0px !important;
        width: 100% !important;
        font-size: 13px !important; } }
    @media all and (max-width: 899px) and (max-width: 890px) {
      .wrapper-maisVendido .product-item .image {
        min-height: 350px !important;
        max-height: 350px !important; } }
    @media all and (max-width: 899px) and (max-width: 750px) {
      .wrapper-maisVendido .product-item .image {
        min-height: 310px !important;
        max-height: 310px !important; } }
    @media all and (max-width: 899px) and (max-width: 650px) {
      .wrapper-maisVendido .product-item .image {
        min-height: 250px !important;
        max-height: 250px !important; } }
    @media all and (max-width: 899px) and (max-width: 550px) {
      .wrapper-maisVendido .product-item .image {
        min-height: 200px !important;
        max-height: 2000px !important; } }
    @media all and (max-width: 899px) and (max-width: 450px) {
      .wrapper-maisVendido .product-item .image {
        min-height: 150px !important;
        max-height: 150px !important; } }
    @media all and (max-width: 899px) and (max-width: 350px) {
      .wrapper-maisVendido .product-item {
        margin-left: 5px !important;
        margin-right: 5px !important; }
        .wrapper-maisVendido .product-item .image {
          min-height: 100px !important;
          max-height: 100px !important; }
        .wrapper-maisVendido .product-item .avaliacoes {
          margin: 0px !important; }
        .wrapper-maisVendido .product-item .hover-btn a {
          font-size: 8px !important; }
        .wrapper-maisVendido .product-item .info-handler {
          min-height: 85px !important; }
        .wrapper-maisVendido .product-item .info {
          padding-bottom: 0px !important; }
        .wrapper-maisVendido .product-item .prodExclusivo {
          font-size: 8px !important; } }
  @media all and (max-width: 899px) and (max-width: 350px) {
    .wrapper-maisVendido .slick-arrow {
      padding: 5px !important; } }
@media all and (max-width: 899px) {
    .wrapper-maisVendido .icon-chevron-thin-left {
      left: -2px !important;
      z-index: 99 !important; }
    .wrapper-maisVendido .icon-chevron-thin-right {
      right: -2px !important;
      z-index: 99 !important; }
    .wrapper-maisVendido .slick-dots {
      padding-top: 20px;
      position: unset;
      padding-left: 0px; }

  .blog .wrapper-blog {
    flex-wrap: wrap; }
    .blog .wrapper-blog .post {
      margin-bottom: 25px;
      width: 100% !important; }

  main.home .main-banners .swiper-container {
    border-radius: 5px !important; }
  main.home .banners-grid {
    flex-direction: column;
    margin-top: 0px !important;
    margin: 40px 0px !important; }
  main.home .main {
    margin-bottom: 2px !important; }
  main.home .double {
    padding-right: 0px !important; }
    main.home .double a {
      margin-bottom: 4px !important; }
  main.home .line-2 a:first-child {
    margin-right: 5px !important; }

  .mid-banner {
    padding: 0px !important; }

  .blog {
    margin-top: 15px !important; }
    .blog .title-wrapper {
      margin-bottom: 10px !important;
      padding-left: 0px !important; }

  .avaliacoesHome .title-wrapper h2, .marcasHome .title-wrapper h2 {
    font-size: 20px !important; }
  .avaliacoesHome .avaliacoes-wrapper, .marcasHome .avaliacoes-wrapper {
    flex-direction: column; }
    .avaliacoesHome .avaliacoes-wrapper .avalicao-body, .marcasHome .avaliacoes-wrapper .avalicao-body {
      margin: 20px 0px; }
    .avaliacoesHome .avaliacoes-wrapper .wrapper-depoimentos, .marcasHome .avaliacoes-wrapper .wrapper-depoimentos {
      margin-bottom: 20px;
      width: 100% !important; }
    .avaliacoesHome .avaliacoes-wrapper .banner-avaliacoes, .marcasHome .avaliacoes-wrapper .banner-avaliacoes {
      width: 100% !important; }

  .marcasHome img {
    max-width: 90px !important; }

  footer .menus .inset .first-line, footer .menus .inset .second-line {
    display: block !important; }

  #modalCarrinhoSeparado {
    z-index: 99999; }
    #modalCarrinhoSeparado .modal-dialog {
      width: 100%; }
      #modalCarrinhoSeparado .modal-dialog .modal-content {
        border: 0px; }
        #modalCarrinhoSeparado .modal-dialog .modal-content .modal-header {
          padding-bottom: 0px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-header h5 {
            font-size: 15px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-header button span {
            font-size: 16px; }
        #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body {
          padding-bottom: 0px;
          padding-top: 0px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table tbody {
            display: block;
            overflow-x: auto;
            font-size: 14px;
            max-height: 58vh; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table thead, #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table tbody tr {
            display: table;
            table-layout: fixed; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table {
            display: block;
            margin-bottom: 0px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table tr {
              position: relative; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table td {
              padding: 15px 5px; }
              #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table td select {
                font-size: 16px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table .excluirItem {
              position: absolute;
              right: 25px;
              bottom: -10px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body .media-body {
            padding-top: 0px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body .media-body .media-heading {
              max-height: unset !important; }
        #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer {
          position: fixed;
          bottom: 0px;
          width: 100%;
          text-align: center;
          padding-bottom: 25px;
          flex-direction: column; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .btn {
            font-size: 12px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .cart {
            width: 100%;
            text-align: center;
            margin-bottom: 15px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .continuarComprando {
            padding: 8px;
            float: left;
            margin-right: 10px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .carrinho {
            padding: 7px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .carrinho i {
              font-size: 18px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .carrinho .icon-chevron-thin-right {
              padding-right: 0px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .botoes {
            display: flex;
            float: left;
            align-items: center;
            width: 100%;
            justify-content: space-evenly; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .botoes .carrinho {
              display: flex;
              align-items: center; }

  footer {
    margin-top: 0px !important; }
    footer .newsletter {
      margin-top: 10px; }
    footer .social a {
      margin-bottom: 30px; }
    footer .atendimentoSocial {
      border-top: 1px solid #cecece;
      border-bottom: 1px solid #cecece;
      padding-bottom: 25px;
      padding-top: 10px; }
    footer .second-line {
      margin-bottom: 0px !important; }
      footer .second-line .box {
        border-bottom: 1px solid #cecece;
        padding-bottom: 30px;
        margin-bottom: 30px; }
    footer .ending {
      padding: 0px !important; }
    footer .backToTop {
      text-align: center;
      padding: 10px;
      margin-bottom: 15px;
      display: block !important; }
      footer .backToTop i {
        background: #003268;
        color: white;
        font-size: 30px;
        border-radius: 5px;
        line-height: 45px;
        width: 50px;
        height: 50px; }

  .brand-slider .swiper-slide {
    text-align: center; }

  .menuLateral .cat-item ul {
    background: #e5e5e5 !important;
    list-style: none;
    position: unset !important;
    padding: 5% 5% !important;
    margin-top: 10px !important;
    height: 215px !important;
    overflow: auto !important; }
    .menuLateral .cat-item ul a {
      color: #000; }

  .lojas-footer .wrapper-lojas {
    flex-direction: column; }
    .lojas-footer .wrapper-lojas .box-lojas {
      margin-bottom: 20px; }
      .lojas-footer .wrapper-lojas .box-lojas .end {
        font-size: 12px; } }

/*# sourceMappingURL=base.css.map */
