/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(fonts/font.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto; }

.slick-list {
  overflow: hidden; }

.slick-list:after {
  clear: both;
  content: "";
  display: block; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AvenirBook"; }

.content {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }

.perks-bar {
  float: left;
  width: 100%;
  padding: 15px 0px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  margin: 40px 0px; }
  .perks-bar .inset {
    display: flex;
    justify-content: space-around;
    width: 100%; }
    .perks-bar .inset .block {
      text-align: center;
      padding: 0px 10px;
      display: flex;
      align-items: center;
      vertical-align: middle;
      border-right: 1px solid #cecece;
      width: 25%;
      justify-content: center; }
      .perks-bar .inset .block:last-child {
        border-right: none; }
      .perks-bar .inset .block strong {
        font-family: "AvenirHeavy";
        color: #004ea7;
        display: block;
        font-size: 14px; }
      .perks-bar .inset .block .icon {
        float: left; }
        .perks-bar .inset .block .icon svg {
          max-width: 30px; }
      .perks-bar .inset .block .info {
        float: left;
        text-align: left;
        margin-left: 10px;
        color: #333333; }
      .perks-bar .inset .block i {
        color: #004ea7;
        font-size: 25px;
        background: #80808014;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center; }

.product-list {
  float: left;
  width: 100%; }
  .product-list .title {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    position: relative; }
    .product-list .title h2 {
      float: left;
      background: white;
      padding: 0px 15px;
      z-index: 2;
      color: #004ea7;
      font-size: 25px;
      font-family: "AvenirHeavy"; }
    .product-list .title span {
      background: white;
      color: #333;
      font-size: 25px;
      font-family: "AvenirHeavy"; }
  .product-list .list {
    float: left;
    width: 100%; }
    .product-list .list .prod-item {
      display: inline-block;
      width: 24%;
      margin-left: 0.5%;
      margin-bottom: 30px;
      float: left;
      text-align: center;
      cursor: pointer;
      border: 1px solid #dbd9d9;
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      @media all and (max-width: 700px) {
        .product-list .list .prod-item {
          width: 48%;
          height: 365px; } }
      .product-list .list .prod-item .selo {
        position: absolute;
        left: 5px;
        top: 5px; }
      .product-list .list .prod-item .badges {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 32px;
        z-index: 9; }
        .product-list .list .prod-item .badges .off {
          align-items: center;
          background-color: #004ea7;
          color: #fff;
          display: flex;
          height: 25px;
          justify-content: center;
          order: 1;
          width: 33px;
          font-size: 10px;
          font-weight: bold; }
        .product-list .list .prod-item .badges .etiqueta-off {
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 10px solid #004ea7;
          display: flex;
          height: 0;
          width: 0; }
      .product-list .list .prod-item .thumb {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        min-height: 263px; }
        @media all and (max-width: 700px) {
          .product-list .list .prod-item .thumb {
            min-height: 230px; } }
        .product-list .list .prod-item .thumb img {
          float: left;
          max-height: 260px;
          max-width: 100%; }
          @media all and (max-width: 700px) {
            .product-list .list .prod-item .thumb img {
              width: 100%;
              max-height: 215px; } }
      .product-list .list .prod-item .info {
        float: left;
        width: 100%; }
        .product-list .list .prod-item .info h2 {
          font-size: 15px;
          line-height: 1.35;
          float: left;
          width: 100%;
          height: 64px;
          margin-bottom: 0px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          white-space: normal !important;
          font-weight: bold; }
          .product-list .list .prod-item .info h2 a {
            color: #333333;
            text-decoration: none; }
        .product-list .list .prod-item .info h3 {
          font-family: "AvenirHeavy";
          font-size: 26px;
          color: #7ED956;
          margin-bottom: 3px; }
        .product-list .list .prod-item .info .price-novo {
          float: left;
          display: flex;
          width: 100%;
          align-items: center;
          min-height: 45px;
          flex-direction: column;
          justify-content: center; }
          .product-list .list .prod-item .info .price-novo .prev {
            text-decoration: line-through;
            font-size: 14px;
            padding-right: 5px;
            color: #33333363; }
        .product-list .list .prod-item .info .monthly {
          margin-top: 20px;
          float: left;
          text-align: center;
          width: 100%;
          font-size: 12px;
          padding-bottom: 10px; }
      .product-list .list .prod-item .actionsCelula .quantity {
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        padding: 6px;
        display: flex;
        height: 40px;
        align-items: center; }
        .product-list .list .prod-item .actionsCelula .quantity a {
          background: #EFEFEF;
          width: 40%;
          height: 28px;
          text-align: center;
          line-height: 30px;
          color: #878787;
          font-size: 15px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          text-decoration: none;
          cursor: pointer; }
        .product-list .list .prod-item .actionsCelula .quantity input {
          margin: 0px 10px;
          text-align: center;
          width: 100%;
          border: 0; }
        .product-list .list .prod-item .actionsCelula .quantity .btn {
          border-radius: 0px;
          margin: 2px;
          width: 34px;
          height: 34px;
          font-weight: bold; }
      .product-list .list .prod-item .actionsCelula .btnBuy {
        width: 86%;
        background: #004ea7;
        display: flex;
        align-items: center;
        font-weight: bold;
        position: absolute;
        border-radius: 4px;
        height: 40px;
        justify-content: center;
        margin: 0px 20px;
        display: none;
        top: 45%; }
        .product-list .list .prod-item .actionsCelula .btnBuy button {
          color: white;
          text-decoration: none;
          font-size: 12px;
          text-transform: uppercase;
          background: none;
          border: none;
          padding: 0;
          cursor: pointer;
          outline: inherit;
          width: 100%;
          height: 100%; }
      .product-list .list .prod-item .brand {
        float: left;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
        min-height: 15px;
        color: #33333363; }
      .product-list .list .prod-item .button-handler {
        display: none;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 20px; }
        .product-list .list .prod-item .button-handler a {
          display: inline-block;
          background: #60E37D;
          padding: 18px 40px;
          color: white;
          font-family: "AvenirHeavy";
          font-size: 15px;
          text-decoration: none;
          text-transform: uppercase; }
      .product-list .list .prod-item .indisponivel {
        font-size: 20px; }
      .product-list .list .prod-item .linkIndisponivel {
        font-family: "AvenirHeavy";
        font-size: 23px;
        color: #C40013;
        margin-bottom: 3px;
        margin-top: 25px;
        display: block;
        text-decoration: none; }
      @media all and (min-width: 999px) {
        .product-list .list .prod-item:nth-child(3n+0) {
          margin-right: 0px; } }
      .product-list .list .prod-item:nth-last-child(-n+3) {
        /*border-bottom: 0px;*/ }
      .product-list .list .prod-item:hover, .product-list .list .prod-item:active {
        background: rgba(0, 78, 167, 0.15) none repeat scroll 0 0; }
        .product-list .list .prod-item:hover .thumb, .product-list .list .prod-item:active .thumb {
          opacity: 0.1; }
        .product-list .list .prod-item:hover .actionsCelula .btnBuy, .product-list .list .prod-item:active .actionsCelula .btnBuy {
          display: block !important; }

.category .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .category .list .prod-item {
    width: 31% !important;
    margin-left: 0px !important; }
    @media all and (max-width: 700px) {
      .category .list .prod-item {
        width: 46% !important;
        min-height: 530px; } }

.pagination {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px; }
  .pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    color: #999;
    font-size: 13px;
    font-family: "AvenirHeavy";
    text-decoration: none; }
    .pagination a.selected {
      background: #004ea7;
      border: 1px solid #004ea7;
      color: white; }
    .pagination a:hover {
      background: #004ea7;
      border: 1px solid #004ea7;
      color: white; }
  .pagination .active {
    background: #004ea7;
    border: 1px solid #004ea7;
    color: white; }

.bread-info {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .bread-info .breadcrumb {
    float: left;
    font-size: 12px;
    line-height: 2px;
    background-color: white;
    margin-bottom: 6px;
    padding: 15px 0px;
    font-weight: bold; }
    .bread-info .breadcrumb a {
      color: #333;
      text-decoration: none;
      padding-right: 5px;
      margin-right: 15px;
      position: relative;
      font-size: 15px; }
      .bread-info .breadcrumb a:before {
        content: ">";
        position: absolute;
        right: -12px;
        top: 7px;
        color: blue;
        font-size: 15px; }
      .bread-info .breadcrumb a:last-child:before {
        display: none; }
    .bread-info .breadcrumb span {
      font-size: 15px;
      color: #999; }
  .bread-info .order {
    float: right;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333;
    font-weight: bold; }
    .bread-info .order .order1 {
      display: flex;
      align-items: center; }
    .bread-info .order select {
      margin-left: 10px;
      padding: 5px;
      appearance: none;
      border-radius: 0;
      font-family: "AvenirBook";
      font-size: 16px;
      background: url(../images/arrow.png) 95% center no-repeat;
      box-shadow: none;
      -webkit-transition: none;
      border: none; }
    .bread-info .order span {
      float: left; }
    .bread-info .order ul {
      float: left;
      width: 80%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: none;
      text-transform: uppercase; }
      .bread-info .order ul li {
        display: inline;
        padding: 5px; }
        .bread-info .order ul li a {
          text-decoration: none;
          color: #004ea7; }
      .bread-info .order ul li.selected {
        border-bottom: 1px solid #004ea7; }
    @media all and (max-width: 700px) {
      .bread-info .order {
        width: auto; }
        .bread-info .order select {
          display: inline-block;
          width: 170px; }
        .bread-info .order ul {
          display: none; } }

#frmCadastro .aceitaPolitica {
  border: 1px groove #9b9b9b;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  font-size: 13px;
  float: left; }

#frmCadastro .aceitaPolitica input [type="checkbox"] {
  float: left;
  margin: 4px 0 0;
  box-sizing: border-box;
  padding: 0; }

#frmCadastro .aceitaPolitica label {
  margin: 2px 0px 0px 10px;
  width: 90%;
  float: left;
  line-height: 1.2; }

#frmCadastro .aceitaPolitica input {
  float: left;
  margin-left: 5px; }

#frmCadastro .aceitaPolitica a {
  color: #007FFF; }

#frmCadastro .aceitaPolitica a:hover {
  color: #87CEFA;
  text-decoration-line: underline #87CEFA; }

#frmCadastro .aceitaPolitica small {
  font-size: 65%; }

div .g-recaptcha {
  float: left; }

.alinhaFormSenha {
  display: flex;
  justify-content: center;
  margin: 2% 0px 7%;
  float: left;
  width: 100%; }
  .alinhaFormSenha .altera {
    background: white;
    padding: 15px; }
  .alinhaFormSenha .title {
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: bold; }
  .alinhaFormSenha .altera p {
    margin: 15px 0px; }
  .alinhaFormSenha button {
    background: #004ea7;
    padding: 15px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold; }

.svd .floaterSvd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: #004ea7;
  color: white;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  z-index: 9;
  overflow: auto;
  white-space: nowrap;
  box-sizing: border-box; }
  .svd .floaterSvd span {
    margin: 0 5px; }
  .svd .floaterSvd a {
    color: white; }

.pagTexto {
  font-size: 13px;
  line-height: 1.6;
  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
  /* Widget Styles */ }
  .pagTexto blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0; }
  .pagTexto .cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px; }
  .pagTexto .cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px; }
  .pagTexto a {
    color: #0782C1; }
  .pagTexto ol, .pagTexto ul, .pagTexto dl {
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
    padding: 0 40px; }
  .pagTexto h1, .pagTexto h2, .pagTexto h3, .pagTexto h4, .pagTexto h5, .pagTexto h6 {
    font-weight: normal;
    line-height: 2.5; }
  .pagTexto h1, .pagTexto h2 {
    font-size: 18px; }
  .pagTexto hr {
    border: 0px;
    border-top: 1px solid #ccc; }
  .pagTexto img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px; }
  .pagTexto img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px; }
  .pagTexto pre {
    white-space: pre-wrap;
    /* CSS 2.1 */
    word-wrap: break-word;
    /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4; }
  .pagTexto .marker {
    background-color: Yellow; }
  .pagTexto span[lang] {
    font-style: italic; }
  .pagTexto figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block; }
  .pagTexto figure > figcaption {
    text-align: center;
    display: block;
    /* For IE8 */ }
  .pagTexto a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1; }
  .pagTexto .code-featured {
    border: 5px solid red; }
  .pagTexto .math-featured {
    padding: 20px;
    box-shadow: 0 0 2px #c80000;
    background-color: rgba(255, 0, 0, 0.05);
    margin: 10px; }
  .pagTexto .image-clean {
    border: 0;
    background: none;
    padding: 0; }
  .pagTexto .image-clean > figcaption {
    font-size: .9em;
    text-align: right; }
  .pagTexto .image-grayscale {
    background-color: white;
    color: #666; }
  .pagTexto .image-grayscale img, .pagTexto img.image-grayscale {
    filter: grayscale(100%); }
  .pagTexto strong {
    font-weight: bold; }

* {
  border: 1px soid red; }

#nav,
#mob-search {
  display: none; }

