/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(fonts/font.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol,
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 {
  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: "Lato"; }

.content {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto; }

.perks-bar {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 32px 0px;
  color: #070707;
  text-transform: uppercase;
  font-size: 12px; }
  .perks-bar .inset {
    display: flex;
    width: 95%;
    justify-content: space-around;
    align-items: center; }
    .perks-bar .inset .block {
      display: table-cell;
      text-align: center;
      padding: 0px 10px; }
      .perks-bar .inset .block .icon {
        float: left;
        font-size: 25px;
        color: #ff7f07; }
      .perks-bar .inset .block .info {
        float: left;
        width: 300px;
        text-align: left;
        margin-left: 10px;
        font-weight: bold; }
      .perks-bar .inset .block span {
        margin-top: 4px;
        font-family: "Lato";
        color: #676767;
        float: left;
        font-weight: normal;
        font-size: 10px; }

.product-list {
  float: left;
  width: 100%; }
  .product-list h2 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-family: "Lato"; }
  .product-list .title {
    text-align: center; }
  .product-list .list {
    float: left;
    width: 100%; }
    .product-list .list .prod-item {
      display: inline-block;
      width: 22%;
      margin-left: 2.5%;
      margin-bottom: 30px;
      float: left;
      padding-bottom: 20px;
      height: 485px;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      @media all and (max-width: 700px) {
        .product-list .list .prod-item {
          width: 47%;
          height: 450px; } }
      .product-list .list .prod-item .badges {
        position: absolute;
        top: 5px;
        left: -30px;
        transform: rotate(320deg); }
        .product-list .list .prod-item .badges span {
          padding: 5px 55px 5px 30px;
          background: #ff0f0f;
          color: white; }
      .product-list .list .prod-item .selo {
        position: absolute;
        top: 5px;
        right: 12px; }
      .product-list .list .prod-item .thumb {
        width: 100%;
        -webkit-transition: all 140ms ease-in;
        -moz-transition: all 140ms ease-in;
        -o-transition: all 140ms ease-in;
        transition: all 140ms ease-in;
        min-height: 310px;
        align-items: center;
        justify-content: center;
        display: flex;
        border: 1px solid #ececec; }
        @media all and (max-width: 700px) {
          .product-list .list .prod-item .thumb {
            min-height: 230px; } }
        .product-list .list .prod-item .thumb img {
          float: left;
          width: 100%; }
          @media all and (max-width: 700px) {
            .product-list .list .prod-item .thumb img {
              width: 100%; } }
      .product-list .list .prod-item .info {
        float: left;
        width: 100%;
        padding: 10px; }
        .product-list .list .prod-item .info h2 {
          text-transform: uppercase;
          color: #222;
          font-size: 12px;
          line-height: 1.35;
          float: left;
          width: 100%;
          min-height: 60px;
          margin-bottom: 0px; }
          .product-list .list .prod-item .info h2 span {
            width: 100%;
            color: #bbb;
            display: block; }
          .product-list .list .prod-item .info h2 a {
            color: #222;
            text-decoration: none; }
        .product-list .list .prod-item .info h3 {
          font-family: "Lato";
          font-size: 24px;
          color: #999;
          margin-bottom: 3px;
          text-align: center; }
        .product-list .list .prod-item .info .info-price {
          float: left;
          min-height: 58px; }
        .product-list .list .prod-item .info .info-handler .prev {
          text-decoration: line-through;
          float: left;
          font-size: 12px;
          margin-top: 4px;
          margin-right: 5px;
          font-weight: bold; }
        .product-list .list .prod-item .info .info-handler .monthly {
          float: left;
          font-size: 12px;
          font-weight: bold;
          margin-top: 5px; }
        .product-list .list .prod-item .info .info-handler .precoPor {
          float: left;
          font-size: 12px;
          font-weight: bold;
          width: 100%; }
          .product-list .list .prod-item .info .info-handler .precoPor strong {
            font-weight: bold;
            font-size: 16px;
            font-family: "Lato";
            color: #ff852c; }
        .product-list .list .prod-item .info .info-handler .aVista {
          float: left;
          width: 100%;
          font-size: 12px;
          padding: 3px 0px;
          font-weight: bold; }
          .product-list .list .prod-item .info .info-handler .aVista strong {
            font-family: "Lato";
            color: #ff852c;
            font-size: 18px;
            font-weight: bold; }
      .product-list .list .prod-item .button-handler {
        float: left;
        width: 100%;
        text-align: center; }
        .product-list .list .prod-item .button-handler a {
          display: inline-block;
          background: #58a741;
          padding: 10px 40px;
          color: white;
          font-family: "Lato";
          font-size: 15px;
          text-decoration: none;
          text-transform: uppercase; }

.category .product-list .prod-item {
  width: 24% !important;
  margin-left: 1% !important;
  height: 500px; }
  @media all and (max-width: 700px) {
    .category .product-list .prod-item {
      width: 49% !important; } }

.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: "Lato";
    text-decoration: none; }
    .pagination a.selected {
      background: #222;
      border: 1px solid #222;
      color: white; }
    .pagination a:hover {
      background: #222;
      border: 1px solid #222;
      color: white; }
  .pagination .active {
    background: #222;
    border: 1px solid #222;
    color: white; }

.calculadoraTinta h3 {
  font-size: 13px; }
.calculadoraTinta .col-sm-2 {
  width: 14.28%; }
.calculadoraTinta .alert-warning {
  display: flex;
  margin-bottom: 0;
  padding: 8px; }

.bread-info {
  float: left;
  width: 100%;
  padding-bottom: 0px; }
  .bread-info .breadcrumb {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2px;
    background-color: white;
    margin-bottom: 6px;
    padding: 22px 0px; }
    .bread-info .breadcrumb a {
      color: #333;
      text-decoration: none;
      border-right: 1px solid #999;
      padding-right: 5px;
      margin-right: 5px; }
    .bread-info .breadcrumb span {
      color: #999; }
  .bread-info .order {
    float: right;
    font-size: 12px;
    padding: 10px;
    display: flex;
    align-items: center; }
    .bread-info .order ul {
      display: none; }
    .bread-info .order select {
      background: white;
      border: 1px solid #d8d8d8;
      padding: 5px 10px; }
    .bread-info .order span {
      float: left;
      margin-right: 10px; }
    .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: #ff852c; }
      .bread-info .order ul li.selected {
        border-bottom: 1px solid #ff852c; }
    @media all and (max-width: 700px) {
      .bread-info .order {
        width: auto; }
        .bread-info .order span {
          float: none; }
        .bread-info .order select {
          display: inline-block;
          width: 170px;
          margin-left: 10px;
          border: 1px solid #ff852c;
          padding: 5px;
          -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;
          font-family: "Lato";
          font-size: 16px;
          background: url(../images/arrow.png) 95% center no-repeat; }
        .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; }

* {
  border: 1px soid red; }

#nav,
#mob-search {
  display: none; }

.banners {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banners .inset {
    width: 100%;
    float: left;
    overflow: hidden; }
  .banners .item {
    float: left;
    width: 100%;
    text-align: center; }
    .banners .item img {
      display: inline-block;
      width: 100%;
      max-width: 1600px; }
  .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: #222; }
      .banners .slick-dots li button {
        display: none; }
  .banners .icon-chevron-thin-right {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: white;
    top: 50%;
    margin-top: -30px;
    cursor: pointer; }
  .banners .icon-chevron-thin-left {
    position: absolute;
    left: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: white;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer; }

#main-nav {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
  top: 0;
  bottom: 0; }
  @media all and (max-width: 999px) {
    #main-nav {
      display: block; } }
  #main-nav:target .inset {
    margin-left: 0px; }
  #main-nav .inset {
    position: absolute;
    z-index: 600;
    background: white;
    -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    padding-top: 50px;
    margin-left: -300px;
    background-color: #ffcb00;
    background-color: #393939;
    overflow: auto; }
    #main-nav .inset::-webkit-scrollbar {
      background-color: #393939;
      width: 10px; }
    #main-nav .inset::-webkit-scrollbar-track {
      -webkit-box-shadow: #393939; }
    #main-nav .inset::-webkit-scrollbar-thumb {
      background: #222 !important; }
    #main-nav .inset > h3 {
      color: #fff;
      font-size: 15px;
      padding: 10px;
      display: inline-flex;
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 15px 0;
      font-weight: 600; }
    #main-nav .inset nav {
      width: 100%;
      padding: 10px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      font-size: 20px;
      -webkit-padding-start: 0px; }
      #main-nav .inset nav .cat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
        margin: 0; }
        #main-nav .inset nav .cat-item h3 {
          margin: 0;
          display: flex;
          flex-wrap: nowrap;
          align-items: stretch;
          justify-content: space-between; }
          #main-nav .inset nav .cat-item h3 .open {
            width: 35px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            background-color: #222; }
            #main-nav .inset nav .cat-item h3 .open i {
              font-size: 12px;
              color: #fff;
              color: rgba(255, 255, 255, 0.7); }
            #main-nav .inset nav .cat-item h3 .open:hover i {
              color: white; }
        #main-nav .inset nav .cat-item:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.26); }
        #main-nav .inset nav .cat-item a:not(.open) {
          color: #fff;
          font-size: 15px;
          width: 100%;
          display: inline-flex;
          padding: 10px;
          text-decoration: none;
          text-transform: uppercase; }
          #main-nav .inset nav .cat-item a:not(.open):hover {
            color: #9e9e9e; }
        #main-nav .inset nav .cat-item > ul {
          display: none;
          padding: 15px 0;
          border-top: 1px solid rgba(255, 255, 255, 0.26);
          flex-wrap: wrap;
          flex-direction: column;
          list-style: none;
          background-color: #222; }
          #main-nav .inset nav .cat-item > ul li {
            display: inline-flex;
            width: 100%; }
            #main-nav .inset nav .cat-item > ul li a:not(.open) {
              padding: 10px 20px; }
            #main-nav .inset nav .cat-item > ul li a:hover {
              color: #9e9e9e; }
    #main-nav .inset .user-panel {
      display: flex;
      flex-direction: column;
      float: left;
      width: 100%;
      font-weight: bold;
      align-items: center;
      padding: 10px; }
      #main-nav .inset .user-panel a {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
        padding: 15px;
        display: flex;
        width: 100%;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        padding: 10px;
        margin: 0;
        text-align: center;
        justify-content: center;
        color: #fff;
        display: inline-flex;
        text-decoration: none;
        text-transform: uppercase; }
        #main-nav .inset .user-panel a:hover {
          color: #9e9e9e; }
        #main-nav .inset .user-panel a:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.26); }
    #main-nav .inset .icon-close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      text-decoration: none;
      color: #fff;
      font-size: 30px; }
      #main-nav .inset .icon-close:hover {
        color: rgba(255, 255, 255, 0.5); }

