@import url(icons/icons.css);
@import url(fonts/fonts.css);
/*! 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: 2em;
  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; }

/*
Container
*/
body {
  max-width: 799px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Acumin Pro";
  margin: 0 auto;
  background: #eaeaea; }

body {
  touch-action: pan-x pan-y; }

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

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px; }

/*
Main
*/
main {
  padding-bottom: 80px;
  float: left;
  width: 100%; }

/*
TabBar
*/
.home {
  display: none; }

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: white;
  z-index: 10;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background-size: 100%; }
  footer ul {
    float: left;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 15px 0px;
    border-top: 10px solid #eaeaea;
    list-style: none; }
    footer ul i {
      font-size: 18px !important; }
  footer a {
    color: #b6b7b7;
    font-size: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
    flex-direction: column; }
    footer a.active, footer a:hover, footer a:focus {
      color: #b6b7b7 !important; }
    footer a span {
      font-size: 14px;
      margin-top: 5px; }
  footer .background a.active, footer .background a:hover, footer .background a:focus {
    color: white !important; }
  footer li.active a {
    color: #fc6011; }
    footer li.active a.active, footer li.active a:hover, footer li.active a:focus {
      color: #fc6011 !important; }
  footer li.active i {
    color: #fc6011; }
  footer .background.active {
    background: #fc6011; }
  footer .add {
    background: #b6b7b7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    transform: translateY(-30px); }
  footer .background {
    width: 85px;
    height: 85px;
    position: absolute;
    background: #c8c8c8;
    top: -34%;
    border-radius: 50%;
    border: 12px solid #eaeaea; }
    footer .background:before {
      content: '';
      position: absolute;
      top: 41%;
      left: -29px;
      width: 20px;
      height: 20px;
      border-top-right-radius: 20px;
      box-shadow: 0px -10px 0 0 #eaeaea; }
    footer .background:after {
      content: '';
      position: absolute;
      top: 41%;
      right: -29px;
      width: 20px;
      height: 20px;
      border-top-left-radius: 20px;
      box-shadow: 0px -10px 0 0 #eaeaea; }
    footer .background .add {
      position: absolute;
      top: 65%;
      background: unset;
      left: 18%; }
      footer .background .add i {
        font-size: 30px !important; }

/*
NavBar
*/
header {
  float: left;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.11);
  border-radius: -0px 0 30px 30px;
  background: #eaeaea;
  z-index: 10; }
  header.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; }
  header .nav-bar {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    header .nav-bar .main-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
    header .nav-bar .nav-bar-title {
      position: relative;
      padding: 20px 10px;
      width: 80%; }
      header .nav-bar .nav-bar-title h1 {
        font-weight: normal;
        text-align: center;
        float: left;
        width: 100%;
        float: left;
        font-size: 25px;
        color: #333;
        margin: 0; }
    header .nav-bar i {
      font-size: 25px; }
    header .nav-bar .iconAux {
      color: #333;
      text-decoration: none;
      font-size: 16px; }
    header .nav-bar .logo-right {
      height: 70%; }
    header .nav-bar .left, header .nav-bar .right {
      width: 10%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .nav-bar .left a, header .nav-bar .right a {
        color: #333;
        text-decoration: none;
        font-size: 20px; }
      header .nav-bar .left .icon-arrow-back, header .nav-bar .right .icon-arrow-back {
        font-size: 16px;
        cursor: pointer; }
    header .nav-bar .left {
      padding-left: 15px; }
    header .nav-bar .right {
      padding-right: 15px; }
    header .nav-bar h1 {
      flex: 1;
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      color: #333;
      line-height: 1; }

.home-page .nav-bar .nav-bar-title {
  width: unset !important; }
.home-page .nav-bar .left {
  visibility: hidden;
  display: none; }
.home-page .nav-bar h1 img {
  margin-top: -10px;
  margin-bottom: -10px;
  height: 50px; }

/*
Buttons
*/
.action-button {
  float: left;
  width: 100%;
  background: #646162;
  padding: 18px 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .action-button i {
    font-size: 14px;
    margin-left: 10px; }
  .action-button:hover, .action-button:focus {
    color: white;
    text-decoration: none; }

.default-list {
  float: left;
  width: 100%;
  padding: 15px; }
  .default-list .item {
    float: left;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: rgba(200, 200, 200, 0.1);
    color: #333;
    margin-bottom: 20px; }
    .default-list .item.open .item-body {
      display: block; }
    .default-list .item.open .item-title i {
      transform: rotate(180deg); }
    .default-list .item-title {
      float: left;
      width: 100%;
      padding: 20px 30px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .default-list .item-title i {
        font-size: 10px;
        -webkit-transition: all 90ms ease-in;
        -moz-transition: all 90ms ease-in;
        -o-transition: all 90ms ease-in;
        transition: all 90ms ease-in; }
    .default-list .item-body {
      float: left;
      width: 100%;
      padding: 30px;
      padding-top: 0px;
      margin-top: 0px;
      display: none; }
      .default-list .item-body table {
        width: 100%; }
        .default-list .item-body table tr td:nth-child(2) {
          color: rgba(51, 51, 51, 0.7);
          text-align: right; }
        .default-list .item-body table tr td:last-child {
          text-align: right; }
        .default-list .item-body table tr td {
          padding: 3px 0px; }

.vcenter {
  width: 100%;
  min-height: calc(100vh - 200px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }

#cookieMsg {
  display: none;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 30px 10px 30px;
  margin: auto;
  z-index: 9999;
  background-color: #2b2a2ad6;
  color: white;
  max-width: 500px; }
  #cookieMsg a {
    color: #dc8c10; }
  #cookieMsg p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75; }
  #cookieMsg div {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    #cookieMsg div #closeCookie {
      right: 0;
      margin-top: -1rem !important;
      position: absolute;
      background-color: transparent;
      border: none;
      cursor: pointer;
      display: none; }
    #cookieMsg div .policy {
      text-decoration: none;
      color: #AD151F !important; }
  #cookieMsg .fecharMsg {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 4%;
    display: block !important; }
    #cookieMsg .fecharMsg span {
      padding: 10px 40px;
      background: #dc8c10;
      border-radius: 10px;
      color: white;
      cursor: pointer;
      font-weight: bold; }

.todosDep header {
  padding: 0px 10px;
  background: unset;
  position: relative !important; }
  .todosDep header .main-bar .nav-bar-title {
    width: unset; }
  .todosDep header .main-bar h1 {
    font-size: 18px; }
  .todosDep header .search-bar {
    display: flex !important; }
.todosDep main .listagem .main-wrapper h2 {
  display: none; }

body.body-combos header .nav-bar h1 {
  font-size: 18px; }
body.body-combos .combos {
  float: left;
  width: 100%;
  margin-bottom: -20px;
  margin-top: 10px; }
  body.body-combos .combos img {
    max-width: 100%; }
  body.body-combos .combos h3 {
    position: absolute;
    bottom: 50px;
    left: 0px;
    color: white;
    font-size: 17px;
    font-weight: bold; }
  body.body-combos .combos .valor {
    display: none; }
  body.body-combos .combos .economia {
    position: absolute;
    bottom: 5px;
    left: 20px;
    color: white;
    font-size: 12px; }
  body.body-combos .combos .icon-close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fc6011; }
  body.body-combos .combos .combo {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 100%;
    padding: 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px; }
    body.body-combos .combos .combo .produtos {
      display: block;
      justify-content: flex-start;
      align-items: stretch;
      width: 100%;
      overflow-x: auto;
      flex-wrap: wrap;
      white-space: nowrap; }
      body.body-combos .combos .combo .produtos .produto {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        width: 49%; }
        body.body-combos .combos .combo .produtos .produto:not(:first-child):after {
          content: "+";
          font-size: 20px;
          color: #fc6011;
          font-weight: bold;
          position: absolute;
          top: calc(27% - 20px);
          left: -10px;
          z-index: 99; }
        body.body-combos .combos .combo .produtos .produto:not(:first-child) {
          margin-left: 1%; }
        body.body-combos .combos .combo .produtos .produto .selecionado {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          white-space: pre-wrap; }
          body.body-combos .combos .combo .produtos .produto .selecionado .item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 100%;
            margin-bottom: 20px; }
            body.body-combos .combos .combo .produtos .produto .selecionado .item img {
              margin-bottom: 15px;
              max-height: 130px;
              max-width: 100%; }
            body.body-combos .combos .combo .produtos .produto .selecionado .item h2 {
              margin-bottom: 20px;
              font-size: 14px;
              min-height: 2.5em;
              width: 100%; }
              body.body-combos .combos .combo .produtos .produto .selecionado .item h2 a {
                color: #333; }
            body.body-combos .combos .combo .produtos .produto .selecionado .item h4 {
              font-weight: bold;
              margin: 2px 0;
              text-align: center;
              font-size: 12px;
              color: grey;
              position: absolute;
              bottom: 0px; }
            body.body-combos .combos .combo .produtos .produto .selecionado .item h3 {
              margin-top: 8px;
              text-align: center;
              font-size: 13px;
              color: grey; }
            body.body-combos .combos .combo .produtos .produto .selecionado .item .alternar {
              position: absolute;
              top: 0;
              right: 0;
              padding: 2px; }
              body.body-combos .combos .combo .produtos .produto .selecionado .item .alternar a i {
                font-size: 1.5em;
                color: #748A9D; }
        body.body-combos .combos .combo .produtos .produto .outros {
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          background-color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 9999999;
          display: none;
          visibility: hidden; }
          body.body-combos .combos .combo .produtos .produto .outros .container {
            display: inline-flex;
            width: auto;
            background-color: #fff;
            padding: 50px 10px 30px 10px;
            position: relative;
            flex-wrap: wrap;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            overflow: auto; }
            body.body-combos .combos .combo .produtos .produto .outros .container > a {
              position: fixed;
              top: 5px;
              right: 5px;
              padding: 5px;
              cursor: pointer;
              line-height: 1em;
              background-color: #d9534f;
              border-radius: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 30px;
              height: 30px;
              text-decoration: none;
              color: #fff;
              z-index: 9999; }
            body.body-combos .combos .combo .produtos .produto .outros .container > h1 {
              width: 100%;
              display: flex;
              justify-content: center;
              margin-bottom: 25px;
              font-weight: bold;
              font-size: 20px; }
            body.body-combos .combos .combo .produtos .produto .outros .container .item {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              position: relative;
              width: 100%;
              padding-top: 30px;
              padding-bottom: 30px;
              text-align: center;
              box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
              border-radius: 15px;
              margin-bottom: 20px; }
              body.body-combos .combos .combo .produtos .produto .outros .container .item img {
                margin-bottom: 0px;
                max-width: 90%; }
              body.body-combos .combos .combo .produtos .produto .outros .container .item h2 {
                margin-bottom: 0px;
                text-align: center;
                font-size: 14px;
                min-height: 2.5em; }
                body.body-combos .combos .combo .produtos .produto .outros .container .item h2 a {
                  color: #333; }
              body.body-combos .combos .combo .produtos .produto .outros .container .item h4 {
                font-weight: bold;
                margin: 2px 0;
                text-align: center;
                font-size: 12px;
                color: grey; }
              body.body-combos .combos .combo .produtos .produto .outros .container .item h3 {
                margin-top: 8px;
                text-align: center;
                font-size: 13px;
                color: grey; }
              body.body-combos .combos .combo .produtos .produto .outros .container .item .alternar {
                display: none; }
    body.body-combos .combos .combo .combo-info {
      display: grid;
      grid-template-columns: 100%; }
      body.body-combos .combos .combo .combo-info .comprar {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 15px; }
        body.body-combos .combos .combo .combo-info .comprar .btn-comprar-combo {
          float: left;
          width: 100%;
          padding: 19px;
          background: #fc6011;
          border: 0px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          outline: none; }
    body.body-combos .combos .combo .combo-info-mobile {
      display: grid;
      grid-template-columns: 100%;
      margin-bottom: 15px; }
      body.body-combos .combos .combo .combo-info-mobile .info {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        body.body-combos .combos .combo .combo-info-mobile .info h3 {
          font-family: 'Dosis', sans-serif;
          font-size: 18px;
          margin-bottom: 5px;
          text-transform: uppercase;
          text-align: center;
          color: #fc6011;
          font-weight: bold; }
        body.body-combos .combos .combo .combo-info-mobile .info h4 {
          color: grey;
          font-weight: bold;
          font-size: 24px;
          font-weight: bold;
          color: #333;
          text-align: center;
          margin-bottom: 5px; }
          body.body-combos .combos .combo .combo-info-mobile .info h4.cento {
            font-size: 14px;
            margin-top: 0; }
        body.body-combos .combos .combo .combo-info-mobile .info h5 {
          font-weight: normal;
          font-size: 16px;
          color: #748A9D;
          text-align: center;
          margin-top: 10px; }
        body.body-combos .combos .combo .combo-info-mobile .info .economia {
          font-size: 18px; }
  body.body-combos .combos + .ver-todos {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 0 20px 20px 20px; }
    body.body-combos .combos + .ver-todos a {
      float: left;
      width: 100%;
      padding: 19px;
      background: #c8c8c8;
      border: 0px;
      border-radius: 100px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none; }
  body.body-combos .combos:not(.esconder) + .ver-todos {
    display: none; }
  body.body-combos .combos.esconder .combo:nth-child(1n+3) {
    display: none; }

main > div .block-wrapper {
  padding: 15px; }

.background-modal-cookies {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: #00000061;
  z-index: 99;
  display: none; }

.align-modal-cookies {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  display: none; }
  .align-modal-cookies .modal-config-cookies {
    position: fixed;
    background: white;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 8px -1px #80808082;
    z-index: 99999;
    left: 0px;
    top: 0px !important;
    height: 100%;
    overflow: auto; }
    .align-modal-cookies .modal-config-cookies > img {
      float: right; }
    .align-modal-cookies .modal-config-cookies .fechar-cookies {
      cursor: pointer; }
    .align-modal-cookies .modal-config-cookies .modal-cookies-header {
      float: left;
      width: 100%;
      display: flex;
      margin-bottom: 5px;
      align-items: center; }
      .align-modal-cookies .modal-config-cookies .modal-cookies-header .logo img {
        max-width: 100px; }
      .align-modal-cookies .modal-config-cookies .modal-cookies-header h1 {
        font-size: 30px;
        margin-left: 20px; }
    .align-modal-cookies .modal-config-cookies .modal-cookies-body {
      float: left;
      width: 100%;
      font-size: 17px;
      line-height: 1.2;
      height: 100%;
      overflow: auto;
      max-height: 63vh; }
      .align-modal-cookies .modal-config-cookies .modal-cookies-body p a {
        color: black;
        font-weight: bold;
        text-decoration: underline; }
      .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes {
        margin-top: 20px; }
        .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-geral {
          margin-bottom: 40px; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-geral a {
            text-decoration: underline;
            cursor: pointer;
            margin-right: 10px;
            color: black;
            font-weight: bold; }
        .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item {
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item:first-child .switch--shadow:checked + label:before {
            background-color: #000000b5; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch {
            position: absolute;
            margin-left: -9999px;
            visibility: hidden; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch + label {
              display: block;
              position: relative;
              cursor: pointer;
              outline: none;
              user-select: none; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item small {
            font-size: 12px;
            color: gray;
            margin-left: 7px; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow + label {
            padding: 2px;
            width: 60px;
            height: 30px;
            background-color: #dddddd;
            border-radius: 60px; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow + label span {
              display: none; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow + label:before, .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow + label:after {
              display: block;
              position: absolute;
              top: 1px;
              left: 1px;
              bottom: 1px;
              content: ''; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow + label:before {
              right: 1px;
              background-color: #f1f1f1;
              border-radius: 60px;
              transition: all 0.4s; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow + label:after {
              width: 25px;
              background-color: #fff;
              border-radius: 100%;
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
              transition: all 0.4s;
              margin: 2px; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow:checked + label:before {
            background-color: #000; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow:checked + label:before span {
              display: block; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .switch--shadow:checked + label:after {
            transform: translateX(29px); }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .info-switch {
            width: 85%;
            margin: 0px 20px; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .info-switch span {
              font-size: 14px; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .info-switch h2 {
              font-weight: bold;
              font-size: 20px; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item i {
            cursor: pointer; }
          .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            padding: 30px;
            background: white;
            z-index: 999;
            display: none; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .header-sub-item {
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .header-sub-item span {
                font-weight: bold; }
              .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .header-sub-item i {
                margin-right: 10px; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-title {
              margin-top: 30px; }
              .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-title h2 {
                font-weight: bold;
                font-size: 25px; }
            .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options {
              margin-top: 30px; }
              .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options h3 {
                font-weight: bold;
                font-size: 20px; }
              .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options .sub-item-option {
                margin-top: 15px; }
                .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options .sub-item-option h4 {
                  font-weight: bold;
                  display: flex;
                  align-items: center;
                  justify-content: space-between; }
                .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options .sub-item-option .info-option {
                  font-size: 14px; }
                .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options .sub-item-option .sub-item-info {
                  display: none;
                  padding: 10px; }
                  .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options .sub-item-option .sub-item-info div {
                    display: flex;
                    font-size: 14px; }
                    .align-modal-cookies .modal-config-cookies .modal-cookies-body .opcoes .opcoes-individual .item .sub-item .sub-options .sub-item-option .sub-item-info div span:first-child {
                      flex-basis: 16%; }
    .align-modal-cookies .modal-config-cookies .modal-cookies-footer {
      margin-top: 20px;
      float: left;
      width: 100%; }
      .align-modal-cookies .modal-config-cookies .modal-cookies-footer .btn-salvar-cookies {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        .align-modal-cookies .modal-config-cookies .modal-cookies-footer .btn-salvar-cookies a {
          padding: 10px 20px;
          background: #333;
          color: white;
          font-weight: bold;
          font-size: 16px;
          text-decoration: none;
          cursor: pointer;
          border-radius: 5px; }
      .align-modal-cookies .modal-config-cookies .modal-cookies-footer div {
        justify-content: center !important; }

section.galeria {
  float: left;
  width: 100%; }
  section.galeria .main-product {
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    margin-top: 60px; }
    section.galeria .main-product img {
      max-width: 100%;
      height: auto; }
    section.galeria .main-product #banner-department-top {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.galeria .main-product #banner-department-top .row {
        max-width: 100%; }
        section.galeria .main-product #banner-department-top .row .col-md-12 {
          max-width: 100%;
          padding: 0; }
  section.galeria .slider {
    float: left;
    width: 100%; }
    section.galeria .slider h4 {
      color: #333;
      font-weight: normal;
      margin: 0;
      margin-bottom: 20px;
      padding-left: 10px; }
    section.galeria .slider .swiper-slide {
      max-width: 40vw; }
      section.galeria .slider .swiper-slide .item {
        float: left;
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
        section.galeria .slider .swiper-slide .item .image {
          float: left;
          width: 100%;
          padding-bottom: 100%;
          position: relative; }
          section.galeria .slider .swiper-slide .item .image-wrapper {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px; }
            section.galeria .slider .swiper-slide .item .image-wrapper img {
              max-width: 100%;
              height: auto; }
        section.galeria .slider .swiper-slide .item span {
          text-align: center;
          float: left;
          width: 100%;
          margin-bottom: 10px;
          color: white; }
          section.galeria .slider .swiper-slide .item span a {
            color: white;
            text-decoration: none; }

body.listagem {
  padding-top: 60px; }
  body.listagem header {
    background: #eaeaea;
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0px !important;
    box-shadow: 0px 0px 3px 1px lightgray; }
    body.listagem header .nav-bar h1 {
      font-size: 18px; }

section.listagem {
  padding: 15px;
  margin-top: 25px; }
  section.listagem .main-wrapper {
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    position: relative;
    padding: 30px; }
    section.listagem .main-wrapper:before {
      content: '';
      width: 40%;
      height: 96%;
      position: absolute;
      background: #fc6011;
      left: -15px;
      top: 0%;
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
      z-index: -1; }
    section.listagem .main-wrapper h2 {
      text-align: center;
      font-weight: normal;
      font-size: 18px;
      color: #333;
      grid-column-start: 1;
      grid-column-end: 3;
      margin: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
    section.listagem .main-wrapper .item {
      -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      background: white;
      height: 80px;
      margin-bottom: 30px;
      position: relative;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      section.listagem .main-wrapper .item .image a:not(.linkIcon) {
        position: absolute;
        left: -30px;
        max-width: 65px;
        top: 8px;
        height: 65px;
        background: white;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
        overflow: hidden; }
        section.listagem .main-wrapper .item .image a:not(.linkIcon) .fotoProduto {
          height: auto;
          left: -15px;
          position: relative;
          top: 0px;
          max-width: 100px; }
      section.listagem .main-wrapper .item .image .icon {
        position: absolute;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
        right: -18px;
        top: 20px;
        background: white;
        padding: 10px;
        border-radius: 50%; }
      section.listagem .main-wrapper .item .image .circulo {
        border-radius: 50%; }
      section.listagem .main-wrapper .item .image .quadrado {
        border-radius: 10px; }
      section.listagem .main-wrapper .item .image .losangulo {
        border-radius: 20px;
        transform: rotate(45deg);
        left: -25px; }
        section.listagem .main-wrapper .item .image .losangulo img {
          transform: rotate(-45deg); }
      section.listagem .main-wrapper .item span {
        float: left;
        width: 100%;
        text-align: center; }
        section.listagem .main-wrapper .item span a {
          color: #333;
          text-decoration: none;
          float: left;
          width: 100%;
          padding: 10px;
          font-weight: bold;
          font-size: 20px;
          text-align: left;
          margin-left: 45px;
          margin-top: 10px; }
        section.listagem .main-wrapper .item span small {
          display: block;
          margin-left: 55px;
          color: grey;
          text-align: left; }
    section.listagem .main-wrapper .item.combo .image .losangulo img {
      left: -19px;
      top: -18px; }
  section.listagem .action {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 10px; }

.noProducts {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-column: 1 / span 2;
  padding: 180px 0;
  color: #748A9D; }

header .search-bar {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  padding: 2px 20px;
  display: none;
  background: #dad8d8;
  border-radius: 50px;
  margin-bottom: 10px; }
  header .search-bar .icon-search {
    color: gray;
    font-size: 20px; }
  header .search-bar input {
    flex: 1;
    margin-right: 10px;
    margin-left: 15px;
    padding: 10px 0px;
    border: 0px;
    outline: none;
    background: transparent;
    color: grey; }
    header .search-bar input::placeholder {
      color: red;
      opacity: .7;
      color: #333; }
  header .search-bar .mic {
    background: #646162;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    text-decoration: none; }

section.busca .listing {
  padding: 15px; }
  section.busca .listing h2 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
  @supports (display: grid) {
    section.busca .listing {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      margin-bottom: 100px; } }
  section.busca .listing .item {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #fff; }
    section.busca .listing .item .image {
      float: left;
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
      section.busca .listing .item .image a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.busca .listing .item .image a img {
          max-width: 100%;
          height: auto;
          max-height: 95%; }
    section.busca .listing .item span {
      float: left;
      width: 100%;
      text-align: center; }
      section.busca .listing .item span a {
        color: #333;
        text-decoration: none;
        float: left;
        width: 100%;
        padding: 10px; }
    section.busca .listing .item:hover, section.busca .listing .item:active {
      border: 1px solid #646162; }
section.busca .combos {
  float: left;
  width: 100%;
  padding: 0px 15px 15px 15px;
  margin-bottom: -20px;
  margin-top: 10px; }
  section.busca .combos img {
    max-width: 100%; }
  section.busca .combos .combo {
    display: grid;
    grid-template-columns: 100%;
    padding: 20px 10px 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px; }
    section.busca .combos .combo .produtos {
      display: block;
      justify-content: flex-start;
      align-items: stretch;
      width: 100%;
      overflow-x: auto;
      flex-wrap: wrap;
      white-space: nowrap; }
      section.busca .combos .combo .produtos .produto {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        width: 49%; }
        section.busca .combos .combo .produtos .produto:not(:first-child):after {
          content: "+";
          font-size: 20px;
          color: #333;
          font-weight: bold;
          position: absolute;
          top: calc(50% - 20px);
          left: -10px;
          z-index: 99; }
        section.busca .combos .combo .produtos .produto:not(:first-child) {
          margin-left: 1%; }
        section.busca .combos .combo .produtos .produto .selecionado {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          white-space: pre-wrap; }
          section.busca .combos .combo .produtos .produto .selecionado .item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 100%; }
            section.busca .combos .combo .produtos .produto .selecionado .item img {
              margin-bottom: 15px;
              max-width: 100%; }
            section.busca .combos .combo .produtos .produto .selecionado .item h2 {
              margin-bottom: 8px;
              text-align: center;
              font-size: 14px;
              min-height: 2.5em; }
              section.busca .combos .combo .produtos .produto .selecionado .item h2 a {
                color: #748A9D; }
            section.busca .combos .combo .produtos .produto .selecionado .item h4 {
              font-weight: bold;
              margin: 2px 0;
              text-align: center;
              font-size: 12px;
              color: #748A9D; }
            section.busca .combos .combo .produtos .produto .selecionado .item h3 {
              margin-top: 8px;
              text-align: center;
              font-size: 13px;
              color: #748A9D; }
            section.busca .combos .combo .produtos .produto .selecionado .item .alternar {
              position: absolute;
              top: 0;
              right: 0;
              padding: 2px; }
              section.busca .combos .combo .produtos .produto .selecionado .item .alternar a i {
                font-size: 1.5em;
                color: #748A9D; }
        section.busca .combos .combo .produtos .produto .outros {
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          background-color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 9999999;
          display: none;
          visibility: hidden; }
          section.busca .combos .combo .produtos .produto .outros .container {
            display: inline-flex;
            width: auto;
            background-color: #fff;
            padding: 50px 10px 30px 10px;
            position: relative;
            flex-wrap: wrap;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            overflow: auto; }
            section.busca .combos .combo .produtos .produto .outros .container > a {
              position: fixed;
              top: 5px;
              right: 5px;
              padding: 5px;
              cursor: pointer;
              line-height: 1em;
              background-color: #d9534f;
              border-radius: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 30px;
              height: 30px;
              text-decoration: none;
              color: #fff;
              z-index: 9999; }
            section.busca .combos .combo .produtos .produto .outros .container > h1 {
              width: 100%;
              display: flex;
              justify-content: center;
              margin-bottom: 25px;
              font-weight: bold;
              font-size: 20px; }
            section.busca .combos .combo .produtos .produto .outros .container .item {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              position: relative;
              width: 100%;
              padding-top: 30px;
              padding-bottom: 30px;
              text-align: center;
              box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
              border-radius: 15px;
              margin-bottom: 20px; }
              section.busca .combos .combo .produtos .produto .outros .container .item img {
                margin-bottom: 0px;
                max-width: 90%; }
              section.busca .combos .combo .produtos .produto .outros .container .item h2 {
                margin-bottom: 0px;
                text-align: center;
                font-size: 14px;
                min-height: 2.5em; }
                section.busca .combos .combo .produtos .produto .outros .container .item h2 a {
                  color: #748A9D; }
              section.busca .combos .combo .produtos .produto .outros .container .item h4 {
                font-weight: bold;
                margin: 2px 0;
                text-align: center;
                font-size: 12px;
                color: #748A9D; }
              section.busca .combos .combo .produtos .produto .outros .container .item h3 {
                margin-top: 8px;
                text-align: center;
                font-size: 13px;
                color: #748A9D; }
              section.busca .combos .combo .produtos .produto .outros .container .item .alternar {
                display: none; }
    section.busca .combos .combo .combo-info {
      display: grid;
      grid-template-columns: 100%; }
      section.busca .combos .combo .combo-info .comprar {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 15px; }
        section.busca .combos .combo .combo-info .comprar .btn-comprar-combo {
          float: left;
          width: 100%;
          padding: 19px;
          background: #E48A22;
          border: 0px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          outline: none; }
    section.busca .combos .combo .combo-info-mobile {
      display: grid;
      grid-template-columns: 100%;
      margin-bottom: 15px; }
      section.busca .combos .combo .combo-info-mobile .info {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        section.busca .combos .combo .combo-info-mobile .info h3 {
          font-family: 'Dosis', sans-serif;
          font-size: 18px;
          margin-bottom: 5px;
          text-transform: uppercase;
          text-align: center;
          color: #748A9D;
          font-weight: bold; }
        section.busca .combos .combo .combo-info-mobile .info h4 {
          color: grey;
          font-weight: bold;
          font-size: 24px;
          font-weight: bold;
          color: #748A9D;
          text-align: center;
          margin-bottom: 5px; }
          section.busca .combos .combo .combo-info-mobile .info h4.cento {
            font-size: 14px;
            margin-top: 0; }
        section.busca .combos .combo .combo-info-mobile .info h5 {
          font-weight: normal;
          font-size: 16px;
          color: #748A9D;
          text-align: center;
          margin-top: 10px; }
        section.busca .combos .combo .combo-info-mobile .info .economia {
          font-size: 18px; }
  section.busca .combos + .ver-todos {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 20px 20px; }
    section.busca .combos + .ver-todos a {
      float: left;
      width: 100%;
      padding: 19px;
      background: #646162;
      border: 0px;
      border-radius: 100px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none; }
  section.busca .combos:not(.esconder) + .ver-todos {
    display: none; }
  section.busca .combos.esconder .combo:nth-child(1n+5) {
    display: none; }

body.product header {
  background: unset; }
  body.product header .nav-bar .main-bar {
    justify-content: space-between;
    background: #d0d0d08f; }
  body.product header .nav-bar .nav-bar-title {
    display: none; }
  body.product header .nav-bar i {
    font-size: 20px;
    color: white; }

section.produto {
  float: left;
  width: 100%;
  padding-bottom: 40px; }
  section.produto .main-images {
    float: left;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1; }
    section.produto .main-images .swiper-pagination {
      position: static; }
      section.produto .main-images .swiper-pagination span {
        background: #646162; }
    section.produto .main-images .aligner {
      text-align: center; }
    section.produto .main-images .swiper-wrapper img {
      max-width: 100%; }
    section.produto .main-images .image {
      float: left;
      width: 100%;
      padding-bottom: 80%;
      position: relative; }
      section.produto .main-images .image .image-handler {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.produto .main-images .image .image-handler img {
          max-width: 100%;
          max-height: 95%;
          height: auto; }
  section.produto .variations {
    background: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 80%);
    float: left;
    width: 100%;
    margin-top: 25vh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    padding: 0px 20px; }
    section.produto .variations .wishlist {
      top: -20px;
      right: 10px;
      background: white;
      padding: 20px;
      box-shadow: 0px 0px 8px 0px #bcbcbc;
      border-radius: 50%;
      position: absolute;
      cursor: pointer; }
      section.produto .variations .wishlist i {
        color: #dd4b39;
        font-size: 20px; }
    section.produto .variations .rate i {
      color: #d1d1d1;
      font-size: 20px;
      margin-right: 5px; }
      section.produto .variations .rate i:before {
        font-family: 'icomoon' !important; }
    section.produto .variations .rate .active {
      color: #dd4b39; }
    section.produto .variations h1 {
      font-size: 18px;
      margin-top: 40px;
      margin-bottom: 0px; }
    section.produto .variations .variation-msg {
      float: left;
      width: 100%;
      padding: 15px 0px;
      text-align: left;
      margin-top: 15px;
      font-size: 15px;
      font-weight: bold; }
    section.produto .variations .box {
      margin-top: 25px; }
      section.produto .variations .box .descriptionTitle {
        font-weight: bold;
        color: black; }
      section.produto .variations .box .description {
        color: gray;
        border-bottom: 1px solid #c7c7c7;
        line-height: 1.2; }
    section.produto .variations .variation {
      float: left;
      width: 100%;
      padding: 15px 0px; }
      section.produto .variations .variation .block {
        display: flex;
        padding: 10px;
        background: #E5EAEF;
        align-items: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        color: #333;
        margin-bottom: 10px;
        min-height: 62px; }
        section.produto .variations .variation .block .name {
          flex: 1;
          margin-left: 10px; }
        section.produto .variations .variation .block .prices {
          display: inline-flex;
          flex-direction: column; }
          section.produto .variations .variation .block .prices .price {
            margin-top: 2.5px;
            margin-bottom: 2.5px; }
            section.produto .variations .variation .block .prices .price[data-cento-valor] {
              font-weight: bold; }
        section.produto .variations .variation .block .price {
          margin-right: 10px; }
        section.produto .variations .variation .block .check-holder {
          width: 20px;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          display: none; }
          section.produto .variations .variation .block .check-holder .icon-check {
            font-size: 10px; }
            section.produto .variations .variation .block .check-holder .icon-check i:before {
              content: '';
              vertical-align: top; }
        section.produto .variations .variation .block .quantity {
          background: white;
          margin-right: 10px;
          display: flex;
          padding: 6px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          align-items: center;
          justify-content: center; }
          section.produto .variations .variation .block .quantity input {
            width: 60px;
            text-align: center;
            border: 0px;
            outline: none;
            color: #333; }
          section.produto .variations .variation .block .quantity span {
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0px;
            background: none;
            height: 30px;
            outline: none;
            opacity: 1;
            color: #333; }
            section.produto .variations .variation .block .quantity span .icon-minus {
              font-size: 2px; }
        section.produto .variations .variation .block.selected {
          background: #c8c8c8; }
          section.produto .variations .variation .block.selected .check-holder {
            display: flex; }
          section.produto .variations .variation .block.selected .quantity {
            display: flex; }
          section.produto .variations .variation .block.selected .name {
            margin-left: 0; }
        section.produto .variations .variation .block:first-of-type:last-of-type .quantity {
          display: flex; }
        section.produto .variations .variation .block:first-of-type:last-of-type .name {
          margin-left: 0; }
      section.produto .variations .variation .msgCento {
        display: none;
        padding: 15px 10px;
        background: rgba(100, 97, 98, 0.1);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        color: #c8c8c8;
        margin-bottom: 10px;
        font-weight: bold; }
      section.produto .variations .variation .block:not(.selected) + .msgCento {
        display: none !important; }
  section.produto .action {
    float: left;
    width: 100%;
    padding: 40px 0px; }
    section.produto .action .bgButton {
      padding: 50px;
      background: white;
      float: left;
      width: 100%;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      box-shadow: 0px 0px 3px 0px #b8b4b4;
      position: relative; }
      section.produto .action .bgButton:before {
        content: '';
        width: 25%;
        height: 130%;
        position: absolute;
        background: #c8c8c8;
        left: -20px;
        top: -15%;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        z-index: -1; }
    section.produto .action button {
      float: left;
      width: 100%;
      padding: 15px;
      background: #fc6011;
      border: 0px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.produto .action button span {
        position: relative;
        margin-right: 10px; }
        section.produto .action button span .icon-add {
          position: absolute;
          top: 5px;
          background: white;
          color: #333;
          width: 15px;
          height: 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #333;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          right: -5px;
          font-size: 10px; }
        section.produto .action button span .icon-cart {
          font-size: 25px; }
  section.produto .product-content {
    float: left;
    width: 100%;
    padding: 15px; }
    section.produto .product-content .box {
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      section.produto .product-content .box h2 {
        font-weight: bold;
        color: #646162;
        font-size: 20px; }
      section.produto .product-content .box p {
        color: #c8c8c8; }
      section.produto .product-content .box .description p {
        color: #646162 !important; }
      section.produto .product-content .box dl {
        float: left;
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
        display: flex; }
        section.produto .product-content .box dl dd, section.produto .product-content .box dl dt {
          flex: 50%;
          margin: 0;
          padding: 10px 0px; }
        section.produto .product-content .box dl dd {
          color: #c8c8c8; }
        section.produto .product-content .box dl dt {
          text-align: right;
          color: #333; }

section.cart {
  float: left;
  width: 100%;
  padding-top: 60px; }
  section.cart .checkout-totals {
    float: left;
    width: 100%;
    padding: 15px; }
    section.cart .checkout-totals dl {
      float: left;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 8px 0px;
      color: #333; }
      section.cart .checkout-totals dl.large {
        font-size: 24px; }
      section.cart .checkout-totals dl dd {
        margin: 0; }
  section.cart .credit-card-data {
    float: left;
    width: 100%;
    padding: 15px; }
  section.cart .inline-input {
    float: left;
    width: 100%;
    background: rgba(200, 200, 200, 0.1);
    display: flex;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    align-items: center; }
    section.cart .inline-input input {
      flex: 1;
      background: none;
      border: 0px;
      padding: 20px 10px;
      outline: none;
      color: #333; }
      section.cart .inline-input input::placeholder {
        color: rgba(51, 51, 51, 0.7);
        opacity: 1; }
    section.cart .inline-input i {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      font-size: 20px;
      color: rgba(51, 51, 51, 0.5); }

.order-confirmation {
  float: left;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .order-confirmation .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .order-confirmation .info span {
      color: #333;
      font-size: 20px; }
    .order-confirmation .info strong {
      color: #E48A22;
      font-size: 24px;
      font-weight: normal;
      margin-top: 6px; }

body.home-page {
  padding: 10px;
  padding-top: 120px; }
  body.home-page header {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0px !important;
    box-shadow: 0px 0px 3px 1px lightgray; }
    body.home-page header .search-bar {
      display: flex !important;
      margin-bottom: 10px; }
  body.home-page .block-wrapper {
    float: left;
    width: 100%;
    padding-top: 20px; }
  body.home-page .deptos {
    margin-left: 5px;
    float: left;
    width: 100%; }
    body.home-page .deptos .swiper-wrapper {
      height: unset !important; }
    body.home-page .deptos .swiper-slide {
      height: unset !important; }
      body.home-page .deptos .swiper-slide .image {
        float: left;
        width: 100%; }
        body.home-page .deptos .swiper-slide .image a {
          float: left;
          width: 100%;
          max-width: 110px;
          background: white;
          text-align: center;
          border-radius: 10px; }
        body.home-page .deptos .swiper-slide .image img {
          max-width: 110px;
          border-radius: 10px;
          max-height: 72px; }
      body.home-page .deptos .swiper-slide > span a {
        width: 100%;
        display: block;
        float: left;
        text-align: center;
        margin-top: 10px;
        max-width: 110px;
        font-weight: bold;
        color: #333; }
  body.home-page .end {
    margin-bottom: 30px;
    color: grey; }
    body.home-page .end h2 {
      font-size: 18px;
      font-weight: bold;
      color: gray;
      display: flex;
      align-items: center;
      margin-top: 10px; }
      body.home-page .end h2 i {
        font-size: 12px;
        color: #fc6011;
        margin-left: 10px; }
  body.home-page .destaques {
    float: left;
    width: 100%;
    margin-top: 40px; }
    body.home-page .destaques h2 {
      font-size: 30px;
      margin-bottom: 20px; }
    body.home-page .destaques .item {
      margin-bottom: 40px;
      margin-top: 20px; }
      body.home-page .destaques .item .image a img {
        width: 100%; }
      body.home-page .destaques .item > span a {
        margin-left: 10px;
        color: #333;
        font-weight: bold;
        display: block;
        font-size: 16px;
        max-width: 80%;
        position: relative;
        margin: 10px 0px 0px 10px; }
        body.home-page .destaques .item > span a:before {
          content: 'veja +';
          color: #fc6011;
          font-size: 14px;
          position: absolute;
          right: -20%;
          top: 0px; }
      body.home-page .destaques .item .avaliacoes {
        margin: 0px 10px; }
        body.home-page .destaques .item .avaliacoes i {
          color: #dbdbdb; }
        body.home-page .destaques .item .avaliacoes .fill {
          color: #fc6011; }
        body.home-page .destaques .item .avaliacoes i:before {
          font-family: 'icomoon' !important; }
  body.home-page .lancamentos {
    margin-left: 5px;
    float: left;
    width: 100%; }
    body.home-page .lancamentos h2 {
      margin-bottom: 20px;
      font-size: 30px; }
    body.home-page .lancamentos .avaliacoes {
      display: none !important; }
    body.home-page .lancamentos .swiper-wrapper {
      height: unset !important; }
      body.home-page .lancamentos .swiper-wrapper .swiper-slide {
        height: unset !important; }
      body.home-page .lancamentos .swiper-wrapper .item {
        margin-right: 10px; }
      body.home-page .lancamentos .swiper-wrapper .image {
        float: left;
        width: 100%; }
        body.home-page .lancamentos .swiper-wrapper .image a {
          float: left;
          width: 100%;
          max-width: 170px;
          background: white;
          border-radius: 15px;
          text-align: center; }
          body.home-page .lancamentos .swiper-wrapper .image a img {
            max-width: 170px;
            border-radius: 15px;
            max-height: 113px; }
      body.home-page .lancamentos .swiper-wrapper span {
        float: left;
        margin-top: 15px;
        font-weight: bold;
        padding: 0px 10px; }
        body.home-page .lancamentos .swiper-wrapper span a {
          color: #333; }
      body.home-page .lancamentos .swiper-wrapper .nomeDep {
        font-weight: normal;
        color: gray;
        display: block;
        margin: 5px 0px; }
  body.home-page .maisVendidos {
    float: left;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%; }
    body.home-page .maisVendidos h2 {
      margin-bottom: 20px;
      font-size: 30px; }
    body.home-page .maisVendidos .dep small {
      display: block;
      margin: 5px 0px;
      color: gray; }
    body.home-page .maisVendidos .avaliacoes {
      margin: 0px; }
      body.home-page .maisVendidos .avaliacoes span {
        margin-left: 0px !important; }
        body.home-page .maisVendidos .avaliacoes span i {
          color: #dbdbdb; }
        body.home-page .maisVendidos .avaliacoes span .fill {
          color: #fc6011; }
        body.home-page .maisVendidos .avaliacoes span i:before {
          font-family: 'icomoon' !important; }
        body.home-page .maisVendidos .avaliacoes span small {
          display: none; }
    body.home-page .maisVendidos .item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      position: relative;
      max-width: 85%; }
      body.home-page .maisVendidos .item .image a:before {
        content: 'veja +';
        color: #fc6011;
        font-size: 14px;
        position: absolute;
        right: -15%;
        top: 25px; }
      body.home-page .maisVendidos .item span {
        margin-left: 10px; }
        body.home-page .maisVendidos .item span a {
          font-weight: bold;
          color: #333; }
      body.home-page .maisVendidos .item img {
        max-width: 100px; }
  body.home-page .default-list {
    float: left;
    width: 100%;
    display: none;
    padding: 15px 0px !important; }
    body.home-page .default-list .item {
      float: left;
      width: 100%;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      background: rgba(200, 200, 200, 0.1);
      color: #333;
      margin-bottom: 20px; }
      body.home-page .default-list .item.open .item-body {
        display: block; }
      body.home-page .default-list .item.open .item-title i {
        transform: rotate(180deg); }
      body.home-page .default-list .item-title {
        float: left;
        width: 100%;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body.home-page .default-list .item-title i {
          font-size: 10px;
          -webkit-transition: all 90ms ease-in;
          -moz-transition: all 90ms ease-in;
          -o-transition: all 90ms ease-in;
          transition: all 90ms ease-in; }
      body.home-page .default-list .item-body {
        float: left;
        width: 100%;
        padding: 30px;
        padding-top: 0px;
        margin-top: 0px;
        display: none; }
        body.home-page .default-list .item-body table {
          width: 100%; }
          body.home-page .default-list .item-body table tr td:nth-child(2) {
            color: rgba(51, 51, 51, 0.7);
            text-align: right; }
          body.home-page .default-list .item-body table tr td:last-child {
            text-align: right; }
          body.home-page .default-list .item-body table tr td {
            padding: 3px 0px; }
      body.home-page .default-list .item button {
        float: left;
        width: 100%;
        padding: 19px;
        border: 0px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        font-size: 16px;
        margin: 20px 0px;
        background: #fc6011; }
        body.home-page .default-list .item button i {
          margin-left: 10px; }

section.home {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  background: #F1F1F1; }

section.account .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 15px;
  width: calc(100% - 30px);
  margin-left: 15px;
  border-bottom: 1px solid rgba(116, 138, 157, 0.1); }
  section.account .nav-tabs li {
    flex: 1; }
    section.account .nav-tabs li a {
      width: 100%;
      height: 100%;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center;
      color: #748A9D;
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-end;
      border: 0 !important; }
      section.account .nav-tabs li a i {
        display: inline-block;
        margin-bottom: 10px; }
    section.account .nav-tabs li.active a {
      background-color: rgba(116, 138, 157, 0.1);
      color: #748A9D; }
    section.account .nav-tabs li:nth-child(1) a i {
      font-size: 1.3em;
      line-height: 1.5em; }
    section.account .nav-tabs li:nth-child(2) a i {
      font-size: 1.5em;
      line-height: 1.5em; }
    section.account .nav-tabs li:nth-child(3) a i {
      font-size: 1.5em;
      line-height: 1.5em; }
    section.account .nav-tabs li:nth-child(4) a i {
      font-size: 1.5em;
      line-height: 1.5em; }
section.account .tab-pane {
  padding-top: 20px;
  padding-bottom: 70px; }
  section.account .tab-pane .tab-content {
    width: 100%;
    min-height: calc(100vh - 270px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; }
    section.account .tab-pane .tab-content .alert {
      margin-left: 20px;
      width: calc(100% - 40px);
      margin-right: 20px;
      border: 0 !important;
      text-align: center;
      line-height: 1.4em; }
section.account .inline-input {
  float: left;
  width: 100%;
  background: rgba(200, 200, 200, 0.4);
  display: flex;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  align-items: center; }
  section.account .inline-input input,
  section.account .inline-input select {
    flex: 1;
    background: none;
    border: 0px;
    padding: 20px 35px;
    outline: none;
    color: rgba(51, 51, 51, 0.3);
    width: 100% !important;
    height: 60px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    overflow: hidden; }
    section.account .inline-input input::placeholder,
    section.account .inline-input select::placeholder {
      color: rgba(51, 51, 51, 0.3);
      opacity: 1; }
  section.account .inline-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url(https://vectorified.com/images/drop-down-menu-icon-24.png) no-repeat scroll calc(95% + 3px) center/15px auto; }
    section.account .inline-input select option {
      color: rgba(51, 51, 51, 0.3); }
  section.account .inline-input i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.5); }
section.account .create-account {
  float: left;
  width: 100%;
  padding: 15px; }
  section.account .create-account h1 {
    text-align: center; }
  section.account .create-account .subtitle {
    margin-bottom: 30px; }
  section.account .create-account span {
    text-align: center;
    width: 100%;
    display: block;
    color: gray; }
section.account .form-label {
  float: left;
  width: 100%;
  padding: 15px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  line-height: 1.2em; }
  section.account .form-label .small {
    font-style: 0.9em; }
  section.account .form-label .text-justify {
    text-align: justify; }
section.account .newsletter {
  float: left;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333; }
  section.account .newsletter input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    outline: none; }
    section.account .newsletter input:checked {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAABGdBTUEAALGPC/xhBQAAAOVJREFUKBWdka0KAlEQhReDwWa1WiyaBZNgECyCQbAIFoPFIDaTYDWYfATfwGgS9BnEJjaLgv+u38C9y90/lt0DHzN35pyBZS0roWzbHsMRSolOEByC1i72EZJ9naY+oBbrCIEu/ED0gkbcA21CH0kjqS3nAI8CbKDsDD0Nuya8QfSFjsvC4CAbdIGia8mDWR2eIJJP6Xk9YprKVulMzWsTfRXuaidloHe+ynJpGOXf56ACN2M+8gXNAcYUrIzAif5qvCemP7QnkIa1EdTtLDQUtCCVga1OU+dBvsgZwSzsYRFpVoY/NEAybUX2hEcAAAAASUVORK5CYII=") center center no-repeat #333;
      border: 2px solid #333; }
section.account .google-rc {
  display: flex;
  flex-align: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  float: left;
  padding: 15px; }
section.account .add-new-address {
  text-align: right;
  padding: 15px;
  float: left;
  width: 100%; }
  section.account .add-new-address a {
    color: #646162;
    font-weight: bold;
    font-style: italic; }
section.account .action {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px; }
  section.account .action.no-padding-bottom {
    padding-bottom: 0; }
  section.account .action button {
    float: left;
    width: 100%;
    padding: 19px;
    background: #77dd77;
    border: 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: white;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    outline: none; }
    section.account .action button i {
      display: none;
      font-size: 15px;
      margin-left: 10px; }
section.account .my-account-list {
  float: left;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column; }
  section.account .my-account-list-inset {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(200, 200, 200, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 0px; }
    section.account .my-account-list-inset .item {
      width: 100%;
      padding: 15px 20px;
      display: flex;
      align-items: center; }
      section.account .my-account-list-inset .item a {
        color: #333;
        text-decoration: none;
        font-size: 20px; }
      section.account .my-account-list-inset .item-info {
        flex: 1;
        flex-direction: column;
        display: flex;
        color: #333; }
        section.account .my-account-list-inset .item-info strong {
          font-weight: normal;
          opacity: .7; }
section.account .order-details {
  float: left;
  width: 100%;
  padding: 15px; }
  section.account .order-details .inset {
    float: left;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: rgba(200, 200, 200, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 20px;
    color: #333; }
    section.account .order-details .inset .info {
      float: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      font-size: 14px;
      margin-bottom: 20px;
      padding: 20px 0px; }
      section.account .order-details .inset .info .id {
        margin-bottom: 15px;
        font-size: 18px; }
      section.account .order-details .inset .info .date {
        margin-bottom: 15px; }
      section.account .order-details .inset .info .status {
        font-size: 16px; }
      section.account .order-details .inset .info.green {
        background: #333;
        color: #fff; }
      section.account .order-details .inset .info.red {
        background: #dd5044;
        color: #fff; }
      section.account .order-details .inset .info.yellow {
        background: #feb201;
        color: #333; }
    section.account .order-details .inset .itens {
      margin-bottom: 20px; }
      section.account .order-details .inset .itens .contents table {
        width: 100%; }
        section.account .order-details .inset .itens .contents table tr td:nth-child(1),
        section.account .order-details .inset .itens .contents table tr th:nth-child(1) {
          text-align: left;
          width: 60%; }
        section.account .order-details .inset .itens .contents table tr td:nth-child(2),
        section.account .order-details .inset .itens .contents table tr th:nth-child(2) {
          text-align: center; }
        section.account .order-details .inset .itens .contents table tr td:nth-child(3),
        section.account .order-details .inset .itens .contents table tr th:nth-child(3) {
          text-align: right; }
        section.account .order-details .inset .itens .contents table tr td, section.account .order-details .inset .itens .contents table tr th {
          padding: 5px 0px;
          vertical-align: top; }
        section.account .order-details .inset .itens .contents table tr th {
          color: rgba(116, 138, 157, 0.7); }
    section.account .order-details .inset .price .totals dl {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section.account .order-details .inset .price .totals dl dt {
        color: rgba(116, 138, 157, 0.7); }
      section.account .order-details .inset .price .totals dl:last-child {
        margin-bottom: 0; }
    section.account .order-details .inset .ship-data {
      float: left;
      margin-top: 15px;
      line-height: 1.5em;
      text-align: right;
      width: 100%;
      padding-left: 25%; }
    section.account .order-details .inset .message {
      float: left;
      width: 100%;
      padding: 15px;
      display: flex;
      flex-direction: column;
      background: rgba(150, 150, 150, 0.1);
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      padding: 20px 20px;
      color: #c8c8c8;
      margin-top: 25px; }
section.account #divCartoes .cartoes {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%; }
  @media all and (max-width: 900px) {
    section.account #divCartoes .cartoes {
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-top: 30px; } }
  section.account #divCartoes .cartoes .cartao {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    background-color: rgba(116, 138, 157, 0.1);
    border-radius: 10px;
    padding: 25px;
    width: 45%;
    position: relative;
    margin-bottom: calc(80px + 1em); }
    @media all and (max-width: 900px) {
      section.account #divCartoes .cartoes .cartao {
        width: 90%;
        max-width: 360px; } }
    section.account #divCartoes .cartoes .cartao > div {
      display: inline-flex; }
    section.account #divCartoes .cartoes .cartao .bandeira {
      grid-column: 1 / 6;
      grid-row: 1;
      justify-content: flex-start; }
      section.account #divCartoes .cartoes .cartao .bandeira label {
        display: none; }
      section.account #divCartoes .cartoes .cartao .bandeira span img {
        border-radius: 5px; }
    section.account #divCartoes .cartoes .cartao .numero {
      grid-column: 1 / 11;
      grid-row: 2;
      justify-content: center;
      padding: 45px 0; }
      section.account #divCartoes .cartoes .cartao .numero label {
        display: none; }
      section.account #divCartoes .cartoes .cartao .numero span {
        font-size: 1.4em; }
    section.account #divCartoes .cartoes .cartao .titular {
      grid-column: 1 / 6;
      grid-row: 3;
      flex-direction: column;
      align-items: flex-start; }
      section.account #divCartoes .cartoes .cartao .titular label {
        font-size: 0.8em;
        margin-bottom: 8px; }
      section.account #divCartoes .cartoes .cartao .titular span {
        font-size: 1.2em;
        text-transform: uppercase; }
    section.account #divCartoes .cartoes .cartao .validade {
      grid-column: 6 / 11;
      grid-row: 3;
      flex-direction: column;
      align-items: flex-end; }
      section.account #divCartoes .cartoes .cartao .validade label {
        font-size: 0.8em;
        margin-bottom: 8px; }
      section.account #divCartoes .cartoes .cartao .validade span {
        font-size: 1.2em; }
    section.account #divCartoes .cartoes .cartao .remover {
      grid-column: 6 / 11;
      grid-row: 1;
      justify-content: flex-end; }
      section.account #divCartoes .cartoes .cartao .remover i {
        font-size: 25px;
        color: #d9534f; }
    section.account #divCartoes .cartoes .cartao .principal {
      position: absolute;
      bottom: calc(-50px - 1em);
      width: 100%;
      text-align: center;
      justify-content: center; }
      section.account #divCartoes .cartoes .cartao .principal label {
        display: none; }
      section.account #divCartoes .cartoes .cartao .principal span, section.account #divCartoes .cartoes .cartao .principal a {
        margin-top: 10px;
        float: left;
        width: 100%;
        padding: 19px;
        background: #646162;
        border: 0px;
        border-radius: 100px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none; }
      section.account #divCartoes .cartoes .cartao .principal span {
        opacity: 0.7; }

section.orders {
  float: left;
  width: 100%;
  padding-top: 60px; }
  section.orders.no-padding {
    padding-top: 0; }
  section.orders .order-list {
    float: left;
    width: 100%;
    padding: 15px; }
    section.orders .order-list .order-item {
      float: left;
      width: 100%;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      background: rgba(200, 200, 200, 0.1);
      color: #333;
      margin-bottom: 20px; }
      section.orders .order-list .order-item.open .order-item-body {
        display: block; }
      section.orders .order-list .order-item.open .order-item-title i {
        transform: rotate(180deg); }
      section.orders .order-list .order-item .order-item-title {
        float: left;
        width: 100%;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        section.orders .order-list .order-item .order-item-title i {
          font-size: 10px;
          -webkit-transition: all 90ms ease-in;
          -moz-transition: all 90ms ease-in;
          -o-transition: all 90ms ease-in;
          transition: all 90ms ease-in; }
      section.orders .order-list .order-item .order-item-body {
        float: left;
        width: 100%;
        padding: 30px;
        padding-top: 0px;
        margin-top: 0px;
        display: none; }
        section.orders .order-list .order-item .order-item-body table {
          width: 100%; }
          section.orders .order-list .order-item .order-item-body table tr td:first-child {
            width: 60%; }
          section.orders .order-list .order-item .order-item-body table tr td:nth-child(2) {
            color: rgba(200, 200, 200, 0.7);
            text-align: center; }
          section.orders .order-list .order-item .order-item-body table tr td:last-child {
            text-align: right; }
          section.orders .order-list .order-item .order-item-body table tr td {
            padding: 3px 0px;
            vertical-align: middle; }
        section.orders .order-list .order-item .order-item-body .totals-status {
          float: left;
          width: 100%;
          display: flex;
          margin-top: 20px; }
          section.orders .order-list .order-item .order-item-body .totals-status .status {
            flex: 1;
            display: flex;
            align-items: center;
            align-items: flex-end; }
            section.orders .order-list .order-item .order-item-body .totals-status .status-inset {
              display: flex;
              align-items: center; }
            section.orders .order-list .order-item .order-item-body .totals-status .status .icon {
              background: #646162;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              justify-content: center;
              color: white;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              -ms-border-radius: 100px;
              -o-border-radius: 100px;
              border-radius: 100px;
              font-size: 12px;
              margin-right: 10px; }
              section.orders .order-list .order-item .order-item-body .totals-status .status .icon.green {
                background: #333; }
              section.orders .order-list .order-item .order-item-body .totals-status .status .icon.red {
                background: #dd5044; }
              section.orders .order-list .order-item .order-item-body .totals-status .status .icon.yellow {
                background: #feb201; }
          section.orders .order-list .order-item .order-item-body .totals-status .totals {
            width: 50%; }
            section.orders .order-list .order-item .order-item-body .totals-status .totals dl {
              display: flex;
              width: 100%;
              margin: 0;
              margin-top: 10px; }
              section.orders .order-list .order-item .order-item-body .totals-status .totals dl dt {
                flex: 1;
                color: rgba(200, 200, 200, 0.7); }
              section.orders .order-list .order-item .order-item-body .totals-status .totals dl dd {
                text-align: right;
                margin: 0;
                flex: 1;
                margin-left: 10px; }

section.settings {
  float: left;
  width: 100%;
  display: none; }
  section.settings .settings-options {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 30px; }
    section.settings .settings-options .setting-item {
      float: left;
      width: 100%;
      background: rgba(200, 200, 200, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      text-decoration: none;
      align-items: center;
      margin-bottom: 10px; }
      section.settings .settings-options .setting-item .item-icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #333;
        margin-right: 10px; }
      section.settings .settings-options .setting-item .name {
        flex: 1;
        color: #333;
        font-size: 17px; }
      section.settings .settings-options .setting-item .icon-chevron-right {
        color: #c8c8c8;
        opacity: .5; }
  section.settings .my-account-list {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: column; }
    section.settings .my-account-list-inset {
      float: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      background: rgba(200, 200, 200, 0.1);
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      padding: 10px 0px; }
      section.settings .my-account-list-inset .item {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        align-items: center; }
        section.settings .my-account-list-inset .item a {
          color: #c8c8c8;
          text-decoration: none;
          font-size: 20px; }
        section.settings .my-account-list-inset .item-info {
          flex: 1;
          flex-direction: column;
          display: flex;
          color: #c8c8c8; }
          section.settings .my-account-list-inset .item-info strong {
            font-weight: normal;
            opacity: .7; }

section.banners {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  outline: 1px solid red;
  display: flex;
  flex-direction: column; }
  section.banners .banners-wrapper {
    flex: 1;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.11); }
    section.banners .banners-wrapper .swiper-container {
      height: 100%; }
      section.banners .banners-wrapper .swiper-container .swiper-slide {
        position: relative; }
      section.banners .banners-wrapper .swiper-container .info {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        z-index: 10;
        color: #c8c8c8;
        padding-bottom: 10%; }
      section.banners .banners-wrapper .swiper-container img {
        max-height: 597px;
        max-width: 375px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px; }
  section.banners .actions {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-bottom: 20px;
    align-items: center;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    background: #eaeaea; }
    section.banners .actions a {
      color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      opacity: .7;
      display: inline-flex;
      width: 100%;
      justify-content: center;
      text-align: center;
      line-height: 50px; }
      section.banners .actions a:hover, section.banners .actions a:active {
        color: #646162; }
    section.banners .actions .swiper-pagination {
      position: static; }
      section.banners .actions .swiper-pagination span {
        margin: 4px;
        background: #454545; }

.checkout-bar {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-top: 0px; }
  .checkout-bar span {
    height: 40px;
    width: 20%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c8c8c8; }
    .checkout-bar span.active {
      background: #333;
      color: white; }
    .checkout-bar span .icon-location {
      font-size: 26px; }

section.checkout {
  padding: 15px;
  padding-top: 140px; }
  section.checkout .address-selected {
    background: rgba(200, 200, 200, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    color: #c8c8c8;
    align-items: center; }
    section.checkout .address-selected .icon-check {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #333;
      font-size: 12px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      color: white; }
  section.checkout .address-available {
    background: rgba(200, 200, 200, 0.1);
    float: left;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px; }
    section.checkout .address-available .title {
      float: left;
      width: 100%;
      padding: 20px;
      border-bottom: 2px solid white;
      color: #c8c8c8; }
    section.checkout .address-available .list {
      float: left;
      width: 100%;
      padding: 20px; }
      section.checkout .address-available .list ul {
        margin: 0;
        padding: 0; }
        section.checkout .address-available .list ul li {
          list-style: none;
          margin-bottom: 10px; }
          section.checkout .address-available .list ul li:last-child {
            margin-bottom: 0; }
          section.checkout .address-available .list ul li a {
            color: #c8c8c8;
            text-decoration: none; }
  section.checkout .inline-input {
    float: left;
    width: 100%;
    background: rgba(200, 200, 200, 0.1);
    display: flex;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    align-items: center; }
    section.checkout .inline-input input {
      flex: 1;
      background: none;
      border: 0px;
      padding: 20px 20px;
      outline: none;
      color: #333; }
      section.checkout .inline-input input::placeholder {
        color: rgba(51, 51, 51, 0.7);
        opacity: 1; }
    section.checkout .inline-input i {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      font-size: 20px;
      color: rgba(51, 51, 51, 0.5); }
  section.checkout .input span {
    float: left;
    width: 100%;
    color: #c8c8c8;
    font-size: 15px;
    margin-bottom: 5px; }
  section.checkout .input input, section.checkout .input select {
    flex: 1;
    background: none;
    border: 0px;
    padding: 20px 20px;
    outline: none;
    color: #333;
    float: left;
    width: 100%;
    background: rgba(200, 200, 200, 0.1);
    display: flex;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    align-items: center; }
    section.checkout .input input::placeholder, section.checkout .input select::placeholder {
      color: rgba(51, 51, 51, 0.7);
      opacity: 1; }
  section.checkout .input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAABGdBTUEAALGPC/xhBQAAAJ5JREFUSA1jYBgFoyEwGgKjITAaAvQOAUZCFpb2zbNn+MOwloGFIbi7KOkgsvrKKQuFf3//c4CJgXFjV2lSDbIcPjZBS0GasVlMroUg84iyFN1iFjbmK+T4EGQOCBBtKUgxyMf//zJsYvz//xMjI+NCUoIUpB8GmGAMYmjuwsTDTCwsFoysrG4SzDytxOgZVTMaAqMhMBoCoyEwOEIAALxGM+Y6YqtuAAAAAElFTkSuQmCC") right center no-repeat rgba(200, 200, 200, 0.1); }
  section.checkout .input i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.5); }
  section.checkout .action {
    float: left;
    width: 100%; }
    section.checkout .action button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #E48A22;
      width: 100%;
      padding: 20px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      border: 0px;
      color: white;
      outline: none;
      margin-bottom: 10px; }
      section.checkout .action button:last-child {
        margin-bottom: 0; }
      section.checkout .action button.secondary {
        background: #646162; }
      section.checkout .action button i {
        color: white; }
      section.checkout .action button i.icon-arrow-right {
        font-size: 14px; }
  section.checkout .main-checkout {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    section.checkout .main-checkout .action {
      margin-top: 20px; }
    section.checkout .main-checkout .block {
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      section.checkout .main-checkout .block .title {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #c8c8c8;
        margin-bottom: 20px; }
        section.checkout .main-checkout .block .title a {
          color: #c8c8c8;
          text-decoration: none;
          font-size: 20px; }
        section.checkout .main-checkout .block .title .main-title {
          display: flex;
          align-items: center; }
          section.checkout .main-checkout .block .title .main-title i {
            margin-right: 10px; }
  section.checkout .user-data {
    float: left;
    width: 100%; }
    section.checkout .user-data span {
      float: left;
      width: 100%;
      color: #c8c8c8;
      margin-bottom: 5px; }
    section.checkout .user-data a {
      float: right;
      font-style: italic;
      font-weight: bold;
      font-size: 14px;
      color: #c8c8c8; }
  section.checkout .product-item {
    float: left;
    width: 100%; }
    section.checkout .product-item .remove {
      width: 50px;
      height: 50px;
      background: rgba(200, 200, 200, 0.1);
      float: left;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #c8c8c8;
      font-size: 20px;
      text-decoration: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    section.checkout .product-item .product-info {
      float: left;
      width: 100%;
      display: flex;
      background: rgba(200, 200, 200, 0.1);
      margin-bottom: 10px;
      align-items: center;
      padding: 10px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px; }
      section.checkout .product-item .product-info .image {
        width: 25%;
        margin-right: 10px; }
        section.checkout .product-item .product-info .image img {
          max-width: 100%;
          height: auto; }
      section.checkout .product-item .product-info .info {
        display: flex;
        flex-direction: column;
        color: #c8c8c8; }
        section.checkout .product-item .product-info .info .status {
          font-size: 12px; }
    section.checkout .product-item .quantity-block {
      display: flex;
      background: #eaeaea;
      padding: 10px;
      align-items: center;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      color: #c8c8c8;
      margin-bottom: 10px; }
      section.checkout .product-item .quantity-block.grey {
        background: rgba(100, 97, 98, 0.1); }
      section.checkout .product-item .quantity-block .name {
        flex: 1; }
      section.checkout .product-item .quantity-block .price {
        margin-right: 10px; }
      section.checkout .product-item .quantity-block .check-holder {
        width: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.checkout .product-item .quantity-block .check-holder .icon-check {
          font-size: 10px; }
          section.checkout .product-item .quantity-block .check-holder .icon-check i:before {
            content: '';
            vertical-align: top; }
      section.checkout .product-item .quantity-block .quantity {
        background: white;
        margin-right: 10px;
        display: flex;
        padding: 6px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        align-items: center;
        justify-content: center; }
        section.checkout .product-item .quantity-block .quantity input {
          width: 30px;
          text-align: center;
          border: 0px;
          outline: none;
          color: #c8c8c8; }
        section.checkout .product-item .quantity-block .quantity button {
          width: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 0px;
          background: none;
          height: 30px;
          outline: none;
          opacity: 1;
          color: #c8c8c8; }
          section.checkout .product-item .quantity-block .quantity button .icon-minus {
            font-size: 2px; }
  section.checkout .coupon {
    float: left;
    width: 100%;
    margin: 40px 0px; }
    section.checkout .coupon.margin-less {
      margin: 0;
      margin-bottom: 10px; }
  section.checkout .checkout-totals {
    float: left;
    width: 100%; }
    section.checkout .checkout-totals dl {
      float: left;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 8px 0px;
      color: #333; }
      section.checkout .checkout-totals dl.large {
        font-size: 24px; }
      section.checkout .checkout-totals dl dd {
        margin: 0; }
  section.checkout .delivery-address {
    float: left;
    width: 100%; }
    section.checkout .delivery-address-info {
      float: left;
      width: 100%;
      margin-bottom: 30px;
      display: flex;
      color: #c8c8c8;
      border-top: 1px solid #e5e5e5;
      padding-top: 20px; }
      section.checkout .delivery-address-info span {
        font-size: 15px; }
      section.checkout .delivery-address-info i {
        font-size: 20px;
        margin-right: 10px; }
    section.checkout .delivery-address address {
      margin: 0;
      padding: 0;
      float: left;
      width: 100%;
      margin-bottom: 30px;
      margin-top: 10px;
      color: #c8c8c8;
      font-style: normal;
      line-height: 1.4;
      font-size: 15px; }
    section.checkout .delivery-address .check {
      float: left;
      width: 100%;
      display: flex;
      margin-top: 20px; }
      section.checkout .delivery-address .check input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border: 2px solid rgba(200, 200, 200, 0.1);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px; }
        section.checkout .delivery-address .check input:checked {
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAE9JREFUCB1jYMAD/v//PwmIdwMxN1gZkCGArB7IZwTimUB8BIh54HJATi8QS4EEgDR2RVBJb6CC20AsCMSYJsGNhJhUClQEAi1ADHETkgIApNpRP1Z/lOAAAAAASUVORK5CYII=") center center no-repeat #333;
          border: 2px solid #333; }
      section.checkout .delivery-address .check span {
        flex: 1;
        margin-left: 10px;
        color: #c8c8c8;
        font-size: 15px; }
  section.checkout .delivery-type {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0px;
    margin-top: 20px; }
    section.checkout .delivery-type span {
      margin: 3px 0px;
      color: #c8c8c8;
      display: flex;
      align-items: center; }
      section.checkout .delivery-type span input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border: 2px solid rgba(200, 200, 200, 0.1);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        margin-right: 10px;
        outline: none; }
        section.checkout .delivery-type span input:checked {
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAE9JREFUCB1jYMAD/v//PwmIdwMxN1gZkCGArB7IZwTimUB8BIh54HJATi8QS4EEgDR2RVBJb6CC20AsCMSYJsGNhJhUClQEAi1ADHETkgIApNpRP1Z/lOAAAAAASUVORK5CYII=") center center no-repeat #333;
          border: 2px solid #333; }

section.login {
  padding: 25px;
  padding-bottom: 80px;
  color: #c8c8c8; }
  section.login h2 {
    text-align: center;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 40px;
    color: gray;
    width: 100%; }
  section.login h1 {
    width: 100%;
    text-align: center;
    color: #333; }
  section.login .input {
    float: left;
    width: 100%;
    display: flex;
    background: rgba(200, 200, 200, 0.4);
    margin-bottom: 25px;
    align-items: center;
    padding-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 100px; }
    section.login .input i {
      color: #E48A22; }
    section.login .input .icon-shield {
      font-size: 18px;
      margin-top: -4px; }
    section.login .input input {
      flex: 1;
      background: none;
      border: 0px;
      padding: 20px;
      outline: none;
      color: grey; }
      section.login .input input::placeholder {
        color: rgba(51, 51, 51, 0.3);
        opacity: 1; }
  section.login .alert {
    text-align: center;
    border: 0 !important; }
    section.login .alert strong {
      margin-bottom: 15px;
      display: inline-block;
      width: 100%; }
  section.login .back {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    section.login .back a {
      color: #c8c8c8;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.login .back a i {
        font-size: 13px;
        margin-left: 10px;
        margin-top: -5px; }
  section.login .description {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 15px; }
  section.login .secure {
    float: left;
    width: 100%;
    display: flex; }
    section.login .secure i {
      font-size: 20px; }
    section.login .secure span {
      margin-left: 10px;
      font-size: 14px; }
  section.login .action {
    float: left;
    width: 100%; }
    section.login .action.no-padding-bottom {
      padding-bottom: 0; }
    section.login .action button {
      float: left;
      width: 100%;
      padding: 19px;
      background: #77dd77;
      border: 0px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none;
      font-size: 14px; }
      section.login .action button i {
        font-size: 15px;
        margin-right: 10%; }
    section.login .action .loginPadrao {
      font-size: 18px; }
    section.login .action a {
      float: left;
      width: 100%;
      padding: 19px;
      border: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none;
      font-size: 16px;
      color: gray; }
      section.login .action a i {
        font-size: 15px;
        margin-left: 10px; }
    section.login .action.facebook button {
      background: #367fc0;
      margin-bottom: 25px; }
    section.login .action.google button {
      background: #dd4b39;
      margin-bottom: 25px; }
    section.login .action #loginGoogle .abcRioButton {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      width: 100% !important; }
      section.login .action #loginGoogle .abcRioButton .abcRioButtonContentWrapper {
        display: flex;
        width: 100%;
        background: #dd4b39; }
        section.login .action #loginGoogle .abcRioButton .abcRioButtonContentWrapper .abcRioButtonIcon {
          margin-left: 18%; }
        section.login .action #loginGoogle .abcRioButton .abcRioButtonContentWrapper span:before {
          content: 'Entrar com Google';
          color: white;
          position: absolute;
          margin-left: 10%;
          top: 23px; }
        section.login .action #loginGoogle .abcRioButton .abcRioButtonContentWrapper span > span {
          color: white;
          display: none; }
  section.login .cadastrese {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    color: grey; }
    section.login .cadastrese button {
      background: transparent !important;
      border: none !important; }
    section.login .cadastrese strong {
      color: #dd4b39; }
  section.login #frmLogin {
    margin-bottom: 25px; }
  section.login #frmNovoCadastro {
    width: 100%; }

section.login-home .imagens {
  position: relative;
  margin-bottom: 12rem; }
  section.login-home .imagens .banner {
    max-width: 100%; }
  section.login-home .imagens .wrapper-logo {
    float: left;
    display: flex;
    justify-content: center;
    width: 100%; }
  section.login-home .imagens .fundoLogo {
    position: absolute;
    z-index: 999;
    bottom: -9rem;
    background: #eaeaea;
    border-radius: 50%;
    width: 65%;
    text-align: center; }
    section.login-home .imagens .fundoLogo img {
      margin-left: 8px;
      margin-top: 30px; }
    section.login-home .imagens .fundoLogo:before {
      content: '';
      position: absolute;
      top: 49%;
      left: -15px;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 0px 10px 0 0 #eaeaea; }
    section.login-home .imagens .fundoLogo:after {
      content: '';
      position: absolute;
      top: 49%;
      right: -15px;
      width: 20px;
      height: 20px;
      border-bottom-left-radius: 20px;
      box-shadow: 0px 10px 0 0 #eaeaea; }
section.login-home span {
  display: block;
  width: 100%;
  text-align: center;
  color: gray;
  line-height: 1.5; }
section.login-home .action {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  padding: 20px; }
  section.login-home .action a {
    float: left;
    width: 100%;
    padding: 19px;
    border: 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 16px;
    margin-bottom: 25px; }
  section.login-home .action .login {
    background: #dd4b39; }
  section.login-home .action .cadastro {
    background: transparent;
    border: 2px solid #dd4b39;
    color: #dd4b39; }

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