.menuMobile, .categoriasMobile, .fundoMobile {
  display: none; }

.banners {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .banners .inset {
    float: left;
    width: 100%;
    overflow: hidden; }
  .banners .item {
    float: left;
    width: 100%;
    text-align: center; }
    .banners .item img {
      display: inline-block;
      width: 100%; }
  .banners .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center; }
    .banners .slick-dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: white;
      margin: 0px 2px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .banners .slick-dots li.slick-active {
        background: #333333; }
      .banners .slick-dots li button {
        display: none; }
  .banners .icon-chevron-thin-right {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: white;
    top: 50%;
    margin-top: -30px;
    cursor: pointer; }
  .banners .icon-chevron-thin-left {
    position: absolute;
    left: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: white;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer; }

#main-nav {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
  top: 0;
  bottom: 0; }
  @media all and (max-width: 999px) {
    #main-nav {
      display: block; } }
  #main-nav:target .inset {
    margin-left: 0px; }
  #main-nav .inset {
    position: absolute;
    z-index: 600;
    background: white;
    -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    padding-top: 50px;
    margin-left: -300px;
    background-color: #004ea7;
    overflow: auto; }
    #main-nav .inset::-webkit-scrollbar {
      background-color: #393939;
      width: 10px; }
    #main-nav .inset::-webkit-scrollbar-track {
      -webkit-box-shadow: #393939; }
    #main-nav .inset::-webkit-scrollbar-thumb {
      background: #222 !important; }
    #main-nav .inset > h3 {
      color: #fff;
      font-size: 15px;
      padding: 10px;
      display: inline-flex;
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 15px 0;
      font-weight: 600; }
    #main-nav .inset nav {
      width: 100%;
      padding: 10px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      font-size: 20px;
      -webkit-padding-start: 0px; }
      #main-nav .inset nav .cat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
        margin: 0; }
        #main-nav .inset nav .cat-item h3 {
          margin: 0;
          display: flex;
          flex-wrap: nowrap;
          align-items: stretch;
          justify-content: space-between; }
          #main-nav .inset nav .cat-item h3 .open {
            width: 35px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            background-color: #5e1d60; }
            #main-nav .inset nav .cat-item h3 .open i {
              font-size: 12px;
              color: #fff;
              color: rgba(255, 255, 255, 0.7); }
            #main-nav .inset nav .cat-item h3 .open:hover i {
              color: white; }
        #main-nav .inset nav .cat-item:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.26); }
        #main-nav .inset nav .cat-item a:not(.open) {
          color: #fff;
          font-size: 15px;
          width: 100%;
          display: inline-flex;
          padding: 10px;
          text-decoration: none;
          text-transform: uppercase; }
          #main-nav .inset nav .cat-item a:not(.open):hover {
            color: #9e9e9e; }
        #main-nav .inset nav .cat-item > ul {
          display: none;
          padding: 15px 0;
          border-top: 1px solid rgba(255, 255, 255, 0.26);
          flex-wrap: wrap;
          flex-direction: column;
          list-style: none;
          background-color: #5e1d60; }
          #main-nav .inset nav .cat-item > ul li {
            display: inline-flex;
            width: 100%; }
            #main-nav .inset nav .cat-item > ul li a:not(.open) {
              padding: 10px 20px; }
            #main-nav .inset nav .cat-item > ul li a:hover {
              color: #9e9e9e; }
    #main-nav .inset .user-panel {
      display: flex;
      flex-direction: column;
      float: left;
      width: 100%;
      font-weight: bold;
      align-items: center;
      padding: 10px; }
      #main-nav .inset .user-panel a {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
        padding: 15px;
        display: flex;
        width: 100%;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        padding: 10px;
        margin: 0;
        text-align: center;
        justify-content: center;
        color: #fff;
        display: inline-flex;
        text-decoration: none;
        text-transform: uppercase; }
        #main-nav .inset .user-panel a:hover {
          color: #9e9e9e; }
        #main-nav .inset .user-panel a:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.26); }
    #main-nav .inset .txtDep {
      font-weight: bold;
      color: white;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      font-size: 14px; }
    #main-nav .inset .icon-close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      text-decoration: none;
      color: #fff;
      font-size: 30px; }
      #main-nav .inset .icon-close:hover {
        color: rgba(255, 255, 255, 0.5); }