header {
  float: left;
  width: 100%; }
  header .icon-menu,
  header .icon-cart,
  header .icon-search {
    display: none; }
  header .top-bar {
    left: 100%;
    height: 30px;
    background: #222;
    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 .top-bar.hide {
      height: 0px; }
    header .top-bar strong {
      font-family: "Lato"; }
    header .top-bar i {
      float: right;
      line-height: 30px;
      cursor: pointer; }
  header .top .itens-top {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    font-family: "Lato"; }
    header .top .itens-top i {
      margin-right: 5px; }
    header .top .itens-top span {
      text-transform: uppercase;
      font-size: 12px; }
    header .top .itens-top div {
      display: flex;
      align-items: end; }
    header .top .itens-top a, header .top .itens-top span {
      color: #222; }
  header .top .line-top {
    background: #ff852c;
    padding: 10px 0px; }
    header .top .line-top .itens-line {
      cursor: pointer;
      text-align: right;
      display: flex;
      justify-content: end; }
      header .top .line-top .itens-line a {
        color: white;
        text-decoration: none;
        font-family: "Lato";
        text-transform: uppercase;
        font-size: 12px; }
      header .top .line-top .itens-line i {
        color: white;
        margin-right: 5px; }
      header .top .line-top .itens-line .item {
        margin-left: 20px;
        display: flex;
        align-items: end; }
  header .header-handler {
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 17px; }
    header .header-handler .logo {
      float: left;
      width: 30%;
      overflow: hidden; }
    header .header-handler .aux {
      float: left;
      width: 74%; }
      header .header-handler .aux .user-options p {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 14px; }
        header .header-handler .aux .user-options p a {
          text-decoration: none;
          color: #ff852c; }
          header .header-handler .aux .user-options p a:hover {
            text-decoration: underline; }
      header .header-handler .aux .search {
        float: left;
        width: 45%;
        margin-top: 10px; }
        header .header-handler .aux .search #frmBusca {
          position: relative; }
        header .header-handler .aux .search input {
          padding: 10px;
          width: 85%;
          height: 40px;
          float: left;
          border: 1px solid #ff852c;
          padding-right: 40px;
          color: #ff5320; }
        header .header-handler .aux .search i {
          width: 45px;
          font-size: 24px;
          height: 35px;
          position: absolute;
          top: 50%;
          right: 60px;
          margin-top: -15px;
          cursor: pointer;
          color: #ff852c; }
      header .header-handler .aux .contact-account-cart {
        display: flex;
        align-items: center;
        margin-top: 10px; }
        header .header-handler .aux .contact-account-cart .contact, header .header-handler .aux .contact-account-cart .account, header .header-handler .aux .contact-account-cart .cart {
          margin-left: 20px; }
          header .header-handler .aux .contact-account-cart .contact p, header .header-handler .aux .contact-account-cart .account p, header .header-handler .aux .contact-account-cart .cart p {
            margin: 0; }
        header .header-handler .aux .contact-account-cart .contact {
          font-size: 15px; }
          header .header-handler .aux .contact-account-cart .contact .phone-number {
            color: #ff852c;
            font-weight: bold;
            font-size: 22px;
            margin-top: 8px; }
        header .header-handler .aux .contact-account-cart .account a {
          text-decoration: none;
          color: black;
          color: #777;
          font-size: 14px; }
          header .header-handler .aux .contact-account-cart .account a:hover {
            text-decoration: underline; }
        header .header-handler .aux .contact-account-cart .cart {
          padding: 21px;
          border: 1px solid #ededed; }
          header .header-handler .aux .contact-account-cart .cart .cart-icon {
            position: relative;
            font-size: 1.5em;
            color: #ff852c; }
            header .header-handler .aux .contact-account-cart .cart .cart-icon i.icon-carrinho {
              height: 29px;
              width: 29px;
              display: block;
              background: url(../images/icon-carrinho.png) center center no-repeat; }
            header .header-handler .aux .contact-account-cart .cart .cart-icon .cart-count {
              position: absolute;
              top: -10px;
              right: -17px;
              color: #000;
              border-radius: 50%;
              padding: 2px 5px;
              font-size: 12px;
              border: 2px solid;
              font-weight: bold; }
  header .menu li:hover .sub-menu {
    display: block !important; }
  header .menu {
    width: 100%;
    float: left;
    background-color: #ff5423; }
    header .menu .content {
      display: flex; }
    header .menu li {
      list-style: none;
      display: inline;
      flex: 1;
      position: relative;
      border-left: 1px solid #ff9d41;
      height: 95px;
      font-weight: bold; }
      header .menu li .sub-menu {
        display: none; }
      header .menu li:hover {
        background-color: #ff764f;
        color: #222; }
      header .menu li:first-child {
        border-left: 0px;
        flex: 3;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .menu li:first-child a {
          font-size: 14px; }
          header .menu li:first-child a i {
            margin-right: 5px;
            font-size: 14px;
            font-weight: bold; }
      header .menu li:last-child a {
        border-right: 0px; }
        header .menu li:last-child a:after {
          display: none; }
      header .menu li a {
        display: block;
        text-align: center;
        font-size: 16px;
        font-family: "Lato";
        text-decoration: none;
        padding: 11px;
        color: #fff;
        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; }
        header .menu li a:hover {
          color: #222;
          					/*i.icon-automotivo {											
          						background: url(../images/icon-automovel-hover.png) center center no-repeat;
          					}
          
          					i.icon-ferramentaseacessorios {
          						background: url(../images/icon-ferramentaseacessorios-hover.png) center center no-repeat;
          					}
          
          					i.icon-impermeabilizacao {
          						background: url(../images/icon-impermeabilizacao-hover.png) center center no-repeat;
          					}
          
          					i.icon-madeirametal {
          						background: url(../images/icon-madeirametal-hover.png) center center no-repeat;
          					}
          
          					i.icon-massaseseladores {
          						background: url(../images/icon-massaseseladores-hover.png) center center no-repeat;
          					}
          
          					i.icon-tinta {
          						background: url(../images/icon-tinta-hover.png) center center no-repeat;
          					}*/ }
        header .menu li a:after {
          position: absolute;
          right: 0px;
          top: 50%;
          height: 10px;
          width: 1px;
          content: '';
          margin-top: -5px; }
        header .menu li a i {
          font-size: 36px;
          margin-bottom: 5px;
          color: #fff; }
          header .menu li a i.icon-antiderrapante, header .menu li a i.icon-argamassa, header .menu li a i.icon-tintas, header .menu li a i.icon-verniz, header .menu li a i.icon-catalogo {
            height: 36px;
            width: 100%;
            margin-bottom: 5px;
            display: block; }
          header .menu li a i.icon-antiderrapante {
            background: url(../images/antiderrapante.png) center center no-repeat; }
          header .menu li a i.icon-argamassa {
            background: url(../images/argamassa.png) center center no-repeat; }
          header .menu li a i.icon-tintas {
            background: url(../images/tintas.png) center center no-repeat; }
          header .menu li a i.icon-verniz {
            background: url(../images/verniz.png) center center no-repeat; }
          header .menu li a i.icon-catalogo {
            background: url(../images/catalogo.png) center center no-repeat; }
      header .menu li:nth-child(n+6) .sub-menu {
        left: auto;
        right: 0; }
        header .menu li:nth-child(n+6) .sub-menu .sub-menu-list {
          float: left; }
        header .menu li:nth-child(n+6) .sub-menu .sub-menu-banner {
          float: right; }
      header .menu li .sub-menu-banner {
        display: none; }
      header .menu li .sub-menu {
        position: absolute;
        z-index: 9999;
        background-color: #ff852c;
        top: 85px;
        border: 1px solid #CCC;
        left: 0;
        right: auto;
        width: 340px; }
        header .menu li .sub-menu .sub-menu-list {
          float: left;
          width: 100%; }
          header .menu li .sub-menu .sub-menu-list ul {
            padding: unset; }
            header .menu li .sub-menu .sub-menu-list ul .cat-item {
              display: block; }
              header .menu li .sub-menu .sub-menu-list ul .cat-item a {
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: left; }
                header .menu li .sub-menu .sub-menu-list ul .cat-item a i {
                  width: 70px;
                  display: none; }
        header .menu li .sub-menu .sub-menu-banner {
          width: 250px;
          float: right;
          display: block; }
          header .menu li .sub-menu .sub-menu-banner a:hover {
            background: none;
            color: #000; }
          header .menu li .sub-menu .sub-menu-banner a .image img {
            width: auto; }
          header .menu li .sub-menu .sub-menu-banner a span {
            display: block;
            text-align: left; }
  header .fixed {
    position: fixed !important;
    display: flex !important;
    z-index: 999; }
  header .menuFixed {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 1px 1px #dfdfdf;
    height: 65px;
    top: 0px;
    display: none; }
    header .menuFixed .content {
      display: flex;
      width: 100%;
      float: left;
      align-items: center;
      justify-content: space-between;
      padding: 0px 10px; }
      header .menuFixed .content .menuAll {
        float: left;
        position: relative;
        cursor: pointer;
        height: 70px;
        display: flex;
        align-items: center; }
        header .menuFixed .content .menuAll span {
          display: flex;
          align-items: center; }
          header .menuFixed .content .menuAll span i {
            font-size: 24px;
            margin-right: 10px;
            padding-bottom: 4px; }
      header .menuFixed .content .logoMenuFixo {
        float: left; }
        header .menuFixed .content .logoMenuFixo img {
          width: 120px; }
      header .menuFixed .content .search {
        float: left;
        width: 45%; }
        header .menuFixed .content .search #frmBusca {
          display: flex;
          position: relative; }
        header .menuFixed .content .search input {
          padding: 0px 23px;
          padding-right: 10px;
          width: 100%;
          float: left;
          border: none;
          text-transform: uppercase;
          padding-right: 40px;
          background: #f4f4f4; }
        header .menuFixed .content .search i {
          width: 52px;
          font-size: 20px;
          height: 50px;
          right: 0px;
          cursor: pointer;
          color: #333;
          background: #f4f4f4;
          display: flex;
          justify-content: center;
          align-items: center; }
      header .menuFixed .content .header-options a {
        color: #333;
        margin-right: 50px; }
        header .menuFixed .content .header-options a i {
          font-size: 25px;
          margin-right: 5px; }
      header .menuFixed .content .header-options .cart {
        position: relative; }
        header .menuFixed .content .header-options .cart span {
          position: absolute;
          right: -15px;
          bottom: 2px;
          width: 16px;
          height: 16px;
          text-align: center;
          line-height: 16px;
          color: white;
          background: black;
          border-radius: 10px;
          font-size: 12px; }
  header .all-categories {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 22vw;
    height: 100vw;
    background: white;
    z-index: 999;
    box-shadow: 0px 0px 1px 1px #c9c9c9; }
    header .all-categories .minhaContaMenu {
      padding: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 5px solid black; }
      header .all-categories .minhaContaMenu a {
        font-size: 16px;
        color: #333;
        font-weight: bold; }
        header .all-categories .minhaContaMenu a i {
          margin-right: 5px;
          color: #333;
          font-size: 22px; }
      header .all-categories .minhaContaMenu .icon-close {
        font-size: 25px;
        cursor: pointer; }
    header .all-categories nav {
      position: relative;
      height: 37.5vw; }
      header .all-categories nav > ul a {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px; }
        header .all-categories nav > ul a:hover {
          color: #808080; }
      header .all-categories nav > ul .cat-item {
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        header .all-categories nav > ul .cat-item ul {
          display: none; }
      header .all-categories nav > ul .openMenuFixed {
        display: none;
        position: absolute;
        background: white;
        width: 100%;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow-y: scroll; }
        header .all-categories nav > ul .openMenuFixed li {
          padding: 10px 15px 10px 25px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          header .all-categories nav > ul .openMenuFixed li:last-child {
            padding-bottom: 30px; }
        header .all-categories nav > ul .openMenuFixed .liSelecionado {
          display: block !important; }
          header .all-categories nav > ul .openMenuFixed .liSelecionado > a {
            color: white; }
        header .all-categories nav > ul .openMenuFixed .voltarMenu1 {
          display: block !important;
          padding: 30px;
          border-bottom: 2px solid #eaeaea;
          text-decoration: none;
          cursor: pointer; }
          header .all-categories nav > ul .openMenuFixed .voltarMenu1 i {
            margin-right: 10px; }
        header .all-categories nav > ul .openMenuFixed .sub-menu-nivel-3 {
          display: none;
          position: absolute;
          background: white;
          width: 100%;
          top: 0px;
          left: 0px; }
          header .all-categories nav > ul .openMenuFixed .sub-menu-nivel-3 .voltarMenu2 {
            display: block !important;
            padding: 30px;
            border-bottom: 2px solid #eaeaea;
            text-decoration: none;
            cursor: pointer; }
            header .all-categories nav > ul .openMenuFixed .sub-menu-nivel-3 .voltarMenu2 i {
              margin-right: 10px; }
        header .all-categories nav > ul .openMenuFixed .open {
          display: block !important;
          float: right;
          padding: 10px;
          cursor: pointer; }
@keyframes animacaoMenuAbrir {
  from {
    left: -500px; }
  to {
    left: 0px; } }
      header .all-categories nav .openMenuFixed {
        display: block !important;
        animation: animacaoMenuAbrir 0.5s; }

.fundoMenu {
  width: 100vw;
  height: 100vw;
  position: fixed;
  background: black;
  opacity: 0.6;
  z-index: 998;
  display: none; }

.menuMobile, .categoriasMobile, .fundoMobile {
  display: none; }

.heartHeader {
  opacity: 0;
  position: absolute; }

.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: #222; }
  .banners i {
    position: absolute;
    background: #222;
    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; }

.wrapper-destaques, .wrapper-lancamentos {
  position: relative;
  margin-left: 0.6%; }
  .wrapper-destaques .icon-chevron-thin-left, .wrapper-lancamentos .icon-chevron-thin-left {
    top: 42%;
    position: absolute;
    left: -25px;
    font-size: 25px;
    color: #ff852c; }
  .wrapper-destaques .icon-chevron-thin-right, .wrapper-lancamentos .icon-chevron-thin-right {
    top: 42%;
    right: -20px;
    position: absolute;
    font-size: 25px;
    color: #ff852c; }

.carroselCores {
  float: left;
  width: 20%;
  margin-bottom: 20px; }
  .carroselCores .text-carrosel {
    background: #191d44;
    padding: 10px;
    margin-bottom: 20px;
    width: 98.5%; }
    .carroselCores .text-carrosel span {
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      width: 100%;
      display: block;
      font-size: 12px; }
  .carroselCores .slider-cores {
    display: flex;
    flex-wrap: wrap;
    max-height: 525px;
    overflow: hidden;
    overflow-y: scroll;
    width: 98%; }
    .carroselCores .slider-cores .item {
      width: 48%;
      height: 70px !important;
      margin-bottom: 5px;
      margin-right: 2%; }
      .carroselCores .slider-cores .item span {
        width: 100%;
        height: 70px;
        display: block;
        border: 1px solid #e5e5e5; }

main.home {
  float: left;
  width: 100%; }
  main.home .mid-home {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse; }
    main.home .mid-home .item {
      float: left;
      position: relative;
      margin-right: 15px;
      margin-bottom: 32px; }
      main.home .mid-home .item:hover a {
        opacity: 1; }
      main.home .mid-home .item a {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        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;
        opacity: 0; }
        main.home .mid-home .item a span {
          color: white;
          background: #ff852c;
          text-decoration: none;
          text-transform: uppercase;
          padding: 15px; }
      main.home .mid-home .item img {
        width: 100%;
        height: auto;
        float: left; }
      main.home .mid-home .item:last-child {
        margin-right: 0px; }

.brand-slider {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 30px; }
  .brand-slider i {
    position: absolute;
    width: 20px;
    height: 30px;
    background: white;
    text-align: center;
    line-height: 30px;
    color: #222;
    cursor: pointer; }
    .brand-slider i.icon-chevron-thin-left {
      left: -10px;
      top: 50%;
      margin-top: -15px; }
    .brand-slider i.icon-chevron-thin-right {
      right: -10px;
      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; }

.newsletter {
  float: left;
  width: 100%;
  background: #000;
  height: 85px; }
  .newsletter .inset {
    float: left;
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px; }
    .newsletter .inset h2 {
      font-family: "Courgette-Regular";
      font-weight: bold;
      font-size: 16px; }
    .newsletter .inset span, .newsletter .inset input {
      flex-grow: 1;
      font-size: 13px;
      text-align: center; }
    .newsletter .inset input[type=email], .newsletter .inset input[type=text] {
      padding: 13px;
      border: 0px;
      text-align: left;
      font-size: 16px;
      color: #333;
      width: 265px;
      height: 42px;
      border-radius: 4px 0px 0px 4px; }
    .newsletter .inset input[type=submit] {
      color: #fff;
      border: 0px;
      padding: 15px;
      font-size: 16px;
      width: 100px;
      height: 42px;
      font-weight: normal;
      background-color: #fb7e02;
      border-radius: 0px 4px 4px 0px; }

footer {
  float: left;
  width: 100%;
  margin-top: 40px; }
  footer .final {
    font-size: 11px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.3;
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px; }
    footer .final .specs {
      float: left; }
    footer .final .powered {
      float: right;
      text-transform: none;
      font-size: 12px;
      color: #777;
      text-decoration: none;
      background: url(../images/footer-powered.png) right center no-repeat;
      padding-right: 70px;
      padding-top: 10px;
      padding-bottom: 10px; }
  footer .end {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px; }
    footer .end .pay-with {
      float: left; }
      footer .end .pay-with span {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        color: #777;
        text-transform: uppercase;
        margin-right: 10px; }
      footer .end .pay-with i {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e5e5e5;
        margin-right: 5px;
        overflow: hidden; }
        footer .end .pay-with i img {
          vertical-align: middle; }
  footer .inset {
    float: left;
    width: 100%;
    display: flex; }
    footer .inset .box {
      width: 100%;
      margin-right: 3%; }
      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: #888; }
        footer .inset .box .inset-info .info {
          padding-left: 60px; }
          footer .inset .box .inset-info .info span {
            float: left;
            width: 100%;
            font-size: 13px;
            color: #777;
            margin-bottom: 5px; }
          footer .inset .box .inset-info .info strong {
            float: left;
            width: 100%;
            font-size: 19px;
            font-family: "Lato";
            color: #666666; }
            footer .inset .box .inset-info .info strong.email {
              font-size: 12px; }
      footer .inset .box img {
        max-width: 250px; }
      footer .inset .box h4 {
        text-transform: uppercase;
        color: #222;
        font-family: "Lato";
        font-size: 14px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        font-weight: bold; }
      footer .inset .box ul {
        float: left;
        width: 100%;
        padding: 0; }
        footer .inset .box ul li {
          float: left;
          width: 100%;
          font-size: 13px;
          margin-bottom: 10px;
          list-style: none; }
          footer .inset .box ul li a {
            color: #777;
            text-decoration: none; }
            footer .inset .box ul li a:hover {
              color: #222; }
      footer .inset .box .social {
        float: right; }
        footer .inset .box .social span {
          line-height: 40px;
          font-size: 13px;
          text-transform: uppercase;
          color: #777;
          margin-right: 10px; }
        footer .inset .box .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 .inset .box .social a.icon-facebook {
            background: #384FA6; }
          footer .inset .box .social a.icon-twitter {
            background: #40A6F8; }
          footer .inset .box .social a.icon-google-plus {
            background: #E54A26; }
          footer .inset .box .social a.icon-instagram {
            background: #CD21A9; }
          footer .inset .box .social a.icon-youtube {
            background: #E54612; }
      footer .inset .box:last-child {
        margin-right: 0px; }

#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: #dc8c10; }
  #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: #ff852c;
      border-radius: 10px;
      color: #ebebeb;
      cursor: pointer;
      font-weight: bold; }

main.category {
  float: left;
  width: 100%; }
  main.category .product-list {
    width: 80% !important;
    margin-left: 2%; }
  main.category aside {
    float: left;
    width: 18%; }
    main.category aside h2 {
      float: left;
      width: 100%;
      font-size: 15px;
      text-transform: uppercase;
      padding-bottom: 20px;
      margin-bottom: 10px;
      padding-top: 17px;
      font-family: "Lato";
      position: relative;
      background: #ff5423;
      font-weight: bold; }
      main.category aside h2 span {
        margin: 10px 20px;
        color: white;
        font-weight: bold;
        font-family: "Lato";
        font-size: 14px; }
    main.category aside .outrasCoresListagem h2 {
      background: #191d44; }
    main.category aside .outrasCoresListagem .box-inner {
      padding: 0px; }
    main.category aside .outrasCoresListagem .atributoComCor .nameAttr {
      display: none; }
    main.category aside .outrasCoresListagem .atributoSemCor .nameAttr {
      display: block !important; }
    main.category aside .outrasCoresListagem .atributoSemCor input {
      display: none; }
    main.category aside .outrasCoresListagem .atributoSemCor .texto {
      border: 1px solid #d4d1d1;
      margin-bottom: 5px;
      display: flex;
      align-items: center;
      text-align: center;
      padding: 10px; }
    main.category aside .outrasCoresListagem fieldset {
      display: flex;
      max-height: 350px;
      overflow-y: scroll;
      flex-wrap: wrap; }
      main.category aside .outrasCoresListagem fieldset .inputText {
        display: flex;
        position: relative;
        width: 46%;
        margin-right: 2%; }
        main.category aside .outrasCoresListagem fieldset .inputText input, main.category aside .outrasCoresListagem fieldset .inputText label {
          width: 100% !important;
          height: 35px !important;
          border-radius: 0px !important;
          cursor: pointer; }
    main.category aside label {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Lato";
      padding-left: 8px;
      float: left;
      width: 80%; }
    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: "Lato";
        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: #ff852c; }
    main.category aside .box {
      border: 1px solid #ececec;
      float: left;
      width: 100%;
      margin-bottom: 25px; }
    main.category aside .banners-lateral a {
      margin-bottom: 20px;
      display: block; }
    main.category aside .cor {
      display: none; }
    main.category aside .box-inner {
      padding: 10px 20px; }
      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;
          margin-bottom: 5px;
          align-items: center; }
          main.category aside .box-inner ul fieldset > .atributoComCor .corLabel {
            height: 20px;
            width: 20px;
            position: absolute;
            border-radius: 4px;
            margin-top: 0px;
            border: 1px solid #ccc; }
          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; }
    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: 0px; }
      main.category aside .estampa_cor .box-inner ul div 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 {
      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; }

.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: #ff852c;
  background-image: -moz-linear-gradient(top, #ff852c, #ff852c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff852c), to(#ff852c));
  background-image: -webkit-linear-gradient(top, #ff852c, #ff852c);
  background-image: -o-linear-gradient(top, #ff852c, #ff852c);
  background-image: linear-gradient(to bottom, #ff852c, #ff852c);
  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 {
      float: left;
      width: 50%; }
      main.product .main-product-info .images .slider {
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center; }
        main.product .main-product-info .images .slider .item {
          float: left; }
          main.product .main-product-info .images .slider .item img {
            max-width: 100%;
            height: auto; }
      main.product .main-product-info .images .thumbs {
        float: left;
        width: 100%; }
        main.product .main-product-info .images .thumbs .item {
          margin-right: 10px;
          cursor: pointer;
          border: 1px solid #e5e5e5;
          display: inline-block; }
          main.product .main-product-info .images .thumbs .item img {
            float: left;
            max-width: 58px; }
    main.product .main-product-info .info-view {
      padding-left: 50%; }
      main.product .main-product-info .info-view .inset {
        margin-left: 20px;
        padding: 15px;
        float: left;
        width: 100%; }
        main.product .main-product-info .info-view .inset .wishlist {
          color: #666;
          font-size: 12px;
          text-decoration: none;
          float: right;
          margin-right: 20px; }
          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: "Lato";
          font-size: 16px;
          font-weight: bold; }
        main.product .main-product-info .info-view .inset em {
          color: #999;
          text-transform: uppercase;
          font-size: 12px;
          float: left;
          width: 100%;
          margin-top: 5px; }
        main.product .main-product-info .info-view .inset .rate {
          color: #999;
          font-weight: 500;
          float: left;
          width: 100%;
          display: block;
          margin: 15px 0px; }
          main.product .main-product-info .info-view .inset .rate span {
            font-size: 14px; }
          main.product .main-product-info .info-view .inset .rate i {
            vertical-align: middle; }
            main.product .main-product-info .info-view .inset .rate i.fill {
              color: #FDA60A; }
            main.product .main-product-info .info-view .inset .rate i.active {
              color: #FFDA00; }
        main.product .main-product-info .info-view .inset .badges {
          float: left;
          width: 100%; }
          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: "Lato"; }
            main.product .main-product-info .info-view .inset .badges span.blue {
              background: #ff852c; }
        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: #222;
            cursor: pointer; }
        main.product .main-product-info .info-view .inset .price-buy-inset {
          float: left;
          width: 100%;
          padding-bottom: 10px;
          margin-bottom: 10px;
          margin-top: 20px; }
          main.product .main-product-info .info-view .inset .price-buy-inset .price {
            float: left;
            width: 100%;
            font-weight: bold;
            margin-top: 20px; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price span {
              font-size: 16px;
              color: #333;
              float: left;
              width: 100%;
              margin-bottom: 5px; }
              main.product .main-product-info .info-view .inset .price-buy-inset .price span val {
                text-decoration: line-through; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price h3 val span {
              float: none; }
            main.product .main-product-info .info-view .inset .price-buy-inset .price h3 val strong {
              display: block;
              font-family: "Lato";
              font-size: 52px;
              color: #ff852c; }
            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: #222;
              padding: 10px 5px 0px 5px;
              border-radius: 5px;
              margin-bottom: 10px;
              display: none; }
              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 .valPrazo {
              margin-top: 10px;
              float: left; }
              main.product .main-product-info .info-view .inset .price-buy-inset .price .valPrazo strong {
                font-size: 20px;
                color: #ff852c;
                font-family: "Lato"; }
          main.product .main-product-info .info-view .inset .price-buy-inset .buy {
            align-self: flex-end;
            background: #208837;
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-family: "Lato";
            float: left;
            margin-top: 50px;
            width: 100%;
            padding: 20px;
            text-align: center;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer; }
            main.product .main-product-info .info-view .inset .price-buy-inset .buy i {
              margin-right: 5px; }
        main.product .main-product-info .info-view .inset .quantidade_item {
          display: inline-flex;
          width: 100%;
          margin-top: 55px;
          align-items: center;
          width: 100px; }
          main.product .main-product-info .info-view .inset .quantidade_item .quantity {
            border: 1px solid #f1f1f1;
            padding: 6px;
            display: flex;
            align-items: center;
            margin-right: 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            flex: 1;
            justify-content: space-between; }
            @media all and (max-width: 699px) {
              main.product .main-product-info .info-view .inset .quantidade_item .quantity {
                width: 100%; } }
            main.product .main-product-info .info-view .inset .quantidade_item .quantity input {
              margin: 0px 10px;
              text-align: center;
              width: 50px;
              border: 0; }
            main.product .main-product-info .info-view .inset .quantidade_item .quantity > a {
              background: #EFEFEF;
              width: 36px;
              height: 36px;
              text-align: center;
              line-height: 36px;
              color: #333;
              font-size: 30px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              -o-border-radius: 4px;
              border-radius: 4px;
              text-decoration: none;
              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: "Lato";
            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 #ff852c; }
        main.product .main-product-info .info-view .inset .payment-methods {
          float: left;
          width: 100%;
          margin-top: 28px; }
          main.product .main-product-info .info-view .inset .payment-methods a {
            color: #222;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 12px;
            font-family: "Lato"; }
          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: #222;
              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: #222; }
                @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;
          margin-top: 40px; }
          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: "Lato";
            float: left;
            width: 100%;
            margin-bottom: 5px; }
          main.product .main-product-info .info-view .inset .shipping input[type=tel] {
            font-family: "Lato";
            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: #ff852c;
            padding: 16.5px;
            font-size: 12px;
            font-family: "Lato";
            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: #222; }
            main.product .main-product-info .info-view .inset .share a.icon-mail {
              font-size: 12px; }
        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 span {
            font-size: 14px;
            color: #333;
            font-weight: 400;
            text-transform: uppercase; }
            main.product .main-product-info .info-view .inset .selecter span b {
              font-weight: 700; }
          main.product .main-product-info .info-view .inset .selecter .selectFicticio {
            border: 1px solid #ccc;
            border-radius: 6px;
            padding: 10px 14px;
            font-size: 14px;
            color: #666;
            background: #fff;
            cursor: pointer;
            margin-top: 6px;
            position: relative;
            width: 220px;
            box-shadow: 0 0 0 2px transparent;
            transition: border 0.2s, box-shadow 0.2s;
            display: flex;
            gap: 12px; }
            main.product .main-product-info .info-view .inset .selecter .selectFicticio:hover {
              border-color: #3483fa;
              box-shadow: 0 0 0 2px rgba(65, 137, 230, 0.2); }
            main.product .main-product-info .info-view .inset .selecter .selectFicticio::after {
              content: '';
              position: absolute;
              right: 14px;
              top: 50%;
              width: 8px;
              height: 8px;
              border: solid #3483fa;
              border-width: 0 1px 1px 0;
              transform: translateY(-50%) rotate(45deg);
              pointer-events: none; }
            main.product .main-product-info .info-view .inset .selecter .selectFicticio .corDeFundo {
              width: 24px;
              height: 24px;
              border-radius: 3px;
              border: 1px solid #ccc; }
            main.product .main-product-info .info-view .inset .selecter .selectFicticio .nameAttr {
              display: block !important;
              margin-top: 4px;
              margin-bottom: 0px; }
          main.product .main-product-info .info-view .inset .selecter .selAtributos.aberto {
            display: block; }
          main.product .main-product-info .info-view .inset .selecter .Cor, main.product .main-product-info .info-view .inset .selecter .COR, main.product .main-product-info .info-view .inset .selecter .cor {
            display: flex;
            flex-direction: column;
            gap: 6px;
            margin-top: -1px;
            max-height: 140px;
            overflow-y: auto;
            width: 220px;
            border: 1px solid #ccc;
            border-radius: 6px;
            padding: 6px 0;
            background: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            z-index: 10;
            display: none; }
            main.product .main-product-info .info-view .inset .selecter .Cor span.atributoComBackground, main.product .main-product-info .info-view .inset .selecter .COR span.atributoComBackground, main.product .main-product-info .info-view .inset .selecter .cor span.atributoComBackground {
              display: flex;
              align-items: center;
              padding: 8px 12px;
              cursor: pointer;
              gap: 12px;
              background: #fff;
              transition: background 0.2s, border 0.2s;
              border: none;
              font-size: 14px;
              color: #333; }
              main.product .main-product-info .info-view .inset .selecter .Cor span.atributoComBackground:hover, main.product .main-product-info .info-view .inset .selecter .COR span.atributoComBackground:hover, main.product .main-product-info .info-view .inset .selecter .cor span.atributoComBackground:hover {
                background: #f5f5f5; }
              main.product .main-product-info .info-view .inset .selecter .Cor span.atributoComBackground .corDeFundo, main.product .main-product-info .info-view .inset .selecter .COR span.atributoComBackground .corDeFundo, main.product .main-product-info .info-view .inset .selecter .cor span.atributoComBackground .corDeFundo {
                width: 24px;
                height: 24px;
                border-radius: 3px;
                border: 1px solid #ccc; }
              main.product .main-product-info .info-view .inset .selecter .Cor span.atributoComBackground .nameAttr, main.product .main-product-info .info-view .inset .selecter .COR span.atributoComBackground .nameAttr, main.product .main-product-info .info-view .inset .selecter .cor span.atributoComBackground .nameAttr {
                display: block !important; }
            main.product .main-product-info .info-view .inset .selecter .Cor span.semCor, main.product .main-product-info .info-view .inset .selecter .COR span.semCor, main.product .main-product-info .info-view .inset .selecter .cor span.semCor {
              display: flex;
              align-items: center;
              padding: 8px 12px;
              cursor: pointer;
              gap: 12px;
              background: #fff;
              transition: background 0.2s, border 0.2s;
              border: none;
              font-size: 14px;
              color: #333; }
              main.product .main-product-info .info-view .inset .selecter .Cor span.semCor:hover, main.product .main-product-info .info-view .inset .selecter .COR span.semCor:hover, main.product .main-product-info .info-view .inset .selecter .cor span.semCor:hover {
                background: #f5f5f5; }
            main.product .main-product-info .info-view .inset .selecter .Cor span.atributoComBackground.selected, main.product .main-product-info .info-view .inset .selecter .Cor span.semCor.selected, main.product .main-product-info .info-view .inset .selecter .COR span.atributoComBackground.selected, main.product .main-product-info .info-view .inset .selecter .COR span.semCor.selected, main.product .main-product-info .info-view .inset .selecter .cor span.atributoComBackground.selected, main.product .main-product-info .info-view .inset .selecter .cor span.semCor.selected {
              background: #f0f7ff;
              font-weight: bold; }
              main.product .main-product-info .info-view .inset .selecter .Cor span.atributoComBackground.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .Cor span.semCor.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .COR span.atributoComBackground.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .COR span.semCor.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .cor span.atributoComBackground.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .cor span.semCor.selected .corDeFundo {
                border: 2px solid #3483fa; }
            main.product .main-product-info .info-view .inset .selecter .Cor .disabled, main.product .main-product-info .info-view .inset .selecter .COR .disabled, main.product .main-product-info .info-view .inset .selecter .cor .disabled {
              opacity: 0.5;
              pointer-events: none; }
              main.product .main-product-info .info-view .inset .selecter .Cor .disabled:hover, main.product .main-product-info .info-view .inset .selecter .COR .disabled:hover, main.product .main-product-info .info-view .inset .selecter .cor .disabled:hover {
                background: #fff; }
          main.product .main-product-info .info-view .inset .selecter .Tamanho, main.product .main-product-info .info-view .inset .selecter .TAMANHO, main.product .main-product-info .info-view .inset .selecter .tamanho {
            display: flex;
            align-items: center;
            cursor: pointer;
            flex-wrap: wrap;
            margin-top: 12px; }
            main.product .main-product-info .info-view .inset .selecter .Tamanho span.atributoComBackground, main.product .main-product-info .info-view .inset .selecter .TAMANHO span.atributoComBackground, main.product .main-product-info .info-view .inset .selecter .tamanho 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 .Tamanho span.atributoComBackground .corDeFundo, main.product .main-product-info .info-view .inset .selecter .TAMANHO span.atributoComBackground .corDeFundo, main.product .main-product-info .info-view .inset .selecter .tamanho 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 .Tamanho span.atributoComBackground .corDeFundo:hover, main.product .main-product-info .info-view .inset .selecter .TAMANHO span.atributoComBackground .corDeFundo:hover, main.product .main-product-info .info-view .inset .selecter .tamanho span.atributoComBackground .corDeFundo:hover {
                  border: 1px solid red; }
              main.product .main-product-info .info-view .inset .selecter .Tamanho span.atributoComBackground:hover, main.product .main-product-info .info-view .inset .selecter .TAMANHO span.atributoComBackground:hover, main.product .main-product-info .info-view .inset .selecter .tamanho span.atributoComBackground:hover {
                border: none; }
            main.product .main-product-info .info-view .inset .selecter .Tamanho span.semCor, main.product .main-product-info .info-view .inset .selecter .TAMANHO span.semCor, main.product .main-product-info .info-view .inset .selecter .tamanho 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 .Tamanho span.semCor:hover, main.product .main-product-info .info-view .inset .selecter .TAMANHO span.semCor:hover, main.product .main-product-info .info-view .inset .selecter .tamanho span.semCor:hover {
                border: 1px solid red; }
            main.product .main-product-info .info-view .inset .selecter .Tamanho > span, main.product .main-product-info .info-view .inset .selecter .TAMANHO > span, main.product .main-product-info .info-view .inset .selecter .tamanho > 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 .Tamanho > span:hover, main.product .main-product-info .info-view .inset .selecter .TAMANHO > span:hover, main.product .main-product-info .info-view .inset .selecter .tamanho > span:hover {
                border: 1px solid red; }
            main.product .main-product-info .info-view .inset .selecter .Tamanho > span.selected, main.product .main-product-info .info-view .inset .selecter .TAMANHO > span.selected, main.product .main-product-info .info-view .inset .selecter .tamanho > span.selected {
              box-shadow: 0px 0px 1px 1px #ed0032; }
              main.product .main-product-info .info-view .inset .selecter .Tamanho > span.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .TAMANHO > span.selected .corDeFundo, main.product .main-product-info .info-view .inset .selecter .tamanho > span.selected .corDeFundo {
                border: 2px solid white; }
            main.product .main-product-info .info-view .inset .selecter .Tamanho .disabled, main.product .main-product-info .info-view .inset .selecter .TAMANHO .disabled, main.product .main-product-info .info-view .inset .selecter .tamanho .disabled {
              opacity: 0.6; }
              main.product .main-product-info .info-view .inset .selecter .Tamanho .disabled:hover, main.product .main-product-info .info-view .inset .selecter .TAMANHO .disabled:hover, main.product .main-product-info .info-view .inset .selecter .tamanho .disabled:hover {
                border: 1px solid #dbd7d7; }
      main.product .main-product-info .info-view .outrasCores {
        float: left;
        width: 100%;
        margin: 10px 20px;
        border: 1px solid #e5e5e5; }
        main.product .main-product-info .info-view .outrasCores > span {
          width: 100%;
          display: block;
          background: #191d44;
          padding: 5px;
          color: white;
          font-family: "Lato"; }
        main.product .main-product-info .info-view .outrasCores .cores {
          display: flex;
          align-items: center;
          cursor: pointer;
          flex-wrap: wrap; }
  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: 14px;
        font-family: "Lato";
        padding: 10px 0px;
        position: relative;
        font-family: "AvenirMedium"; }
        main.product .product-description .tabs a.active:before {
          position: absolute;
          background: #ff852c;
          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: "Lato";
        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: #ff852c;
            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: "Lato";
      font-size: 16px; }
      main.product .related .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #ff852c;
        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: "Lato";
      font-size: 16px; }
      main.product .cj-produto .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #ff852c;
        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: "Lato";
      font-size: 16px; }
      main.product .support .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #ff852c;
        padding-bottom: 5px; }
    main.product .support a {
      float: left;
      color: #222;
      background: #AAAAAA;
      padding: 15px;
      margin-right: 10px;
      font-size: 11px;
      font-family: "Lato";
      text-decoration: none;
      text-transform: uppercase;
      /*&:hover {
      	opacity: .5;
      }*/ }
      main.product .support a.blue {
        background: #ff852c;
        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: "Lato";
      font-size: 16px; }
      main.product .ratings .title h2 {
        display: inline-block;
        margin-bottom: -1px;
        border-bottom: 1px solid #ff852c;
        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: #ff852c;
        padding: 18px;
        color: white;
        font-family: "Lato";
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px; }
        main.product .ratings .inset-button a:hover {
          background: #222; }
    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: #ff852c; }
      main.product .ratings .item p {
        font-size: 13px;
        color: #666;
        line-height: 1.4; }
      main.product .ratings .item > span {
        font-family: "Lato";
        font-size: 14px;
        color: #222;
        float: left;
        margin-top: 10px;
        color: #ff852c; }
        main.product .ratings .item > span strong {
          color: #222; }
      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: #222;
    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: #ff852c;
    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: #222; }
  .inset-comment input[type=submit] {
    float: right;
    background: #ff852c;
    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: #222;
            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: #222;
        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: #ff852c; }
      .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) {
  @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
  a {
    color: inherit;
    text-decoration: none; }

  body {
    padding-top: 60px; }

  .block-wrapper .row {
    width: 100%; }

  #mob-search {
    position: fixed;
    top: 60px;
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.23);
    left: 0px;
    z-index: 100;
    width: 100%;
    display: none; }
    #mob-search:target {
      display: block; }
    #mob-search input {
      float: left;
      width: 100%;
      padding: 20px 15px;
      font-family: "Lato";
      font-size: 16px;
      border: 0px; }
    #mob-search .icon-cross {
      position: absolute;
      right: 0px;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 60px;
      text-decoration: none;
      color: #222;
      font-size: 18px; }

  #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: #222;
      -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 {
    position: fixed;
    height: 62px;
    background: white;
    z-index: 100;
    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 .icon-menu,
    header .icon-cart,
    header .icon-search {
      display: block; }
    header .menuFixed, header .fixed, header .top {
      display: none !important; }
    header .icon-menu {
      position: absolute;
      left: 0px;
      top: 0px;
      line-height: 60px;
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 20px;
      color: #ff852c; }
    header .icon-search {
      position: absolute;
      right: 45px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      width: 40px;
      color: #ff852c; }
    header .icon-cart {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      width: 50px;
      text-align: center;
      color: #ff852c; }
    header .heartHeader {
      position: absolute;
      right: 85px;
      top: 0px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      width: 40px;
      color: #ff852c; }
    header .top-bar, header .menu, header .upper-menu, header .search, header .cart, header .gift, header .aux {
      display: none; }
    header .header-handler {
      padding: 0px;
      display: block !important;
      margin-top: 5px; }
      header .header-handler .logo {
        width: 60%;
        position: absolute;
        left: 0%; }
        header .header-handler .logo img {
          width: 100%;
          max-width: 230px; }

  .carroselCores {
    width: 100%; }
    .carroselCores .slider-cores {
      display: flex;
      overflow-y: scroll;
      width: 98%;
      height: 45px;
      overflow-x: scroll;
      flex-wrap: nowrap; }
      .carroselCores .slider-cores .item {
        height: 30px !important;
        width: 23% !important; }
        .carroselCores .slider-cores .item span {
          height: 30px !important; }

  .banners {
    width: 100% !important;
    margin-left: 0px; }
    .banners img {
      max-width: 100%; }
    .banners .slick-dots li {
      width: 5px;
      height: 5px; }

  .perks-bar {
    padding: 5px 0px; }
    .perks-bar .inset {
      width: 100%;
      margin-left: 0px;
      flex-wrap: wrap; }
      .perks-bar .inset .block {
        display: flex;
        margin: 7px 0px;
        font-size: 10px;
        padding: 0px;
        flex-direction: row;
        align-items: center; }

  main.home {
    margin-top: 20px; }
    main.home .mid-home {
      margin-left: 0px; }
      main.home .mid-home .item {
        margin-right: 0px;
        margin-bottom: 28px; }
      main.home .mid-home .esquerda {
        width: 97%; }
      main.home .mid-home .direita {
        width: 97%; }
    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: #222; }
    main.home .mid-banners .item {
      width: 100%;
      margin: 0px; }
      main.home .mid-banners .item a {
        opacity: 1; }
      main.home .mid-banners .item img {
        width: 100%;
        height: auto; }

  .wrapper-destaques, .wrapper-lancamentos {
    padding: 30px; }
    .wrapper-destaques .prod-item h2, .wrapper-lancamentos .prod-item h2 {
      min-height: 95px !important; }
    .wrapper-destaques .icon-chevron-thin-left, .wrapper-lancamentos .icon-chevron-thin-left {
      left: 5px; }
    .wrapper-destaques .icon-chevron-thin-right, .wrapper-lancamentos .icon-chevron-thin-right {
      right: 5px; }

  .product-list .list .item {
    width: 100%;
    padding: 10px;
    margin-right: 0px; }
    .product-list .list .item .thumb {
      width: 140px; }
    .product-list .list .item .info {
      float: none;
      padding-left: 160px; }
      .product-list .list .item .info .button {
        margin-top: 5px; }
        .product-list .list .item .info .button a {
          float: left;
          width: 100%;
          padding: 10px; }

  .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: #222; }

  .newsletter {
    height: auto; }
    .newsletter .inset {
      display: block;
      padding: 15px;
      height: auto;
      text-align: center; }
      .newsletter .inset span {
        float: left;
        width: 100%;
        margin-bottom: 10px; }
      .newsletter .inset input {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 5px; }

  footer {
    padding-bottom: 50px; }
    footer .inset {
      flex-wrap: wrap;
      padding: 10px; }
      footer .inset .box {
        flex-basis: 50%;
        width: unset;
        margin-right: 0px;
        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 aside {
      display: none; }
    main.category .product-list {
      width: 100% !important;
      margin-left: 0px; }
      main.category .product-list .prod-item {
        height: 440px; }
    main.category .list-align {
      padding: 10px; }

  .bread-info {
    text-align: center; }
    .bread-info .breadcrumb {
      border-left: none;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-bottom: 0px;
      padding: 0px 20px;
      line-height: 20px; }

  main.product .related {
    display: none; }
  main.product .main-product-info .images {
    width: 100%; }
    main.product .main-product-info .images .slick-dots {
      float: left;
      bottom: 15px;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      main.product .main-product-info .images .slick-dots li {
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #e5e5e5;
        margin: 0px 5px; }
        main.product .main-product-info .images .slick-dots li button {
          display: none; }
        main.product .main-product-info .images .slick-dots li.slick-active {
          background: #222; }
    main.product .main-product-info .images .thumbs {
      display: none; }
  main.product .main-product-info .info-view {
    padding: 0px; }
    main.product .main-product-info .info-view .inset {
      padding: 10px;
      margin-left: 0px; }
      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 .quantity input {
        width: 40px !important;
        margin: 0px !important; }
      main.product .main-product-info .info-view .inset .shipping {
        width: 70%; }
      main.product .main-product-info .info-view .inset .wishlist {
        margin-top: 0px; }
      main.product .main-product-info .info-view .inset .attribute-inset .item {
        width: 40px;
        height: 40px; }
    main.product .main-product-info .info-view .outrasCores {
      margin-left: 0px; }
  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: #222; }
    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; }

  .whatsDesktop {
    display: none; }

  .menuMobile {
    display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    background: white;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 5px; }
    .menuMobile .box {
      width: 20%;
      float: left;
      cursor: pointer; }
      .menuMobile .box div {
        width: 100%;
        text-align: center; }
        .menuMobile .box div span {
          color: #222;
          font-size: 10px;
          float: left;
          width: 100%;
          margin-top: 0px; }
        .menuMobile .box div i {
          color: #222;
          font-size: 25px;
          margin-bottom: 10px;
          height: 25px;
          width: 25px; }
        .menuMobile .box div img {
          max-width: 25px;
          max-height: 25px;
          margin-bottom: 8px; }
    .menuMobile .whats span {
      color: green !important; }
    .menuMobile .whats i {
      color: green !important;
      display: inline-block; }

  .categoriasMobile {
    display: none;
    position: fixed;
    top: 125px;
    min-height: 86%;
    width: 100%;
    background: white;
    z-index: 999;
    border-radius: 10px;
    overflow: scroll; }
    .categoriasMobile .sub-menu {
      display: none; }
    .categoriasMobile .headerCategorias {
      text-align: center;
      padding: 20px;
      border-bottom: 1px solid #e3e3e3; }
      .categoriasMobile .headerCategorias h2 {
        position: relative;
        font-weight: bold;
        width: 50%;
        margin-left: 25%; }
      .categoriasMobile .headerCategorias i {
        position: absolute;
        right: 10px;
        top: 17px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer; }
      .categoriasMobile .headerCategorias .voltarMenu1 {
        position: absolute;
        top: 20px;
        width: 21%; }
        .categoriasMobile .headerCategorias .voltarMenu1 i {
          top: -2px;
          right: 65px; }
        .categoriasMobile .headerCategorias .voltarMenu1 span {
          font-size: 16px;
          font-weight: bold; }
    .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;
      background-color: #ff852c; }
      .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: #fff;
        width: 100%;
        display: block;
        position: relative; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) > i {
          width: 40px;
          height: 40px;
          position: absolute;
          bottom: -20px;
          right: 20px;
          display: block !important;
          background-repeat: no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-antiderrapante {
          background: url(../images/antiderrapante.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-argamassa {
          background: url(../images/argamassa.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-tintas {
          background: url(../images/tintas.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-verniz {
          background: url(../images/verniz.png) center center no-repeat; }
        .categoriasMobile .bodyCategorias .cat-item a:not(.open) .icon-catalogo {
          background: url(../images/catalogo.png) center center no-repeat; }
      .categoriasMobile .bodyCategorias .cat-item .open i {
        position: absolute;
        width: 30px;
        height: 30px;
        padding: 5px 0px; }
      .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; }

  .fundoMobile {
    display: none;
    background-color: #333;
    opacity: 0.3;
    position: fixed;
    height: 100vw;
    width: 100%;
    top: 0;
    z-index: 99; }

  .heartHeader {
    display: block !important;
    opacity: 1; }

  #cookieMsg {
    display: none;
    max-width: 500px; }
    #cookieMsg div {
      width: 100%;
      margin-bottom: 20px; }
    #cookieMsg .fecharMsg {
      width: 100%; } }

/*# sourceMappingURL=base.css.map */