.header-nav {
  float: left;
  width: 100%; }
  .header-nav .icon-menu,
  .header-nav .icon-cart,
  .header-nav .icon-search,
  .header-nav .mob-only {
    display: none; }
  .header-nav .top-bar {
    left: 100%;
    height: 30px;
    background: #333333;
    height: 30px;
    color: white;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    .header-nav .top-bar.hide {
      height: 0px; }
    .header-nav .top-bar strong {
      font-family: "AvenirHeavy"; }
    .header-nav .top-bar i {
      float: right;
      line-height: 30px;
      cursor: pointer; }
  .header-nav .header-handler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1%;
    max-width: 1260px;
    margin: 0 auto; }
    .header-nav .header-handler .logo {
      float: left;
      overflow: hidden;
      width: 20%; }
      .header-nav .header-handler .logo img {
        max-width: 300px;
        width: 100%; }
    .header-nav .header-handler .aux {
      float: left;
      margin-top: 10px;
      width: 80%; }
      .header-nav .header-handler .aux .upper-menu {
        width: 100%;
        margin-bottom: 20px; }
        .header-nav .header-handler .aux .upper-menu span {
          float: left;
          font-size: 11px;
          text-transform: uppercase;
          font-family: "AvenirMedium"; }
          .header-nav .header-handler .aux .upper-menu span a {
            text-decoration: none;
            font-weight: bold;
            color: #333333; }
        .header-nav .header-handler .aux .upper-menu nav {
          float: right;
          font-size: 11px;
          text-transform: uppercase; }
          .header-nav .header-handler .aux .upper-menu nav a {
            text-decoration: none;
            font-weight: bold;
            padding-left: 10px;
            font-family: "AvenirMedium";
            margin-left: 10px;
            border-left: 1px solid #e5e5e5;
            color: #929292; }
            .header-nav .header-handler .aux .upper-menu nav a:first-child {
              padding-left: 0px;
              margin-left: 0px;
              border-left: 0px; }
            .header-nav .header-handler .aux .upper-menu nav a:hover {
              color: #333333; }
      .header-nav .header-handler .aux .search {
        float: left;
        width: 79%; }
        .header-nav .header-handler .aux .search #frmBusca {
          position: relative; }
        .header-nav .header-handler .aux .search input {
          padding: 15px;
          width: 100%;
          float: left;
          border: 1px solid #e5e5e5;
          font-family: "AvenirMedium";
          text-transform: uppercase;
          padding-right: 40px; }
        .header-nav .header-handler .aux .search i {
          width: 45px;
          font-size: 24px;
          height: 35px;
          position: absolute;
          top: 50%;
          right: 0px;
          margin-top: -15px;
          cursor: pointer;
          color: #929292b0; }
      .header-nav .header-handler .aux .cart {
        float: right;
        border-right: 3px solid #333333;
        text-align: right;
        padding: 10px 0px;
        text-transform: uppercase;
        max-width: 190px;
        display: flex;
        width: 20%; }
        .header-nav .header-handler .aux .cart .cart1 {
          margin-top: 4px; }
        .header-nav .header-handler .aux .cart span {
          float: left;
          width: 100%;
          text-align: right;
          font-size: 13px;
          margin-bottom: 4px;
          font-family: "AvenirHeavy";
          color: #333333; }
        .header-nav .header-handler .aux .cart strong {
          float: left;
          width: 100%;
          font-family: "AvenirHeavy";
          font-size: 10px;
          color: #929292b0; }
        .header-nav .header-handler .aux .cart i {
          font-size: 30px;
          padding-left: 10px;
          padding-right: 10px;
          color: #333333; }
        .header-nav .header-handler .aux .cart:hover {
          text-decoration: none; }
    .header-nav .header-handler .content-info {
      display: flex;
      margin-bottom: 25px;
      justify-content: flex-end; }
      .header-nav .header-handler .content-info .general-info {
        display: flex; }
        .header-nav .header-handler .content-info .general-info .opening-hours {
          text-align: left;
          border-right: 2px solid #69d865;
          margin: 0 20px;
          padding-right: 10px; }
          .header-nav .header-handler .content-info .general-info .opening-hours .mini-title {
            color: #333333;
            font-weight: bold;
            font-size: 12px;
            padding: 0 10px; }
          .header-nav .header-handler .content-info .general-info .opening-hours .schedules {
            display: flex;
            margin-top: 5px; }
            .header-nav .header-handler .content-info .general-info .opening-hours .schedules .shedule {
              padding: 0 10px;
              display: flex;
              width: 100%;
              justify-content: center; }
              .header-nav .header-handler .content-info .general-info .opening-hours .schedules .shedule span {
                color: #777;
                font-size: 12px;
                line-height: 13px;
                margin-left: 5px; }
        .header-nav .header-handler .content-info .general-info .adresses {
          display: flex;
          align-items: center;
          padding: 0 15px;
          font-size: 12px;
          text-align: left;
          line-height: 15px;
          background-color: #69d865;
          color: white;
          font-weight: bold;
          border-radius: 5px; }
          .header-nav .header-handler .content-info .general-info .adresses img {
            height: 30px;
            margin-right: 10px; }
  .header-nav .main-content {
    float: left;
    width: 100%;
    background: #004ea7; }
    @media all and (max-width: 999px) {
      .header-nav .main-content {
        display: none; } }
    .header-nav .main-content .content {
      max-width: 1400px; }
      .header-nav .main-content .content .inset {
        margin: 0 auto;
        max-width: 1260px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header-nav .main-content .content .inset .menu {
          display: flex;
          position: relative;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          color: white;
          cursor: pointer;
          width: unset;
          flex: 1; }
          .header-nav .main-content .content .inset .menu i {
            font-size: 24px;
            margin-bottom: 5px;
            text-align: center;
            width: 100%; }
          .header-nav .main-content .content .inset .menu span {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            width: 100%; }
          .header-nav .main-content .content .inset .menu .all-categories {
            display: none; }
        .header-nav .main-content .content .inset .opened .all-categories {
          display: block;
          position: absolute;
          width: 350px;
          overflow-y: auto;
          background-color: #004ea7;
          border: 2px solid #004ea7;
          top: 51px;
          left: 0;
          padding: 15px;
          z-index: 999;
          border-radius: 0 0 3px 3px;
          height: 600px; }
          .header-nav .main-content .content .inset .opened .all-categories ul {
            width: 100%;
            display: flex;
            flex-direction: column;
            font-size: 20px; }
          .header-nav .main-content .content .inset .opened .all-categories .cat-item {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.26);
            margin: 0; }
            .header-nav .main-content .content .inset .opened .all-categories .cat-item h3 {
              margin: 0;
              display: flex;
              flex-wrap: nowrap;
              align-items: stretch;
              justify-content: space-between; }
              .header-nav .main-content .content .inset .opened .all-categories .cat-item h3 a:not(.open) {
                color: white;
                font-size: 15px;
                width: 100%;
                display: inline-flex;
                padding: 10px;
                text-decoration: none;
                font-weight: bold;
                text-transform: uppercase; }
                .header-nav .main-content .content .inset .opened .all-categories .cat-item h3 a:not(.open) i {
                  width: unset;
                  display: none; }
              .header-nav .main-content .content .inset .opened .all-categories .cat-item h3 .open {
                display: none;
                width: 35px;
                cursor: pointer;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                background-color: #550E56; }
                .header-nav .main-content .content .inset .opened .all-categories .cat-item h3 .open i {
                  color: #333333;
                  font-size: 18px;
                  width: unset; }
              .header-nav .main-content .content .inset .opened .all-categories .cat-item h3:hover a {
                color: #00abdc; }
            .header-nav .main-content .content .inset .opened .all-categories .cat-item ul {
              display: none;
              width: 300px;
              flex-wrap: wrap;
              flex-direction: column;
              list-style: none;
              z-index: 1;
              background-color: #004ea7;
              border: white 1px solid; }
              .header-nav .main-content .content .inset .opened .all-categories .cat-item ul li {
                display: flex;
                border-right: none;
                border-bottom: 1x solid gray; }
                .header-nav .main-content .content .inset .opened .all-categories .cat-item ul li a {
                  padding: 12px 25px;
                  color: white; }
                .header-nav .main-content .content .inset .opened .all-categories .cat-item ul li:hover a {
                  color: orange; }
            .header-nav .main-content .content .inset .opened .all-categories .cat-item:last-child {
              border: none; }
      .header-nav .main-content .content .search {
        width: 60%;
        background: white;
        display: flex;
        align-items: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        padding-left: 10px;
        margin: 0 15px; }
        .header-nav .main-content .content .search form {
          justify-content: space-between;
          display: inline-flex;
          align-items: center; }
          .header-nav .main-content .content .search form input {
            flex: 1;
            padding: 10px 0px;
            border: 0px;
            outline: none;
            font-size: 15px;
            color: #004ea7;
            font-weight: bold; }
          .header-nav .main-content .content .search form i {
            color: #AAA;
            margin-right: 10px;
            border-left: 2px solid #DDD;
            padding-left: 10px;
            height: 28px;
            line-height: 28px;
            font-size: 20px; }
      .header-nav .main-content .content .header-options {
        display: flex; }
        .header-nav .main-content .content .header-options a {
          border-right: 1px solid white;
          color: white;
          padding: 0 15px;
          display: flex;
          align-items: center; }
          .header-nav .main-content .content .header-options a:last-child {
            border: none; }
          .header-nav .main-content .content .header-options a img {
            height: 22px;
            margin-right: 10px; }
  .header-nav .fixed-menu {
    position: fixed;
    z-index: 999;
    top: 0; }
  .header-nav .menu li:hover .sub-menu {
    display: flex !important; }
  .header-nav .menu {
    float: left;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%; }
    .header-nav .menu li {
      list-style: none;
      display: inline;
      flex: 1;
      position: relative;
      border-right: 2px solid #004fa7; }
      .header-nav .menu li .sub-menu {
        display: none; }
      .header-nav .menu li:hover {
        background: #ebeaea; }
      .header-nav .menu li:last-child a {
        border-right: 0px; }
        .header-nav .menu li:last-child a:after {
          display: none; }
      .header-nav .menu li a {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 11px;
        font-family: "AvenirMedium";
        text-decoration: none;
        padding: 13px;
        color: #004ea7;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
        height: 100%; }
        .header-nav .menu li a:after {
          position: absolute;
          right: 0px;
          top: 50%;
          height: 10px;
          width: 1px;
          content: '';
          margin-top: -5px; }
        .header-nav .menu li a i {
          font-size: 30px;
          color: #004ea7;
          margin-bottom: 8px; }
      .header-nav .menu li:nth-child(n+6) .sub-menu {
        left: auto;
        right: 0; }
        .header-nav .menu li:nth-child(n+6) .sub-menu .sub-menu-list {
          float: left; }
        .header-nav .menu li:nth-child(n+6) .sub-menu .sub-menu-banner {
          float: right; }
      .header-nav .menu li .sub-menu-banner {
        display: none; }
      .header-nav .menu li .sub-menu {
        position: absolute;
        z-index: 9999;
        background-color: #FFF;
        top: 95px;
        border: 1px solid #CCC;
        left: 0;
        right: auto; }
        .header-nav .menu li .sub-menu .sub-menu-list {
          width: 300px;
          float: left; }
          .header-nav .menu li .sub-menu .sub-menu-list ul li {
            display: block;
            border-right: none; }
            .header-nav .menu li .sub-menu .sub-menu-list ul li:hover {
              background: transparent; }
            .header-nav .menu li .sub-menu .sub-menu-list ul li a {
              display: block;
              text-align: left;
              font-weight: bold; }
              .header-nav .menu li .sub-menu .sub-menu-list ul li a:hover {
                color: #69d865;
                font-weight: bold; }
        .header-nav .menu li .sub-menu .sub-menu-banner {
          width: 250px;
          float: right;
          display: block; }
          .header-nav .menu li .sub-menu .sub-menu-banner a:hover {
            background: none;
            color: #000; }
          .header-nav .menu li .sub-menu .sub-menu-banner a .image img {
            width: auto; }
          .header-nav .menu li .sub-menu .sub-menu-banner a span {
            display: block;
            text-align: left; }

header i {
  font-size: 36px; }
  header i.icon-refrigerador, header i.icon-cervejeiras, header i.icon-eletroportateis, header i.icon-acougue, header i.icon-padaria, header i.icon-pizzaria, header i.icon-restaurante, header i.icon-bar-e-lanchonete, header i.icon-supermercado, header i.icon-gamer {
    height: 65px;
    width: 100%;
    margin-bottom: 10px; }
  header i.icon-refrigerador {
    background: url(../images/icon-refrigerador.png) center center no-repeat; }
  header i.icon-gamer {
    background: url(../images/icon-gamer.png) center center no-repeat; }
  header i.icon-supermercado {
    background: url(../images/icon-supermercado.png) center center no-repeat; }
  header i.icon-cervejeiras {
    background: url(../images/icon-cervejeira.png) center center no-repeat; }
  header i.icon-eletroportateis {
    background: url(../images/icon-eletroportateis.png) center center no-repeat; }
  header i.icon-acougue {
    background: url(../images/icon-acougue.png) center center no-repeat; }
  header i.icon-padaria {
    background: url(../images/icon-padaria.png) center center no-repeat; }
  header i.icon-pizzaria {
    background: url(../images/icon-pizzaria.png) center center no-repeat; }
  header i.icon-restaurante {
    background: url(../images/icon-restaurante.png) center center no-repeat; }
  header i.icon-bar-e-lanchonete {
    background: url(../images/icon-bar-e-lanchonete.png) center center no-repeat; }

.banners {
  float: left;
  width: 100%; }
  .banners .slick-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center; }
    .banners .slick-dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: white;
      margin: 0px 5px; }
      .banners .slick-dots li button {
        display: none; }
      .banners .slick-dots li.slick-active {
        background: #333333; }
  .banners i {
    position: absolute;
    width: 30px;
    height: 40px;
    color: white;
    line-height: 40px;
    text-align: center;
    top: 50%;
    z-index: 10;
    margin-top: -20px;
    cursor: pointer; }
    .banners i.icon-chevron-thin-right {
      right: -15px; }
    .banners i.icon-chevron-thin-left {
      left: -15px; }

main.home {
  float: left;
  width: 100%; }
  main.home .mid-banners {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden; }
    main.home .mid-banners .slick-track {
      display: flex; }
      main.home .mid-banners .slick-track .item {
        cursor: pointer;
        float: left;
        position: relative; }
        main.home .mid-banners .slick-track .item:not(:first-child):not(:last-child) {
          margin-right: 2%;
          margin-left: 2%; }
        main.home .mid-banners .slick-track .item:hover img {
          opacity: 0.8; }
        main.home .mid-banners .slick-track .item a {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          left: 0px;
          top: 0px;
          right: 0px;
          bottom: 0px;
          text-decoration: none;
          -webkit-transition: all 150ms ease-in;
          -moz-transition: all 150ms ease-in;
          -o-transition: all 150ms ease-in;
          transition: all 150ms ease-in;
          cursor: pointer; }
          main.home .mid-banners .slick-track .item a span {
            color: white;
            background: #004ea7;
            text-decoration: none;
            text-transform: uppercase;
            padding: 15px;
            display: none; }
        main.home .mid-banners .slick-track .item img {
          width: 100%;
          height: auto;
          float: left; }
        main.home .mid-banners .slick-track .item:last-child {
          margin-right: 0px; }

.depoimentos {
  float: left;
  width: 100%; }
  .depoimentos .wrapper-depoimentos {
    float: left;
    display: flex;
    padding: 20px 0px;
    width: 100% !important;
    position: relative;
    margin-bottom: 20px; }
    .depoimentos .wrapper-depoimentos .slick-arrow {
      line-height: 6;
      color: #333333;
      position: absolute; }
    .depoimentos .wrapper-depoimentos .icon-chevron-thin-left {
      position: absolute;
      left: -65px;
      font-size: 35px; }
    .depoimentos .wrapper-depoimentos .icon-chevron-thin-right {
      right: -65px;
      font-size: 35px; }
    .depoimentos .wrapper-depoimentos .slick-list {
      display: flex;
      width: 100% !important;
      overflow: hidden; }
      .depoimentos .wrapper-depoimentos .slick-list .slick-track {
        display: flex; }
        .depoimentos .wrapper-depoimentos .slick-list .slick-track:first-child {
          border-left: 1px solid gainsboro; }
        .depoimentos .wrapper-depoimentos .slick-list .slick-track .avaliacao {
          border-right: 1px solid gainsboro; }
          .depoimentos .wrapper-depoimentos .slick-list .slick-track .avaliacao .comentario {
            padding: 20px 40px;
            text-align: justify;
            max-height: 150px;
            overflow: hidden;
            font-size: 11px;
            line-height: 1.5;
            height: 150px;
            overflow-y: scroll; }
          .depoimentos .wrapper-depoimentos .slick-list .slick-track .avaliacao .avalicao-header .nome, .depoimentos .wrapper-depoimentos .slick-list .slick-track .avaliacao .avalicao-header .data {
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            display: block;
            margin-top: 10px; }
          .depoimentos .wrapper-depoimentos .slick-list .slick-track .avaliacao .avalicao-header .nota {
            display: flex;
            justify-content: center; }
          .depoimentos .wrapper-depoimentos .slick-list .slick-track .avaliacao .avalicao-header .lnr-star {
            background: url(../images/icon-star.png) no-repeat;
            width: 18px;
            height: 18px;
            display: block;
            background-size: 100%;
            margin-right: 3px;
            margin-top: 15px; }

.mid-banners2, .end-banners {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 20px 0px;
  gap: 10px; }
  .mid-banners2 img, .end-banners img {
    max-width: 100%; }

.quemSomos {
  display: flex;
  width: 100%;
  flex-direction: row;
  float: left;
  margin-bottom: 40px; }
  .quemSomos h2 {
    color: red;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px; }
  .quemSomos h1 {
    float: left;
    width: 80%;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold; }
  .quemSomos span {
    float: left;
    width: 80%;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin: 30px 0px;
    letter-spacing: 1.2px; }
  .quemSomos a {
    margin: 20px 0px;
    display: block;
    background: #a8a8a8;
    float: left;
    padding: 10px 30px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none; }
  .quemSomos .text {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .quemSomos .insta {
    flex: 1; }

.slider-lancamentos, .slider-destaque {
  float: left;
  position: relative;
  width: 100%; }
  .slider-lancamentos .slick-track, .slider-destaque .slick-track {
    display: flex;
    width: 100%; }
  .slider-lancamentos .icon-chevron-thin-left, .slider-destaque .icon-chevron-thin-left {
    position: absolute;
    left: -15px;
    top: 45%;
    font-size: 20px; }
  .slider-lancamentos .icon-chevron-thin-right, .slider-destaque .icon-chevron-thin-right {
    position: absolute;
    right: -30px;
    top: 45%;
    font-size: 20px; }

.brand-slider {
  float: left;
  width: 100%;
  border-bottom: 3px dotted #EEE;
  border-top: 3px dotted #EEE;
  padding: 15px;
  margin-bottom: 30px;
  position: relative; }
  .brand-slider i {
    position: absolute;
    width: 20px;
    height: 30px;
    background: white;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    color: #004ea7;
    cursor: pointer; }
    .brand-slider i.icon-chevron-thin-left {
      left: -40px;
      top: 50%;
      margin-top: -15px; }
    .brand-slider i.icon-chevron-thin-right {
      right: -30px;
      top: 50%;
      margin-top: -15px; }
  .brand-slider .item {
    float: left;
    text-align: center; }
    .brand-slider .item img {
      max-width: 100%;
      height: auto;
      display: inline-block;
      max-width: 150px; }
  .brand-slider .slick-track {
    display: flex;
    align-items: center; }

.backgroundNews {
  float: left;
  width: 100%;
  background: #1672db; }

.newsletter {
  float: left;
  width: 100%; }
  .newsletter .inset {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    height: 250px; }
    .newsletter .inset span, .newsletter .inset input {
      flex-grow: 1; }
    .newsletter .inset .left {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .newsletter .inset .left span {
        text-transform: uppercase; }
    .newsletter .inset .right {
      flex: 1; }
      .newsletter .inset .right span {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 0.4px; }
    .newsletter .inset input[type=email] {
      border: 1px solid #dfdfdf;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dfdfdf;
      flex-basis: 100%;
      color: white !important;
      border-radius: 15px !important;
      background: transparent;
      padding: 10px;
      width: 80%;
      margin: 15px 0px; }
    .newsletter .inset input[type=submit] {
      background: #fff;
      color: white;
      border: 0px;
      padding: 10px;
      font-family: "AvenirHeavy";
      font-size: 12px;
      position: relative;
      width: 40%;
      margin-left: 40%;
      color: black;
      border-radius: 15px;
      text-transform: uppercase;
      font-weight: bold; }
    .newsletter .inset span {
      font-weight: bold; }
      .newsletter .inset span strong {
        background: white;
        color: black;
        padding: 5px;
        font-weight: bold; }

footer {
  float: left;
  width: 100%;
  background: #004ea7; }
  footer .final {
    font-size: 11px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.3;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    footer .final .powered {
      float: right;
      text-transform: none;
      font-size: 12px;
      color: #fff;
      text-decoration: none;
      background: url(../images/powered.png?v=1.1) right center no-repeat;
      padding-right: 82px;
      padding-top: 13px;
      padding-bottom: 10px; }
  footer .line-footer {
    display: flex;
    float: left;
    width: 100%;
    justify-content: center; }
    footer .line-footer .specs {
      font-size: 13px;
      padding-top: 12px;
      padding-bottom: 12px;
      float: left;
      width: 100%;
      text-align: center;
      background-color: #727476;
      color: #f4f4f4;
      height: auto; }
  footer .payment-and-social {
    display: flex;
    float: left;
    width: 100%;
    background: white;
    padding: 40px 0px; }
  footer .social {
    display: flex;
    float: left;
    background: white;
    width: 45%;
    flex-direction: column; }
    footer .social span {
      display: flex;
      margin: 15px 0px;
      color: #004ea7;
      font-weight: bold;
      font-family: "AvenirHeavy";
      padding-bottom: 10px;
      border-bottom: 2px solid #004ea7; }
    footer .social a {
      display: inline-block;
      width: 40px;
      height: 40px;
      vertical-align: middle;
      text-align: center;
      line-height: 40px;
      text-decoration: none;
      font-size: 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: white; }
      footer .social a.icon-facebook {
        background: #384FA6; }
      footer .social a.icon-twitter {
        background: #40A6F8; }
      footer .social a.icon-google-plus {
        background: #E54A26; }
      footer .social a.icon-instagram {
        background: #CD21A9; }
      footer .social a.icon-youtube {
        background: #E54612; }
  footer .pay-with {
    display: flex;
    float: left;
    background: white;
    width: 45%;
    margin-right: 10%;
    flex-direction: column; }
    footer .pay-with span {
      display: flex;
      margin: 15px 0px;
      color: #004ea7;
      font-weight: bold;
      font-family: "AvenirHeavy";
      padding-bottom: 10px;
      border-bottom: 2px solid #004ea7; }
    footer .pay-with i {
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      overflow: hidden; }
      footer .pay-with i img {
        vertical-align: middle; }
  footer .inset {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px; }
    footer .inset .box {
      flex-grow: 1;
      min-width: 150px; }
      footer .inset .box .inset-info {
        float: left;
        width: 100%; }
        footer .inset .box .inset-info i {
          float: left;
          width: 50px;
          height: 50px;
          text-align: center;
          font-size: 25px;
          color: #fff !important; }
        footer .inset .box .inset-info .info {
          padding-left: 60px; }
          footer .inset .box .inset-info .info span {
            float: left;
            width: 100%;
            font-size: 13px;
            color: #fff;
            margin-bottom: 5px; }
          footer .inset .box .inset-info .info strong {
            float: left;
            width: 100%;
            font-size: 19px;
            font-family: "AvenirMedium";
            color: #fff; }
            footer .inset .box .inset-info .info strong.email {
              font-size: 12px; }
      footer .inset .box h4 {
        text-transform: uppercase;
        color: #26a9e1;
        font-family: "AvenirMedium";
        font-size: 14px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        font-weight: bold; }
      footer .inset .box ul {
        float: left;
        width: 100%; }
        footer .inset .box ul li {
          float: left;
          width: 100%;
          font-size: 13px;
          margin-bottom: 5px; }
          footer .inset .box ul li a {
            color: #fff;
            text-decoration: none; }
            footer .inset .box ul li a:hover {
              color: #fff; }
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
  footer .whatsDesktop i {
    background: green;
    position: fixed;
    right: 25px;
    z-index: 999999;
    font-size: 2em;
    color: white;
    bottom: 3%;
    padding: 0.4em;
    border-radius: 50%;
    box-shadow: 0 0 0 0 black;
    transform: scale(1);
    animation: pulse 2s infinite; }

#cookieMsg {
  display: none;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px 10px 30px;
  margin: auto;
  z-index: 999999999999;
  background-color: #2b2a2ad6;
  color: white;
  max-width: 1000px; }
  @media all and (max-width: 700px) {
    #cookieMsg div {
      width: 100%;
      padding-bottom: 10px; } }
  #cookieMsg a {
    color: #26a9e1; }
  #cookieMsg p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75; }
  #cookieMsg div {
    width: 80%;
    float: left; }
    #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: 20%;
    float: left;
    text-align: center;
    margin-top: 4%;
    display: block !important; }
    #cookieMsg .fecharMsg span {
      padding: 10px 40px;
      background: #004ea7;
      border-radius: 10px;
      color: #fff;
      cursor: pointer;
      font-weight: bold; }

#modalCarrinhoSeparado {
  margin: 0px; }
  #modalCarrinhoSeparado .modal-dialog {
    position: fixed;
    right: 0px;
    width: 35%;
    height: 100%;
    top: 0px;
    margin: 0px;
    max-width: 675px;
    border-radius: 0px; }
    #modalCarrinhoSeparado .modal-dialog .modal-content {
      border-radius: 0px;
      height: 100%;
      display: flex;
      flex-direction: column; }
    @media all and (max-width: 1350px) {
      #modalCarrinhoSeparado .modal-dialog {
        width: 54%; } }
  #modalCarrinhoSeparado .modal-header {
    border-bottom: none; }
  #modalCarrinhoSeparado .modal-body {
    border-radius: 0px;
    flex: 1; }
    #modalCarrinhoSeparado .modal-body .semProdutos {
      padding: 40px;
      position: absolute;
      top: 5%;
      font-size: 20px;
      width: 100%;
      left: 0px; }
    #modalCarrinhoSeparado .modal-body .loader-sidecart img {
      max-width: 130px; }
    #modalCarrinhoSeparado .modal-body table {
      width: 95%;
      margin: 10px auto;
      display: block; }
      #modalCarrinhoSeparado .modal-body table .media-body {
        width: auto !important;
        /*display: block !important;*/ }
      #modalCarrinhoSeparado .modal-body table thead tr {
        border-bottom: 3px solid #333333; }
        #modalCarrinhoSeparado .modal-body table thead tr strong {
          color: #004ea7;
          text-transform: uppercase;
          font-weight: bold !important;
          letter-spacing: 1px; }
      #modalCarrinhoSeparado .modal-body table tbody {
        position: relative;
        display: block;
        overflow-x: auto;
        font-size: 14px;
        max-height: 68vh;
        width: 100%;
        padding-bottom: 100px; }
        #modalCarrinhoSeparado .modal-body table tbody .semEstoque {
          color: red;
          text-transform: uppercase;
          font-size: 14px; }
      #modalCarrinhoSeparado .modal-body table td {
        padding: 15px;
        vertical-align: middle; }
        #modalCarrinhoSeparado .modal-body table td a {
          color: #333;
          text-decoration: none; }
          #modalCarrinhoSeparado .modal-body table td a i {
            color: #333333; }
            #modalCarrinhoSeparado .modal-body table td a i:hover {
              color: red; }
        #modalCarrinhoSeparado .modal-body table td select {
          background: transparent;
          border: 1px solid #fff;
          box-shadow: 0px 0px 1px 1px #333333; }
      #modalCarrinhoSeparado .modal-body table tr {
        border-bottom: 1px solid #eee; }
      #modalCarrinhoSeparado .modal-body table .media-object {
        max-width: 64px; }
      #modalCarrinhoSeparado .modal-body table .media-body h4 {
        margin-bottom: 0px; }
        #modalCarrinhoSeparado .modal-body table .media-body h4 span {
          width: 100%;
          float: left;
          font-size: 12px;
          font-weight: bold;
          text-align: left;
          color: #333333; }
      #modalCarrinhoSeparado .modal-body table .media-body a {
        color: #333;
        text-decoration: none;
        text-align: left;
        display: block;
        width: 100%; }
  #modalCarrinhoSeparado .modal-footer {
    background: white;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    width: 100%; }
    @media all and (max-width: 1650px) {
      #modalCarrinhoSeparado .modal-footer {
        flex-wrap: wrap;
        justify-content: center; }
        #modalCarrinhoSeparado .modal-footer .cart {
          width: 100% !important;
          text-align: center !important;
          margin-right: 10px; }
        #modalCarrinhoSeparado .modal-footer .botoes {
          display: flex;
          width: 100% !important;
          justify-content: center; } }
    #modalCarrinhoSeparado .modal-footer .continuarComprando {
      background: #FFF;
      color: #333333;
      font-weight: bold;
      border-color: #333333;
      padding: 10px;
      text-transform: uppercase;
      float: left; }
    #modalCarrinhoSeparado .modal-footer .carrinho {
      text-transform: uppercase;
      padding: 10px 15px 10px 15px;
      font-weight: bold;
      display: flex;
      float: left;
      align-items: center; }
      #modalCarrinhoSeparado .modal-footer .carrinho i {
        font-size: 20px;
        padding-right: 5px; }
    #modalCarrinhoSeparado .modal-footer .cart {
      float: left;
      margin-top: 10px;
      margin-bottom: 10px; }
      #modalCarrinhoSeparado .modal-footer .cart span {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22px; }
        #modalCarrinhoSeparado .modal-footer .cart span strong {
          margin-right: 10px;
          border-right: 3px solid #004ea7;
          padding-right: 10px; }
  #modalCarrinhoSeparado .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #modalCarrinhoSeparado .modal-header h5 {
      width: 100%;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: bold;
      color: #333333; }
    #modalCarrinhoSeparado .modal-header button {
      width: 100%;
      text-align: right; }

main.category {
  padding-top: 30px;
  float: left;
  width: 100%;
  padding-bottom: 30px; }
  main.category .mob-only {
    display: none; }
  @media all and (min-width: 999px) {
    main.category .prod-item:nth-child(4n) {
      margin-left: 0px !important; }
    main.category .prod-item:first-child {
      margin-left: 0px !important; } }
  main.category aside {
    float: left;
    width: 270px;
    background: #004ea7;
    padding: 10px;
    border-radius: 5px; }
    main.category aside h2 {
      float: left;
      width: 100%;
      color: #111;
      font-size: 15px;
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-bottom: 10px;
      padding-top: 8px;
      font-family: "AvenirMedium";
      border-bottom: 1px solid #e5e5e5;
      position: relative; }
      main.category aside h2:after {
        position: absolute;
        left: 0px;
        bottom: -1px;
        background: #004ea7;
        width: 40px;
        height: 1px;
        content: ''; }
    main.category aside .inputFilter {
      display: none; }
    main.category aside .box {
      float: left;
      width: 100%;
      background: white;
      margin-top: 20px;
      border-radius: 5px;
      padding: 10px; }
      main.category aside .box .box-inner {
        float: left;
        width: 100%; }
    main.category aside .marcas {
      margin-bottom: 20px; }
      main.category aside .marcas .inputFilter {
        position: relative;
        width: 100%;
        float: left;
        display: block; }
        main.category aside .marcas .inputFilter .searchFilter {
          width: 100%;
          margin: 10px 0px;
          border: 1px solid #cbcbcb;
          border-radius: 5px;
          height: 30px; }
        main.category aside .marcas .inputFilter:before {
          content: "\f002";
          font-style: normal;
          font-family: "Font Awesome 5 Free";
          font-weight: normal;
          text-decoration: inherit;
          color: #000;
          font-size: 18px;
          position: absolute;
          top: 15px;
          right: 10px;
          opacity: 0.2; }
      main.category aside .marcas .box-inner {
        max-height: 250px;
        overflow: auto;
        float: left;
        width: 100%; }
    main.category aside label {
      font-size: 16px;
      text-transform: uppercase;
      font-family: "AvenirMedium";
      padding-left: 8px;
      float: left;
      width: 80%;
      font-size: 14px; }
    main.category aside ul {
      float: left;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 30px; }
      main.category aside ul li {
        float: left;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 4.5px;
        font-family: "AvenirMedium";
        margin-bottom: 5px;
        font-weight: bold; }
        main.category aside ul li a {
          color: #333;
          text-decoration: none; }
          main.category aside ul li a:hover {
            color: #004ea7; }
    main.category aside .box-inner ul fieldset {
      margin-bottom: 10px; }
      main.category aside .box-inner ul fieldset div {
        clear: both; }
      main.category aside .box-inner ul fieldset > .atributoComCor {
        display: flex;
        align-items: center; }
        main.category aside .box-inner ul fieldset > .atributoComCor .corLabel {
          height: 20px;
          width: 20px;
          position: absolute;
          border-radius: 4px;
          margin-top: 0px; }
        main.category aside .box-inner ul fieldset > .atributoComCor input {
          margin: 0px; }
    main.category aside .box-inner input[type=checkbox] {
      width: 20px;
      height: 20px;
      float: left;
      font-size: 14px; }
    main.category aside .box-inner label {
      margin-top: 8px; }
    main.category aside .estampa_cor .box-inner ul div {
      width: 100%;
      float: left;
      clear: none; }
    main.category aside .estampa_cor .box-inner ul div {
      display: none;
      display: block;
      position: relative;
      margin-bottom: 2px; }
      main.category aside .estampa_cor .box-inner ul div label {
        /*width: 23px;*/
        height: 23px;
        border-radius: 100%;
        padding-top: 8px;
        cursor: pointer;
        position: absolute;
        margin-top: 0;
        font-size: 14px; }
    main.category aside .estampa_cor .box-inner ul .image {
      display: block;
      position: relative;
      margin-bottom: 15px; }
      main.category aside .estampa_cor .box-inner ul .image input[type=checkbox] {
        visibility: hidden;
        width: 1px; }
      main.category aside .estampa_cor .box-inner ul .image label {
        width: 23px;
        height: 23px;
        border-radius: 100%;
        padding-top: 5px;
        cursor: pointer;
        position: absolute;
        margin-top: 0; }
      main.category aside .estampa_cor .box-inner ul .image span {
        position: absolute;
        left: 43px;
        top: 6px;
        font-size: 14px; }
    main.category aside .estampa_cor .box-inner ul .atributoComCor {
      margin-right: 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      main.category aside .estampa_cor .box-inner ul .atributoComCor .corLabel {
        width: 20px;
        height: 20px;
        display: block;
        z-index: 100;
        position: absolute;
        bottom: 0px;
        border-radius: 4px;
        border: 1px solid #b3b3b3; }
      main.category aside .estampa_cor .box-inner ul .atributoComCor .nameAttr {
        padding-left: 25px;
        position: unset; }
      main.category aside .estampa_cor .box-inner ul .atributoComCor input {
        width: 1px;
        height: 1px; }
  main.category .list-align {
    padding-left: 300px; }

.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.slider-container .back-bar {
  height: 10px;
  position: relative; }

.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%; }

.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2; }

.slider-container .back-bar .pointer.last-active {
  z-index: 3; }

.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1; }

.slider-container .back-bar .focused {
  z-index: 10; }

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slider-container .scale {
  top: 2px;
  position: relative; }

.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0; }

.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1; }

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto; }

.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #004ea7;
  background-image: -moz-linear-gradient(top, #004ea7, #004ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004ea7), to(#004ea7));
  background-image: -webkit-linear-gradient(top, #004ea7, #004ea7);
  background-image: -o-linear-gradient(top, #004ea7, #004ea7);
  background-image: linear-gradient(to bottom, #004ea7, #004ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0); }

.theme-green .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-green .back-bar .pointer-label {
  color: #999;
  font-size: 11px; }

.theme-green .back-bar .focused {
  color: #333; }

.theme-green .scale span {
  border-left: 1px solid #e5e5e5; }

.theme-green .scale ins {
  color: #999; }

.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0); }

.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); }

.theme-blue .back-bar .pointer-label {
  color: #999; }

.theme-blue .back-bar .focused {
  color: #333; }

.theme-blue .scale span {
  border-left: 1px solid #e5e5e5; }

.theme-blue .scale ins {
  color: #999; }

main.product {
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px; }
  main.product .main-product-info {
    float: left;
    width: 100%; }
    main.product .main-product-info .images-wrapper {
      width: 50%;
      min-width: 0;
      align-items: center;
      float: left; }
      main.product .main-product-info .images-wrapper .main-gallery {
        flex: 1;
        text-align: center; }
        main.product .main-product-info .images-wrapper .main-gallery i {
          position: absolute;
          top: 50%;
          height: 40px;
          width: 40px;
          margin-top: -40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          color: black;
          cursor: pointer;
          z-index: 2;
          outline: none; }
          @media all and (max-width: 999px) {
            main.product .main-product-info .images-wrapper .main-gallery i {
              display: none; } }
          main.product .main-product-info .images-wrapper .main-gallery i:hover {
            opacity: 0.7; }
          main.product .main-product-info .images-wrapper .main-gallery i.fa-arrow-left {
            left: 0px; }
          main.product .main-product-info .images-wrapper .main-gallery i.fa-arrow-right {
            right: 0px; }
        main.product .main-product-info .images-wrapper .main-gallery .pagination {
          display: none;
          margin: 10px auto; }
          @media all and (max-width: 999px) {
            main.product .main-product-info .images-wrapper .main-gallery .pagination {
              display: block; } }
          main.product .main-product-info .images-wrapper .main-gallery .pagination .swiper-pagination-bullet-active-main {
            background-color: #000; }
        main.product .main-product-info .images-wrapper .main-gallery .aligner {
          float: left;
          width: 100%;
          text-align: center; }
          main.product .main-product-info .images-wrapper .main-gallery .aligner img {
            max-width: 100%;
            height: auto; }
        main.product .main-product-info .images-wrapper .main-gallery .non-swiper-slide {
          display: none; }
        main.product .main-product-info .images-wrapper .main-gallery .aligner {
          text-align: center; }
        main.product .main-product-info .images-wrapper .main-gallery .swiper-wrapper {
          height: unset !important; }
      main.product .main-product-info .images-wrapper .thumbs {
        position: relative;
        display: flex;
        margin-top: 10px;
        width: 100%;
        padding: 0px 20px;
        flex-wrap: wrap; }
        main.product .main-product-info .images-wrapper .thumbs .slick-track {
          display: flex; }
        main.product .main-product-info .images-wrapper .thumbs a {
          display: block;
          margin: 0px 5px; }
        @media all and (max-width: 999px) {
          main.product .main-product-info .images-wrapper .thumbs {
            display: none; } }
        main.product .main-product-info .images-wrapper .thumbs img {
          max-width: 100%; }
        main.product .main-product-info .images-wrapper .thumbs .fa-arrow-left {
          position: absolute;
          left: 0px;
          top: 46%;
          font-weight: bold; }
        main.product .main-product-info .images-wrapper .thumbs .fa-arrow-right {
          position: absolute;
          right: 0px;
          top: 46%;
          font-weight: bold; }
    main.product .main-product-info .info-view {
      padding-left: 50%; }
      main.product .main-product-info .info-view .inset {
        float: left;
        width: 100%;
        padding-left: 20px; }
        main.product .main-product-info .info-view .inset .wishlist {
          color: #666;
          font-size: 12px;
          text-decoration: none;
          margin-top: 4px;
          margin-bottom: 4px; }
          main.product .main-product-info .info-view .inset .wishlist img {
            display: inline-block;
            vertical-align: sub;
            margin-left: 2px; }
        main.product .main-product-info .info-view .inset h1 {
          float: left;
          width: 100%;
          line-height: 1.2;
          font-family: "AvenirMedium";
          font-size: 16px; }
        main.product .main-product-info .info-view .inset em {
          color: #666;
          text-transform: uppercase;
          font-size: 12px; }
        main.product .main-product-info .info-view .inset .badges {
          float: left;
          width: 100%;
          margin-top: 15px; }
          main.product .main-product-info .info-view .inset .badges span {
            float: left;
            color: white;
            text-transform: uppercase;
            font-size: 10px;
            background: #1D1D1D;
            padding: 5px;
            margin-right: 5px;
            font-family: "AvenirMedium"; }
            main.product .main-product-info .info-view .inset .badges span.blue {
              background: #004ea7; }
        main.product .main-product-info .info-view .inset .selecter {
          float: left;
          margin-top: 30px;
          width: 100%; }
          main.product .main-product-info .info-view .inset .selecter .selAtributos {
            display: flex;
            align-items: center;
            cursor: pointer;
            flex-wrap: wrap;
            margin-top: 12px; }
            main.product .main-product-info .info-view .inset .selecter .selAtributos span.atributoComBackground {
              float: left;
              height: 25px;
              width: 25px;
              display: block;
              border-radius: 50%;
              box-shadow: 0px 0px 1px 1px #ccc;
              margin-bottom: 10px;
              margin-right: 10px;
              border: unset;
              position: relative; }
              main.product .main-product-info .info-view .inset .selecter .selAtributos span.atributoComBackground .corDeFundo {
                width: 100%;
                height: 25px;
                padding: -3px;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 50%; }
                main.product .main-product-info .info-view .inset .selecter .selAtributos span.atributoComBackground .corDeFundo:hover {
                  border: 1px solid red; }
              main.product .main-product-info .info-view .inset .selecter .selAtributos span.atributoComBackground:hover {
                border: none; }
            main.product .main-product-info .info-view .inset .selecter .selAtributos span.semCor {
              border: 1px solid #dbd7d7;
              padding: 5px;
              border-radius: 5px;
              margin-right: 10px;
              margin-bottom: 10px; }
              main.product .main-product-info .info-view .inset .selecter .selAtributos span.semCor:hover {
                border: 1px solid red; }
            main.product .main-product-info .info-view .inset .selecter .selAtributos > span {
              border: 1px solid #dbd7d7;
              padding: 5px;
              border-radius: 5px;
              margin-right: 10px;
              margin-bottom: 10px; }
              main.product .main-product-info .info-view .inset .selecter .selAtributos > span:hover {
                border: 1px solid red; }
            main.product .main-product-info .info-view .inset .selecter .selAtributos > span.selected {
              box-shadow: 0px 0px 1px 1px #ed0032; }
              main.product .main-product-info .info-view .inset .selecter .selAtributos > span.selected .corDeFundo {
                border: 2px solid white; }
            main.product .main-product-info .info-view .inset .selecter .selAtributos .disabled {
              opacity: 0.6; }
              main.product .main-product-info .info-view .inset .selecter .selAtributos .disabled:hover {
                border: 1px solid #dbd7d7; }
        main.product .main-product-info .info-view .inset .form-aviseme {
          float: left;
          margin-top: 20px;
          border: 1px solid #e5e5e5;
          padding: 20px;
          display: flex;
          margin-bottom: 20px; }
          main.product .main-product-info .info-view .inset .form-aviseme input {
            border: 1px solid #e5e5e5;
            padding: 5px 10px;
            font-size: 16px; }
          main.product .main-product-info .info-view .inset .form-aviseme .title-aviseme {
            font-weight: bold;
            margin: 3px 10px 0 0; }
          main.product .main-product-info .info-view .inset .form-aviseme .link-aviseme {
            text-decoration: none;
            cursor: pointer; }
            main.product .main-product-info .info-view .inset .form-aviseme .link-aviseme:hover {
              text-decoration: none; }
          main.product .main-product-info .info-view .inset .form-aviseme .botao-aviseme {
            padding: 5px 10px;
            color: #fff;
            background: #333333;
            cursor: pointer; }
        main.product .main-product-info .info-view .inset .price-buy-inset {
          float: left;
          width: 100%;
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 10px;
          margin-bottom: 10px;
          margin-top: 20px;
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          main.product .main-product-info .info-view .inset .price-buy-inset .price {
            float: left;
            flex-basis: 50%; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price span {
              text-transform: uppercase;
              font-size: 14px;
              color: #333;
              float: left;
              margin-bottom: 5px; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price h3 {
              font-family: "AvenirHeavy";
              font-size: 35px;
              color: #004ea7;
              margin-bottom: 5px;
              display: flex;
              gap: 5px; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price a {
              float: left;
              color: #666;
              font-size: 12px;
              text-decoration: none;
              margin-top: 4px;
              margin-bottom: 4px; }
              main.product .main-product-info .info-view .inset .price-buy-inset .price a img {
                display: inline-block;
                vertical-align: sub;
                margin-left: 2px; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price .discount {
              float: left;
              background: #004ea7;
              border-radius: 50%;
              margin-bottom: 10px;
              width: 50px;
              height: 50px;
              display: flex;
              align-items: center;
              justify-content: center; }
              main.product .main-product-info .info-view .inset .price-buy-inset .price .discount span {
                width: unset;
                margin-right: 5px;
                color: white;
                font-weight: bold; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price .off {
              margin: 0px !important; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price .prices {
              float: left;
              display: flex;
              width: 100%;
              align-items: baseline;
              flex-direction: column; }
              main.product .main-product-info .info-view .inset .price-buy-inset .price .prices .preco-de {
                text-decoration: line-through;
                margin-right: 10px;
                font-weight: bold; }
          main.product .main-product-info .info-view .inset .price-buy-inset .buy {
            align-self: flex-end;
            background: #60E37D;
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-family: "AvenirMedium";
            padding: 20px 38px;
            cursor: pointer; }
        main.product .main-product-info .info-view .inset .attribute-inset {
          float: left;
          width: 100%;
          padding-bottom: 20px;
          margin-bottom: 10px;
          margin-top: 10px;
          border-bottom: 1px solid #e5e5e5; }
          main.product .main-product-info .info-view .inset .attribute-inset span {
            text-transform: uppercase;
            font-size: 12px;
            font-family: "AvenirMedium";
            float: left;
            width: 100%;
            margin-bottom: 5px; }
          main.product .main-product-info .info-view .inset .attribute-inset .item {
            float: left;
            width: 64px;
            height: 64px;
            margin-right: 5px;
            cursor: pointer;
            -webkit-transition: all 150ms ease-in;
            -moz-transition: all 150ms ease-in;
            -o-transition: all 150ms ease-in;
            transition: all 150ms ease-in;
            border: 4px solid transparent;
            /*&:hover {
            	opacity: .5;
            }*/ }
            main.product .main-product-info .info-view .inset .attribute-inset .item .selecter {
              float: left;
              width: 100%;
              height: 100%;
              border: 1px solid rgba(0, 0, 0, 0.1); }
            main.product .main-product-info .info-view .inset .attribute-inset .item.active {
              border: 4px solid #004ea7; }
        main.product .main-product-info .info-view .inset .payment-methods {
          float: left;
          width: 100%;
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 20px; }
          main.product .main-product-info .info-view .inset .payment-methods a {
            color: #333333;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 12px;
            font-family: "AvenirMedium"; }
          main.product .main-product-info .info-view .inset .payment-methods .brands {
            float: left;
            width: 100%;
            margin-bottom: 15px;
            margin-top: 15px; }
            main.product .main-product-info .info-view .inset .payment-methods .brands img {
              margin: 0 5px;
              cursor: pointer;
              width: 35px; }
            main.product .main-product-info .info-view .inset .payment-methods .brands span {
              float: left;
              border: 1px solid #e5e5e5;
              margin-right: 10px;
              font-size: 13px;
              font-weight: normal; }
            main.product .main-product-info .info-view .inset .payment-methods .brands .valPag {
              font-size: 14px;
              display: none; }
              main.product .main-product-info .info-view .inset .payment-methods .brands .valPag .pagueCom {
                margin: 5px 0; }
              main.product .main-product-info .info-view .inset .payment-methods .brands .valPag i {
                font-weight: bold; }
              main.product .main-product-info .info-view .inset .payment-methods .brands .valPag span {
                border: none; }
              main.product .main-product-info .info-view .inset .payment-methods .brands .valPag ul, main.product .main-product-info .info-view .inset .payment-methods .brands .valPag li {
                float: left; }
              main.product .main-product-info .info-view .inset .payment-methods .brands .valPag .precoFormPag {
                font-weight: bold; }
              main.product .main-product-info .info-view .inset .payment-methods .brands .valPag .jurosPag {
                text-transform: lowercase; }
        main.product .main-product-info .info-view .inset .attribute-inset {
          float: left;
          width: 100%;
          margin-bottom: 15px;
          border-top: 1px solid #e5e5e5;
          padding-top: 20px; }
          @media all and (max-width: 699px) {
            main.product .main-product-info .info-view .inset .attribute-inset {
              display: flex;
              flex-direction: column; } }
          main.product .main-product-info .info-view .inset .attribute-inset .options {
            float: left;
            width: 50%;
            padding-left: 20px; }
            @media all and (max-width: 699px) {
              main.product .main-product-info .info-view .inset .attribute-inset .options {
                margin-left: 0px;
                width: 100%;
                padding-left: 0px; } }
            main.product .main-product-info .info-view .inset .attribute-inset .options .metrics {
              background: #333333;
              float: left;
              padding: 10px;
              color: white;
              width: 170px;
              cursor: pointer; }
              main.product .main-product-info .info-view .inset .attribute-inset .options .metrics i {
                float: left;
                width: 26px;
                height: 26px;
                text-align: center;
                line-height: 26px;
                font-size: 26px;
                margin-right: 4px; }
              main.product .main-product-info .info-view .inset .attribute-inset .options .metrics span {
                width: auto;
                padding-left: 35px;
                display: block;
                text-transform: uppercase;
                font-size: 10px;
                padding-top: 3px;
                padding-bottom: 3px; }
          main.product .main-product-info .info-view .inset .attribute-inset .handler {
            float: left;
            width: 100%; }
            @media all and (max-width: 699px) {
              main.product .main-product-info .info-view .inset .attribute-inset .handler {
                width: 100%; } }
            main.product .main-product-info .info-view .inset .attribute-inset .handler .item {
              float: left;
              width: 100%;
              margin-bottom: 5px;
              height: 40px !important; }
              @media all and (max-width: 699px) {
                main.product .main-product-info .info-view .inset .attribute-inset .handler .item {
                  flex-direction: column;
                  display: flex; } }
              main.product .main-product-info .info-view .inset .attribute-inset .handler .item h6 {
                float: left;
                width: 40%;
                font-size: 15px;
                font-weight: bold;
                text-align: right;
                text-transform: uppercase;
                padding-right: 10px;
                line-height: 36px;
                color: #333333; }
                @media all and (max-width: 699px) {
                  main.product .main-product-info .info-view .inset .attribute-inset .handler .item h6 {
                    text-align: left;
                    width: 100%; } }
              main.product .main-product-info .info-view .inset .attribute-inset .handler .item .handler {
                float: left;
                width: 50%; }
                @media all and (max-width: 699px) {
                  main.product .main-product-info .info-view .inset .attribute-inset .handler .item .handler {
                    width: 100%; } }
                main.product .main-product-info .info-view .inset .attribute-inset .handler .item .handler label {
                  font-size: 11px;
                  float: left;
                  margin-top: 12px; }
                main.product .main-product-info .info-view .inset .attribute-inset .handler .item .handler select {
                  width: 100%;
                  -webkit-appearance: none;
                  -moz-appearance: none;
                  appearance: none;
                  background: url(../images/arrow.png) 90% center no-repeat;
                  border: 1px solid #e5e5e5;
                  -webkit-border-radius: 0;
                  -moz-border-radius: 0;
                  -ms-border-radius: 0;
                  -o-border-radius: 0;
                  border-radius: 0;
                  padding: 8px;
                  font-size: 16px;
                  color: #666;
                  outline: none; }
                  @media all and (max-width: 699px) {
                    main.product .main-product-info .info-view .inset .attribute-inset .handler .item .handler select {
                      background-position: 95% center; } }
        main.product .main-product-info .info-view .inset .shipping {
          float: left;
          width: 100%;
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 20px;
          margin-bottom: 20px;
          margin-top: 10px; }
          main.product .main-product-info .info-view .inset .shipping #valoresFrete {
            width: 100%;
            font-size: 15px;
            margin-left: 10px;
            text-transform: uppercase;
            clear: both; }
            main.product .main-product-info .info-view .inset .shipping #valoresFrete p {
              float: left;
              font-weight: bold;
              margin-top: 8px; }
              main.product .main-product-info .info-view .inset .shipping #valoresFrete p span {
                font-size: 12px;
                font-weight: normal; }
          main.product .main-product-info .info-view .inset .shipping span {
            text-transform: uppercase;
            font-size: 12px;
            font-family: "AvenirMedium";
            float: left;
            width: 100%;
            margin-bottom: 5px; }
          main.product .main-product-info .info-view .inset .shipping input[type=tel] {
            font-family: "AvenirBook";
            padding: 12px;
            border: 1px solid #e5e5e5;
            font-size: 16px;
            float: left; }
          main.product .main-product-info .info-view .inset .shipping input[type=submit] {
            float: left;
            background: #004ea7;
            padding: 16.5px;
            font-size: 12px;
            font-family: "AvenirHeavy";
            border: 0px;
            color: white; }
        main.product .main-product-info .info-view .inset .share {
          float: left;
          width: 100%;
          margin-top: 10px; }
          main.product .main-product-info .info-view .inset .share span {
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            font-size: 12px;
            color: #777;
            margin-right: 5px; }
          main.product .main-product-info .info-view .inset .share a {
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            background: #B5B5B5;
            color: white;
            text-decoration: none; }
            main.product .main-product-info .info-view .inset .share a:hover {
              background: #333333; }
            main.product .main-product-info .info-view .inset .share a.icon-mail {
              font-size: 12px; }
  main.product .product-description {
    float: left;
    width: 100%;
    margin-top: 40px; }
    main.product .product-description .tabs {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e5e5e5; }
      main.product .product-description .tabs a {
        float: left;
        width: 200px;
        text-align: center;
        text-transform: uppercase;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-family: "AvenirMedium";
        padding: 10px 0px;
        position: relative;
        font-family: "AvenirMedium"; }
        main.product .product-description .tabs a.active:before {
          position: absolute;
          background: #004ea7;
          bottom: -1px;
          width: 100%;
          left: 0px;
          height: 1px;
          content: ''; }
    main.product .product-description .tab {
      float: left;
      width: 100%;
      padding: 20px 0px;
      font-size: 13px;
      color: #666;
      line-height: 1.4;
      display: none; }
      main.product .product-description .tab.active {
        display: block; }
      main.product .product-description .tab h3 {
        text-transform: uppercase;
        font-size: 15px;
        font-family: "AvenirMedium";
        margin-bottom: 20px;
        color: #333;
        margin-top: 20px; }
      main.product .product-description .tab p {
        margin-bottom: 10px; }
      main.product .product-description .tab ul {
        margin-bottom: 20px; }
        main.product .product-description .tab ul li {
          color: #333; }
          main.product .product-description .tab ul li:before {
            display: inline-block;
            width: 5px;
            vertical-align: middle;
            margin-right: 9px;
            height: 5px;
            background: #004ea7;
            content: ''; }
  main.product .related {
    float: left;
    width: 100%;
    margin-top: 30px; }
    main.product .related .title {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: "AvenirMedium";
      font-size: 16px; }
      main.product .related .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #004ea7;
        padding-bottom: 5px; }
  main.product .cj-produto {
    float: left;
    width: 100%;
    margin-top: 30px; }
    main.product .cj-produto .title {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: "AvenirMedium";
      font-size: 16px; }
      main.product .cj-produto .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #004ea7;
        padding-bottom: 5px;
        width: unset; }
  main.product .support {
    float: left;
    width: 100%;
    margin-bottom: 60px; }
    main.product .support .title {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: "AvenirMedium";
      font-size: 16px; }
      main.product .support .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #004ea7;
        padding-bottom: 5px; }
    main.product .support a {
      float: left;
      color: #333333;
      background: #AAAAAA;
      padding: 15px;
      margin-right: 10px;
      font-size: 11px;
      font-family: "AvenirMedium";
      text-decoration: none;
      text-transform: uppercase;
      /*&:hover {
      	opacity: .5;
      }*/ }
      main.product .support a.blue {
        background: #004ea7;
        color: white; }
      main.product .support a i {
        font-size: 18px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px; }
  main.product .ratings {
    float: left;
    width: 100%; }
    main.product .ratings .list {
      float: left;
      width: 100%; }
    main.product .ratings .title {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: "AvenirMedium";
      font-size: 16px; }
      main.product .ratings .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #004ea7;
        padding-bottom: 5px; }
    main.product .ratings .inset-button {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px; }
      main.product .ratings .inset-button a {
        display: inline-block;
        background: #004ea7;
        padding: 18px;
        color: white;
        font-family: "AvenirHeavy";
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px; }
        main.product .ratings .inset-button a:hover {
          background: #333333; }
    main.product .ratings .item {
      float: left;
      width: 32%;
      margin-right: 2%;
      outline: 1px solid #e5e5e5;
      padding: 15px; }
      main.product .ratings .item .rate {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        color: #e5e5e5; }
        main.product .ratings .item .rate .ok {
          color: #004ea7; }
      main.product .ratings .item p {
        font-size: 13px;
        color: #666;
        line-height: 1.4; }
      main.product .ratings .item > span {
        font-family: "AvenirMedium";
        font-size: 14px;
        color: #222;
        float: left;
        margin-top: 10px;
        color: #004ea7; }
        main.product .ratings .item > span strong {
          color: #333333; }
      main.product .ratings .item:last-child {
        margin-right: 0px; }

#comment {
  display: none; }

.inset-comment {
  float: left;
  width: 300px; }
  .inset-comment label {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .inset-comment input[type=text], .inset-comment textarea {
    float: left;
    width: 100%;
    border: 2px solid #e5e5e5;
    padding: 12px;
    margin-bottom: 14px;
    outline: none;
    color: #004ea7;
    font-size: 16px; }
  .inset-comment .rate {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #e5e5e5;
    font-size: 20px; }
    .inset-comment .rate i {
      cursor: pointer; }
    .inset-comment .rate .ok {
      color: #333333; }
  .inset-comment input[type=submit] {
    float: right;
    background: #004ea7;
    padding: 15px;
    border: 0px;
    color: white;
    font-weight: bold;
    text-transform: uppercase; }

.compreJunto {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 30px; }
  .compreJunto:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px; }
  @media all and (max-width: 999px) {
    .compreJunto {
      padding: 0 0; } }
  .compreJunto > h2 {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    font-size: 17px; }
  .compreJunto > .produtos {
    width: 75%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media all and (max-width: 999px) {
      .compreJunto > .produtos {
        width: 100%;
        flex-direction: column; } }
    .compreJunto > .produtos > .produto {
      width: 33.3%;
      display: flex;
      padding: 0 5px;
      margin-bottom: 15px;
      margin-top: 15px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      @media all and (max-width: 999px) {
        .compreJunto > .produtos > .produto {
          margin-bottom: 20px;
          width: 100%; } }
      .compreJunto > .produtos > .produto > .foto {
        margin-right: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        @media all and (max-width: 999px) {
          .compreJunto > .produtos > .produto > .foto {
            width: 100%;
            justify-content: center;
            margin-right: 0px; } }
        .compreJunto > .produtos > .produto > .foto > a {
          width: 100%; }
        .compreJunto > .produtos > .produto > .foto img {
          max-width: 100%;
          height: auto; }
          @media all and (max-width: 999px) {
            .compreJunto > .produtos > .produto > .foto img {
              width: 100%;
              max-width: 100%; } }
      .compreJunto > .produtos > .produto > .info {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        padding-top: 20px; }
        @media all and (max-width: 999px) {
          .compreJunto > .produtos > .produto > .info {
            width: 100%; } }
        .compreJunto > .produtos > .produto > .info > .desc {
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .compreJunto > .produtos > .produto > .info > .desc > a {
            width: 100%; }
          .compreJunto > .produtos > .produto > .info > .desc h2 {
            width: 100%;
            font-weight: normal;
            margin-top: 15px;
            color: #333333;
            font-weight: bold;
            font-size: 27px; }
          .compreJunto > .produtos > .produto > .info > .desc h3 {
            width: 100%;
            font-size: 20px;
            color: #333333;
            font-weight: normal;
            margin-top: 0;
            line-height: 1.4; }
        .compreJunto > .produtos > .produto > .info > .variacao {
          display: inline-flex;
          padding-top: 20px;
          flex-wrap: wrap;
          width: auto;
          flex-direction: column; }
          @media all and (max-width: 999px) {
            .compreJunto > .produtos > .produto > .info > .variacao {
              width: 100%;
              justify-content: flex-start; } }
          .compreJunto > .produtos > .produto > .info > .variacao label {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            margin-right: 5px;
            padding: 10px 15px 10px 0;
            font-weight: normal;
            font-size: 16px;
            text-transform: uppercase;
            color: #333;
            text-align: center;
            flex: 1; }
            @media all and (max-width: 999px) {
              .compreJunto > .produtos > .produto > .info > .variacao label {
                width: 100%;
                justify-content: flex-start; } }
            .compreJunto > .produtos > .produto > .info > .variacao label span:after {
              content: ":";
              font-size: 16px; }
            .compreJunto > .produtos > .produto > .info > .variacao label span {
              flex: 1; }
            .compreJunto > .produtos > .produto > .info > .variacao label select {
              flex: 1;
              margin-left: 10px;
              width: 150px;
              height: 30px;
              font-weight: normal;
              background-color: white;
              border: 0px;
              padding: 5px;
              color: #333;
              padding-top: 3px;
              border: 1px solid #ccc;
              border-radius: 3px; }
  .compreJunto > .info {
    width: 25%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 3%; }
    @media all and (max-width: 999px) {
      .compreJunto > .info {
        width: 100%;
        padding-right: 0;
        margin-top: 5px; } }
    .compreJunto > .info > .desc {
      width: 90%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 35px; }
      @media all and (max-width: 999px) {
        .compreJunto > .info > .desc {
          width: 100%; } }
      .compreJunto > .info > .desc > h2 {
        width: 100%;
        font-weight: normal;
        margin-top: 15px;
        color: #333333;
        font-weight: bold;
        font-size: 30px;
        text-align: center; }
      .compreJunto > .info > .desc > h3 {
        width: 100%;
        font-size: 20px;
        color: #333333;
        font-weight: normal;
        margin-top: 0;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center; }
      .compreJunto > .info > .desc .descontoPercentual {
        display: inline-flex;
        margin-top: 15px;
        background-color: #000;
        padding: 6px;
        border-radius: 5px;
        color: #FFF;
        font-weight: bold; }
    .compreJunto > .info > .comprar {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media all and (max-width: 999px) {
        .compreJunto > .info > .comprar {
          width: 100%; } }
      .compreJunto > .info > .comprar button {
        background: #60E37D;
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 18px 20px;
        display: inline-block;
        font-weight: bold;
        width: 100%;
        border: 0;
        max-width: 350px; }

.lojas-fisicas {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding-top: 20px; }
  .lojas-fisicas img {
    max-width: 100%; }
  .lojas-fisicas .breadcrumb a {
    color: #888;
    text-decoration: none; }
  .lojas-fisicas .container-lojas-fisicas {
    padding: 0px 20px;
    float: left; }
    .lojas-fisicas .container-lojas-fisicas .title h2 {
      font-size: 24px;
      margin-bottom: 60px;
      font-weight: bold;
      margin-top: 30px; }
    .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas {
      display: inline-flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap; }
      .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados {
        display: inline-block;
        width: 30%;
        margin-bottom: 30px; }
        @media screen and (max-width: 999px) {
          .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados {
            width: 100%; } }
        .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul {
          display: inline-block;
          width: 100%;
          border: 1px solid #ddd;
          border-radius: 5px;
          padding: 0; }
          .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li {
            display: inline-flex;
            width: 100%;
            line-height: 1em;
            flex-wrap: wrap; }
            .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li:not(:last-of-type) {
              border-bottom: 1px solid #ddd; }
            .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li > a {
              display: inline-flex;
              justify-content: space-between;
              width: 100%;
              padding: 20px 20px;
              text-decoration: none;
              font-weight: bold;
              margin: 0;
              cursor: default;
              color: #666 !important; }
              .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li > a span:first-child {
                font-size: 16px; }
              .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li > a span:last-child {
                font-size: 20px;
                display: none; }
            .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li .lojas-estado {
              display: inline-block;
              width: 100%; }
              .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li .lojas-estado > ul {
                display: inline-block;
                width: 100%;
                border-radius: 5px;
                padding: 0;
                padding-bottom: 20px; }
                .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li .lojas-estado > ul > li {
                  display: inline-block;
                  width: 100%; }
                  .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li .lojas-estado > ul > li a {
                    display: inline-flex;
                    width: 100%;
                    padding: 10px 20px;
                    text-decoration: none;
                    color: #666; }
                    .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .estados > ul > li .lojas-estado > ul > li a:hover {
                      color: #004ea7; }
      .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja {
        display: inline-block;
        width: 66%; }
        @media screen and (max-width: 999px) {
          .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja {
            width: 100%; } }
        .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .image {
          display: inline-block;
          width: 100%;
          margin-bottom: 60px; }
          .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .image img {
            width: 100%;
            border-radius: 5px; }
        .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description {
          display: inline-flex;
          width: 100%;
          flex-direction: column;
          margin-bottom: 40px; }
          .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description h2 {
            font-size: 24px;
            margin-bottom: 40px;
            font-weight: bold;
            margin-top: 0; }
          .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description .rows {
            display: inline-flex;
            width: 100%;
            flex-wrap: wrap; }
            .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description .rows .column {
              display: inline-flex;
              width: 50%;
              flex-direction: column; }
              @media screen and (max-width: 999px) {
                .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description .rows .column {
                  width: 100%; } }
              .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description .rows .column .section {
                display: inline-flex;
                width: 100%;
                flex-direction: column;
                margin-bottom: 30px; }
                .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description .rows .column .section h3 {
                  font-size: 18px;
                  margin-bottom: 30px;
                  font-weight: bold; }
                .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .description .rows .column .section .texto p {
                  font-size: 16px;
                  line-height: 1.8em; }
        .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .mapa iframe {
          width: 100% !important;
          max-width: 100% !important;
          height: 400px; }
          @media screen and (max-width: 999px) {
            .lojas-fisicas .container-lojas-fisicas .conteudo-lojas-fisicas .loja .mapa iframe {
              height: 300px; } }

@media all and (max-width: 899px) {
  a {
    color: inherit;
    text-decoration: none; }

  body {
    padding-top: 48px; }

  main {
    margin-top: 75px !important; }

  .block-wrapper .row {
    width: 100%; }

  #mob-search {
    position: fixed;
    top: 12px;
    left: 0px;
    z-index: 99999;
    width: 44%;
    display: block !important;
    margin-left: 32%; }
    #mob-search input {
      float: left;
      width: 100%;
      padding: 10px 15px;
      font-family: "AvenirBook";
      font-size: 16px;
      border: 0px;
      background: #e9e9e9;
      border-radius: 25px;
      padding-left: 40px; }
    #mob-search .icon-cross {
      position: absolute;
      right: 0px;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 60px;
      text-decoration: none;
      color: #333333;
      font-size: 18px; }
    #mob-search .icon-search {
      position: absolute;
      left: 6px;
      top: -10px;
      color: #ababab; }

  #nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    display: block; }
    #nav:target .inset {
      margin-left: 0px; }
    #nav .inset {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 220px;
      background: #333333;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      margin-left: -220px; }
      #nav .inset .icon-cross {
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: rgba(255, 255, 255, 0.1);
        text-decoration: none;
        left: 180px; }
      #nav .inset nav {
        float: left;
        width: 100%;
        padding: 30px; }
        #nav .inset nav a {
          color: white;
          float: left;
          width: 100%;
          font-size: 20px;
          margin-bottom: 10px;
          text-decoration: none; }

  .header-nav {
    position: fixed;
    height: 62px;
    background: white;
    z-index: 9999;
    top: 0px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24); }
    .header-nav .mob-only {
      display: block; }
    .header-nav .icon-menu,
    .header-nav .icon-cart,
    .header-nav .icon-search {
      display: block; }
    .header-nav .menuFixed, .header-nav .fixed {
      display: none !important; }
    .header-nav .icon-menu {
      position: absolute;
      left: 0px;
      top: 0px;
      line-height: 60px;
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 20px;
      display: none; }
    .header-nav .icon-search {
      position: absolute;
      right: 45px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      width: 40px; }
    .header-nav .icon-cart {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      width: 50px;
      color: #004ea7;
      text-align: center;
      font-size: 25px; }
    .header-nav .fa-heart {
      position: absolute;
      right: 50px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      width: 50px;
      text-align: center;
      color: #004ea7;
      font-size: 25px; }
    .header-nav .heartHeader {
      position: absolute;
      right: 85px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      width: 40px; }
    .header-nav .top-line, .header-nav .menu, .header-nav .upper-menu, .header-nav .search, .header-nav .cart, .header-nav .gift, .header-nav .aux, .header-nav .info-account, .header-nav .options-header {
      display: none; }
    .header-nav .header-handler {
      padding: 0px;
      display: block !important; }
      .header-nav .header-handler .logo {
        width: 30%;
        position: absolute;
        left: 1%; }
        .header-nav .header-handler .logo img {
          width: 100%;
          max-width: 120px;
          margin-top: 8px; }

  .banners img {
    max-width: 100%; }
  .banners .slick-dots li {
    width: 5px;
    height: 5px; }

  .perks-bar {
    padding: 5px 0px;
    margin: 10px 0px 0px 0px; }
    .perks-bar .inset {
      width: 100%;
      margin-left: 0px; }
      .perks-bar .inset .block {
        display: block;
        margin: 4px 0px;
        font-size: 10px;
        padding: 0px;
        margin-left: 1%; }
        .perks-bar .inset .block .icon {
          width: 100%;
          display: none; }
          .perks-bar .inset .block .icon img {
            max-width: 25px; }

  main.home {
    margin-top: 20px; }
    main.home .mid-banners {
      padding: 0px 30px 0px 32px; }
      main.home .mid-banners .slick-dots {
        float: left;
        bottom: 15px;
        width: 100%;
        text-align: center;
        margin-top: 10px; }
        main.home .mid-banners .slick-dots li {
          display: inline-block;
          width: 5px;
          height: 5px;
          background: #e5e5e5;
          margin: 0px 5px; }
          main.home .mid-banners .slick-dots li button {
            display: none; }
          main.home .mid-banners .slick-dots li.slick-active {
            background: #333333; }
      main.home .mid-banners .item {
        width: 100%;
        margin: 0px !important; }
        main.home .mid-banners .item a {
          opacity: 1; }
        main.home .mid-banners .item img {
          width: 100%;
          height: auto; }
    main.home .wrapper-depoimentos i {
      display: none !important; }

  .product-list .list .prod-item {
    height: unset;
    padding-bottom: 10px;
    min-height: 420px; }
    .product-list .list .prod-item .info h2 {
      min-height: unset;
      line-height: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-left: 5%;
      width: 90%;
      height: 47px; }
    .product-list .list .prod-item .actionsCelula {
      flex-direction: column;
      padding: 5px 0px; }
      .product-list .list .prod-item .actionsCelula .quantity {
        justify-content: space-around; }
    .product-list .list .prod-item .brand {
      padding: 5px 0px; }

  .brand-slider .slick-dots {
    float: left;
    bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    .brand-slider .slick-dots li {
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #e5e5e5;
      margin: 0px 5px; }
      .brand-slider .slick-dots li button {
        display: none; }
      .brand-slider .slick-dots li.slick-active {
        background: #333333; }

  .newsletter {
    height: auto; }
    .newsletter .inset {
      display: block;
      padding: 15px;
      height: auto;
      text-align: center; }
      .newsletter .inset span {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        line-height: 2; }
      .newsletter .inset input {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 5px; }
    .newsletter #assignNews {
      margin: 0px;
      margin-bottom: 30px; }

  footer .inset {
    flex-wrap: wrap;
    padding: 10px; }
    footer .inset .box {
      flex-basis: 50%;
      margin-bottom: 20px; }
      footer .inset .box:first-child {
        flex-basis: 100%; }
  footer .end .pay-with {
    text-align: center;
    margin-bottom: 20px;
    width: 100%; }
    footer .end .pay-with span {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
  footer .end .social {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    footer .end .social span {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
  footer .final {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px;
    justify-content: center; }
    footer .final .specs {
      float: left;
      width: 100%;
      order: 1; }
    footer .final .powered {
      display: inline-block;
      float: none;
      order: 2;
      margin-top: 10px; }

  main.category {
    padding-top: 0px; }
    main.category .mob-only {
      display: block; }
    main.category aside {
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: #f1f1f1;
      width: auto;
      z-index: 9999999;
      margin: 0px;
      display: none;
      -webkit-box-shadow: 0px 10px 51px 0px rgba(0, 0, 0, 0.34);
      -moz-box-shadow: 0px 10px 51px 0px rgba(0, 0, 0, 0.34);
      box-shadow: 0px 10px 51px 0px rgba(0, 0, 0, 0.34);
      overflow: auto; }
      main.category aside .box {
        padding: 0px 20px; }
      main.category aside .filtrarPor {
        display: flex !important;
        justify-content: space-between;
        padding: 20px;
        margin-bottom: 20px;
        background: #e2e2e2; }
        main.category aside .filtrarPor h1, main.category aside .filtrarPor i {
          color: #004ea7;
          font-size: 20px; }
    main.category .list-align {
      padding: 10px; }

  .bread-info {
    text-align: center;
    flex-direction: column; }
    .bread-info .breadcrumb {
      border-left: none;
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 0px;
      padding: 0px 20px;
      line-height: 20px;
      padding-left: 10px;
      font-size: 10px;
      margin: 20px 0px; }
      .bread-info .breadcrumb a:before {
        top: -2px !important; }
    .bread-info .order {
      float: left;
      justify-content: space-between;
      width: 100% !important;
      margin-bottom: 30px;
      cursor: pointer; }
      .bread-info .order .order1 {
        display: flex; }
      .bread-info .order select {
        width: 150px;
        margin-left: 0px;
        padding: 10px 30px 10px 10px; }
      .bread-info .order span {
        text-transform: none;
        font-size: 13px; }
    .bread-info #filtrosMobile span, .bread-info #filtrosMobile i {
      color: #004ea7;
      cursor: pointer;
      margin-left: 10px;
      font-size: 15px;
      text-transform: uppercase; }

  main.product .related {
    display: none; }
  main.product .main-product-info .images-wrapper {
    width: 100%; }
    main.product .main-product-info .images-wrapper .slick-dots {
      float: left;
      bottom: 15px;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      main.product .main-product-info .images-wrapper .slick-dots li {
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #e5e5e5;
        margin: 0px 5px; }
        main.product .main-product-info .images-wrapper .slick-dots li button {
          display: none; }
        main.product .main-product-info .images-wrapper .slick-dots li.slick-active {
          background: #333333; }
    main.product .main-product-info .images-wrapper .thumbs {
      display: none; }
  main.product .main-product-info .info-view {
    padding: 0px; }
    main.product .main-product-info .info-view .inset {
      padding: 10px; }
      main.product .main-product-info .info-view .inset .price-buy-inset {
        display: block; }
        main.product .main-product-info .info-view .inset .price-buy-inset .price {
          float: left;
          width: 100%; }
        main.product .main-product-info .info-view .inset .price-buy-inset .buy {
          width: 100%;
          float: left;
          width: 100%;
          text-align: center;
          margin-top: 10px; }
      main.product .main-product-info .info-view .inset .attribute-inset .item {
        width: 40px;
        height: 40px; }
  main.product .product-description .tabs a {
    width: 48%; }
  main.product .product-description .tab {
    padding: 15px; }
  main.product .related .title {
    text-align: center; }
    main.product .related .title h2 {
      float: none;
      display: inline-block; }
  main.product .related .item {
    margin-right: 0px; }
  main.product .support {
    text-align: center; }
    main.product .support .title {
      text-align: center; }
      main.product .support .title h2 {
        float: none;
        display: inline-block; }
    main.product .support a {
      width: 90%;
      display: inline-block;
      float: none;
      text-align: center;
      margin-bottom: 5px; }
  main.product .ratings {
    line-height: 25px; }
    main.product .ratings .title {
      text-align: center; }
      main.product .ratings .title h2 {
        float: left; }
    main.product .ratings span {
      float: left; }
    main.product .ratings .inset-button a {
      width: 90%; }
    main.product .ratings .slick-dots {
      float: left;
      bottom: 15px;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      main.product .ratings .slick-dots li {
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #e5e5e5;
        margin: 0px 5px; }
        main.product .ratings .slick-dots li button {
          display: none; }
        main.product .ratings .slick-dots li.slick-active {
          background: #333333; }
    main.product .ratings .item {
      width: 100%;
      outline: none;
      margin: 0px; }

  .menuMobile img, .menuMobile i {
    opacity: 0.6; }
  .menuMobile .active img, .menuMobile .active i {
    opacity: 1; }
  .menuMobile .active span {
    font-weight: bold; }

  .bgMenu, .line-top {
    display: none !important; }

  .menuMobile {
    display: block !important;
    width: 100%;
    position: fixed;
    top: 62px;
    z-index: 99999;
    background: #004ea7;
    padding: 8px 0px; }
    .menuMobile .inset {
      display: flex;
      justify-content: space-around; }
    .menuMobile .box {
      width: 20%;
      float: left;
      cursor: pointer; }
      .menuMobile .box div {
        width: 100%;
        text-align: center; }
        .menuMobile .box div span {
          color: #e8e8e8;
          font-size: 10px;
          float: left;
          width: 100%;
          margin-top: 0px; }
        .menuMobile .box div i {
          color: #e8e8e8;
          font-size: 25px;
          margin-bottom: 10px;
          height: 25px;
          width: 25px; }
        .menuMobile .box div img {
          max-width: 25px;
          max-height: 25px;
          margin-bottom: 8px; }
    .menuMobile .whats span {
      color: green !important; }
    .menuMobile .whats i {
      color: green !important;
      display: inline-block; }

  .move-up {
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    top: 0px; }

  .move-down {
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    top: 62px; }

  .categoriasMobile {
    display: none;
    position: fixed;
    top: 160px;
    min-height: 86%;
    width: 100%;
    background: white;
    z-index: 999999;
    border-radius: 10px;
    overflow: scroll; }
    .categoriasMobile .sub-menu {
      display: none; }
    .categoriasMobile .headerCategorias {
      text-align: center;
      padding: 20px;
      border-bottom: 1px solid #e3e3e3; }
      .categoriasMobile .headerCategorias h2 {
        position: relative;
        font-weight: bold;
        width: 50%;
        margin-left: 25%; }
      .categoriasMobile .headerCategorias i {
        position: absolute;
        right: 10px;
        top: 17px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer; }
      .categoriasMobile .headerCategorias .voltarMenu1 {
        position: absolute;
        top: 20px;
        width: 21%; }
        .categoriasMobile .headerCategorias .voltarMenu1 i {
          top: -2px;
          right: 90px;
          cursor: pointer; }
        .categoriasMobile .headerCategorias .voltarMenu1 span {
          font-size: 16px;
          font-weight: bold;
          cursor: pointer; }
    .categoriasMobile .bodyCategorias .cat-item {
      width: 42%;
      display: block;
      float: left;
      height: 55px;
      margin-right: 1%;
      margin-left: 5%;
      margin-top: 5%;
      box-shadow: 0px 0px 4px 1px #e3e3e3;
      border-radius: 10px; }
      .categoriasMobile .bodyCategorias .cat-item ul {
        display: none; }
      .categoriasMobile .bodyCategorias .cat-item a {
        margin-top: 15px;
        margin-left: 10px; }
      .categoriasMobile .bodyCategorias .cat-item a:not(.open) {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        width: 100%;
        display: block;
        position: relative;
        text-transform: uppercase; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) > i {
          width: 34%;
          height: 65px;
          position: absolute;
          bottom: -43px;
          right: 0px;
          display: block !important; }
      .categoriasMobile .bodyCategorias .cat-item .open i {
        position: absolute;
        width: 30px;
        height: 30px;
        padding: 5px 0px;
        font-size: 23px; }
      .categoriasMobile .bodyCategorias .cat-item .open-nivel-1 {
        display: block !important; }
        .categoriasMobile .bodyCategorias .cat-item .open-nivel-1 i {
          width: 30px;
          font-weight: bold;
          opacity: 1;
          font-size: 17px;
          line-height: 3;
          right: -10px;
          text-align: right; }
      .categoriasMobile .bodyCategorias .cat-item > ul {
        position: absolute;
        z-index: 999;
        background: white;
        top: 57px;
        left: 0;
        width: 100%;
        padding: 5px 15px;
        max-height: 84%;
        overflow: scroll;
        height: 100%; }
        .categoriasMobile .bodyCategorias .cat-item > ul .voltarMenu1 {
          display: none !important; }
        .categoriasMobile .bodyCategorias .cat-item > ul li {
          padding: 10px 0px;
          border-bottom: 1px solid #e7e7e7; }
          .categoriasMobile .bodyCategorias .cat-item > ul li:last-child {
            border-bottom: none; }
          .categoriasMobile .bodyCategorias .cat-item > ul li a {
            text-transform: uppercase;
            font-size: 14px !important; }
          .categoriasMobile .bodyCategorias .cat-item > ul li:last-of-type {
            padding-bottom: 100px; }

  .fundoMobile {
    display: none;
    background-color: #333;
    opacity: 0.3;
    position: fixed;
    height: 100vw;
    width: 100%;
    top: 0;
    z-index: 99999; }

  .heartHeader {
    display: block !important;
    opacity: 1; }

  #cookieMsg {
    display: none;
    max-width: 500px; }
    #cookieMsg div {
      width: 100%;
      margin-bottom: 20px; }
    #cookieMsg .fecharMsg {
      width: 100%; }

  .quemSomos {
    padding: 10px;
    flex-direction: column; }
    .quemSomos h2 {
      width: 90%; }
    .quemSomos h1 {
      width: 90%; }
    .quemSomos span {
      width: 90%; }

  .slider-lancamentos, .slider-destaque {
    width: 100%;
    padding: 0px 30px 0px 24px; }
    .slider-lancamentos .icon-chevron-thin-left, .slider-destaque .icon-chevron-thin-left {
      top: 42%;
      left: 10px; }
    .slider-lancamentos .icon-chevron-thin-right, .slider-destaque .icon-chevron-thin-right {
      top: 42%;
      right: 10px; }
    .slider-lancamentos .prod-item, .slider-destaque .prod-item {
      margin-left: 0px; }

  main.content .block-wrapper .row {
    margin-left: 0px;
    margin-right: 0px; }

  #modalCarrinhoSeparado {
    z-index: 99999; }
    #modalCarrinhoSeparado .modal-dialog {
      width: 100%; }
      #modalCarrinhoSeparado .modal-dialog .modal-content {
        border: 0px; }
        #modalCarrinhoSeparado .modal-dialog .modal-content .modal-header {
          padding-bottom: 0px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-header h5 {
            font-size: 15px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-header button span {
            font-size: 16px; }
        #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body {
          padding-bottom: 0px;
          padding-top: 0px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table tbody {
            display: block;
            overflow-x: auto;
            font-size: 14px;
            max-height: 58vh; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table thead, #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table tbody tr {
            display: table;
            table-layout: fixed; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table {
            display: block;
            margin-bottom: 0px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table tr {
              position: relative; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table td {
              padding: 15px 5px; }
              #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table td select {
                font-size: 16px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body table .excluirItem {
              position: absolute;
              right: 25px;
              bottom: -10px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body .media-body {
            padding-top: 0px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-body .media-body .media-heading {
              max-height: unset !important; }
        #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer {
          position: fixed;
          bottom: 0px;
          width: 100%;
          text-align: center;
          padding-bottom: 25px;
          flex-direction: column; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .btn {
            font-size: 12px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .cart {
            width: 100%;
            text-align: center;
            margin-bottom: 15px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .continuarComprando {
            padding: 8px;
            float: left;
            margin-right: 10px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .carrinho {
            padding: 7px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .carrinho i {
              font-size: 18px; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .carrinho .icon-chevron-thin-right {
              padding-right: 0px; }
          #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .botoes {
            display: flex;
            float: left;
            align-items: center;
            width: 100%;
            justify-content: space-evenly; }
            #modalCarrinhoSeparado .modal-dialog .modal-content .modal-footer .botoes .carrinho {
              display: flex;
              align-items: center; }

  .payment-and-social .pay-with {
    margin: 0px 10px; }

  .line-footer .specs {
    padding: 12px 10px; } }

/*# sourceMappingURL=base.css.map */
