.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0 solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slcted {
  background-color: #ccc
}

.cl {
  clear: both;
  margin: 0 !important
}

.idp {
  font-size: 10px
}

.is-hidden {
  display: none
}

.suggestion {
  z-index: 100;
  border: 6px solid #666;
  max-width: 700px;
  min-width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: auto
}

.suggestion span {
  display: block;
  cursor: pointer;
  padding: 4px 0
}

.suggestion-words {
  font-size: 13px;
  background-color: #fff;
  padding: 14px
}

.suggestion-words span {
  border-bottom: 1px dotted #ddd
}

.suggestion-products {
  background-color: #f5f5f5;
  padding: 14px
}

.suggestion-products a {
  color: #000;
  font-weight: 700
}

.suggestion-title {
  background-color: #d70008;
  color: #fff;
  display: block;
  margin-bottom: 7px;
  text-indent: 8px;
  font: 700 14px/24px 'Open Sans Condensed', sans-serif
}

.suggestion-products .suggestion-img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px
}

.suggestion-product {
  margin-bottom: 20px;
  font-size: 13px
}

.suggestion-words span:hover {
  background: #eee
}

.suggestion-products strong, .suggestion-words strong {
  background: #666
}

.suggestion-product:hover {
  background: #d8d8d8
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px;
  max-height: 80vh;
  overflow-y: auto
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.modal-dialog-center {
  margin: 0;
  position: absolute !important;
  top: 50%;
  left: 50%
}

@media (max-width:767px) {
  .modal-dialog-center {
    width: 100%
  }
}

.modal-body #Page {
  width: auto !important;
  display: block !important
}

.slick-slider .slick-list {
  width: 100%
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.slick-slide {
  height: auto
}

.compare-hidden, .tray-hide {
  display: none !important
}

.carrinho-tabs {
  display: none
}

.modal {
  display: none
}

.sec_texto {
  color: #999
}

.sec_baixa {
  color: red
}

.sec_media {
  color: #f60
}

.sec_alta {
  color: green
}

.safe {
  margin-bottom: -5px
}

.hidden {
  display: none
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: inherit
}

* {
  margin: 0;
  padding: 0;
  outline: 0
}

body {
  line-height: 1.4;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  font-size: 1rem;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color: var(--color_text);
  min-height: 100vh
}

[hidden] {
  display: none !important
}

ol, ul {
  list-style: none
}

td, th {
  vertical-align: middle
}

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

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

.clear {
  clear: both
}

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

button, input:not[type=checkbox], input:not[type=radio], select, textarea {
  font-family: inherit;
  -webkit-appearance: none;
  font-weight: 400;
  background: #fff
}

select::-ms-expand {
  display: none
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.banner-full.banner-desktop-p{
  margin-top: 2rem
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1rem
}

.page-search .flex-column {
  padding-top: 3.5rem
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.justify-self-end {
  -ms-grid-column-align: end;
  justify-self: end
}

.align-content-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.align-self-base {
  -ms-flex-item-align: baseline;
  align-self: baseline
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flex-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 .938rem
}

.banner_lista img {
  max-width: 100%
}

.row {
  margin: 0 -.938rem
}

.row .col {
  padding: 0 .938rem;
  display: block
}

.row .col.s12 {
  width: 100%
}

.row .col.s11 {
  width: 91.6666666667%
}

.row .col.s10 {
  width: 83.3333333333%
}

.row .col.s9 {
  width: 75%
}

.row .col.s8 {
  width: 66.6666666667%
}

.row .col.s7 {
  width: 58.3333333333%
}

.row .col.s6 {
  width: 50%
}

.row .col.s5 {
  width: 41.6666666667%
}

.row .col.s4 {
  width: 33.3333333333%
}

.row .col.s3 {
  width: 25%
}

.row .col.s2 {
  width: 16.6666666667%
}

.row .col.s1 {
  width: 8.3333333333%
}

@media (min-width:601px) {
  .row .col.m12 {
    width: 100%
  }

  .row .col.m11 {
    width: 91.6666666667%
  }

  .row .col.m10 {
    width: 83.3333333333%
  }

  .row .col.m9 {
    width: 75%
  }

  .row .col.m8 {
    width: 66.6666666667%
  }

  .row .col.m7 {
    width: 58.3333333333%
  }

  .row .col.m6 {
    width: 50%
  }

  .row .col.m5 {
    width: 41.6666666667%
  }

  .row .col.m4 {
    width: 33.3333333333%
  }

  .row .col.m3 {
    width: 25%
  }

  .row .col.m2 {
    width: 16.6666666667%
  }

  .row .col.m1 {
    width: 8.3333333333%
  }
}

@media (min-width:993px) {
  .row .col.l12 {
    width: 100%
  }

  .row .col.l11 {
    width: 91.6666666667%
  }

  .row .col.l10 {
    width: 83.3333333333%
  }

  .row .col.l9 {
    width: 75%
  }

  .row .col.l8 {
    width: 66.6666666667%
  }

  .row .col.l7 {
    width: 58.3333333333%
  }

  .row .col.l6 {
    width: 50%
  }

  .row .col.l5 {
    width: 41.6666666667%
  }

  .row .col.l4 {
    width: 33.3333333333%
  }

  .row .col.l3 {
    width: 25%
  }

  .row .col.l2 {
    width: 16.6666666667%
  }

  .row .col.l1 {
    width: 8.3333333333%
  }
}

@media (min-width:1201px) {
  .row .col.x12 {
    width: 100%
  }

  .row .col.x11 {
    width: 91.6666666667%
  }

  .row .col.x10 {
    width: 83.3333333333%
  }

  .row .col.x9 {
    width: 75%
  }

  .row .col.x8 {
    width: 66.6666666667%
  }

  .row .col.x7 {
    width: 58.3333333333%
  }

  .row .col.x6 {
    width: 50%
  }

  .row .col.x5 {
    width: 41.6666666667%
  }

  .row .col.x4 {
    width: 33.3333333333%
  }

  .row .col.x3 {
    width: 25%
  }

  .row .col.x2 {
    width: 16.6666666667%
  }

  .row .col.x1 {
    width: 8.3333333333%
  }
}

.text-line {
  white-space: nowrap
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.decoration {
  text-decoration: underline
}

.uppercase {
  text-transform: uppercase
}

.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.transition {
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.t-scale {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  transition: -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  -o-transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  transition: transform .3s cubic-bezier(.53, .01, .36, 1.63), -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important
}

.t-color {
  -webkit-transition: color ease-in-out .2s;
  -o-transition: color ease-in-out .2s;
  transition: color ease-in-out .2s
}

.t-bg {
  -webkit-transition: background-color ease-in-out .2s;
  -o-transition: background-color ease-in-out .2s;
  transition: background-color ease-in-out .2s
}

.t-opacity {
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s
}

.rounded {
  border-radius: 50%;
  overflow: hidden
}

.photo-rounded {
  position: relative;
  border-radius: 50%;
  overflow: hidden
}

.photo-rounded::before {
  content: "";
  display: block;
  padding-bottom: 100%
}

.photo-rounded img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.photo-square {
  position: relative;
  border-radius: 50%;
  overflow: hidden
}

.photo-square::before {
  content: "";
  display: block;
  padding-bottom: 100%
}

.photo-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.square {
  position: relative
}

.square::after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.off-margin-top {
  margin-top: 0 !important
}

.off-margin-bottom {
  margin-bottom: 0 !important
}

.off-margin-right {
  margin-right: 0 !important
}

.off-margin-left {
  margin-bottom: 0 !important
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2')
}

.banner-bottom {
  margin-top: 30px
}

.banner-bottom img {
  display: block;
  max-width: 100%;
  margin: auto
}

.page-content .container .container {
  padding: 0
}

#ProdBlock.prodBox {
  display: none
}

.container, .container2 {
  background: 0 0;
  position: static
}

.cart-preview {
  display: none !important
}

.container2 {
  float: none;
  background: 0 0;
  position: static
}

.container3 {
  float: none;
  background: 0 0;
  position: static;
  border: 0
}

.line {
  border: 0;
  height: auto;
  width: auto
}

.bottom, .topBorder {
  background: 0 0
}

.modal-header {
  min-height: 46px
}

.leftCorner {
  display: none
}

.bottom .bLeft, .bottom .bRight {
  display: none
}

.obriga-barra.red {
  font-size: 0
}

.obriga-barra.red::before {
  content: "*";
  font-size: 16px
}

.botao-calcular-frete, .botao-calcular-frete:hover, .botao-cupom-desconto, .botao-cupom-desconto:hover, .botao-efetuar-login, .botao-efetuar-login:hover, .botao-enviar-cadastro, .botao-enviar-cadastro:hover, .botao-enviar-cartao, .botao-enviar-cartao:hover, .botao-finalizar-compra, .botao-finalizar-compra:hover, .botao-novo-cadastro, .botao-novo-cadastro:hover, .botao-prosseguir-cadastro, .botao-prosseguir-cadastro:hover, .botao-prosseguir-compra, .botao-prosseguir-compra:hover, .botao-salvar-lista, .botao-salvar-lista:hover, .botao-simular-frete, .botao-simular-frete:hover, a.botao-calcular-frete, a.botao-cupom-desconto, a.botao-efetuar-login, a.botao-enviar-cadastro, a.botao-enviar-cartao, a.botao-finalizar-compra, a.botao-novo-cadastro, a.botao-prosseguir-cadastro, a.botao-prosseguir-compra, a.botao-salvar-lista, a.botao-simular-frete {
  background: unset;
  border: unset;
  color: unset;
  color: unset
}

#loading-product-container {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6)
}

.list-icons .icones {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0
}

.list-icons {
  text-align: center
}

.list-icons .icones::not(:first-child) {
  margin-left: 10px
}

.list-icons br {
  display: none
}

.list-icons img {
  padding: 2px;
  border: 1px solid #e0e0e0;
  max-width: 90px
}

.carac-valor {
  display: block;
  font-size: .75rem
}

.texto_variacao {
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase
}

.texto_variacao h2 {
  font-weight: inherit;
  display: inline;
  font-size: inherit
}

.texto_variacao #cor_nome {
  display: none;
  padding-left: 5px
}

.box-variants {
  margin: 20px 0
}

.cor_variacao {
  text-align: center
}

#opcoes0 ul, .cor_variacao ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#opcoes0 ul {
  flex-direction: column
}

.cor_variacao ul li {
  margin: 0 5px 5px
}

#wrapper {
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  padding: 0 !important
}

.brinde_lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px
}

.brinde_lista img {
  border: 2px solid #fff !important
}

.brinde_lista img[style*="border: 2px"] {
  -webkit-box-shadow: 0 0 0 2px var(--color_primary);
  box-shadow: 0 0 0 2px var(--color_primary)
}

.brinde_lista span {
  display: block;
  cursor: pointer
}

.brinde_lista li {
  margin-top: 5px;
  padding: 0 5px
}

.brinde_detalhes .botao {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1
}

.brinde_detalhes .botao::before {
  content: 'ESCOLHER';
  display: block;
  width: 100px;
  color: #fff;
  font-size: .75rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-size: .75rem;
  background-color: var(--color_primary)
}

.brinde_detalhes .botao img {
  opacity: 0;
  display: block;
  width: 100px;
  height: 40px
}

.varTit {
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase
}

.varTit * {
  font-size: inherit;
  font-weight: inherit
}

.load-css .icon {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 30px;
  height: 30px
}

.load-css .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #9c9c9c;
  border-radius: 50%
}

.load-css .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-right-color: transparent;
  -webkit-animation: rotate infinite linear .6s;
  animation: rotate infinite linear .6s;
  border-radius: 50%
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.suggestion {
  top: 44px;
  width: 415px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
  min-width: 0;
  color: var(--color_text)
}

.suggestion .idp {
  display: none
}

.suggestion-words {
  padding: 0
}

.suggestion-title {
  font-family: inherit;
  line-height: 1.4;
  font-size: .813rem;
  text-indent: 0;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 28px
}

.suggestion-products strong, .suggestion-words strong {
  color: var(--color_text);
  background: 0 0
}

.suggestion-words {
  padding-bottom: 23px
}

.suggestion-words span {
  font-size: .813rem;
  border: 0;
  background: 0 0;
  margin: 0 -20px;
  padding: 0 20px;
  line-height: 24px
}

.suggestion-words span:hover {
  background: #f9f9f9
}

.suggestion-products {
  padding: 0;
  background: 0 0;
  border-top: 1px solid #dfe0e4
}

.suggestion-product:hover {
  background: 0 0
}

.suggestion-products .suggestion-img {
  width: 72px;
  height: 72px;
  border-radius: 2px;
  border: 1px solid #f7f8f9;
  position: relative;
  margin-right: 14px
}

.suggestion-products .suggestion-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.suggestion-products a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  margin: 0 -20px;
  padding: 0 20px
}

.suggestion-products a:hover {
  background: 0 0
}

.suggestion-products .titlep {
  font-size: .813rem;
  color: inherit;
  font-weight: 400
}

.suggestion-desc {
  width: calc(100% - 86px)
}

#form_comprar #letMeKnow img {
  display: none
}

#form_comprar #letMeKnow::before {
  content: "OK";
  display: inline-block;
  background: var(--bg_button_primary);
  line-height: 52px;
  padding: 0 18px;
  color: #fff;
  font-weight: 500;
  margin-left: 5px;
  height: 52px;
  vertical-align: bottom
}

#form_comprar #letMeKnow:hover::before {
  background-color: var(--bg_button_primary_hover)
}

#nao_disp {
  background: #f7f7f7;
  padding: 14px;
  font-size: .875rem
}

#nao_disp h3 {
  font-size: 1rem;
  font-weight: 600
}

#nao_disp h5 {
  font-size: .75rem;
  font-weight: 600;
  margin: 5px 0 0
}

#nao_disp .color {
  font-size: .75rem;
  margin-top: 10px
}

#letmeknow_response label, #nao_disp label {
  display: inline-block;
  width: calc(100% - 67px)
}

#email_avise {
  display: block;
  width: 100%
}

.Mapa {
  display: none
}

input, select, textarea {
  border: 0
}

button {
  border: 0;
  cursor: pointer
}

li, p, ul {
  border: 0
}

.campoform, input.text, select.select, select.text {
  border: 1px solid #e4e4e4;
  height: 52px;
  padding: 0 20px;
  border-radius: 0;
  color: #565656;
  font-size: .75rem;
  color: var(--color_text)
}

input.text.obriga, select.obriga {
  padding-left: 17px
}

select.select {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-image: url(../images/down.svg) !important;
  background-size: 9.2px;
  background-position: calc(100% - 10px) center !important;
  padding-right: 22px !important
}

select.select::-ms-expand {
  display: none
}

textarea#mensagem, textarea.textarea {
  border: 1px solid #e4e4e4;
  padding: 14px;
  border-radius: 0;
  color: #565656
}

.varCont textarea.textarea {
  width: 100%
}

.modal-dialog-center {
  max-width: 98%
}

#form1 input, #form1 select, #form1 textarea {
  width: 100%;
  display: block
}

.MapaSite {
  width: 100%;
  margin: 15px 0;
  overflow: auto
}

p {
  padding: 0;
  position: static
}

.MapaSite>ul {
  min-width: 600px
}

.MapaSite h2 {
  background: 0 0
}

@media (max-width:767px) {
  .container {
    padding: 0 .625rem
  }

  .row {
    margin: 0 -.625rem
  }

  .row .col {
    padding: 0 .625rem
  }
}

input[size] {
  max-width: 100%
}

#modal-form-content h3 {
  font-size: 1.125rem
}

#modal-form-content fieldset {
  border: 0
}

.compare-buttons {
  text-align: center;
  font-size: .75rem
}

.compare-buttons .filter-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #afafaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px
}

.compare-buttons [data-compare=remove] .filter-checkbox::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #afafaf
}

.button-compare {
  border: 1px solid #e4e4e4;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  white-space: nowrap;
  left: 20px;
  bottom: 20px;
  background: #fff;
  margin-left: 10px
}

@media (max-width:767px) {
  .compare-true {
    padding-bottom: 60px;
    position: relative
  }

  .button-compare {
    position: absolute;
    width: 150px;
    margin: auto;
    left: 0;
    bottom: 24px;
    right: 0
  }
}

.comparatorTabs {
  margin: 15px 0
}

.comparatorTabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comparatorTabs ul li {
  position: relative;
  margin-right: 5px
}

.comparatorTabs ul li a:first-child {
  padding: 5px 10px;
  padding-right: 30px;
  display: block
}

.comparatorTabs ul li a:last-child {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: .75rem;
  display: block;
  text-align: center;
  line-height: 14px;
  border: 1px solid #565656;
  background-color: #fff
}

.comparatorTabs ul li.aberta a:first-child {
  background-color: var(--color_primary);
  color: #fff
}

.comparator {
  overflow: auto;
  width: 100%;
  margin-bottom: 20px
}

.comparator>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comparator>ul>li:not(.Labels) {
  min-width: 200px;
  width: calc((100% / 3) - (200px / 3));
  text-align: center;
  font-size: .75rem
}

.comparator>ul>li li:first-child {
  min-height: 220px
}

.comparator>ul>li li {
  min-height: 100px;
  border-bottom: 1px solid #ececec;
  padding: 10px
}

.comparator .comparsionFoto {
  font-size: 0;
  position: relative
}

.comparator .comparsionFoto .closeComp {
  position: absolute;
  right: 5px;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: .75rem;
  display: block;
  text-align: center;
  line-height: 14px;
  border: 1px solid #565656;
  background-color: #fff
}

.comparator .comparsionFoto a {
  font-size: .875rem;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px;
  max-height: 142px;
  overflow: hidden
}

.comparator .comparsionFoto a[alt=Comprar] img, .comparator .comparsionFoto a[title=Escolher] img {
  display: none
}

.comparator .comparsionFoto a[alt=Comprar]::before, .comparator .comparsionFoto a[title=Escolher]::before {
  content: 'COMPRAR';
  display: inline-block;
  line-height: 34px;
  color: #fff;
  background-color: var(--bg_button_primary);
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700
}

.comparator .comparsionFoto a[title=Escolher]::before {
  content: 'ESCOLHER'
}

.comparsionInfoPreco br+br {
  display: none
}

.comparator .Labels {
  width: 200px;
  font-size: .875rem;
  min-width: 150px
}

.showcase h2, .title-section {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase
}

.box-alerts {
  position: fixed;
  bottom: 60px;
  left: 15px;
  width: 300px;
  max-width: calc(100% - 30px);
  z-index: 20;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

#alert-show {
  display: none
}

#alert-show:checked~.box-alerts {
  display: none
}

#alert-show+.box-alerts, #alert-show+.infobox.danger {
  display: none
}

.box-alerts:empty {
  display: none
}

.close-info:first-child {
  display: none
}

.close-info {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 8px;
  margin: auto;
  display: block
}

.close-info::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #1e201d;
  position: absolute;
  top: 6px
}

.close-info::after {
  content: '';
  display: block;
  height: 14px;
  width: 2px;
  background: #1e201d;
  position: absolute;
  left: 6px
}

.box-alerts .infobox {
  padding: 10px;
  font-size: .75rem;
  padding-right: 30px
}

.shadow-cart {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #222;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  z-index: 12;
  width: 430px;
  max-width: 100%;
  padding: 0 20px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.cart-sidebar .error {
  font-weight: 600;
  padding: 20px 0
}

.cart-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.cart-sidebar .header-cart {
  height: 53px;
  font-size: .875rem;
  font-weight: 600;
  padding: 17px 0
}

.header-cart .box-prev {
  padding: 3px 5px 3px 0;
  margin-right: 14px;
  cursor: pointer
}

.title-store {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center
}

.header-cart .box-prev .icon {
  width: 18px;
  height: 13px;
  fill: #1e201d;
  display: block
}

.cart-sidebar .content-cart.empty+.footer-cart {
  display: none
}

.cart-sidebar .item {
  margin-bottom: 20px
}

.cart-sidebar .footer-cart {
  height: 150px;
  padding-left: 37px
}

.cart-sidebar .text-info {
  font-size: .813rem;
  height: 62px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4
}

.cart-sidebar .text-info .value {
  font-size: 1.188rem;
  font-weight: 700;
  padding-left: 10px
}

.cart-sidebar .content-cart {
  overflow: auto;
  padding-left: 37px
}

.cart-sidebar .footer-cart .line {
  white-space: nowrap;
  margin: 20px 0
}

.cart-sidebar .footer-cart .link-cart {
  font-size: 12px;
  font-weight: 600
}

.cart-sidebar .footer-cart .botao-commerce {
  line-height: 42px;
  font-size: 13px;
  font-weight: 600
}

.box-cart .box-image {
  width: 70px;
  height: 70px
}

.box-cart .box-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto
}

.box-cart .info-product {
  width: calc(100% - 80px);
  margin-left: 10px;
  padding-right: 20px;
  position: relative
}

.box-cart .info-product a {
  font-size: .875rem;
  line-height: 1.14;
  display: block;
  min-height: 39px
}

.box-cart .info-product .remove {
  width: 11px;
  height: 11px;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

.box-cart .info-product .remove::before {
  content: '';
  display: block;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  height: 1px;
  background: #e40c0c;
  position: absolute;
  left: 0;
  top: 0
}

.box-cart .info-product .remove::after {
  content: '';
  display: block;
  width: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  height: 1px;
  background: #e40c0c;
  position: absolute;
  bottom: 0;
  left: 0
}

.box-cart .info-product .price {
  font-size: 1rem;
  font-weight: 700
}

.box-cart .info-product .qnt {
  font-size: .75rem;
  font-weight: 400;
  margin-right: 10px
}

.wrapper {
  width: 100%;
  padding-top: 157px
}

.wrapper.menu-icons {
  width: 100%;
  padding-top: 207px
}

.bar-top {
  background-color: var(--bg_top);
  color: var(--top_color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10
}

.bar-top .line {
  position: relative;
  min-height: 44px
}

.logo-top {
  display: none
}

.fixed .logo-top {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1)
}

.bar-top .text {
  line-height: 44px;
  font-size: .688rem;
  padding-right: 30px
}

.bar-top .text>a, .bar-top .text>span {
  cursor: pointer
}

.bar-top .text.rastreio>span, .bar-top .text>a, .footer .box-info a, .footer a.box-info .t, .footer a.box-info .v {
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.bar-top .text.rastreio>span:hover, .bar-top .text>a:hover {
  opacity: .6
}

.bar-top .text:last-child {
  padding-right: 0
}

.bar-top .search {
  position: relative
}

.bar-top .search .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: var(--top_color);
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s .2s;
  -o-transition: ease-in-out .2s .2s;
  transition: ease-in-out .2s .2s
}

.bar-top .search.active .icon-search {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  opacity: 0
}

.box-search {
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out .2s 0s;
  -o-transition: ease-in-out .2s 0s;
  transition: ease-in-out .2s 0s;
  margin: 4px 0
}

.bar-top .search .box-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.box-search .input-search {
  width: 275px;
  height: 36px;
  display: block;
  padding-left: 43px;
  padding-right: 22px;
  font-weight: 600;
  font-size: .75rem;
  color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

.box-search .input-search::-ms-clear {
  display: none
}

.box-search .reset {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 9px;
  width: 9px;
  cursor: pointer;
  margin: auto;
  z-index: 2;
  fill: #222
}

.box-search .button-search {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 8px;
  cursor: pointer;
  margin: auto;
  background: 0 0
}

.box-search .button-search .icon {
  fill: #222;
  width: 18px;
  height: 18px;
  display: block
}

.bar-top .account {
  line-height: 44px;
  font-size: .688rem;
  margin: 0 20px;
  position: relative;
  cursor: pointer
}

.bar-top .account .modal-white {
  width: 204px;
  padding: 20px;
  left: auto;
  right: 0
}

.bar-top .account:hover .modal-white {
  opacity: 1;
  visibility: visible
}

.bar-top .account .register {
  font-size: .75rem;
  text-align: center;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.bar-top .account .register:hover {
  color: var(--color_second)
}

.bar-top .account .icon {
  fill: var(--top_color);
  width: 8px;
  padding: .5px;
  height: 8px;
  margin-left: 5px
}

.bar-top .cart-header {
  position: relative;
  cursor: pointer
}

.bar-top .cart-header .icon {
  width: 17px;
  height: 24px;
  fill: var(--top_color);
  margin-right: 16px
}

.bar-top .cart-header .number {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  text-align: center;
  border: 2px solid var(--bg_top);
  line-height: 1.125rem;
  color: var(--cart_number);
  background-color: var(--cart_number_bg);
  font-weight: 500;
  font-size: .563rem
}

.text.rastreio {
  position: relative
}

.text.rastreio .modal-white {
  width: 235px;
  padding: 14px 20px 20px
}

.modal-white {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  color: #222;
  line-height: 1.17
}

.modal-white .title {
  font-size: .75rem;
  font-weight: 600
}

.modal-white.active {
  opacity: 1;
  visibility: visible
}

.modal-white input {
  width: 100%;
  display: block;
  height: 38px;
  font-weight: 600;
  font-size: .625rem;
  border: 1px solid #e4e4e4;
  padding: 0 14px;
  color: #707070;
  margin: 10px 0;
  text-transform: uppercase
}

.modal-white input::-webkit-input-placeholder {
  color: #707070
}

.modal-white input:-ms-input-placeholder {
  color: #707070
}

.modal-white input::-ms-input-placeholder {
  color: #707070
}

.modal-white input::placeholder {
  color: #707070
}

.modal-white .botao-commerce {
  width: 100%
}

.modal-white .link-modal {
  font-size: .75rem;
  line-height: 35px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px
}

.modal-white .step {
  display: block;
  margin: 4px 0;
  text-align: center;
  position: relative;
  font-size: .875rem;
  z-index: 1
}

.modal-white .step::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #999;
  margin: auto
}

.modal-white .step .bg {
  background: #fff;
  padding: 0 4px;
  display: inline-block;
  position: relative
}

.header {
  position: absolute;
  z-index: 9;
  top: 44px;
  left: 0;
  width: 100%;
  background-color: var(--header_top);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02)
}

.header .line-logo {
  min-height: 89px
}

.header .line-logo img {
  max-width: 194px;
  max-height: 65px;
  display: block
}

.header .line-logo img+.title-store {
  display: none
}

@media (max-width:767px) {
  .cart-sidebar .header-cart {
    font-size: .68rem
  }
}

.modal-backdrop.in {
  display: none;
  opacity: .6 !important
}

.modal-theme {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.modal-theme .overflow {
  width: 100%;
  height: 100%;
  overflow: auto
}

.close-icon {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer
}

.close-icon::after, .close-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 3px;
  width: 100%;
  background-color: #787878
}

.close-icon::after {
  width: 3px;
  height: 100%
}

.modal-theme.active {
  opacity: 1;
  visibility: visible
}

.modal-theme .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.modal-theme .center {
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px
}

.modal-theme .box-center {
  background: #fff;
  position: relative;
  min-width: 100px;
  min-height: 100px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  z-index: 2;
  -webkit-transition: -webkit-transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: -webkit-transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -o-transition: transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: transform cubic-bezier(.54, -.65, .48, 1.64) .3s, -webkit-transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}

.modal-theme.active .box-center {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.modal-theme .box-center img {
  display: block;
  max-width: 100%
}

.modal-theme.video-modal .box-center {
  width: 100%;
  max-width: 750px
}

.video {
  position: relative
}

.video::before {
  content: '';
  display: block;
  padding-bottom: 56.25%
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.modal-theme .append {
  padding: 30px 20px 20px
}

.modal-theme.payment-modal .box-center {
  width: 100%;
  max-width: 700px;
  min-height: 250px
}

.overflow-payment {
  overflow: auto;
  max-height: 500px;
  /* height:calc(100vh - 80px); */
  font-size: .75rem;
  margin: 10px 0 0;
  background-color: #fbfbfb;
  padding: 14px;
}

.overflow-payment th {
  padding: 8px 0;
  font-weight: 600;
  font-size: .875rem
}

.overflow-payment td {
  padding: 2px
}

@media (max-width:460px) {
  .overflow-payment td {
    font-size: .75em
  }
}

.overflow-payment b, .overflow-payment strong {
  font-weight: 600
}

.modal-theme .light_altura {
  width: 700px !important;
  max-width: 100%
}

.modal-theme .light_altura h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .875rem
}

.modal-theme .light_altura hr {
  display: none
}

.box-fixed.active~.shadow-cart, .cart-sidebar.active~.shadow-cart, .modal-theme.active~.shadow-cart, .nav-mobile.active~.shadow-cart {
  opacity: .5;
  visibility: visible
}

.wrapper {
  -webkit-transition: -webkit-filter ease-in-out .15s;
  transition: -webkit-filter ease-in-out .15s;
  -o-transition: filter ease-in-out .15s;
  transition: filter ease-in-out .15s;
  transition: filter ease-in-out .15s, -webkit-filter ease-in-out .15s
}

.line-icons {
  background-color: var(--banner_info_bg);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: none
}

@media (max-width:550px) {
  .line-icons {
    display: block
  }

  .line-icons+.banner-info {
    background-color: #fff
  }
}

.line-icons .container {
  padding: 0
}

.line-icons .line-overflow {
  overflow: auto;
  width: 100%;
  padding: 0 10px
}

.line-icons .line-overflow::-webkit-scrollbar {
  display: none
}

.line-icons a {
  display: block;
  text-align: center;
  padding: 20px 4px;
  min-width: 78px;
  width: 78px
}

.line-icons a .box-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 4px
}

.line-icons a .icon {
  max-width: 30px;
  max-height: 30px
}

.line-icons .text {
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2
}

@media (max-width:1024px) {
  .overflow-payment {
    padding: 0;
    background: 0 0
  }

  .wrapper, .wrapper.menu-icons {
    padding-top: 133px
  }

  .logo-white-true .bar-top .line {
    min-height: 54px
  }

  .wrapper.logo-white-true, .wrapper.menu-icons.logo-white-true {
    padding-top: 118px
  }

  .wrapper.logo-white-true .bar-top .cart-header .number {
    top: -4px
  }

  .nav {
    display: none
  }

  .bar-top .account, .bar-top .search, .list-option>div {
    display: none
  }

  .nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    height: 100%;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 16;
    width: 305px;
    opacity: 0;
    max-width: 90%
  }

  .nav-mobile.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
  }

  .nav-mobile .header-nav {
    height: 144px;
    background-color: var(--color_primary);
    color: #fff;
    padding: 0 10px
  }

  .nav-mobile .header-nav .line {
    padding: 17px 0 13px;
    font-size: .75rem;
    font-weight: 500;
    position: relative
  }

  .nav-mobile .header-nav .line .sair {
    margin-left: 5px;
    text-transform: uppercase
  }

  .nav-mobile .header-nav .line svg {
    display: block;
    margin-right: 12px
  }

  .nav-mobile .header-nav .bars {
    width: 260px;
    margin-left: -10px;
    max-width: 100%
  }

  .nav-mobile .header-nav .bars div {
    height: 1px;
    background: #fff;
    opacity: .2;
    margin-bottom: 2px
  }

  .nav-mobile .header-nav .bars div:nth-child(1), .nav-mobile .header-nav .bars div:nth-child(5) {
    width: 92%
  }

  .nav-mobile .header-nav .bars div:nth-child(2), .nav-mobile .header-nav .bars div:nth-child(4) {
    width: 96%
  }

  .close-nav {
    position: absolute;
    right: -2px;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    top: 4px;
    bottom: 0;
    margin: auto
  }

  .close-nav svg {
    fill: #fff;
    width: 100%;
    height: 100%
  }

  .search-mob {
    margin: 10px 10px;
    position: relative
  }

  .search-mob input {
    height: 44px;
    width: 100%;
    display: block;
    font-size: .75rem;
    font-weight: 500;
    padding: 0 38px 0 11px;
    color: #707070;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .21);
  }

  .search-mob .button-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: left;
    background: 0 0
  }

  .search-mob .button-search .icon {
    width: 24px;
    height: 24px;
    fill: var(--color_primary);
    display: block
  }

  .nav-mobile .content-nav {
    overflow: auto;
    padding: 0 10px;
    height: calc(100% - 144px)
  }

  .list-nav {
    text-transform: uppercase
  }

  .list-nav>li {
    border-bottom: 1px solid #ededed
  }

  .list-nav>li a.sub i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 451.847 451.847'%3E%3Cpath fill='%23222' d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    float: right;
    margin-right: 9px
  }

  .list-nav>li a.sub.active i {
    transform: rotateX(180deg)
  }

  .list-nav>li a.space {
    padding-left: 55px;
    position: relative
  }

  .list-nav>li a.space .icon {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 32px
  }

  .list-nav>li a.space .icon img {
    max-width: 32px;
    max-height: 32px;
    display: block
  }

  .list-nav>li a {
    padding: 23px 0;
    line-height: 1.4;
    font-size: .75rem;
    font-weight: 600;
    display: block
  }

  .list-nav>li li a {
    margin-left: 14px
  }

  .list-nav>li li:not(:last-child) a {
    border-bottom: 1px solid #ededed
  }

  .list-nav>li li li a {
    margin-left: 28px
  }

  .list-nav li ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transform: scale(1, .6);
    -ms-transform: scale(1, .6);
    transform: scale(1, .6);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    -o-transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s, -webkit-transform ease-in-out .2s
  }

  .list-nav li ul.active {
    max-height: none;
    overflow: auto;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }

  .logo-top {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    display: block
  }

  .logo-top img {
    max-height: 40px;
    max-width: 170px;
    display: block
  }

  .logo-white-true .header {
    display: none
  }

  .bar-top .bars {
    display: block;
    padding: 4px;
    cursor: pointer;
    margin-left: -4px
  }

  .bar-top .bars .bar {
    height: 2px;
    background-color: var(--top_color);
    width: 24px
  }

  .bar-top .bars .bar:nth-child(2) {
    width: 20px
  }

  .bar-top .bars .bar:nth-child(3) {
    width: 16px
  }

  .bar-top .bars .bar:not(:last-child) {
    margin-bottom: 6px
  }

  .cart-sidebar {
    padding: 0 10px
  }

  .cart-sidebar .content-cart, .cart-sidebar .footer-cart {
    padding-left: 0
  }
}

@media (min-width:1025px) {
  .bar-top .bars, .nav-mobile {
    display: none
  }

  .nav {
    background-color: var(--nav_bg)
  }

  .nav .list {
    border-top: 2px solid var(--header_top_border);
    position: relative
  }

  .nav .list .relative {
    position: relative
  }

  .nav .list>li>a {
    font-size: .90rem;
    line-height: 1.58;
    font-weight: 400;
    height: 72px;
    display: block;
    padding: 46px 20px 5px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color: var(--nav_color);
    text-align: center
  }

  .nav .list.grow>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .nav .list.grow>li>a {
    padding: 46px 5px 5px
  }

  .nav .list>li>a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color_second);
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
  }

  .nav .list>li:hover>a::after {
    opacity: 1
  }

  .nav .list>li>a .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 35px;
    max-height: 30px;
    display: block;
    bottom: 22px
  }

  .nav .list>li>a:not(.icon-show) {
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px
  }

  .sub-category {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 40px 0 45px;
    opacity: 0;
    visibility: hidden
  }

  .sub-category::before {
    content: '';
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    position: absolute;
    top: 0
  }

  .list-sub>li {
    width: 20%;
    padding-right: 15px;
    margin-bottom: 10px
  }

  .list-sub>li.column-2 {
    width: 40%
  }

  .list-sub>li.column-3 {
    width: 60%
  }

  .list-sub>li.column-4 {
    width: 80%
  }

  .list-sub>.not-children+li.column-5 {
    width: 80%
  }

  .list-sub>li.column-5 {
    width: 100%
  }

  .list-sub>li.column-2 .list-third {
    -webkit-column-count: 2;
    column-count: 2
  }

  .list-sub>li.column-3 .list-third {
    -webkit-column-count: 3;
    column-count: 3
  }

  .list-sub>li.column-4 .list-third {
    -webkit-column-count: 4;
    column-count: 4
  }

  .sub-category.product-sub .list-sub>li.column-5 .list-third {
    -webkit-column-count: 4;
    column-count: 4
  }

  .sub-category.product-sub .list-sub>.not-children+li.column-4 .list-third, .sub-category.product-sub .list-sub>.not-children+li.column-5 .list-third {
    -webkit-column-count: 3;
    column-count: 3
  }

  .sub-category:not(.product-sub) .list-sub>li.column-5 .list-third {
    -webkit-column-count: 5;
    column-count: 5
  }

  .sub-category:not(.product-sub) .list-sub>.not-children+li.column-5 .list-third {
    -webkit-column-count: 4;
    column-count: 4
  }

  .list-sub {
    width: 100%;
    align-content: flex-start;
    display: flex;
    place-content: space-around;
  }

  .product-sub .list-sub {
    width: calc(100% - 200px);
    -ms-flex-line-pack: start;
    align-content: flex-start
  }

  .product-sub .list-sub>li {
    width: 25%
  }

  .product-sub .list-sub>li.column-2 {
    width: 50%
  }

  .product-sub .list-sub>li.column-3 {
    width: 75%
  }

  .product-sub .list-sub>li.column-4, .product-sub .list-sub>li.column-5 {
    width: 100%
  }

  .product-sub .list-sub>.not-children+li.column-4, .product-sub .list-sub>.not-children+li.column-5 {
    width: 75%
  }

  .product-sub .product {
    width: 200px;
    max-width: 100%
  }

  .sub-category.product-sub .col-product .product {
    border: 1px solid #e4e4e4
  }

  .col-product .product .name {
    font-size: .75rem;
    margin: 8px 0
  }

  .col-product .product .price, .col-product .product .price-off {
    font-size: 1rem
  }

  .col-product .product .payment {
    font-size: .625rem
  }

  .nav .list .second-nivel {
    font-size: .75rem;
    font-weight: 600;
    display: inline-block;
    padding: 4px 0;
    text-transform: uppercase;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
  }

  .nav .list .second-nivel:hover, .nav .list .third-nivel:hover {
    color: var(--color_second)
  }

  .nav .list .third-nivel {
    font-size: .75rem;
    font-weight: 400;
    padding: 4px 0;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
  }

  .list-third {
    margin-top: 8px;
    font-size: 0
  }

  .sub-line-category {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e4e4e4;
    padding: 14px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    min-width: 190px
  }

  li:nth-child(n+4) .sub-line-category {
    left: auto;
    right: 0
  }

  .sub-line-category.product-sub .list-line-sub {
    padding-right: 20px;
    min-width: 120px
  }

  .list-line-sub {
    overflow: auto;
    max-height: 600px
  }

  .list-line-sub li {
    padding-top: 5px;
    white-space: nowrap
  }

  .sub-line-category .col-product {
    width: 172px
  }

  .sub-line-category.product-sub .col-product .product {
    margin-bottom: -14px
  }

  .nav .list>li:hover .sub-category, .nav .list>li:hover .sub-line-category {
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
  }
}

.arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2
}

.arrow .icon {
  color: var(--color_primary);
  display: block
}

.banner-full .item:not(.slick-slide)+.item {
  display: none
}

.banner-full img {
  display: block;
  max-width: 100%;
  margin: auto
}

.banner-full .slick-dots {
  position: absolute;
  bottom: 50px;
  height: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.banner-full .slick-dots li, .image-show .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px var(--banner_dot) inset;
  box-shadow: 0 0 0 10px var(--banner_dot) inset;
  display: inline-block;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  margin: 0 2px;
  cursor: pointer
}

.banner-full .slick-dots li button, .image-show .slick-dots li button {
  display: none
}

.banner-full .slick-dots li.slick-active {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-box-shadow: 0 0 0 3px var(--banner_dot) inset;
  box-shadow: 0 0 0 3px var(--banner_dot) inset;
  margin: 0 4px
}

.image-show .slick-dots li {
  -webkit-box-shadow: 0 0 0 10px #f7f7f7 inset;
  box-shadow: 0 0 0 10px #f7f7f7 inset
}

.image-show .slick-dots li.slick-active {
  -webkit-box-shadow: 0 0 0 3px #f7f7f7 inset;
  box-shadow: 0 0 0 3px #f7f7f7 inset
}

.banner-info {
  background: var(--banner_info_bg)
}

.banner-full .item:not(.slick-slide)+.item, .banner-info .item:not(.slick-slide)+.item {
  display: none
}

.banner-info .slide {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0 20px
}

.banner-info .line {
  height: 52px
}

.banner-info .text {
  font-size: 14px
}

.banner-info .text .featured {
  font-weight: 600
}

.banner-info .line .icon {
  max-width: 26px;
  max-height: 26px;
  margin-right: 9px
}

.banner-info .arrow .icon {
  width: 13px;
  height: 13px
}

.banner-info .arrow.prev {
  left: 10px;
  height: 13px
}

.banner-info .arrow.next {
  right: 10px;
  height: 13px
}

.section-banners {
  margin: 36px 0
}

.section-banners img {
  display: block;
  margin: auto;
  max-width: 100%
}

.section-banners .list img {
  width: 100%;
  max-width: 580px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.section-banners .list img:hover {
  opacity: .8
}

.section-banners .list .item {
  width: 50%;
  padding: 0 .938rem
}

@media (max-width:767px) {
  .banner-full .slick-dots {
    bottom: 22px
  }

  .banner-info .text {
    font-size: 0
  }

  .banner-info .text .featured {
    font-size: .75rem
  }
}

@media (max-width:550px) {
  .section-banners .list {
    display: block
  }

  .section-banners .list .item {
    width: auto;
    padding: 0 .625rem
  }

  .section-banners .list .item:nth-child(n+2) {
    padding-top: .625rem
  }
}

.container>div[class*=section]:first-child {
  margin-top: 47px
}

.showcase-category {
  background: var(--bg_category_per);
  overflow: hidden
}

.showcase-category .box-text {
  color: var(--color_text_category_per);
  width: 291px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
  padding-right: 40px
}

.showcase-category .box-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: -315px;
  width: 778px;
  z-index: -1;
  background-image: var(--img_category);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width:480px) {
  .showcase-category .box-text::before {
    left: -340px
  }
}

.showcase-category .box-text .title {
  font-size: 2.625rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: .8
}

.showcase-category .box-text .title::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
  height: .25rem;
  background-color: var(--color_mark_category_per);
  width: 10.063rem;
  left: -3.188rem
}

.showcase-category .box-text .sub-title {
  font-size: .75rem;
  line-height: 1.58;
  font-weight: 600;
  margin: 12px 0 14px
}

.showcase-category .cols {
  width: calc(100% - 291px);
  padding: 60px 0;
  position: relative;
  z-index: 2
}

.showcase-category .arrow {
  width: 24px;
  height: 24px;
  z-index: 2
}

.showcase-category .arrow .icon {
  fill: var(--color_text_category_per)
}

.showcase-category .arrow.prev {
  left: -14px
}

.showcase-category .arrow.next {
  right: -14px
}

.showcase.clearfix {
  margin: 45px 0
}

.showcase.clearfix .slick-dots {
  display: none !important
}

.showcase.clearfix .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: 0 0;
  font-size: 0;
  -webkit-appearance: none;
  border: 0 !important;
  z-index: 2
}

.showcase.clearfix .slick-arrow::before {
  display: none !important
}

.showcase.clearfix .slick-arrow.slick-prev {
  left: 0 !important
}

.showcase.clearfix .slick-arrow.slick-prev::after {
  border-top-color: transparent;
  border-right-color: transparent
}

.showcase.clearfix .slick-arrow.slick-next {
  right: 0 !important
}

.showcase.clearfix .slick-arrow.slick-next::after {
  border-bottom-color: transparent;
  border-left-color: transparent
}

.showcase.clearfix .slick-arrow::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.section-showcase {
  margin: 47px 0 38px
}

.showcase-category .button-white {
  background-color: var(--bg_button_category_per);
  color: var(--color_button_category_per);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.showcase-category .button-white:hover {
  background-color: var(--bg_button_hover_category_per);
  opacity: .9
}

.button-white {
  background-color: #fff;
  line-height: 3.25rem;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  color: #222
}

.product {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.discount-line, .product .discount {
  position: absolute;
  left: 0;
  top: 2.25rem;
  background: var(--tag_desconto_bg);
  color: #fff;
  text-align: center;
  font-weight: 600;
  min-width: 60px;
  font-size: .75rem;
  line-height: 1.625rem;
  z-index: 2;
  padding: 0 8px
}

.product .image {
  position: relative;
  overflow: hidden
}

.product .space-image::after {
  content: '';
  display: block;
  padding-bottom: 100%
}

.product .space-image.large::after {
  content: '';
  display: block;
  padding-bottom: 125.68%
}

.product .space-image.dark::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, .2);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  z-index: 2
}

.product .space-image img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%
}

.product .space-image.second img:nth-child(2) {
  opacity: 0
}

.product:hover .space-image.second img:nth-child(1) {
  opacity: 0
}

.product:hover .space-image.second img:nth-child(2) {
  opacity: 1
}

.product .space-image img:not(.loaded) {
  width: 100%
}

.product .view {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 222px;
  width: calc(100% - 20px);
  background-color: var(--button_details);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s
}

.product:hover .space-image::before, .product:hover .view {
  opacity: 1
}

.product .info-product {
  padding: 0 14px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.product .product-image {
  position: relative
}

.product .product-image::before {
  content: '';
  display: block;
  padding-bottom: 100%
}

.product .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  max-width: 100%;
  max-height: 100%
}

.product .product-name, .produto .product-name {
  margin: 20px 0 16px;
  font-size: .90rem;
  line-height: 1.23;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-align: center;
  max-height: 34px;
}

.list-star {
  margin: .313em 0;
  font-size: 1rem
}

.list-star .total {
  font-size: .75rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #6e6e6e
}

.list-star .icon {
  fill: #707070;
  background: url(../images/star.svg) no-repeat;
  width: .938em;
  height: .938em;
  background-size: 100%;
  display: block
}

.list-star .icon.active {
  background-image: url(../images/star-check.svg)
}

.list-star .icon:not(:last-child) {
  margin-right: 5px
}

.starn {
  fill: #707070;
  background: url(../images/star.svg) no-repeat;
  width: .938rem;
  height: .938rem;
  background-size: 100%;
  display: block
}

.starn.star-on {
  background-image: url(../images/star-check.svg)
}

.product .price {
  line-height: 1.3;
  padding: 3px 0
}

.product .price-off {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--preco_color)
}

.product .price-off .por {
  font-size: .62em;
  font-weight: 500
}

.product .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product .price .line-price, .product .product-price .price {
  font-size: .75rem;
  font-weight: 400;
  position: relative
}

.product .price .line-price::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: -2px;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: var(--color_primary)
}

.product .product-price .price::before {
  left: 0
}

.product .product-payment {
  font-size: .75rem
}

.product .product-payment img[src*=sobconsulta] {
  display: block;
  margin: 0 auto 5px
}

.product .product-payment .oculta_destaque, .product .product-payment .precode, .product .product-payment br {
  display: none
}

.product .product-payment b, .product .product-payment strong {
  font-weight: 600;
  color: var(--payment_color)
}

.product-buttons {
  display: none
}

@media (max-width:767px) {
  .product .name {
    font-size: .688rem;
    margin: 15px 0 12px
  }

  .list-star .icon {
    width: .76rem;
    height: .76rem
  }

  .list-star .icon:not(:last-child) {
    margin-right: 3px
  }

  .product .price {
    font-size: 1.125rem
  }

  .product .price-off {
    font-size: 1rem
  }

  .product .payment {
    font-size: .625rem
  }

  .product .view {
    display: none
  }

  .product .info-product {
    padding: 0 8px 8px
  }

  .discount-line, .product .discount {
    font-size: .625rem;
    line-height: 22px;
    padding: 0 6px;
    min-width: 0;
    top: 16px
  }
}

.section-avaliacoes .arrow .icon, .section-brands .arrow .icon, .showcase .arrow .icon {
  height: 24px;
  height: 24px
}

.section-avaliacoes .arrow.prev, .section-brands .arrow.prev, .showcase .arrow.prev {
  left: -10px;
  height: 24px
}

.section-avaliacoes .arrow.next, .section-brands .arrow.next, .showcase .arrow.next {
  right: -10px;
  height: 13px
}

.list-product, .slide-category {
  margin: 0 -15px
}

.list-product .item, .slide-category .item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.list-product .item {
  width: 25%
}

.msg-list {
  font-size: 1.125rem;
  padding: 20px 0;
  font-weight: 600
}

.msg-list.white {
  color: #fff
}

.smarthint-release-date-description {
  display: none
}

@media (max-width:1220px) {
  .slide-category {
    margin: 0 10px
  }
}

@media (max-width:991px) {
  .list-product .item {
    width: 33.33333%
  }
}

@media (max-width:767px) {
  .list-product {
    margin: 0 -5px
  }

  .list-product .item, .slide-category .item {
    padding: 0 5px
  }

  .section-avaliacoes .arrow, .section-brands .arrow, .showcase .arrow, .showcase-category .arrow {
    width: 13px;
    height: 13px
  }

  .section-avaliacoes .arrow .icon, .section-brands .arrow .icon, .showcase .arrow .icon, .showcase-category .arrow .icon {
    width: 13px;
    height: 13px
  }

  .button-white {
    font-size: .75rem;
    padding: 0 22px;
    line-height: 44px
  }

  .section-avaliacoes .arrow.prev, .section-brands .arrow.prev, .showcase .arrow.prev {
    left: -5px
  }

  .section-avaliacoes .arrow.next, .section-brands .arrow.next, .showcase .arrow.next {
    right: -5px
  }
}

@media (max-width:550px) {
  .list-product .item {
    width: 50%
  }

  .showcase-category .box-text {
    width: 150px;
    padding-right: 10px
  }

  .showcase-category .box-text .title {
    font-size: 1.5rem
  }

  .showcase-category .box-text .sub-title {
    font-size: .625rem
  }

  .showcase-category .cols {
    width: calc(100% - 150px)
  }

  .slide-category {
    margin: 0 5px
  }
}

.section-brands {
  margin: 52px 0
}

.section-brands .box-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section-brands .box-brand {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 180px;
  padding: 0 18px
}

.section-brands .box-brand img {
  max-width: 100%;
  width: auto !important;
  max-height: 80px;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  opacity: 0
}

.section-brands .box-brand img.loaded {
  opacity: 1
}

.section-brands .box-brand img:hover {
  opacity: .8
}

.section-brands .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-brands .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

img.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

img.transform.loaded {
  opacity: 1
}

img.transform.vertical {
  width: 100%
}

img.transform.horizontal {
  height: 100%
}

.section-instagram {
  margin-bottom: 52px
}

.section-instagram .overflow {
  margin: 0 -7px
}

.section-instagram .list .item {
  width: 25%;
  padding: 0 7px
}

.section-instagram img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.005);
  transform: translate3d(-50%, -50%, 0) scale(1.005);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.section-instagram a:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.08);
  transform: translate3d(-50%, -50%, 0) scale(1.08)
}

.section-instagram .box-image {
  position: relative;
  overflow: hidden;
  display: block
}

.section-instagram .box-image::before {
  content: '';
  display: block;
  padding-bottom: 100%
}

@media (max-width:767px) {
  .section-instagram .overflow {
    margin: 0 -10px;
    overflow: auto
  }

  .section-instagram .overflow .list {
    min-width: 1030px
  }

  .section-instagram .list .item {
    padding: 0 5px
  }

  .container>div[class*=section]:first-child {
    margin: 33px 0
  }

  .section-showcase {
    margin: 33px 0
  }

  .showcase-category .cols {
    padding: 25px 0
  }
}

.noticias #noticia_dados {
  margin: unset
}

.noticias #noticia_imagem {
  float: unset;
  padding: unset;
  width: unset;
  height: unset
}

.noticias {
  margin: 0 -15px 52px
}

.noticias:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.noticias:not(.slick-slider) li {
  width: 33.33333%;
  margin-bottom: 30px
}

.noticias li {
  float: unset;
  padding: unset;
  margin: unset;
  border: unset;
  height: unset;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.box-noticia {
  max-width: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto
}

.box-noticia #noticia_imagem {
  position: relative;
  overflow: hidden;
  background-color: rgba(112, 112, 122, .2)
}

.box-noticia #noticia_imagem::before {
  content: "";
  display: block;
  padding-bottom: 53%
}

.box-noticia #noticia_imagem img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.01);
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  width: 100%;
  -webkit-transition: cubic-bezier(.59, -.32, .07, .62) .3s;
  -o-transition: cubic-bezier(.59, -.32, .07, .62) .3s;
  transition: cubic-bezier(.59, -.32, .07, .62) .3s;
  max-width: none;
  opacity: 0
}

.box-noticia #noticia_imagem img.loaded, .page-busca_noticias .box-noticia #noticia_imagem img {
  opacity: 1
}

.box-noticia:hover #noticia_imagem img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1)
}

.box-noticia #noticia_dados {
  border: 1px solid rgba(112, 112, 122, .2);
  text-align: center;
  padding: 0 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#noticia_dados h3 {
  font-size: 0;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 500
}

#noticia_dados p::before {
  content: '';
  display: block;
  width: 66px;
  height: 1px;
  background-color: #222;
  margin: 13px auto 16px
}

#noticia_dados h3 a {
  font-size: .813rem;
  display: block;
  line-height: 1.69;
  display: -webkit-box;
  max-height: 42px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: inherit;
  min-height: 21px
}

#noticia_dados h3 a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

#noticia_dados p {
  font-size: .75rem;
  line-height: 1.58
}

@media (max-width:767px) {
  .noticias:not(.slick-slider) li {
    width: 50%
  }

  .noticias {
    margin: 0 -10px
  }

  .showcase h2, .title-section {
    font-size: 1.125rem
  }
}

@media (max-width:480px) {
  .noticias:not(.slick-slider) li {
    width: 100%
  }
}

.section-avaliacoes {
  margin-bottom: 40px
}

.section-avaliacoes .dep_lista {
  margin: 0 -15px
}

.section-avaliacoes .dep_item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-avaliacoes .dep_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.dep_dados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.dep_dados .dep_msg {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  font-size: .875rem;
  line-height: 1.64;
  padding: 41px;
  background: url(../images/quote.svg) no-repeat 20px 20px;
  background-color: rgba(228, 228, 228, .5);
  display: block;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.dep_dados .dep_nota {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.dep_img, .dep_nota {
  display: none
}

.dep_dados .dep_nome {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.58;
  margin: 6px 0
}

.dep_dados .dep_data, .dep_dados .dep_msg span, .dep_dados .dep_nome span {
  display: none
}

.dep_link {
  display: none
}

.depoimentos-modal h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px
}

.page-content #depoimento {
  display: none
}

.editDep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.editDep>li {
  width: calc(50% - 20px);
  margin: 0 10px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.editDep strong {
  font-weight: 600
}

.editDep h3 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  text-indent: -40px;
  overflow: hidden
}

.editDep ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.editDep ul li strong, .editDep ul li:not(.dep):first-child {
  display: none
}

.editDep ul li.dep {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 41px;
  font-size: .875rem;
  line-height: 1.64;
  background: url(../images/quote.svg) no-repeat 20px 20px;
  background-color: rgba(228, 228, 228, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%
}

.editDep ul li:not(.dep) {
  font-size: .75rem;
  line-height: 1.5
}

.editDep h3 {
  font-weight: 600
}

.editDep h3 img {
  display: none
}

#depoimento {
  font-size: .875rem
}

#depoimento label {
  display: block;
  margin-bottom: 14px
}

#depoimento label h3 {
  font-size: inherit;
  font-weight: inherit
}

#depoimento .nota_dep label {
  display: inline-block;
  margin-left: 5px
}

#depoimento br {
  display: none
}

.textarea {
  max-width: 100%
}

#depoimento span.block {
  margin: 5px 0;
  display: block
}

#depoimento input[size], #depoimento input[type=email], #depoimento input[type=text], #depoimento textarea {
  width: 100%;
  display: block;
  margin-top: 5px
}

.page-depoimentos .board .left {
  font-size: 0
}

.page-depoimentos .page-content br, .page-depoimentos .page-content hr {
  display: none
}

.page-depoimentos .page-content .botao-commerce {
  max-width: 180px;
  margin: 30px auto;
  width: 100%
}

@media (max-width:1200px) {
  .section-avaliacoes .dep_lista {
    margin: 0
  }

  .section-avaliacoes .dep_item {
    padding: 0 10px
  }
}

@media (max-width:650px) {
  .editDep>li {
    width: 100%
  }
}

.video-button {
  background: #df2626;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  font-size: .875rem;
  font-weight: 500;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  -webkit-box-shadow: 0 4px 8px transparent;
  box-shadow: 0 4px 8px transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3
}

.video-button:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.video-button svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #fff
}

.video-button span {
  display: inline-block;
  vertical-align: middle
}

.list-seal-product {
  margin: 20px 0 15px
}

.list-seal-product .tag {
  padding: 0 8px;
  border: 1px solid var(--tags_product_bg);
  line-height: 1.6;
  white-space: nowrap;
  font-size: .75rem;
  text-transform: uppercase;
  background-color: var(--tags_product_bg);
  color: #fff;
  margin-bottom: 5px
}

.list-seal-product .tag:not(:last-child) {
  margin-right: 10px
}

.breadcrumb {
  font-size: .75rem;
  margin: 20px 0 31px
}

.breadcrumb:not(.central-breadcrumb)::before {
  content: attr(data-text);
  padding-right: 6px
}

.breadcrumb a {
  text-decoration: underline;
  -webkit-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s
}

.breadcrumb a:hover {
  color: var(--color_second)
}

.breadcrumb .breadcrumb-item {
  margin-bottom: 5px
}

.breadcrumb .breadcrumb-item:not(:last-child) {
  padding-right: 25px;
  position: relative
}

.breadcrumb .breadcrumb-item:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  right: 9px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background: url(../images/to-right.svg) no-repeat;
  background-size: 6px
}

.product-colum-left {
  width: calc(100% - 406px);
  padding-right: 30px
}
/*
.product-colum-right {
  width: 406px
} */

.box-gallery .nav-images {
  width: 84px
}

.box-gallery .nav-images .slick-track {
  display: block
}

.box-gallery .nav-images .box-img {
  height: 90px;
  width: 74px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.box-gallery .nav-images .slick-current .box-img {
  opacity: .5
}

.box-gallery .nav-images .box-img img {
  max-width: 100%;
  margin: auto
}

.nav-images .arrow {
  width: 14px;
  height: 14px;
  left: 0;
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.nav-images .arrow.prev {
  bottom: auto;
  top: -14px
}

.nav-images .arrow.next {
  top: auto;
  bottom: -14px
}

.nav-images .arrow .icon {
  width: 14px;
  height: 14px
}

.box-gallery .box-img {
  position: relative
}

.box-gallery .list-images .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 3
}

.box-gallery .image-show .discount-line {
  position: absolute;
  top: 0;
  right: 0;
  left: auto
}

.box-gallery .image-show {
  width: calc(100% - 84px);
  position: relative
}

.box-gallery .image-show .box-img {
  max-height: 450px;
  min-height: 450px
}

.box-gallery .image-show img:first-child {
  max-width: 100%;
  max-height: inherit;
  background-color: #fff;
  display: block;
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
  opacity: 0
}

.box-gallery .image-show .item:not(.slick-slide)+.item {
  display: none
}

.image-show .box-img {
  text-align: center
}

.image-show .box-img .zoom {
  display: inline-block;
  max-height: inherit;
  min-height: inherit
}

.obriga.red {
  font-size: 0
}

.obriga.red::before {
  content: '*';
  font-size: .75rem
}

.relative-area {
  position: relative
}

#loading-product-container {
  display: none
}

.produto-bonus {
  font-size: .75rem;
  text-align: center;
  display: block;
}

.produto-bonus strong {
  font-weight: 600;
  padding-left: 4px
}

.relative-area .product-name {
  text-align: center;
  font-size: 22px;
  line-height: 1.09;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color_name_product)
}

.relative-area .info-product {
  font-size: .75rem;
  text-align: center;
  margin: 15px 0 0
}

.relative-area .info-product:empty {
  display: none
}

.relative-area .info-product b, .relative-area .info-product strong {
  font-weight: 600
}

.relative-area .info-product b::after, .relative-area .info-product strong::after {
  content: '';
  display: block
}

#produto_preco {
  text-align: center
}

#produto_preco .color-tone-2+br {
  display: none
}

#produto_preco .color-tone-2 {
  font-size: .875rem;
  font-weight: 500
}

#produto_preco .color-tone-2.txt-por {
  display: none
}

#produto_preco .PrecoPrincipal {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--preco_color_product)
}

#produto_preco #precoDe {
  display: inline-block;
  font-size: .75rem;
  position: relative
}

#produto_preco #precoDe::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  background: var(--color_primary);
  left: 19px;
  right: 0;
  margin: auto
}

.currency {
  text-decoration: none
}

.barra_cada+br {
  display: none
}

#detalhes_formas {
  font-size: 0;
  cursor: pointer;
  text-decoration: underline;
  display: none;
  margin: 15px 0px 15px 0px;
}

#info_preco:not(:empty)+#detalhes_formas {
  display: none
}

#detalhes_formas::before {
  content: 'QUAL O TAMANHO DE SEU ANEL? CLIQUE AQUI';
  font-size: .75rem
}

a#showPaymentMethods {
  display: none
}

#info_preco {
  font-size: 1rem;
  display: block
}

#info_preco b, #info_preco strong {
  font-weight: 600;
  color: var(--payment_color_product)
}

#info_preco br {
  display: none
}

#acceptTerm, .advancedSearchFormBTimg, .botao-commerce, .botao_tire_duvidas {
  color: #fff !important;
  background-color: var(--bg_button_primary);
  border-radius: 0;
  font-size: .75rem;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  cursor: pointer
}

#acceptTerm:hover, .advancedSearchFormBTimg:hover, .botao-commerce:hover, .botao_tire_duvidas:hover {
  background-color: var(--bg_button_primary_hover)
}

#acceptTerm {
  display: block;
  margin-top: 10px
}

.advancedSearchFormBTimg {
  height: auto !important;
  width: auto !important
}

.botao-commerce * {
  color: inherit !important
}

.botao_tire_duvidas {
  display: inline-block
}

.perguntasProdutoBTimg {
  background: var(--bg_button_primary);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.botao-comprar {
  line-height: 52px;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--button_buy)
}

.botao-comprar:hover {
  background-color: var(--button_buy_hover)
}

#quantidade label {
  display: block;
  padding-left: 14px
}

#quantidade input {
  width: 60px;
  display: block;
  height: 52px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0 5px
}

.produto-economize {
  font-size: .75rem;
  font-weight: 400;
  display: none
}

#product-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  width: calc(100% + 14px);
  margin-left: -14px
}

#product-form-box label {
  font-size: 0
}

#product-form-box #bt_comprar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#product-form-box #bt_comprar img {
  max-width: 100%
}

.cor_variacao li img {
  display: block;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border: 2px solid #efefef
}

.cor_variacao li img.cor_selecionada {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
  border-color: #fff
}

.cor_variacao li>div {
  min-width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  padding: 0 5px
}

.cor_variacao li>div:hover {
  background-color: #efefef
}

.cor_variacao li.sem_estoque>div {
  background: #e4e4e4
}

.cor_variacao li>div.cor_selecionada {
  background-color: var(--color_primary);
  border-color: var(--color_primary);
  color: #fff
}

.lista_radios:not(.listaVarMultipla) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px
}

.lista_radios:not(.listaVarMultipla) li {
  padding: 0 5px 5px
}

.lista_radios:not(.listaVarMultipla) label {
  position: relative
}

.lista_radios:not(.listaVarMultipla) label input {
  position: absolute;
  z-index: -1;
  opacity: .001;
  width: 0;
  height: 0
}

.lista_radios:not(.listaVarMultipla) label span {
  display: block;
  min-width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  cursor: pointer;
  padding: 0 8px
}

.lista_radios:not(.listaVarMultipla) label span:hover {
  background-color: #efefef
}

.lista_radios:not(.listaVarMultipla) label input:checked+span {
  background-color: var(--color_primary);
  border-color: var(--color_primary);
  color: #fff
}

div[style="clear:both;"] {
  font-size: 0
}

.box-frete .produto-calcular-frete {
  display: none
}

.box-frete {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  margin: 20px 0 0
}

.submit-frete {
  height: 52px;
  width: 82px;
  background: #ececec;
  color: #222;
  border: 1px solid #e4e4e4;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.submit-frete:hover {
  background-color: #e0e0e0
}

.new-frete .box-left {
  border: 1px solid #e4e4e4;
  height: 52px;
  padding: 0 18px;
  width: calc(100% - 92px)
}

.new-frete .box-left input {
  height: 50px;
  padding-left: 9px;
  font-size: 1rem;
  font-weight: 600;
  width: calc(100% - 168px)
}

.new-frete .box-left .text {
  font-size: .75rem;
  font-weight: 600;
  white-space: nowrap
}

.new-frete .box-left .icon {
  fill: var(--icon_frete_color);
  width: 31px;
  height: 31px;
  margin-right: 12px
}

.box-frete .result:empty {
  display: none
}

.product-lote {
  text-align: center;
  margin-bottom: 14px;
  font-size: .875rem
}

.product-lote img {
  display: block;
  margin: auto;
  max-width: 100%
}

.box-frete .result {
  margin-top: 20px;
  font-size: .75rem
}

.box-frete .result table {
  width: 100%
}

.box-frete .result th {
  font-weight: 600;
  white-space: nowrap
}

.box-frete .result tr:nth-child(odd) td, .box-frete .result tr:nth-child(odd) th {
  background-color: #ececec
}

.box-frete .result td, .box-frete .result th {
  padding: 5px
}

.box-frete .result strong {
  white-space: nowrap
}

.box-frete .result .icon {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 20px auto
}

.box-frete .result .load-css {
  padding: 15px 0
}

.cor_variacao select {
  width: 100%;
  display: block;
  padding-left: 18px;
  font-size: .75rem
}

.cor_variacao.passo2 {
  margin-top: 10px
}

.listaVarMultipla {
  font-size: .875rem
}

.listaVarMultipla li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto
}

.listaVarMultipla li:not(:last-child) {
  margin-bottom: 10px
}

.labelMultiVariacao {
  padding-right: 10px
}

.labelQuantVariacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.listaVarMultipla .inputQuantVariacao {
  height: 42px;
  padding: 0 5px !important;
  width: 60px !important;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 5px
}

#quantidade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#estoque_variacao {
  font-size: .635rem;
  text-align: center;
  display: block;
  padding: 0 6px
}

.tray-kit {
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin: 20px 0 0;
  font-size: .875rem
}

.tray-kit h3 {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px
}

.tray-kit .tray-kit-item {
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #e4e4e4
}

.tray-kit .tray-kit-item>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 8px
}

.tray-kit-unity {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: .75rem;
  width: 80px;
  text-align: center
}

.tray-kit .tray-kit-image {
  width: 90px;
  padding-right: 10px
}

.tray-kit .tray-kit-info {
  width: calc(100% - 90px)
}

.tray-kit .tray-kit-image img {
  max-width: 100%;
  display: block;
  margin: auto
}

@media (max-width:1100px) {
  .new-frete .box-left .text {
    font-size: 0
  }

  .new-frete .box-left .text::before {
    content: 'FRETE:';
    font-size: .75rem
  }

  .new-frete .box-left input {
    width: calc(100% - 79px);
    font-size: .875rem
  }

  .product-colum-left {
    padding-right: 15px
  }

  /* .product-colum-right {
    width: 340px
  } */

  .product-colum-left {
    width: calc(100% - 340px)
  }
}

@media (max-width:930px) {
  .box-col-product {
    display: block;
    max-width: 615px;
    margin: 10px auto 0
  }

  .product-colum-left {
    width: auto;
    padding: 0
  }

  .product-colum-right {
    width: auto;
    margin: 20px 0 0;
    width: 100%
  }
}

@media (max-width:767px) {
  .box-gallery .nav-images {
    display: none
  }

  .box-gallery .image-show {
    width: 100%
  }
}

.image-show .slick-dots {
  text-align: center;
  height: 0;
  position: relative;
  top: -23px
}

.page-info-product {
  margin: 40px 0 0;
  border-top: 2px solid #e4e4e4;
  padding: 32px 0 0
}

.abasProduto {
  overflow: auto;
  padding: 0 10px 15px;
  margin: 0 -10px 15px
}

.page-info-product .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page-info-product .list a {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: .5;
  text-transform: uppercase
}

.page-info-product .list li {
  padding-right: 5px
}

.page-info-product .list li:not(:last-child) {
  padding-right: 30px
}

.page-info-product .list .aberta a {
  opacity: 1
}

.board_htm::after {
  content: '';
  display: block;
  clear: both
}

.board_htm h1 {
  font-size: 1.375rem
}

.board_htm h2 {
  font-size: 1.125rem
}

.board_htm h3 {
  font-size: 1rem
}

.board_htm h4 {
  font-size: .938rem
}

.board_htm h5 {
  font-size: .875rem
}

.board_htm h6 {
  font-size: .75rem
}

.board_htm h1, .board_htm h2, .board_htm h3, .board_htm h4, .board_htm h5, .board_htm h6 {
  font-weight: 600
}

.board_htm img {
  max-width: 100%;
  height: auto !important
}

.board_htm {
  font-family: inherit;
  font-size: .875rem;
  line-height: 25px
}

.board_htm * {
  font-family: inherit !important
}

.board_htm p {
  margin-bottom: 14px
}

.board_htm table td, .board_htm table th {
  padding: 5px
}

.board_htm table tr:nth-child(odd) td {
  background-color: #efefef
}

.board_htm h1, .board_htm h2, .board_htm h3, .board_htm h4, .board_htm h5, .board_htm h6 {
  margin-bottom: 16px
}

.compreJunto form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.compreJunto form .fotosCompreJunto {
  width: calc(100% - 245px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px
}

#ProdBlockCompreJunto #ProdAbas {
  display: none
}

.compreJunto>li:nth-child(n+2) {
  margin-top: 40px
}

.produto {
  width: 33.3333%;
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.unidades_topo {
  font-size: .75rem;
  text-align: center;
  display: block
}

.produto>span {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.produto span>a, .produto span>div {
  display: block;
  position: relative;
  margin-bottom: 10px
}

.produto span>a::before, .produto span>div::before {
  content: '';
  display: block;
  padding-bottom: 100%
}

.produto img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  max-height: 100%
}

.precoCompreJunto {
  width: 245px;
  padding-right: 10px
}

.fotosCompreJunto .plus {
  width: 0;
  font-size: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px)
}

.varCont {
  margin-bottom: 10px
}

.varCont input[type=text], .varCont select {
  width: 100%;
  display: block;
  height: 42px;
  padding-left: 14px
}

.varTit {
  margin: 4px 0;
  font-weight: 600;
  font-size: .75rem
}

.varCont+.varTit:not(.onVar) {
  display: none
}

.comprejuto_preco {
  font-size: .75rem
}

.comprejuto_preco span {
  font-size: .938rem
}

.comprejunto_preco2 {
  font-size: .938rem;
  font-weight: 600;
  margin: 2px 0
}

.comprejunto_preco2 strong:first-child {
  font-weight: 400;
  padding-right: 4px;
  font-size: .75rem
}

.comprejunto_economize {
  font-size: .75rem;
  margin: 5px 0
}

.botao-compre-junto {
  width: 100%;
  line-height: 52px;
  font-size: 1rem;
  font-weight: 700;
  margin: 13px 0 0;
  max-width: 420px
}

.precoCompreJunto>div:first-child {
  font-size: 0
}

.precoCompreJunto>div:first-child strong {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.compre-junto {
  margin-top: 60px
}

#container-add-lista {
  font-size: .875rem;
  margin: 20px 0;
  text-align: center
}

#container-add-lista a {
  font-size: 0
}

.wishlist:hover a {
  color: var(--color_second)
}

#container-add-lista a::before {
  content: 'ADICIONAR AOS FAVORITOS';
  font-size: 12px;
  font-weight: 600
}

#form_comprar .wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px
}

#form_comprar .wishlist svg {
  margin-right: 5px;
  fill: var(--color_text);
  -webkit-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s
}

#form_comprar .wishlist:hover svg {
  fill: var(--color_second)
}

.page-listas_index .board h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px
}

#tipos-listas h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px
}

#lista_criar h2 {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase
}

#lista_criar input[size="40"], #lista_criar input[size="50"] {
  width: 100%;
  max-width: 300px
}

.page-listas_criar .board {
  font-size: .875rem
}

.page-listas_criar .board td {
  padding: 10px;
  word-break: break-all
}

.page-print_lista .page-content h1 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0
}

.page-print_lista .page-content h2 {
  font-size: 1rem
}

.lista-produtos {
  text-align: center;
  display: inline-block;
  max-width: 340px;
  margin: 15px;
  width: 100%
}

.lista-produtos .lista-produto-comprar input[type=image] {
  background: url(../images/bt-lista.JPG) left top no-repeat;
  height: 0;
  padding: 18px 110px;
  width: 0
}

.lista-produtos .lista-produto-qtde .refresh img {
  display: none
}

.lista-produtos .lista-produto-qtde .refresh::before {
  content: '';
  height: 35px;
  width: 35px;
  background: url(../images/bt-atualizar.png) no-repeat;
  margin: 0 auto 5px;
  display: block
}

.lista-imagem img {
  max-width: 100%
}

.page-lista .board {
  margin: 20px 0
}

.page-lista .board hr {
  margin: 20px 0
}

.lista-produtos .qntd {
  border: 1px solid #e5e5e5;
  width: 80px;
  display: block;
  margin: 5px auto;
  height: 35px;
  text-align: center
}

.page-navegacao_visitados hr {
  margin: 20px 0
}

.page-navegacao_visitados .change {
  display: none
}

.page-navegacao_visitados h2 {
  font-size: 1.125rem;
  margin: 20px 0
}

.bts, .bts2 {
  padding: 0 4px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  font-size: .75rem;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0 5px
}

.vitrineVisitados {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .875rem
}

.vitrineVisitados>li {
  padding: 10px;
  width: calc(100% / 3)
}

.nomeProd {
  margin-bottom: 10px;
  display: block
}

.ranking.hreview-aggregate {
  margin: 5px 0
}

.editComment li>a {
  display: block;
  width: 90px;
  height: 90px
}

.editComment li>a img {
  display: block;
  margin: auto
}

.editComment li {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.editComment h3 {
  font-size: .75rem;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  width: calc(100% - 100px);
  left: 100px;
  top: 0
}

.editComment .bts {
  margin: 0 0 5px
}

.editComment .ranking {
  font-weight: 600
}

.editComment .relativity {
  width: calc(100% - 100px);
  padding-top: 25px
}

.editComment .change {
  font-size: .75rem;
  margin-top: 5px
}

.consulta-product {
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: 10px
}

@media (max-width:1024px) {
  .box-gallery .image-show img:nth-child(2) {
    display: none !important
  }
}

@media (max-width:767px) {
  .page-info-product .list a {
    font-size: .938rem;
    white-space: nowrap
  }

  .compreJunto form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .compreJunto form .fotosCompreJunto {
    width: 100%;
    padding: 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .produto {
    width: 100%;
    max-width: 300px
  }

  .fotosCompreJunto .plus {
    width: 100%;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    text-align: center;
    line-height: .8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .precoCompreJunto {
    width: 100%;
    padding: 0 10px
  }

  .relative-area .product-name {
    font-size: 1rem;
    line-height: 1.25
  }

  #lista_criar td {
    display: block;
    padding: 5px 0
  }

  .vitrineVisitados>li {
    width: 100%
  }
}

#coments h2 {
  font-size: 1.125rem;
  font-weight: 600
}

#coments {
  font-size: .875rem
}

#coments .botao-commerce {
  margin-top: 20px
}

#email_coment {
  margin-bottom: 10px
}

#email_coment, #nome_coment {
  margin-bottom: 10px;
  background: #fff;
  margin-left: 5px
}

#coments a {
  text-decoration: underline
}

.rateBlock .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.rateBlock .starn {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  cursor: pointer
}

#coments h3 {
  font-size: .875rem;
  margin-bottom: 5px;
  font-weight: 600
}

#coments .board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#coments .board>h2:first-child {
  margin-top: 40px
}

#coments .blocoSucesso~* {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.hreview-comentarios {
  margin-top: 20px;
  padding: 10px;
  background: rgba(228, 228, 228, .5)
}

.hreview-comentarios h3, .hreview-comentarios h4 {
  font-size: .75rem !important;
  font-weight: 400 !important
}

.hreview-comentarios .ranking {
  margin: 10px 0 5px;
  font-weight: 600
}

.hreview-comentarios .description {
  margin: 5px 0
}

.col-content .description {
  margin: 20px 0
}

.catalog-empty {
  padding: 40px 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center
}

.application>.box-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
  visibility: hidden
}

.application>.box-fixed.active {
  opacity: 1;
  visibility: visible
}

.application>.box-fixed .close-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.application>.box-fixed .center {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px 0
}

.application>.box-fixed .box-white {
  background: #fff;
  padding: 21px 28px;
  width: calc(100% - 40px);
  max-width: 305px;
  margin: auto;
  position: relative;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -o-transition: cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  z-index: 3
}

.application>.box-fixed.active .box-white {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.catalog-header {
  margin: 36px 0
}

.catalog-header img {
  display: block;
  max-width: 100%;
  margin: auto
}

.sidebar-category {
  width: 292px;
  padding-right: 26px
}

.sidebar-category .center .box-white {
  width: 100%
}

.box-fixed .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

@media (min-width:992px) {
  .sidebar-category+.col-content {
    width: calc(100% - 292px)
  }

  .sidebar-category+.col-content .showcase-catalog .list .item {
    width: calc(100% / 3)
  }
}

.button-filter {
  display: none
}

.box-fixed .list li li a {
  font-size: .75rem;
  line-height: 1.2;
  padding: 4px 0;
  display: inline-block
}

.filters-list {
  font-size: .75rem
}

.applied-filters {
  margin: 10px 0
}

.applied-filters a {
  color: var(--color_second);
  fill: var(--color_second);
  font-weight: 600
}

.applied-filters a svg {
  width: 8px;
  height: 8px;
  fill: inherit;
  margin-left: 10px
}

.box-fixed .sub-filter {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 18px 20px 18px 0;
  border-top: 1px solid #e4e4e4;
  position: relative;
  cursor: pointer;
  display: block
}

.box-fixed .sub-filter::before {
  content: '';
  display: block;
  height: 10px;
  width: 2px;
  background-color: var(--color_primary);
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  transition: ease-in-out .2s
}

.box-fixed .sub-filter.active::before {
  opacity: 0
}

.box-fixed .sub-filter::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--color_primary);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.box-fixed li:not(.sub) a.sub-filter::before, .sidebar-category li:not(.sub) a.sub-filter::after {
  display: none
}

.box-fixed .sub-filter ul, .box-fixed .sub-filter+ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
  transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s, transform ease-in-out .2s;
  transition: opacity ease-in-out .2s, transform ease-in-out .2s;
  transition: opacity ease-in-out .2s, transform ease-in-out .2s, -webkit-transform ease-in-out .2s;
  -webkit-transform: scale(1, .6);
  -ms-transform: scale(1, .6);
  transform: scale(1, .6);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0
}

.box-fixed .sub-filter.active ul, .box-fixed .sub-filter.active+ul {
  max-height: none;
  overflow: unset;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  margin-bottom: 14px
}

.filters-list a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  -webkit-transition: color ease-in-out .2s;
  -o-transition: color ease-in-out .2s;
  transition: color ease-in-out .2s
}

.filters-list a:hover {
  color: var(--color_second)
}

.filters-list label {
  cursor: pointer;
  padding: 5px 0
}

.space-radio {
  padding: 3px 0
}

.filters-list input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: .001;
  width: 0;
  height: 0
}

.filter-button {
  margin: 10px 0;
  width: 100%
}

.icon-radio {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  opacity: .5;
  position: relative;
  margin-right: 14px;
  display: block
}

.icon-radio::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #707070;
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.filters-list input:checked~.icon-radio::before {
  opacity: 1
}

.box-fixed .close-box {
  position: absolute;
  right: 17px;
  top: 23px;
  width: 12px;
  height: 12px;
  display: none;
  cursor: pointer
}

.col-content .breadcrumb {
  margin: 0 0 22px
}

.catalog-name {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.catalogo-form-filtros {
  font-size: .75rem
}

.catalogo-form-filtros label:not(:first-child) {
  padding-left: 10px
}

.catalogo-form-filtros label.filtro-ordem+label {
  display: none
}

.catalogo-form-filtros select.select {
  background-color: #f4f4f4;
  padding: 0 10px;
  height: 42px;
  border: 0
}

.catalog-cols .col-content:first-child {
  width: 100%
}

@media (max-width:460px) {
  .catalogo-form-filtros {
    text-align: center
  }

  .catalog-cols .catalogo-form-filtros select.select {
    margin: 10px 0
  }

  .button-filter {
    margin-bottom: 10px
  }
}

.showcase-catalog {
  margin: 18px 0
}

.showcase-catalog .list {
  margin: 0 -15px
}

.showcase-catalog .list .item {
  width: calc(100% / 4);
  padding: 0 15px 30px
}

.paginate-links .page-current {
  width: 42px;
  height: 42px;
  background-color: #222;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-size: .875rem;
  font-weight: 600;
  margin: 0 4px
}

.paginate-links .page-link a {
  min-width: 42px;
  padding: 0 4px;
  height: 42px;
  background-color: #fff;
  color: #707070;
  fill: #707070;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: .875rem;
  font-weight: 600;
  border: 2px solid #707070;
  margin: 0 4px;
  white-space: nowrap;
  -webkit-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s
}

.paginate-links .page-link:not(.page-next):not(.page-prev) a:hover {
  background-color: #efefef
}

.paginate-links .arrow {
  position: static;
  display: inline-block;
  vertical-align: -2px
}

.paginate-links .page-next a, .paginate-links .page-prev a {
  font-size: .875rem;
  text-transform: uppercase;
  border-color: #fff
}

.paginate-links .page-next a svg {
  margin-left: 5px;
  fill: inherit;
  width: 13px;
  height: 13px
}

.paginate-links .page-prev a svg {
  margin-right: 5px;
  fill: inherit;
  width: 13px;
  height: 13px
}

.paginate-links .page-current {
  width: 42px;
  height: 42px;
  background-color: var(--color_primary);
  color: #fff
}

@media (max-width:991px) {
  .showcase-catalog .list .item {
    width: calc(100% / 3)
  }

  .bar-info-catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .bar-info-catalog .system-filter {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .catalogo-form-filtros label {
    font-size: 0
  }

  .hide-menu, .sidebar-category {
    display: none
  }

  .box-fixed .close-box {
    display: block
  }

  .button-filter {
    display: block;
    height: 52px;
    border: 1px solid #e4e4e4;
    width: 210px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../images/down.svg) !important;
    background-size: 9.2px;
    background-position: calc(100% - 10px) center !important;
  }

  .catalogo-form-filtros select.select {
    background-color: #fff !important;
    height: 52px;
    border: 1px solid #e4e4e4;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin: 20px 0 20px;
    width: 210px;
    text-align: center
  }

  .bar-info-catalog .system-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .breadcrumb {
    display: none
  }

  .catalog-name {
    font-size: 1rem
  }
}

@media (max-width:767px) {
  .showcase-catalog .list {
    margin: 0 -5px
  }

  .showcase-catalog .list .item {
    padding: 0 5px 10px
  }
}

@media (max-width:650px) {
  .showcase-catalog .list .item {
    width: calc(100% / 2)
  }
}

@media (max-width:470px) {
  .catalogo-form-filtros label:not(:first-child) {
    padding: 0
  }

  .bar-info-catalog .system-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .paginate-links .page-next, .paginate-links .page-prev {
    display: none
  }
}

.board h1 {
  font-size: 1.375rem;
  text-align: center;
  text-transform: uppercase
}

.page-depoimentos .board h1 {
  margin-bottom: 30px
}

#vitrine-catalogo h3 {
  font-size: 1rem
}

#vitrine-catalogo .blocoAlerta {
  text-align: center
}

#vitrine-catalogo {
  padding: 30px 0 0
}

.page-search #Vitrine fieldset {
  border: 0;
  padding: 0;
  margin: 14px 0
}

.page-search #Vitrine fieldset p {
  margin: 30px 0
}

.page-search #Vitrine fieldset input[name=palavra_busca] {
  display: block;
  margin: 5px 0
}

.page-search #Vitrine form input[type=checkbox] {
  margin: 7px 5px 7px 0
}

.page-search #Vitrine #preco_ini {
  margin-right: 15px
}

.page-search #Vitrine form {
  max-width: 600px;
  margin: 0 auto
}

.Seguro {
  display: none
}

.page-content:not(.not-padding) {
  padding-top: 60px
}

.page-login .titulo-login {
  display: none
}

.page-login .carrinho-heading {
  display: none
}

.page-login .page-content {
  text-align: center
}

.caixa-cadastro, .caixa-login {
  border: 1px solid #efefef;
  padding-top: 20px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 40px
}

.caixa-cadastro fieldset, .caixa-login fieldset {
  border: 0;
  padding: 20px
}

.caixa-cadastro p:first-child {
  display: block;
  margin: 10px 0;
  width: 100%
}

.caixa-cadastro fieldset input {
  width: 100%;
  display: block
}

.caixa-cadastro fieldset p.campo-email {
  width: calc(100% - 130px);
  font-size: 0
}

.caixa-cadastro fieldset .botao-novo-cadastro {
  float: right;
  line-height: 52px;
  margin-top: -52px
}

.page-register .board h1 {
  text-align: center;
  margin: 0 0 20px
}

.page-register #CadastroAbas {
  text-align: center;
  margin: 0 0 20px
}

.page-register #CadastroAbas li {
  display: inline-block;
  margin: 0 10px 5px
}

.page-register #CadastroAbas li a {
  border: 1px solid #e4e4e4;
  font-size: .875rem;
  width: 137px;
  text-align: center;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  display: inline-block;
  line-height: 40px
}

.page-register #CadastroAbas li.aberta a {
  background-color: var(--color_primary);
  color: #fff;
  border-color: var(--color_primary)
}

.page-register h2 {
  font-size: 1rem;
  text-align: center
}

.page-register .page-content fieldset {
  border: 0;
  margin: 20px auto 0;
  width: 100%;
  max-width: 450px;
  border: 1px solid #e4e4e4;
  padding: 20px;
  font-size: .875rem
}

.page-register .topBorder+.board {
  text-align: center;
  margin: 20px 0 0
}

#fisica, #juridica {
  margin: 20px 0 0
}

.page-register .page-content fieldset label {
  display: block;
  margin: 5px 0 0
}

.page-register .page-content fieldset b, .page-register .page-content fieldset strong {
  font-weight: 600
}

.page-register fieldset input[type=email], .page-register fieldset input[type=password], .page-register fieldset input[type=tel], .page-register fieldset input[type=text], .page-register fieldset select {
  margin: 4px 0 0;
  background-color: #f5f5f5;
  border: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.page-register fieldset input[type=email]:focus, .page-register fieldset input[type=password]:focus, .page-register fieldset input[type=tel]:focus, .page-register fieldset input[type=text]:focus {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.page-register fieldset input[size="40"], .page-register fieldset input[size="50"] {
  width: 100%
}

fieldset {
  border: 0
}

.blocoAlerta {
  padding: 5px 0;
  font-size: .75rem;
  color: #da0808;
  margin: 5px 0;
  display: block
}

.mensagensErro {
  color: #da0808;
  font-size: .75rem;
  padding: 4px 0 4px;
  display: inline-block
}

@media (max-width:480px) {
  .page-register .page-content fieldset {
    border: 0;
    padding: 0
  }
}

#lightwindow, #lightwindow_overlay {
  display: none
}

.sidebar-central {
  width: 250px;
  margin-right: 30px
}

.sidebar-central h4 {
  font-weight: 600;
  font-size: .9rem;
  margin: 10px 0 4px
}

.sidebar-central a {
  font-size: .875rem;
  display: inline-block;
  margin: 4px 0
}

.central-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.col-panel {
  width: calc(100% - 280px);
  font-size: .875rem
}

.col-panel h1, .col-panel h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 10px
}

.col-panel .icoPai {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 10px
}

.col-panel .icoFilho {
  padding: 0 10px
}

.icoFilho .bgcolor {
  background: var(--color_text)
}

.col-panel .icoPai img {
  display: none
}

.central-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.central-icons a {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: block;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center
}

.central-icons p {
  margin-top: -15px
}

.col-panel .tablePage {
  border: 1px solid #e4e4e4
}

.col-panel b, .col-panel strong {
  font-weight: 600
}

.col-panel .tablePage td, .col-panel .tablePage th {
  border: 1px solid #e4e4e4;
  padding: 5px
}

.table-overflow {
  overflow: auto;
  width: 100%;
}

.page-content .container .style3 {
  text-align: center;
}
.page-content .container .style3 ~ h1 {
  display: none
}

.page-content .container .style3::after {
  content: "SISTEMA DE REPRESENTA��O";
  font-size: 1.3rem;
  font-weight: 500
}
.table-overflow table:nth-child(1) .style4 {
  display: none
}
.table-overflow table:nth-child(1) .style4:nth-child(3) {
  display: block;
  text-align: center;
}

.table-overflow table:nth-child(1) .style4:nth-child(3)::before {
  content: "Ol� representantes! Aqui nessa p�gina voc� pode acompanhar as vendas que foram feitas a partir do seu link personalizado. Lembre-se de mandar para seus clientes sempre que quiserem fazer um pedido :).  *Obs: os valores de comiss�o desta p�gina poder�o divergir de seu relat�rio de comiss�es se o valor do pedido faturado tiver alguma mudan�a."
}
@media (max-width:991px) {
  .col-panel {
    width: 100%;
    margin: 20px 0
  }

  .sidebar-central {
    width: 100%;
    margin: 0
  }

  .line-panel {
    display: block
  }
}

.page-contact .board h1 {
  font-size: 1.375rem;
  text-align: center;
  margin: 0 0 5px
}

.page-contact .page-content {
  font-size: .875rem
}

.page-contact .page-content h3 {
  font-size: 1.188rem;
  margin: 20px 0 8px
}

.page-contact .board>p {
  font-size: .875rem;
  text-align: center;
  margin: 0 0 24px
}

.page-contact .page-content .container {
  max-width: 710px
}

.email-texto::before {
  content: '';
  display: block
}

.page-contact .page-content label.block {
  display: block;
  margin: 0 0 20px
}

.page-contact .page-content .block span.block {
  display: block;
  margin: 0 0 4px
}

.page-contact .page-content label.block>span:not([class]) {
  display: none
}

.page-contact .page-content .textarea, .page-contact .page-content input.text {
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  max-width: 100%
}

.page-contact .page-content .box-captcha {
  display: flex
}

.page-contact .page-content .box-captcha #captcha-loader {
  margin-top: 8px
}

.page-contact .page-content input#texto_captcha {
  width: calc(100% - 126px);
  margin-left: 20px
}

.page-contact .container2+.board {
  margin: 20px 0 0;
  border-top: 1px solid #efefef;
  padding: 2px 0 10px
}

.page-contact .board .botao-commerce {
  line-height: 42px;
  width: 125px;
  font-size: .938rem
}

.page-contact .page-content .msg-obriga {
  display: block;
  margin: 5px 0 20px
}

@media (max-width:767px) {
  .page-contact .page-content h3 {
    font-size: 1rem
  }
}

.page-content>.container>.board_htm.description {
  text-align: justify
}

.page-noticia .dataNoticia {
  font-size: .75rem
}

.page-noticia .board h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 5px 0 30px
}

.page-noticia .board img {
  float: left;
  max-width: 100%;
  margin-bottom: 15px;
  margin-right: 30px
}

@media (max-width:480px) {
  .page-noticia .board img {
    display: block;
    margin: 0 auto 15px;
    float: none
  }
}

.page-noticia .board p {
  font-size: .875rem;
  margin-bottom: 15px
}

.page-busca_noticias #listaCategoriasNoticias b {
  font-size: 1.375rem;
  text-transform: uppercase;
  display: block;
  text-align: center
}

.page-busca_noticias .board .left {
  margin: 20px 0 0;
  font-size: .875rem
}

@media (max-width:767px) {
  .section-notices .noticias {
    margin: 0 5px 40px
  }

  .noticias .arrow {
    width: 14px;
    height: 14px;
    fill: var(--color_primary)
  }

  .noticias .arrow .icon {
    width: 14px;
    height: 14px;
    fill: var(--color_primary)
  }

  .noticias .arrow.prev {
    left: -5px
  }

  .noticias .arrow.next {
    right: -5px
  }
}

.footer {
  background: var(--color_footer);
  margin-top: 60px
}

.newsletter {
  padding: 30px 0;
  flex-wrap: wrap;
  text-align: center;
}

.newsletter .text {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.newsletter form {
  width: calc(100%);
  margin: auto;
  justify-content: center;
}

.newsletter input.text {
  background: rgba(255, 255, 255, .16);
  height: 52px;
  width: calc(50% - 92px);
  display: block;
  font-size: .75rem;
  margin-right: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  border: 0;
  color: var(--color_text_footer)
}

.newsletter input.text::-webkit-input-placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter input.text:-ms-input-placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter input.text::-ms-input-placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter input.text::placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter .news-button {
  background: var(--color_button_footer);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  font-size: .875rem;
  font-weight: 600;
  width: 164px;
  text-align: center;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  height: 52px;
}

.newsletter .news-button:hover {
  background-color: var(--color_button_hover_footer)
}

.newsletter .first {
  color: var(--color_text_footer);
  line-height: 1.92;
  font-size: 1rem;
  font-weight: 300;
  margin: -2px 0 2px
}

.newsletter .last {
  color: var(--color_text_footer);
  line-height: .8;
  font-size: 1.90rem;
  font-weight: 700
}

.footer .social:empty {
  display: none
}

.footer .social {
  padding: 70px 0 15px;
  margin: 0 -5px
}

.footer .dot {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: var(--color_text_footer);
  text-align: center;
  display: block;
  font-size: 0;
  margin: 0 5px 2px
}

.footer .dot::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.footer .dot .icon {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  fill: var(--color_footer);
  margin: auto;
  display: inline-block
}

.footer .cols {
  padding: 0px 0px 20px
}

.footer .social {
  width: 100%
}

.footer .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.58;
  color: var(--color_text_footer);
  text-transform: uppercase;
  margin-bottom: 17px
}

.footer .t, .footer .v, .footer li a {
  opacity: .8;
  color: var(--color_text_footer)
}

.footer li a {
  font-size: 0.90rem;
  line-height: 1.67;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.footer .box-info .v:hover, .footer a:focus, .footer a:hover {
  opacity: 1
}

.footer .t {
  font-size: .75rem;
  font-weight: 300
}

.footer .v {
  font-size: .875rem;
  font-weight: 500
}

.footer .v.large {
  font-size: .75rem
}

.footer .box-info {
  margin-bottom: 11px;
  max-width: 260px
}

.footer a.box-info:hover .t, .footer a.box-info:hover .v {
  opacity: 1
}

.footer .box-info .icon {
  min-width: 42px
}

.footer .box-info .icon svg {
  fill: var(--color_text_footer);
  width: 31px;
  padding: 1px
}

.footer .overflow+.title {
  margin-top: 30px
}

.payment-list {
  margin: 0 -5px;
  max-width: 320px
}

.payment-list img {
  width: 42px;
  height: 27px
}

.payment-list li {
  padding: 4px 5px 0
}

.foo-seals {
  max-width: 320px
}

.foo-seals .google {
  min-height: 43px
}

.foo-seals a {
  opacity: 1 !important
}

.foo-seals li:not(:last-child) {
  margin-right: 14px
}

.foo-seals .google>a:first-child {
  display: block;
  margin-bottom: 5px
}

.footer .copy {
  border-top: 1px solid var(--color_border_footer);
  padding: 20px 0;
  font-size: .75rem;
  color: var(--color_text_footer);
  font-weight: 800;
  text-align: center
}

.footer .copy>* {
  opacity: .4
}

.footer .copy .dev {
  font-size: .7rem;
  margin: 14px 0
}

.footer .copy .dev img {
  width: 80px;
  margin-left: 5px;
  display: block;
  margin-bottom: -4px
}

#NavLogoTray {
  color: var(--color_text_footer);
  text-align: center;
  font-size: .75rem
}

#NavLogoTray .timelogotray {
  display: none
}

@media (max-width:950px) {
  .newsletter {
    display: block;
    padding: 40px 0
  }

  .newsletter .text {
    text-align: center;
    width: auto;
    margin: 0 0 8px
  }

  .newsletter .news-button {
    height: 52px;
    width: 100%
  }

  .newsletter form {
    max-width: 450px;
    width: 100%;
    margin: 14px auto 0
  }

  .newsletter input.text {
    width: 100%;
    text-align: left
  }

  .newsletter form {
    display: block
  }

  .footer .cols {
    display: block
  }

  .footer .overflow {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    opacity: 0;
    -webkit-transform: scale(1, .6);
    -ms-transform: scale(1, .6);
    transform: scale(1, .6);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
  }

  .footer .title.active+.overflow {
    max-height: 350px;
    opacity: 1;
    margin-bottom: 18px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  .footer .title {
    cursor: pointer;
    margin-top: 10px !important
  }

  .footer .cols {
    padding: 16px 0
  }

  .footer .social {
    padding: 14px 0
  }
}

.mode-preview {
  margin: 10px 0 0
}

.filter__title {
  margin: 16px 0 14px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase
}

.filter__name, .filter__text {
  font-size: .75rem
}

.filter__button {
  width: 100%;
  background-color: var(--button_details);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  margin: 10px 0
}

.filter__button:hover {
  opacity: .9
}

.filter__input {
  margin-right: 2px;
  vertical-align: -1px
}

.filter__label {
  cursor: pointer;
  transition: color ease-in-out .2s
}

.filter__label:hover {
  color: var(--color_primary)
}

.lista_presentes table {
  font-size: .875rem
}

.lista_presentes b, .lista_presentes strong {
  font-weight: 600
}

.lista_presentes th {
  font-size: .875rem;
  font-weight: 600;
  padding: .6rem
}

.lista_presentes td {
  padding: .6rem
}

.lista_presentes select.select {
  width: 100%;
  margin-bottom: .65rem;
  min-width: 295px
}

.lista_presentes td a {
  width: 100px;
  display: block;
  float: left
}

.lista_presentes td a img {
  max-width: 100%
}

.lista_presentes td a+strong {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 104px);
  font-size: .75rem;
  max-width: 250px
}

.lista_presentes textarea {
  border: 1px solid #e4e4e4;
  padding: 14px;
  border-radius: 0;
  color: #565656;
  width: 100% !important;
  display: block;
  margin-top: .25rem
}

.lista_presentes li:last-child {
  margin-bottom: .938rem
}

#form_presentes .relative-button {
  float: right
}

#form_presentes .botao-commerce {
  display: inline-block
}

@media (max-width:991px) {
  #form_presentes {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: auto
  }

  .lista_presentes li:not([class]):first-child {
    display: none
  }

  .lista_presentes td {
    display: block;
    width: 100% !important
  }
}

.page-content .style1 {
  font-size: .875rem !important
}

.campoform {
  margin: .675rem 0
}

.page-extra table[style="width: 700px"] {
  width: 100% !important
}

@media (max-width:767px) {
  .page-extra form[action*="afiliados.php?loja="] table td {
    display: block
  }
}

.page-noticia #ProdBlock.prodBox {
  display: block
}

#listaNoticiaProdutos {
  display: flex;
  justify-content: space-between
}

#listaNoticiaProdutos li {
  display: flex;
  flex-direction: column;
  width: 25%
}

.page-noticia #ProdBlock #ProdAbas a {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 18px
}

#noticiaProdutos #produto_imagem {
  order: 1;
  min-height: 330px;
  position: relative
}

#noticiaProdutos #produto_imagem img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%
}

#noticiaProdutos #produto_dados {
  order: 2
}

#noticiaProdutos #produto_dados a {
  margin: 20px 0 16px;
  font-size: .813rem;
  line-height: 1.23;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-align: center;
  font-weight: 400
}

#noticiaProdutos #produto_comprar {
  order: 3;
  text-align: center;
  font-size: 0
}

#noticiaProdutos #produto_comprar .precoAvista {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--preco_color)
}

#noticiaProdutos #produto_comprar a {
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  visibility: hidden
}

#noticiaProdutos li:hover #produto_comprar a {
  opacity: 1;
  visibility: visible
}

#noticiaProdutos #produto_comprar a::before {
  content: 'Ver Detalhes';
  background-color: var(--button_details);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  display: block
}

#noticiaProdutos #produto_comprar a img {
  display: none
}

@media (max-width:767px) {
  #listaNoticiaProdutos {
    flex-wrap: wrap
  }

  #listaNoticiaProdutos li {
    width: 50%
  }
}

.product-quantity.clearfix {
  position: relative;
  margin: 0 !important;
}

.page-product .product-quantity {
  float: left;
  margin-right: 15px !important;
  width: 81px !important;
}

.page-product #quant {
  width: 67%;
  color: #666;
  font-weight: 700;
  box-sizing: border-box;
  height: 52px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 1px;
  padding: 20px 0;
  text-align: center;
  line-height: 1.8rem;
}

.page-product #quant+div {
  position: absolute;
  right: 0;
  background: #eaeaea;
}

.page-product .product-quantity>div {
  overflow: hidden;
}

.page-product .product-buy-button {
  line-height: 52px;
  width: calc(100% - 100px);
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--button_buy);
  color: #fff !important;
}

.page-product .product-quantity>div>span:nth-child(1):after, .page-product .product-quantity>div>span:nth-child(2):before, .page-product .product-quantity>div>span:nth-child(1):before {
  background: #898989 !important;
}

.page-product .product-quantity>div>span:nth-child(1):before {
  background: #fff;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.page-product .product-quantity>div>span:nth-child(1):after {
  background: #fff;
  content: '';
  height: 8px;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.page-product .product-quantity>div>span:nth-child(2):before {
  background: #fff;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.page-product #quant+div>span {
  background: none;
}

.product-quantity>div>span:nth-child(1) {
  margin-bottom: 1px;
}

.page-product .product-quantity>div>span {
  height: 25.5px;
}

.product-quantity>div>span {
  background: #9e9e9e;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 28px;
  position: relative;
  width: 28px;
}

.product-quantity>div>span:nth-child(1) {
  margin-bottom: 1px;
}

.page-product .product-quantity>div>span {
  height: 25.5px;
}

.product-quantity>div>span {
  background: #9e9e9e;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 28px;
  position: relative;
  width: 28px;
}

.modal-theme .append .light_altura h2 {
  display: none;
}

.page-product-tabelamedida #detalhes_formas {
  display: block;
  text-align: center;
}

span.filter__text.filter__text--count {
  display: none;
}

li.filter__item {
  background-color: #efefef;
  padding: 0.5rem 0 0.5rem 1rem;
  cursor: pointer;
}

li.filter__item:not(:last-child) {
  border-bottom: 1px solid #ddd
}

.filter__input--propertie {
  display: none;
}

.filter__input--propertie,
.filter__input--price {
  display: none;
}

.filter__input--propertie:checked+.filter__label:after,
.filter__input--price:checked+.filter__label:after {
  content: "\2713";
  display: inline;
  padding: 0 1rem;
}

.filter__input--propertie:checked+.filter__label:before,
.filter__input--price:checked+.filter__label:before {
  content: "\292B";
  float: right;
  margin-top: -0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #ccc;
}

.wrapper-btn-buy {
  margin-top: 2rem;
}

.displayWhats {
  display: none !important;
}

.banner-full.banner-mobile-p {
  display: none;
  margin-top: 2rem;
}

@media (max-width: 500px) {
  .banner-full.banner-desktop-p {
    display: none;
  }

  .banner-mobile-p {
    display: block !important;
  }
}

.snapwidget-banner-bar {
  z-index: 15;
  max-height: 44px !important;
  min-height: 0px !important;
  margin-top: 44px;
}

@media (max-width: 1025px) {
  .cart-sidebar.active {
    z-index: 16 !important;
  }

  #AbaCaracteristicas, #Aba2 {
    display: none;
  }

  .contamob {
    margin: 0px 10px 0px 0px;
    padding-top: 5px;
  }
}

@media (min-width: 1025px) {
  .contamob, .search-mob {
    display: none;
  }

  .bar-top {
    display: none;
  }

  .header {
    top: 0px;
  }
}

.catalog-content label.lista-radios-input div a {
  border: .1rem solid #ccc;
  border-radius: 100%;
  display: inline-flex;
  padding: 2px;
  margin: auto;
  margin-right: 2px;
}

.catalog-content label.lista-radios-input div a img {
  border-radius: 50%;
  max-width: 20px;
}

div#vars0 {
  display: none;
}

.foo-seals .google .icon-safe {
  fill: #00ad29;
}

.foo-seals .google .icon-text {
  fill: #000;
}

/* MENU PERSONALIZADO */
.header-content {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  line-height: 1;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.header-content>* {
  width: 20%;
}

.header-content>* {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  outline: 0;
}

.header-content>:last-child {
  display: flex;
  justify-content: flex-end;
  place-items: flex-end;
  position: relative;
}

.header-content>:nth-child(2) {
  text-align: center;
  width: 80%;
}

.header-content-left {
  align-items: center;
  display: flex;
  place-items: flex-end;
}

.header-content-left a {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.header-icons>*+* {
  margin-left: 1.5rem;
  background: transparent;
}

form.box-search {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1.5);
  width: 58%;
  z-index: 2;
}

.header-content-right input.input-search {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  line-height: 1.1;
  outline: 0;
  transition: all .3s;
  padding-left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
}

.header-content .rastreio {
  font-size: 16px;
  font-weight: 400;
  /* background: rgb(245, 222, 218); */
  padding: 1px;
  /* border-radius: 10px; */
  z-index: 999;
  cursor: pointer;
  transition: .4s;
}

.header-content .rastreio span {
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  border-radius: 30px;
  display: inline-block;
}

.header-content .rastreio:hover {
  background: rgb(245, 222, 218);
  border-radius: 30px;
}

.account:hover .modal-white {
  opacity: 1;
  visibility: visible;
}

.account {
  z-index: 9999;
  cursor: pointer;
}

.account .modal-white {
  width: 204px;
  padding: 20px;
  left: auto;
  right: 0;
  z-index: 20;
  padding-top: 10px;
}

.account .register {
  font-size: .75rem;
  text-align: center;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.header-cart .number {
  position: absolute;
  top: -3px;
  right: -8px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--bg_top);
  color: #000;
  background-color: #fff;
  font-weight: 500;
  font-size: 10px;
  display: flex;
  margin: auto;
  place-items: center;
  padding: 0px 5px 0px;
}

.header-cart {
  position: relative;
}

#AbaCaracteristicas, #Aba2 {
  display: none;
}

.filter__label .filter__name--propertie img {
  max-width: 20px;
  border-radius: 50%;
  margin-right: 5px;
}

span.filter__name.filter__name--propertie {
  display: inline-flex;
  place-items: center;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0 solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slcted {
  background-color: #ccc
}

.cl {
  clear: both;
  margin: 0 !important
}

.idp {
  font-size: 10px
}

.is-hidden {
  display: none
}

.suggestion {
  z-index: 100;
  border: 6px solid #666;
  max-width: 700px;
  min-width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: auto
}

.suggestion span {
  display: block;
  cursor: pointer;
  padding: 4px 0
}

.suggestion-words {
  font-size: 13px;
  background-color: #fff;
  padding: 14px
}

.suggestion-words span {
  border-bottom: 1px dotted #ddd
}

.suggestion-products {
  background-color: #f5f5f5;
  padding: 14px
}

.suggestion-products a {
  color: #000;
  font-weight: 700
}

.suggestion-title {
  background-color: #d70008;
  color: #fff;
  display: block;
  margin-bottom: 7px;
  text-indent: 8px;
  font: 700 14px/24px 'Open Sans Condensed', sans-serif
}

.suggestion-products .suggestion-img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px
}

.suggestion-product {
  margin-bottom: 20px;
  font-size: 13px
}

.suggestion-words span:hover {
  background: #eee
}

.suggestion-products strong, .suggestion-words strong {
  background: #666
}

.suggestion-product:hover {
  background: #d8d8d8
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px;
  max-height: 80vh;
  overflow-y: auto
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.modal-dialog-center {
  margin: 0;
  position: absolute !important;
  top: 50%;
  left: 50%
}

@media (max-width:767px) {
  .modal-dialog-center {
    width: 100%
  }
}

.modal-body #Page {
  width: auto !important;
  display: block !important
}

.slick-slider .slick-list {
  width: 100%
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.slick-slide {
  height: auto
}

.compare-hidden, .tray-hide {
  display: none !important
}

.carrinho-tabs {
  display: none
}

.modal {
  display: none
}

.sec_texto {
  color: #999
}

.sec_baixa {
  color: red
}

.sec_media {
  color: #f60
}

.sec_alta {
  color: green
}

.safe {
  margin-bottom: -5px
}

.hidden {
  display: none
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: inherit
}

* {
  margin: 0;
  padding: 0;
  outline: 0
}

body {
  line-height: 1.4;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  font-size: 1rem;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color: var(--color_text);
  min-height: 100vh
}

[hidden] {
  display: none !important
}

ol, ul {
  list-style: none
}

td, th {
  vertical-align: middle
}

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

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

.clear {
  clear: both
}

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

button, input:not[type=checkbox], input:not[type=radio], select, textarea {
  font-family: inherit;
  -webkit-appearance: none;
  font-weight: 400;
  background: #fff
}

select::-ms-expand {
  display: none
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.justify-self-end {
  -ms-grid-column-align: end;
  justify-self: end
}

.align-content-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.align-self-base {
  -ms-flex-item-align: baseline;
  align-self: baseline
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flex-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 .938rem
}

.banner_lista img {
  max-width: 100%
}

.row {
  margin: 0 -.938rem
}

.row .col {
  padding: 0 .938rem;
  display: block
}

.row .col.s12 {
  width: 100%
}

.row .col.s11 {
  width: 91.6666666667%
}

.row .col.s10 {
  width: 83.3333333333%
}

.row .col.s9 {
  width: 75%
}

.row .col.s8 {
  width: 66.6666666667%
}

.row .col.s7 {
  width: 58.3333333333%
}

.row .col.s6 {
  width: 50%
}

.row .col.s5 {
  width: 41.6666666667%
}

.row .col.s4 {
  width: 33.3333333333%
}

.row .col.s3 {
  width: 25%
}

.row .col.s2 {
  width: 16.6666666667%
}

.row .col.s1 {
  width: 8.3333333333%
}

@media (min-width:601px) {
  .row .col.m12 {
    width: 100%
  }

  .row .col.m11 {
    width: 91.6666666667%
  }

  .row .col.m10 {
    width: 83.3333333333%
  }

  .row .col.m9 {
    width: 75%
  }

  .row .col.m8 {
    width: 66.6666666667%
  }

  .row .col.m7 {
    width: 58.3333333333%
  }

  .row .col.m6 {
    width: 50%
  }

  .row .col.m5 {
    width: 41.6666666667%
  }

  .row .col.m4 {
    width: 33.3333333333%
  }

  .row .col.m3 {
    width: 25%
  }

  .row .col.m2 {
    width: 16.6666666667%
  }

  .row .col.m1 {
    width: 8.3333333333%
  }
}

@media (min-width:993px) {
  .row .col.l12 {
    width: 100%
  }

  .row .col.l11 {
    width: 91.6666666667%
  }

  .row .col.l10 {
    width: 83.3333333333%
  }

  .row .col.l9 {
    width: 75%
  }

  .row .col.l8 {
    width: 66.6666666667%
  }

  .row .col.l7 {
    width: 58.3333333333%
  }

  .row .col.l6 {
    width: 50%
  }

  .row .col.l5 {
    width: 41.6666666667%
  }

  .row .col.l4 {
    width: 33.3333333333%
  }

  .row .col.l3 {
    width: 25%
  }

  .row .col.l2 {
    width: 16.6666666667%
  }

  .row .col.l1 {
    width: 8.3333333333%
  }
}

@media (min-width:1201px) {
  .row .col.x12 {
    width: 100%
  }

  .row .col.x11 {
    width: 91.6666666667%
  }

  .row .col.x10 {
    width: 83.3333333333%
  }

  .row .col.x9 {
    width: 75%
  }

  .row .col.x8 {
    width: 66.6666666667%
  }

  .row .col.x7 {
    width: 58.3333333333%
  }

  .row .col.x6 {
    width: 50%
  }

  .row .col.x5 {
    width: 41.6666666667%
  }

  .row .col.x4 {
    width: 33.3333333333%
  }

  .row .col.x3 {
    width: 25%
  }

  .row .col.x2 {
    width: 16.6666666667%
  }

  .row .col.x1 {
    width: 8.3333333333%
  }
}

.text-line {
  white-space: nowrap
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.decoration {
  text-decoration: underline
}

.uppercase {
  text-transform: uppercase
}

.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.transition {
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.t-scale {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  transition: -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  -o-transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
  transition: transform .3s cubic-bezier(.53, .01, .36, 1.63), -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important
}

.t-color {
  -webkit-transition: color ease-in-out .2s;
  -o-transition: color ease-in-out .2s;
  transition: color ease-in-out .2s
}

.t-bg {
  -webkit-transition: background-color ease-in-out .2s;
  -o-transition: background-color ease-in-out .2s;
  transition: background-color ease-in-out .2s
}

.t-opacity {
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s
}

.rounded {
  border-radius: 50%;
  overflow: hidden
}

.photo-rounded {
  position: relative;
  border-radius: 50%;
  overflow: hidden
}

.photo-rounded::before {
  content: "";
  display: block;
  padding-bottom: 100%
}

.photo-rounded img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.photo-square {
  position: relative;
  border-radius: 50%;
  overflow: hidden
}

.photo-square::before {
  content: "";
  display: block;
  padding-bottom: 100%
}

.photo-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.square {
  position: relative
}

.square::after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.off-margin-top {
  margin-top: 0 !important
}

.off-margin-bottom {
  margin-bottom: 0 !important
}

.off-margin-right {
  margin-right: 0 !important
}

.off-margin-left {
  margin-bottom: 0 !important
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2')
}

.banner-bottom {
  margin-top: 30px
}

.banner-bottom img {
  display: block;
  max-width: 100%;
  margin: auto
}

.page-content .container .container {
  padding: 0
}

#ProdBlock.prodBox {
  display: none
}

.container, .container2 {
  background: 0 0;
  position: static
}

.cart-preview {
  display: none !important
}

.container2 {
  float: none;
  background: 0 0;
  position: static
}

.container3 {
  float: none;
  background: 0 0;
  position: static;
  border: 0
}

.line {
  border: 0;
  height: auto;
  width: auto
}

.bottom, .topBorder {
  background: 0 0
}

.modal-header {
  min-height: 46px
}

.leftCorner {
  display: none
}

.bottom .bLeft, .bottom .bRight {
  display: none
}

.obriga-barra.red {
  font-size: 0
}

.obriga-barra.red::before {
  content: "*";
  font-size: 16px
}

.botao-calcular-frete, .botao-calcular-frete:hover, .botao-cupom-desconto, .botao-cupom-desconto:hover, .botao-efetuar-login, .botao-efetuar-login:hover, .botao-enviar-cadastro, .botao-enviar-cadastro:hover, .botao-enviar-cartao, .botao-enviar-cartao:hover, .botao-finalizar-compra, .botao-finalizar-compra:hover, .botao-novo-cadastro, .botao-novo-cadastro:hover, .botao-prosseguir-cadastro, .botao-prosseguir-cadastro:hover, .botao-prosseguir-compra, .botao-prosseguir-compra:hover, .botao-salvar-lista, .botao-salvar-lista:hover, .botao-simular-frete, .botao-simular-frete:hover, a.botao-calcular-frete, a.botao-cupom-desconto, a.botao-efetuar-login, a.botao-enviar-cadastro, a.botao-enviar-cartao, a.botao-finalizar-compra, a.botao-novo-cadastro, a.botao-prosseguir-cadastro, a.botao-prosseguir-compra, a.botao-salvar-lista, a.botao-simular-frete {
  background: unset;
  border: unset;
  color: unset;
  color: unset
}

#loading-product-container {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6)
}

.list-icons .icones {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0
}

.list-icons {
  text-align: center
}

.list-icons .icones::not(:first-child) {
  margin-left: 10px
}

.list-icons br {
  display: none
}

.list-icons img {
  padding: 2px;
  border: 1px solid #e0e0e0;
  max-width: 90px
}

.carac-valor {
  display: block;
  font-size: .75rem
}

.texto_variacao {
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase
}

.texto_variacao h2 {
  font-weight: inherit;
  display: inline;
  font-size: inherit
}

.texto_variacao #cor_nome {
  display: none;
  padding-left: 5px
}

.box-variants {
  margin: 20px 0
}

.cor_variacao {
  text-align: center
}

#opcoes0 ul, .cor_variacao ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#opcoes0 ul {
  flex-direction: column
}

.cor_variacao ul li {
  margin: 0 5px 5px
}

#wrapper {
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  padding: 0 !important
}

.brinde_lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px
}

.brinde_lista img {
  border: 2px solid #fff !important
}

.brinde_lista img[style*="border: 2px"] {
  -webkit-box-shadow: 0 0 0 2px var(--color_primary);
  box-shadow: 0 0 0 2px var(--color_primary)
}

.brinde_lista span {
  display: block;
  cursor: pointer
}

.brinde_lista li {
  margin-top: 5px;
  padding: 0 5px
}

.brinde_detalhes .botao {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1
}

.brinde_detalhes .botao::before {
  content: 'ESCOLHER';
  display: block;
  width: 100px;
  color: #fff;
  font-size: .75rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-size: .75rem;
  background-color: var(--color_primary)
}

.brinde_detalhes .botao img {
  opacity: 0;
  display: block;
  width: 100px;
  height: 40px
}

.varTit {
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase
}

.varTit * {
  font-size: inherit;
  font-weight: inherit
}

.load-css .icon {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 30px;
  height: 30px
}

.load-css .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #9c9c9c;
  border-radius: 50%
}

.load-css .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-right-color: transparent;
  -webkit-animation: rotate infinite linear .6s;
  animation: rotate infinite linear .6s;
  border-radius: 50%
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.suggestion {
  top: 44px;
  width: 415px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
  min-width: 0;
  color: var(--color_text)
}

.suggestion .idp {
  display: none
}

.suggestion-words {
  padding: 0
}

.suggestion-title {
  font-family: inherit;
  line-height: 1.4;
  font-size: .813rem;
  text-indent: 0;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 28px
}

.suggestion-products strong, .suggestion-words strong {
  color: var(--color_text);
  background: 0 0
}

.suggestion-words {
  padding-bottom: 23px
}

.suggestion-words span {
  font-size: .813rem;
  border: 0;
  background: 0 0;
  margin: 0 -20px;
  padding: 0 20px;
  line-height: 24px
}

.suggestion-words span:hover {
  background: #f9f9f9
}

.suggestion-products {
  padding: 0;
  background: 0 0;
  border-top: 1px solid #dfe0e4
}

.suggestion-product:hover {
  background: 0 0
}

.suggestion-products .suggestion-img {
  width: 72px;
  height: 72px;
  border-radius: 2px;
  border: 1px solid #f7f8f9;
  position: relative;
  margin-right: 14px
}

.suggestion-products .suggestion-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.suggestion-products a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  margin: 0 -20px;
  padding: 0 20px
}

.suggestion-products a:hover {
  background: 0 0
}

.suggestion-products .titlep {
  font-size: .813rem;
  color: inherit;
  font-weight: 400
}

.suggestion-desc {
  width: calc(100% - 86px)
}

#form_comprar #letMeKnow img {
  display: none
}

#form_comprar #letMeKnow::before {
  content: "OK";
  display: inline-block;
  background: var(--bg_button_primary);
  line-height: 52px;
  padding: 0 18px;
  color: #fff;
  font-weight: 500;
  margin-left: 5px;
  height: 52px;
  vertical-align: bottom
}

#form_comprar #letMeKnow:hover::before {
  background-color: var(--bg_button_primary_hover)
}

#nao_disp {
  background: #f7f7f7;
  padding: 14px;
  font-size: .875rem
}

#nao_disp h3 {
  font-size: 1rem;
  font-weight: 600
}

#nao_disp h5 {
  font-size: .75rem;
  font-weight: 600;
  margin: 5px 0 0
}

#nao_disp .color {
  font-size: .75rem;
  margin-top: 10px
}

#letmeknow_response label, #nao_disp label {
  display: inline-block;
  width: calc(100% - 67px)
}

#email_avise {
  display: block;
  width: 100%
}

.Mapa {
  display: none
}

input, select, textarea {
  border: 0
}

button {
  border: 0;
  cursor: pointer
}

li, p, ul {
  border: 0
}

.campoform, input.text, select.select, select.text {
  border: 1px solid #e4e4e4;
  height: 52px;
  padding: 0 20px;
  border-radius: 0;
  color: #565656;
  font-size: .75rem;
  color: var(--color_text)
}

input.text.obriga, select.obriga {
  padding-left: 17px
}

select.select {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-image: url(../images/down.svg) !important;
  background-size: 9.2px;
  background-position: calc(100% - 10px) center !important;
  padding-right: 22px !important
}

select.select::-ms-expand {
  display: none
}

textarea#mensagem, textarea.textarea {
  border: 1px solid #e4e4e4;
  padding: 14px;
  border-radius: 0;
  color: #565656
}

.varCont textarea.textarea {
  width: 100%
}

.modal-dialog-center {
  max-width: 98%
}

#form1 input, #form1 select, #form1 textarea {
  width: 100%;
  display: block
}

.MapaSite {
  width: 100%;
  margin: 15px 0;
  overflow: auto
}

p {
  padding: 0;
  position: static
}

.MapaSite>ul {
  min-width: 600px
}

.MapaSite h2 {
  background: 0 0
}

@media (max-width:767px) {
  .container {
    padding: 0 .625rem
  }

  .row {
    margin: 0 -.625rem
  }

  .row .col {
    padding: 0 .625rem
  }
}

input[size] {
  max-width: 100%
}

#modal-form-content h3 {
  font-size: 1.125rem
}

#modal-form-content fieldset {
  border: 0
}

.compare-buttons {
  text-align: center;
  font-size: .75rem
}

.compare-buttons .filter-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #afafaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px
}

.compare-buttons [data-compare=remove] .filter-checkbox::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #afafaf
}

.button-compare {
  border: 1px solid #e4e4e4;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  white-space: nowrap;
  left: 20px;
  bottom: 20px;
  background: #fff;
  margin-left: 10px
}

@media (max-width:767px) {
  .compare-true {
    padding-bottom: 60px;
    position: relative
  }

  .button-compare {
    position: absolute;
    width: 150px;
    margin: auto;
    left: 0;
    bottom: 24px;
    right: 0
  }
}

.comparatorTabs {
  margin: 15px 0
}

.comparatorTabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comparatorTabs ul li {
  position: relative;
  margin-right: 5px
}

.comparatorTabs ul li a:first-child {
  padding: 5px 10px;
  padding-right: 30px;
  display: block
}

.comparatorTabs ul li a:last-child {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: .75rem;
  display: block;
  text-align: center;
  line-height: 14px;
  border: 1px solid #565656;
  background-color: #fff
}

.comparatorTabs ul li.aberta a:first-child {
  background-color: var(--color_primary);
  color: #fff
}

.comparator {
  overflow: auto;
  width: 100%;
  margin-bottom: 20px
}

.comparator>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comparator>ul>li:not(.Labels) {
  min-width: 200px;
  width: calc((100% / 3) - (200px / 3));
  text-align: center;
  font-size: .75rem
}

.comparator>ul>li li:first-child {
  min-height: 220px
}

.comparator>ul>li li {
  min-height: 100px;
  border-bottom: 1px solid #ececec;
  padding: 10px
}

.comparator .comparsionFoto {
  font-size: 0;
  position: relative
}

.comparator .comparsionFoto .closeComp {
  position: absolute;
  right: 5px;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: .75rem;
  display: block;
  text-align: center;
  line-height: 14px;
  border: 1px solid #565656;
  background-color: #fff
}

.comparator .comparsionFoto a {
  font-size: .875rem;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px;
  max-height: 142px;
  overflow: hidden
}

.comparator .comparsionFoto a[alt=Comprar] img, .comparator .comparsionFoto a[title=Escolher] img {
  display: none
}

.comparator .comparsionFoto a[alt=Comprar]::before, .comparator .comparsionFoto a[title=Escolher]::before {
  content: 'COMPRAR';
  display: inline-block;
  line-height: 34px;
  color: #fff;
  background-color: var(--bg_button_primary);
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700
}

.comparator .comparsionFoto a[title=Escolher]::before {
  content: 'ESCOLHER'
}

.comparsionInfoPreco br+br {
  display: none
}

.comparator .Labels {
  width: 200px;
  font-size: .875rem;
  min-width: 150px
}

.showcase h2, .title-section {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase
}

.box-alerts {
  position: fixed;
  bottom: 60px;
  left: 15px;
  width: 300px;
  max-width: calc(100% - 30px);
  z-index: 20;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

#alert-show {
  display: none
}

#alert-show:checked~.box-alerts {
  display: none
}

#alert-show+.box-alerts, #alert-show+.infobox.danger {
  display: none
}

.box-alerts:empty {
  display: none
}

.close-info:first-child {
  display: none
}

.close-info {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 8px;
  margin: auto;
  display: block
}

.close-info::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #1e201d;
  position: absolute;
  top: 6px
}

.close-info::after {
  content: '';
  display: block;
  height: 14px;
  width: 2px;
  background: #1e201d;
  position: absolute;
  left: 6px
}

.box-alerts .infobox {
  padding: 10px;
  font-size: .75rem;
  padding-right: 30px
}

.shadow-cart {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #222;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  z-index: 12;
  width: 430px;
  max-width: 100%;
  padding: 0 20px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.cart-sidebar .error {
  font-weight: 600;
  padding: 20px 0
}

.cart-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.cart-sidebar .header-cart {
  height: 53px;
  font-size: .875rem;
  font-weight: 600;
  padding: 17px 0
}

.header-cart .box-prev {
  padding: 3px 5px 3px 0;
  margin-right: 14px;
  cursor: pointer
}

.title-store {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center
}

.header-cart .box-prev .icon {
  width: 18px;
  height: 13px;
  fill: #1e201d;
  display: block
}

.cart-sidebar .content-cart.empty+.footer-cart {
  display: none
}

.cart-sidebar .item {
  margin-bottom: 20px
}

.cart-sidebar .footer-cart {
  height: 150px;
  padding-left: 37px
}

.cart-sidebar .text-info {
  font-size: .813rem;
  height: 62px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4
}

.cart-sidebar .text-info .value {
  font-size: 1.188rem;
  font-weight: 700;
  padding-left: 10px
}

.cart-sidebar .content-cart {
  overflow: auto;
  padding-left: 37px
}

.cart-sidebar .footer-cart .line {
  white-space: nowrap;
  margin: 20px 0
}

.cart-sidebar .footer-cart .link-cart {
  font-size: 12px;
  font-weight: 600
}

.cart-sidebar .footer-cart .botao-commerce {
  line-height: 42px;
  font-size: 13px;
  font-weight: 600
}

.box-cart .box-image {
  width: 70px;
  height: 70px
}

.box-cart .box-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto
}

.box-cart .info-product {
  width: calc(100% - 80px);
  margin-left: 10px;
  padding-right: 20px;
  position: relative
}

.box-cart .info-product a {
  font-size: .875rem;
  line-height: 1.14;
  display: block;
  min-height: 39px
}

.box-cart .info-product .remove {
  width: 11px;
  height: 11px;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

.box-cart .info-product .remove::before {
  content: '';
  display: block;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  height: 1px;
  background: #e40c0c;
  position: absolute;
  left: 0;
  top: 0
}

.box-cart .info-product .remove::after {
  content: '';
  display: block;
  width: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  height: 1px;
  background: #e40c0c;
  position: absolute;
  bottom: 0;
  left: 0
}

.box-cart .info-product .price {
  font-size: 1rem;
  font-weight: 700
}

.box-cart .info-product .qnt {
  font-size: .75rem;
  font-weight: 400;
  margin-right: 10px
}

.wrapper {
  width: 100%;
  padding-top: 157px
}

.wrapper.menu-icons {
  width: 100%;
  padding-top: 207px
}

.bar-top {
  background-color: var(--bg_top);
  color: var(--top_color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10
}

.bar-top .line {
  position: relative;
  min-height: 44px
}

.logo-top {
  display: none
}

.fixed .logo-top {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1)
}

.bar-top .text {
  line-height: 44px;
  font-size: .688rem;
  padding-right: 30px
}

.bar-top .text>a, .bar-top .text>span {
  cursor: pointer
}

.bar-top .text.rastreio>span, .bar-top .text>a, .footer .box-info a, .footer a.box-info .t, .footer a.box-info .v {
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.bar-top .text.rastreio>span:hover, .bar-top .text>a:hover {
  opacity: .6
}

.bar-top .text:last-child {
  padding-right: 0
}

.bar-top .search {
  position: relative
}

.bar-top .search .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: var(--top_color);
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s .2s;
  -o-transition: ease-in-out .2s .2s;
  transition: ease-in-out .2s .2s
}

.bar-top .search.active .icon-search {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  opacity: 0
}

.box-search {
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out .2s 0s;
  -o-transition: ease-in-out .2s 0s;
  transition: ease-in-out .2s 0s;
  margin: 4px 0
}

.bar-top .search .box-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.box-search .input-search {
  width: 275px;
  height: 36px;
  display: block;
  padding-left: 43px;
  padding-right: 22px;
  font-weight: 600;
  font-size: .75rem;
  color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

.box-search .input-search::-ms-clear {
  display: none
}

.box-search .reset {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 9px;
  width: 9px;
  cursor: pointer;
  margin: auto;
  z-index: 2;
  fill: #222
}

.box-search .button-search {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 8px;
  cursor: pointer;
  margin: auto;
  background: 0 0
}

.box-search .button-search .icon {
  fill: #222;
  width: 18px;
  height: 18px;
  display: block
}

.bar-top .account {
  line-height: 44px;
  font-size: .688rem;
  margin: 0 20px;
  position: relative;
  cursor: pointer
}

.bar-top .account .modal-white {
  width: 204px;
  padding: 20px;
  left: auto;
  right: 0
}

.bar-top .account:hover .modal-white {
  opacity: 1;
  visibility: visible
}

.bar-top .account .register {
  font-size: .75rem;
  text-align: center;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.bar-top .account .register:hover {
  color: var(--color_second)
}

.bar-top .account .icon {
  fill: var(--top_color);
  width: 8px;
  padding: .5px;
  height: 8px;
  margin-left: 5px
}

.bar-top .cart-header {
  position: relative;
  cursor: pointer
}

.bar-top .cart-header .icon {
  width: 32px;
  height: 32px;
  fill: var(--top_color);
  margin-right: 10px
}

.bar-top .cart-header .number {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  text-align: center;
  border: 2px solid var(--bg_top);
  line-height: 1.125rem;
  color: var(--cart_number);
  background-color: var(--cart_number_bg);
  font-weight: 500;
  font-size: .563rem
}

.text.rastreio {
  position: relative
}

.text.rastreio .modal-white {
  width: 235px;
  padding: 14px 20px 20px
}

.modal-white {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .22);
  color: #222;
  line-height: 1.17
}

.modal-white .title {
  font-size: .75rem;
  font-weight: 600
}

.modal-white.active {
  opacity: 1;
  visibility: visible
}

.modal-white input {
  width: 100%;
  display: block;
  height: 38px;
  font-weight: 600;
  font-size: .625rem;
  border: 1px solid #e4e4e4;
  padding: 0 14px;
  color: #707070;
  margin: 10px 0;
  text-transform: uppercase
}

.modal-white input::-webkit-input-placeholder {
  color: #707070
}

.modal-white input:-ms-input-placeholder {
  color: #707070
}

.modal-white input::-ms-input-placeholder {
  color: #707070
}

.modal-white input::placeholder {
  color: #707070
}

.modal-white .botao-commerce {
  width: 100%
}

.modal-white .link-modal {
  font-size: .75rem;
  line-height: 35px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px
}

.modal-white .step {
  display: block;
  margin: 4px 0;
  text-align: center;
  position: relative;
  font-size: .875rem;
  z-index: 1
}

.modal-white .step::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #999;
  margin: auto
}

.modal-white .step .bg {
  background: #fff;
  padding: 0 4px;
  display: inline-block;
  position: relative
}

.header {
  position: absolute;
  z-index: 9;
  top: 44px;
  left: 0;
  width: 100%;
  background-color: var(--header_top);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02)
}

.header .line-logo {
  min-height: 89px
}

.header .line-logo img {
  max-width: 194px;
  max-height: 65px;
  display: block
}

.header .line-logo img+.title-store {
  display: none
}

@media (max-width:767px) {
  .cart-sidebar .header-cart {
    font-size: .68rem
  }
}

.modal-backdrop.in {
  display: none;
  opacity: .6 !important
}

.modal-theme {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.modal-theme .overflow {
  width: 100%;
  height: 100%;
  overflow: auto
}

.close-icon {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer
}

.close-icon::after, .close-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 3px;
  width: 100%;
  background-color: #787878
}

.close-icon::after {
  width: 3px;
  height: 100%
}

.modal-theme.active {
  opacity: 1;
  visibility: visible
}

.modal-theme .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.modal-theme .center {
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px
}

.modal-theme .box-center {
  background: #fff;
  position: relative;
  min-width: 100px;
  min-height: 100px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  z-index: 2;
  -webkit-transition: -webkit-transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: -webkit-transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -o-transition: transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: transform cubic-bezier(.54, -.65, .48, 1.64) .3s, -webkit-transform cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}

.modal-theme.active .box-center {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.modal-theme .box-center img {
  display: block;
  max-width: 100%
}

.modal-theme.video-modal .box-center {
  width: 100%;
  max-width: 750px
}

.video {
  position: relative
}

.video::before {
  content: '';
  display: block;
  padding-bottom: 56.25%
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.modal-theme .append {
  padding: 30px 20px 20px
}

.modal-theme.payment-modal .box-center {
  width: 100%;
  max-width: 700px;
  min-height: 250px
}

.overflow-payment {
  overflow: auto;
  max-height: 500px;
  /* height:calc(100vh - 80px); */
  font-size: .75rem;
  margin: 10px 0 0;
  background-color: #fbfbfb;
  padding: 14px;
}

.overflow-payment th {
  padding: 8px 0;
  font-weight: 600;
  font-size: .875rem
}

.overflow-payment td {
  padding: 2px
}

@media (max-width:460px) {
  .overflow-payment td {
    font-size: .75em
  }
}

.overflow-payment b, .overflow-payment strong {
  font-weight: 600
}

.modal-theme .light_altura {
  width: 700px !important;
  max-width: 100%
}

.modal-theme .light_altura h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .875rem
}

.modal-theme .light_altura hr {
  display: none
}

.box-fixed.active~.shadow-cart, .cart-sidebar.active~.shadow-cart, .modal-theme.active~.shadow-cart, .nav-mobile.active~.shadow-cart {
  opacity: .5;
  visibility: visible
}

.wrapper {
  -webkit-transition: -webkit-filter ease-in-out .15s;
  transition: -webkit-filter ease-in-out .15s;
  -o-transition: filter ease-in-out .15s;
  transition: filter ease-in-out .15s;
  transition: filter ease-in-out .15s, -webkit-filter ease-in-out .15s
}

.line-icons {
  background-color: var(--banner_info_bg);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: none
}

@media (max-width:550px) {
  .line-icons {
    display: block
  }

  .line-icons+.banner-info {
    background-color: #fff
  }
}

.line-icons .container {
  padding: 0
}

.line-icons .line-overflow {
  overflow: auto;
  width: 100%;
  padding: 0 10px
}

.line-icons .line-overflow::-webkit-scrollbar {
  display: none
}

.line-icons a {
  display: block;
  text-align: center;
  padding: 20px 4px;
  min-width: 78px;
  width: 78px
}

.line-icons a .box-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 4px
}

.line-icons a .icon {
  max-width: 30px;
  max-height: 30px
}

.line-icons .text {
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2
}

@media (max-width:1024px) {
  .overflow-payment {
    padding: 0;
    background: 0 0
  }

  .wrapper, .wrapper.menu-icons {
    padding-top: 133px
  }

  .logo-white-true .bar-top .line {
    min-height: 54px
  }

  .wrapper.logo-white-true, .wrapper.menu-icons.logo-white-true {
    padding-top: 118px
  }

  .wrapper.logo-white-true .bar-top .cart-header .number {
    top: -4px
  }

  .nav {
    display: none
  }

  .bar-top .account, .bar-top .search, .list-option>div {
    display: none
  }

  .nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    height: 100%;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 16;
    width: 305px;
    opacity: 0;
    max-width: 90%
  }

  .nav-mobile.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
  }

  .nav-mobile .header-nav {
    height: 144px;
    background-color: var(--color_primary);
    color: #fff;
    padding: 0 10px
  }

  .nav-mobile .header-nav .line {
    padding: 17px 0 13px;
    font-size: .75rem;
    font-weight: 500;
    position: relative
  }

  .nav-mobile .header-nav .line .sair {
    margin-left: 5px;
    text-transform: uppercase
  }

  .nav-mobile .header-nav .line svg {
    display: block;
    margin-right: 12px
  }

  .nav-mobile .header-nav .bars {
    width: 260px;
    margin-left: -10px;
    max-width: 100%
  }

  .nav-mobile .header-nav .bars div {
    height: 1px;
    background: #fff;
    opacity: .2;
    margin-bottom: 2px
  }

  .nav-mobile .header-nav .bars div:nth-child(1), .nav-mobile .header-nav .bars div:nth-child(5) {
    width: 92%
  }

  .nav-mobile .header-nav .bars div:nth-child(2), .nav-mobile .header-nav .bars div:nth-child(4) {
    width: 96%
  }

  .close-nav {
    position: absolute;
    right: -2px;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    top: 4px;
    bottom: 0;
    margin: auto
  }

  .close-nav svg {
    fill: #fff;
    width: 100%;
    height: 100%
  }

  .search-mob {
    margin: 10px 10px;
    position: relative
  }

  .search-mob input {
    height: 44px;
    width: 100%;
    display: block;
    font-size: .75rem;
    font-weight: 500;
    padding: 0 38px 0 11px;
    color: #707070
  }

  .search-mob .button-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: left;
    background: 0 0
  }

  .search-mob .button-search .icon {
    width: 24px;
    height: 24px;
    fill: var(--color_primary);
    display: block
  }

  .nav-mobile .content-nav {
    overflow: auto;
    padding: 0 10px;
    height: calc(100% - 144px)
  }

  .list-nav {
    text-transform: uppercase
  }

  .list-nav>li {
    border-bottom: 1px solid #ededed
  }

  .list-nav>li a.sub i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 451.847 451.847'%3E%3Cpath fill='%23222' d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    float: right;
    margin-right: 9px
  }

  .list-nav>li a.sub.active i {
    transform: rotateX(180deg)
  }

  .list-nav>li a.space {
    padding-left: 55px;
    position: relative
  }

  .list-nav>li a.space .icon {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 32px
  }

  .list-nav>li a.space .icon img {
    max-width: 32px;
    max-height: 32px;
    display: block
  }

  .list-nav>li a {
    padding: 23px 0;
    line-height: 1.4;
    font-size: .75rem;
    font-weight: 600;
    display: block
  }

  .list-nav>li li a {
    margin-left: 14px
  }

  .list-nav>li li:not(:last-child) a {
    border-bottom: 1px solid #ededed
  }

  .list-nav>li li li a {
    margin-left: 28px
  }

  .list-nav li ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transform: scale(1, .6);
    -ms-transform: scale(1, .6);
    transform: scale(1, .6);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    -o-transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s, -webkit-transform ease-in-out .2s
  }

  .list-nav li ul.active {
    max-height: none;
    overflow: auto;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }

  .logo-top {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    display: block
  }

  .logo-top img {
    max-height: 40px;
    max-width: 170px;
    display: block
  }

  .logo-white-true .header {
    display: none
  }

  .bar-top .bars {
    display: block;
    padding: 4px;
    cursor: pointer;
    margin-left: -4px
  }

  .bar-top .bars .bar {
    height: 2px;
    background-color: var(--top_color);
    width: 24px
  }

  .bar-top .bars .bar:nth-child(2) {
    width: 20px
  }

  .bar-top .bars .bar:nth-child(3) {
    width: 16px
  }

  .bar-top .bars .bar:not(:last-child) {
    margin-bottom: 6px
  }

  .cart-sidebar {
    padding: 0 10px
  }

  .cart-sidebar .content-cart, .cart-sidebar .footer-cart {
    padding-left: 0
  }
}

@media (min-width:1025px) {
  .bar-top .bars, .nav-mobile {
    display: none
  }

  .nav {
    background-color: var(--nav_bg)
  }

  .nav .list {
    border-top: 2px solid var(--header_top_border);
    position: relative
  }

  .nav .list .relative {
    position: relative
  }

  .nav .list>li>a {
    font-size: .90rem;
    line-height: 1.58;
    font-weight: 400;
    height: 72px;
    display: block;
    padding: 46px 20px 5px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color: var(--nav_color);
    text-align: center
  }

  .nav .list.grow>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .nav .list.grow>li>a {
    padding: 46px 5px 5px
  }

  .nav .list>li>a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color_second);
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
  }

  .nav .list>li:hover>a::after {
    opacity: 1
  }

  .nav .list>li>a .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 35px;
    max-height: 30px;
    display: block;
    bottom: 22px
  }

  .nav .list>li>a:not(.icon-show) {
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px
  }

  .sub-category {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 40px 0 45px;
    opacity: 0;
    visibility: hidden
  }

  .sub-category::before {
    content: '';
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    position: absolute;
    top: 0
  }

  .list-sub>li {
    width: 20%;
    padding-right: 15px;
    margin-bottom: 10px
  }

  .list-sub>li.column-2 {
    width: 40%
  }

  .list-sub>li.column-3 {
    width: 60%
  }

  .list-sub>li.column-4 {
    width: 80%
  }

  .list-sub>.not-children+li.column-5 {
    width: 80%
  }

  .list-sub>li.column-5 {
    width: 100%
  }

  .list-sub>li.column-2 .list-third {
    -webkit-column-count: 2;
    column-count: 2
  }

  .list-sub>li.column-3 .list-third {
    -webkit-column-count: 3;
    column-count: 3
  }

  .list-sub>li.column-4 .list-third {
    -webkit-column-count: 4;
    column-count: 4
  }

  .sub-category.product-sub .list-sub>li.column-5 .list-third {
    -webkit-column-count: 4;
    column-count: 4
  }

  .sub-category.product-sub .list-sub>.not-children+li.column-4 .list-third, .sub-category.product-sub .list-sub>.not-children+li.column-5 .list-third {
    -webkit-column-count: 3;
    column-count: 3
  }

  .sub-category:not(.product-sub) .list-sub>li.column-5 .list-third {
    -webkit-column-count: 5;
    column-count: 5
  }

  .sub-category:not(.product-sub) .list-sub>.not-children+li.column-5 .list-third {
    -webkit-column-count: 4;
    column-count: 4
  }

  .list-sub {
    width: 100%;
    align-content: flex-start;
    display: flex;
    place-content: space-around;
  }

  .product-sub .list-sub {
    width: calc(100% - 200px);
    -ms-flex-line-pack: start;
    align-content: flex-start
  }

  .product-sub .list-sub>li {
    width: 25%
  }

  .product-sub .list-sub>li.column-2 {
    width: 50%
  }

  .product-sub .list-sub>li.column-3 {
    width: 75%
  }

  .product-sub .list-sub>li.column-4, .product-sub .list-sub>li.column-5 {
    width: 100%
  }

  .product-sub .list-sub>.not-children+li.column-4, .product-sub .list-sub>.not-children+li.column-5 {
    width: 75%
  }

  .product-sub .product {
    width: 200px;
    max-width: 100%
  }

  .sub-category.product-sub .col-product .product {
    border: 1px solid #e4e4e4
  }

  .col-product .product .name {
    font-size: .75rem;
    margin: 8px 0
  }

  .col-product .product .price, .col-product .product .price-off {
    font-size: 1rem
  }

  .col-product .product .payment {
    font-size: .625rem
  }

  .nav .list .second-nivel {
    font-size: .75rem;
    font-weight: 600;
    display: inline-block;
    padding: 4px 0;
    text-transform: uppercase;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
  }

  .nav .list .second-nivel:hover, .nav .list .third-nivel:hover {
    color: var(--color_second)
  }

  .nav .list .third-nivel {
    font-size: .75rem;
    font-weight: 400;
    padding: 4px 0;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
  }

  .list-third {
    margin-top: 8px;
    font-size: 0
  }

  .sub-line-category {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e4e4e4;
    padding: 14px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    min-width: 190px
  }

  li:nth-child(n+4) .sub-line-category {
    left: auto;
    right: 0
  }

  .sub-line-category.product-sub .list-line-sub {
    padding-right: 20px;
    min-width: 120px
  }

  .list-line-sub {
    overflow: auto;
    max-height: 600px
  }

  .list-line-sub li {
    padding-top: 5px;
    white-space: nowrap
  }

  .sub-line-category .col-product {
    width: 172px
  }

  .sub-line-category.product-sub .col-product .product {
    margin-bottom: -14px
  }

  .nav .list>li:hover .sub-category, .nav .list>li:hover .sub-line-category {
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
  }
}

.arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2
}

.arrow .icon {
  color: var(--color_primary);
  display: block
}

.banner-full .item:not(.slick-slide)+.item {
  display: none
}

.banner-full img {
  display: block;
  max-width: 100%;
  margin: auto
}

.banner-full .slick-dots {
  position: absolute;
  bottom: 50px;
  height: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.banner-full .slick-dots li, .image-show .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px var(--banner_dot) inset;
  box-shadow: 0 0 0 10px var(--banner_dot) inset;
  display: inline-block;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  margin: 0 2px;
  cursor: pointer
}

.banner-full .slick-dots li button, .image-show .slick-dots li button {
  display: none
}

.banner-full .slick-dots li.slick-active {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-box-shadow: 0 0 0 3px var(--banner_dot) inset;
  box-shadow: 0 0 0 3px var(--banner_dot) inset;
  margin: 0 4px
}

.image-show .slick-dots li {
  -webkit-box-shadow: 0 0 0 10px #f7f7f7 inset;
  box-shadow: 0 0 0 10px #f7f7f7 inset
}

.image-show .slick-dots li.slick-active {
  -webkit-box-shadow: 0 0 0 3px #f7f7f7 inset;
  box-shadow: 0 0 0 3px #f7f7f7 inset
}

.banner-info {
  background: var(--banner_info_bg)
}

.banner-full .item:not(.slick-slide)+.item, .banner-info .item:not(.slick-slide)+.item {
  display: none
}

.banner-info .slide {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0 20px
}

.banner-info .line {
  height: 52px
}

.banner-info .text {
  font-size: 14px
}

.banner-info .text .featured {
  font-weight: 600
}

.banner-info .line .icon {
  max-width: 26px;
  max-height: 26px;
  margin-right: 9px
}

.banner-info .arrow .icon {
  width: 13px;
  height: 13px
}

.banner-info .arrow.prev {
  left: 10px;
  height: 13px
}

.banner-info .arrow.next {
  right: 10px;
  height: 13px
}

.section-banners {
  margin: 36px 0
}

.section-banners img {
  display: block;
  margin: auto;
  max-width: 100%
}

.section-banners .list img {
  width: 100%;
  max-width: 580px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.section-banners .list img:hover {
  opacity: .8
}

.section-banners .list .item {
  width: 50%;
  padding: 0 .938rem
}

@media (max-width:767px) {
  .banner-full .slick-dots {
    bottom: 22px
  }

  .banner-info .text {
    font-size: 0
  }

  .banner-info .text .featured {
    font-size: .75rem
  }
}

@media (max-width:550px) {
  .section-banners .list {
    display: block
  }

  .section-banners .list .item {
    width: auto;
    padding: 0 .625rem
  }

  .section-banners .list .item:nth-child(n+2) {
    padding-top: .625rem
  }
}

.container>div[class*=section]:first-child {
  margin-top: 47px
}

.showcase-category {
  background: var(--bg_category_per);
  overflow: hidden
}

.showcase-category .box-text {
  color: var(--color_text_category_per);
  width: 291px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
  padding-right: 40px
}

.showcase-category .box-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: -315px;
  width: 778px;
  z-index: -1;
  background-image: var(--img_category);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width:480px) {
  .showcase-category .box-text::before {
    left: -340px
  }
}

.showcase-category .box-text .title {
  font-size: 2.625rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: .8
}

.showcase-category .box-text .title::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
  height: .25rem;
  background-color: var(--color_mark_category_per);
  width: 10.063rem;
  left: -3.188rem
}

.showcase-category .box-text .sub-title {
  font-size: .75rem;
  line-height: 1.58;
  font-weight: 600;
  margin: 12px 0 14px
}

.showcase-category .cols {
  width: calc(100% - 291px);
  padding: 60px 0;
  position: relative;
  z-index: 2
}

.showcase-category .arrow {
  width: 24px;
  height: 24px;
  z-index: 2
}

.showcase-category .arrow .icon {
  fill: var(--color_text_category_per)
}

.showcase-category .arrow.prev {
  left: -14px
}

.showcase-category .arrow.next {
  right: -14px
}

.showcase.clearfix {
  margin: 45px 0
}

.showcase.clearfix .slick-dots {
  display: none !important
}

.showcase.clearfix .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: 0 0;
  font-size: 0;
  -webkit-appearance: none;
  border: 0 !important;
  z-index: 2
}

.showcase.clearfix .slick-arrow::before {
  display: none !important
}

.showcase.clearfix .slick-arrow.slick-prev {
  left: 0 !important
}

.showcase.clearfix .slick-arrow.slick-prev::after {
  border-top-color: transparent;
  border-right-color: transparent
}

.showcase.clearfix .slick-arrow.slick-next {
  right: 0 !important
}

.showcase.clearfix .slick-arrow.slick-next::after {
  border-bottom-color: transparent;
  border-left-color: transparent
}

.showcase.clearfix .slick-arrow::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.section-showcase {
  margin: 47px 0 38px
}

.showcase-category .button-white {
  background-color: var(--bg_button_category_per);
  color: var(--color_button_category_per);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.showcase-category .button-white:hover {
  background-color: var(--bg_button_hover_category_per);
  opacity: .9
}

.button-white {
  background-color: #fff;
  line-height: 3.25rem;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  color: #222
}

.product {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.discount-line, .product .discount {
  position: absolute;
  left: 0;
  top: 2.25rem;
  background: var(--tag_desconto_bg);
  color: #fff;
  text-align: center;
  font-weight: 600;
  min-width: 60px;
  font-size: .75rem;
  line-height: 1.625rem;
  z-index: 2;
  padding: 0 8px
}

.product .image {
  position: relative;
  overflow: hidden
}

.product .space-image::after {
  content: '';
  display: block;
  padding-bottom: 100%
}

.product .space-image.large::after {
  content: '';
  display: block;
  padding-bottom: 125.68%
}

.product .space-image.dark::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, .2);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  z-index: 2
}

.product .space-image img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%
}

.product .space-image.second img:nth-child(2) {
  opacity: 0
}

.product:hover .space-image.second img:nth-child(1) {
  opacity: 0
}

.product:hover .space-image.second img:nth-child(2) {
  opacity: 1
}

.product .space-image img:not(.loaded) {
  width: 100%
}

.product .view {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 222px;
  width: calc(100% - 20px);
  background-color: var(--button_details);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s
}

.product:hover .space-image::before, .product:hover .view {
  opacity: 1
}

.product .info-product {
  padding: 0 14px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.product .product-image {
  position: relative
}

.product .product-image::before {
  content: '';
  display: block;
  padding-bottom: 100%
}

.product .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  max-width: 100%;
  max-height: 100%
}

.product .product-name, .produto .product-name {
  margin: 20px 0 16px;
  font-size: .90rem;
  line-height: 1.23;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-align: center;
  max-height: 34px;
}

.list-star {
  margin: .313em 0;
  font-size: 1rem
}

.list-star .total {
  font-size: .75rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #6e6e6e
}

.list-star .icon {
  fill: #707070;
  background: url(../images/star.svg) no-repeat;
  width: .938em;
  height: .938em;
  background-size: 100%;
  display: block
}

.list-star .icon.active {
  background-image: url(../images/star-check.svg)
}

.list-star .icon:not(:last-child) {
  margin-right: 5px
}

.starn {
  fill: #707070;
  background: url(../images/star.svg) no-repeat;
  width: .938rem;
  height: .938rem;
  background-size: 100%;
  display: block
}

.starn.star-on {
  background-image: url(../images/star-check.svg)
}

.product .price {
  line-height: 1.3;
  padding: 3px 0
}

.product .price-off {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--preco_color)
}

.product .price-off .por {
  font-size: .62em;
  font-weight: 500
}

.product .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product .price .line-price, .product .product-price .price {
  font-size: .75rem;
  font-weight: 400;
  position: relative
}

.product .price .line-price::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: -2px;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: var(--color_primary)
}

.product .product-price .price::before {
  left: 0
}

.product .product-payment {
  font-size: .75rem
}

.product .product-payment img[src*=sobconsulta] {
  display: block;
  margin: 0 auto 5px
}

.product .product-payment .oculta_destaque, .product .product-payment .precode, .product .product-payment br {
  display: none
}

.product .product-payment b, .product .product-payment strong {
  font-weight: 600;
  color: var(--payment_color)
}

.product-buttons {
  display: none
}

@media (max-width:767px) {
  .product .name {
    font-size: .688rem;
    margin: 15px 0 12px
  }

  .list-star .icon {
    width: .76rem;
    height: .76rem
  }

  .list-star .icon:not(:last-child) {
    margin-right: 3px
  }

  .product .price {
    font-size: 1.125rem
  }

  .product .price-off {
    font-size: 1rem
  }

  .product .payment {
    font-size: .625rem
  }

  .product .view {
    display: none
  }

  .product .info-product {
    padding: 0 8px 8px
  }

  .discount-line, .product .discount {
    font-size: .625rem;
    line-height: 22px;
    padding: 0 6px;
    min-width: 0;
    top: 16px
  }
}

.section-avaliacoes .arrow .icon, .section-brands .arrow .icon, .showcase .arrow .icon {
  height: 24px;
  height: 24px
}

.section-avaliacoes .arrow.prev, .section-brands .arrow.prev, .showcase .arrow.prev {
  left: -10px;
  height: 24px
}

.section-avaliacoes .arrow.next, .section-brands .arrow.next, .showcase .arrow.next {
  right: -10px;
  height: 13px
}

.list-product, .slide-category {
  margin: 0 -15px
}

.list-product .item, .slide-category .item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.list-product .item {
  width: 25%
}

.msg-list {
  font-size: 1.125rem;
  padding: 20px 0;
  font-weight: 600
}

.msg-list.white {
  color: #fff
}

.smarthint-release-date-description {
  display: none
}

@media (max-width:1220px) {
  .slide-category {
    margin: 0 10px
  }
}

@media (max-width:991px) {
  .list-product .item {
    width: 33.33333%
  }
}

@media (max-width:767px) {
  .list-product {
    margin: 0 -5px
  }

  .list-product .item, .slide-category .item {
    padding: 0 5px
  }

  .section-avaliacoes .arrow, .section-brands .arrow, .showcase .arrow, .showcase-category .arrow {
    width: 13px;
    height: 13px
  }

  .section-avaliacoes .arrow .icon, .section-brands .arrow .icon, .showcase .arrow .icon, .showcase-category .arrow .icon {
    width: 13px;
    height: 13px
  }

  .button-white {
    font-size: .75rem;
    padding: 0 22px;
    line-height: 44px
  }

  .section-avaliacoes .arrow.prev, .section-brands .arrow.prev, .showcase .arrow.prev {
    left: -5px
  }

  .section-avaliacoes .arrow.next, .section-brands .arrow.next, .showcase .arrow.next {
    right: -5px
  }
}

@media (max-width:550px) {
  .list-product .item {
    width: 50%
  }

  .showcase-category .box-text {
    width: 150px;
    padding-right: 10px
  }

  .showcase-category .box-text .title {
    font-size: 1.5rem
  }

  .showcase-category .box-text .sub-title {
    font-size: .625rem
  }

  .showcase-category .cols {
    width: calc(100% - 150px)
  }

  .slide-category {
    margin: 0 5px
  }
}

.section-brands {
  margin: 52px 0
}

.section-brands .box-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section-brands .box-brand {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 180px;
  padding: 0 18px
}

.section-brands .box-brand img {
  max-width: 100%;
  width: auto !important;
  max-height: 80px;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  opacity: 0
}

.section-brands .box-brand img.loaded {
  opacity: 1
}

.section-brands .box-brand img:hover {
  opacity: .8
}

.section-brands .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-brands .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

img.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

img.transform.loaded {
  opacity: 1
}

img.transform.vertical {
  width: 100%
}

img.transform.horizontal {
  height: 100%
}

.section-instagram {
  margin-bottom: 52px
}

.section-instagram .overflow {
  margin: 0 -7px
}

.section-instagram .list .item {
  width: 25%;
  padding: 0 7px
}

.section-instagram img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.005);
  transform: translate3d(-50%, -50%, 0) scale(1.005);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.section-instagram a:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.08);
  transform: translate3d(-50%, -50%, 0) scale(1.08)
}

.section-instagram .box-image {
  position: relative;
  overflow: hidden;
  display: block
}

.section-instagram .box-image::before {
  content: '';
  display: block;
  padding-bottom: 100%
}

@media (max-width:767px) {
  .section-instagram .overflow {
    margin: 0 -10px;
    overflow: auto
  }

  .section-instagram .overflow .list {
    min-width: 1030px
  }

  .section-instagram .list .item {
    padding: 0 5px
  }

  .container>div[class*=section]:first-child {
    margin: 33px 0
  }

  .section-showcase {
    margin: 33px 0
  }

  .showcase-category .cols {
    padding: 25px 0
  }
}

.noticias #noticia_dados {
  margin: unset
}

.noticias #noticia_imagem {
  float: unset;
  padding: unset;
  width: unset;
  height: unset
}

.noticias {
  margin: 0 -15px 52px
}

.noticias:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.noticias:not(.slick-slider) li {
  width: 33.33333%;
  margin-bottom: 30px
}

.noticias li {
  float: unset;
  padding: unset;
  margin: unset;
  border: unset;
  height: unset;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.box-noticia {
  max-width: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto
}

.box-noticia #noticia_imagem {
  position: relative;
  overflow: hidden;
  background-color: rgba(112, 112, 122, .2)
}

.box-noticia #noticia_imagem::before {
  content: "";
  display: block;
  padding-bottom: 53%
}

.box-noticia #noticia_imagem img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.01);
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  width: 100%;
  -webkit-transition: cubic-bezier(.59, -.32, .07, .62) .3s;
  -o-transition: cubic-bezier(.59, -.32, .07, .62) .3s;
  transition: cubic-bezier(.59, -.32, .07, .62) .3s;
  max-width: none;
  opacity: 0
}

.box-noticia #noticia_imagem img.loaded, .page-busca_noticias .box-noticia #noticia_imagem img {
  opacity: 1
}

.box-noticia:hover #noticia_imagem img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1)
}

.box-noticia #noticia_dados {
  border: 1px solid rgba(112, 112, 122, .2);
  text-align: center;
  padding: 0 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#noticia_dados h3 {
  font-size: 0;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 500
}

#noticia_dados p::before {
  content: '';
  display: block;
  width: 66px;
  height: 1px;
  background-color: #222;
  margin: 13px auto 16px
}

#noticia_dados h3 a {
  font-size: .813rem;
  display: block;
  line-height: 1.69;
  display: -webkit-box;
  max-height: 42px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: inherit;
  min-height: 21px
}

#noticia_dados h3 a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

#noticia_dados p {
  font-size: .75rem;
  line-height: 1.58
}

@media (max-width:767px) {
  .noticias:not(.slick-slider) li {
    width: 50%
  }

  .noticias {
    margin: 0 -10px
  }

  .showcase h2, .title-section {
    font-size: 1.125rem
  }
}

@media (max-width:480px) {
  .noticias:not(.slick-slider) li {
    width: 100%
  }
}

.section-avaliacoes {
  margin-bottom: 40px
}

.section-avaliacoes .dep_lista {
  margin: 0 -15px
}

.section-avaliacoes .dep_item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-avaliacoes .dep_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.dep_dados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.dep_dados .dep_msg {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  font-size: .875rem;
  line-height: 1.64;
  padding: 41px;
  background: url(../images/quote.svg) no-repeat 20px 20px;
  background-color: rgba(228, 228, 228, .5);
  display: block;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.dep_dados .dep_nota {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.dep_img, .dep_nota {
  display: none
}

.dep_dados .dep_nome {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.58;
  margin: 6px 0
}

.dep_dados .dep_data, .dep_dados .dep_msg span, .dep_dados .dep_nome span {
  display: none
}

.dep_link {
  display: none
}

.depoimentos-modal h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px
}

.page-content #depoimento {
  display: none
}

.editDep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.editDep>li {
  width: calc(50% - 20px);
  margin: 0 10px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.editDep strong {
  font-weight: 600
}

.editDep h3 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  text-indent: -40px;
  overflow: hidden
}

.editDep ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.editDep ul li strong, .editDep ul li:not(.dep):first-child {
  display: none
}

.editDep ul li.dep {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 41px;
  font-size: .875rem;
  line-height: 1.64;
  background: url(../images/quote.svg) no-repeat 20px 20px;
  background-color: rgba(228, 228, 228, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%
}

.editDep ul li:not(.dep) {
  font-size: .75rem;
  line-height: 1.5
}

.editDep h3 {
  font-weight: 600
}

.editDep h3 img {
  display: none
}

#depoimento {
  font-size: .875rem
}

#depoimento label {
  display: block;
  margin-bottom: 14px
}

#depoimento label h3 {
  font-size: inherit;
  font-weight: inherit
}

#depoimento .nota_dep label {
  display: inline-block;
  margin-left: 5px
}

#depoimento br {
  display: none
}

.textarea {
  max-width: 100%
}

#depoimento span.block {
  margin: 5px 0;
  display: block
}

#depoimento input[size], #depoimento input[type=email], #depoimento input[type=text], #depoimento textarea {
  width: 100%;
  display: block;
  margin-top: 5px
}

.page-depoimentos .board .left {
  font-size: 0
}

.page-depoimentos .page-content br, .page-depoimentos .page-content hr {
  display: none
}

.page-depoimentos .page-content .botao-commerce {
  max-width: 180px;
  margin: 30px auto;
  width: 100%
}

@media (max-width:1200px) {
  .section-avaliacoes .dep_lista {
    margin: 0
  }

  .section-avaliacoes .dep_item {
    padding: 0 10px
  }
}

@media (max-width:650px) {
  .editDep>li {
    width: 100%
  }
}

.video-button {
  background: #df2626;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  font-size: .875rem;
  font-weight: 500;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  -webkit-box-shadow: 0 4px 8px transparent;
  box-shadow: 0 4px 8px transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3
}

.video-button:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.video-button svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #fff
}

.video-button span {
  display: inline-block;
  vertical-align: middle
}

.list-seal-product {
  margin: 20px 0 15px
}

.list-seal-product .tag {
  padding: 0 8px;
  border: 1px solid var(--tags_product_bg);
  line-height: 1.6;
  white-space: nowrap;
  font-size: .75rem;
  text-transform: uppercase;
  background-color: var(--tags_product_bg);
  color: #fff;
  margin-bottom: 5px
}

.list-seal-product .tag:not(:last-child) {
  margin-right: 10px
}

.breadcrumb {
  font-size: .75rem;
  margin: 20px 0 31px
}

.breadcrumb:not(.central-breadcrumb)::before {
  content: attr(data-text);
  padding-right: 6px
}

.breadcrumb a {
  text-decoration: underline;
  -webkit-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s
}

.breadcrumb a:hover {
  color: var(--color_second)
}

.breadcrumb .breadcrumb-item {
  margin-bottom: 5px
}

.breadcrumb .breadcrumb-item:not(:last-child) {
  padding-right: 25px;
  position: relative
}

.breadcrumb .breadcrumb-item:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  right: 9px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background: url(../images/to-right.svg) no-repeat;
  background-size: 6px
}

.product-colum-left {
  width: calc(100% - 406px);
  padding-right: 30px;
}

.product-colum-right {
  width: 406px
}

.box-gallery .nav-images {
  width: 84px
}

.box-gallery .nav-images .slick-track {
  display: block
}

.box-gallery .nav-images .box-img {
  height: 90px;
  width: 74px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.box-gallery .nav-images .slick-current .box-img {
  opacity: .5
}

.box-gallery .nav-images .box-img img {
  max-width: 100%;
  margin: auto
}

.nav-images .arrow {
  width: 14px;
  height: 14px;
  left: 0;
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.nav-images .arrow.prev {
  bottom: auto;
  top: -14px
}

.nav-images .arrow.next {
  top: auto;
  bottom: -14px
}

.nav-images .arrow .icon {
  width: 14px;
  height: 14px
}

.box-gallery .box-img {
  position: relative
}

.box-gallery .list-images .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 3
}

.box-gallery .image-show .discount-line {
  position: absolute;
  top: 0;
  right: 0;
  left: auto
}

.box-gallery .image-show {
  width: calc(100% - 84px);
  position: relative
}

.box-gallery .image-show img:first-child {
  max-width: 100%;
  max-height: inherit;
  background-color: #fff;
  display: block;
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
  opacity: 0
}

.box-gallery .image-show .item:not(.slick-slide)+.item {
  display: none
}

.image-show .box-img {
  text-align: center
}

.image-show .box-img .zoom {
  display: inline-block;
  max-height: inherit;
  min-height: inherit
}

.obriga.red {
  font-size: 0
}

.obriga.red::before {
  content: '*';
  font-size: .75rem
}

.relative-area {
  position: relative
}

#loading-product-container {
  display: none
}

.produto-bonus {
  font-size: .75rem;
  text-align: center;
  display: block;
}

.produto-bonus strong {
  font-weight: 600;
  padding-left: 4px
}

.relative-area .product-name {
  text-align: center;
  font-size: 22px;
  line-height: 1.09;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color_name_product)
}

.relative-area .info-product {
  font-size: .75rem;
  text-align: center;
  margin: 15px 0 0
}

.relative-area .info-product:empty {
  display: none
}

.relative-area .info-product b, .relative-area .info-product strong {
  font-weight: 600
}

.relative-area .info-product b::after, .relative-area .info-product strong::after {
  content: '';
  display: block
}

#produto_preco {
  text-align: center
}

#produto_preco .color-tone-2+br {
  display: none
}

#produto_preco .color-tone-2 {
  font-size: .875rem;
  font-weight: 500
}

#produto_preco .color-tone-2.txt-por {
  display: none
}

#produto_preco .PrecoPrincipal {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--preco_color_product)
}

#produto_preco #precoDe {
  display: inline-block;
  font-size: .75rem;
  position: relative
}

#produto_preco #precoDe::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  background: var(--color_primary);
  left: 19px;
  right: 0;
  margin: auto
}

.currency {
  text-decoration: none
}

.barra_cada+br {
  display: none
}

#detalhes_formas {
  font-size: 0;
  cursor: pointer;
  text-decoration: underline;
  display: none;
  margin: 15px 0px 15px 0px;
}

#info_preco:not(:empty)+#detalhes_formas {
  display: none
}

#detalhes_formas::before {
  content: 'QUAL O TAMANHO DE SEU ANEL? CLIQUE AQUI';
  font-size: .75rem
}

a#showPaymentMethods {
  display: none
}

#info_preco {
  font-size: 1rem;
  display: block
}

#info_preco b, #info_preco strong {
  font-weight: 600;
  color: var(--payment_color_product)
}

#info_preco br {
  display: none
}

#acceptTerm, .advancedSearchFormBTimg, .botao-commerce, .botao_tire_duvidas {
  color: #fff !important;
  background-color: var(--bg_button_primary);
  border-radius: 0;
  font-size: .75rem;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  cursor: pointer
}

#acceptTerm:hover, .advancedSearchFormBTimg:hover, .botao-commerce:hover, .botao_tire_duvidas:hover {
  background-color: var(--bg_button_primary_hover)
}

#acceptTerm {
  display: block;
  margin-top: 10px
}

.advancedSearchFormBTimg {
  height: auto !important;
  width: auto !important
}

.botao-commerce * {
  color: inherit !important
}

.botao_tire_duvidas {
  display: inline-block
}

.perguntasProdutoBTimg {
  background: var(--bg_button_primary);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.botao-comprar {
  line-height: 52px;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--button_buy)
}

.botao-comprar:hover {
  background-color: var(--button_buy_hover)
}

#quantidade label {
  display: block;
  padding-left: 14px
}

#quantidade input {
  width: 60px;
  display: block;
  height: 52px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0 5px
}

.produto-economize {
  font-size: .75rem;
  font-weight: 400;
  display: none
}

#product-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  width: calc(100% + 14px);
  margin-left: -14px
}

#product-form-box label {
  font-size: 0
}

#product-form-box #bt_comprar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#product-form-box #bt_comprar img {
  max-width: 100%
}

.cor_variacao li img {
  display: block;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border: 2px solid #efefef
}

.cor_variacao li img.cor_selecionada {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
  border-color: #fff
}

.cor_variacao li>div {
  min-width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  padding: 0 5px
}

.cor_variacao li>div:hover {
  background-color: #efefef
}

.cor_variacao li.sem_estoque>div {
  background: #e4e4e4
}

.cor_variacao li>div.cor_selecionada {
  background-color: var(--color_primary);
  border-color: var(--color_primary);
  color: #fff
}

.lista_radios:not(.listaVarMultipla) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px
}

.lista_radios:not(.listaVarMultipla) li {
  padding: 0 5px 5px
}

.lista_radios:not(.listaVarMultipla) label {
  position: relative
}

.lista_radios:not(.listaVarMultipla) label input {
  position: absolute;
  z-index: -1;
  opacity: .001;
  width: 0;
  height: 0
}

.lista_radios:not(.listaVarMultipla) label span {
  display: block;
  min-width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  cursor: pointer;
  padding: 0 8px
}

.lista_radios:not(.listaVarMultipla) label span:hover {
  background-color: #efefef
}

.lista_radios:not(.listaVarMultipla) label input:checked+span {
  background-color: var(--color_primary);
  border-color: var(--color_primary);
  color: #fff
}

div[style="clear:both;"] {
  font-size: 0
}

.box-frete .produto-calcular-frete {
  display: none
}

.box-frete {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  margin: 20px 0 0
}

.submit-frete {
  height: 52px;
  width: 82px;
  background: #ececec;
  color: #222;
  border: 1px solid #e4e4e4;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.submit-frete:hover {
  background-color: #e0e0e0
}

.new-frete .box-left {
  border: 1px solid #e4e4e4;
  height: 52px;
  padding: 0 18px;
  width: calc(100% - 92px)
}

.new-frete .box-left input {
  height: 50px;
  padding-left: 9px;
  font-size: 1rem;
  font-weight: 600;
  width: calc(100% - 168px)
}

.new-frete .box-left .text {
  font-size: .75rem;
  font-weight: 600;
  white-space: nowrap
}

.new-frete .box-left .icon {
  fill: var(--icon_frete_color);
  width: 31px;
  height: 31px;
  margin-right: 12px
}

.box-frete .result:empty {
  display: none
}

.product-lote {
  text-align: center;
  margin-bottom: 14px;
  font-size: .875rem
}

.product-lote img {
  display: block;
  margin: auto;
  max-width: 100%
}

.box-frete .result {
  margin-top: 20px;
  font-size: .75rem
}

.box-frete .result table {
  width: 100%
}

.box-frete .result th {
  font-weight: 600;
  white-space: nowrap
}

.box-frete .result tr:nth-child(odd) td, .box-frete .result tr:nth-child(odd) th {
  background-color: #ececec
}

.box-frete .result td, .box-frete .result th {
  padding: 5px
}

.box-frete .result strong {
  white-space: nowrap
}

.box-frete .result .icon {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 20px auto
}

.box-frete .result .load-css {
  padding: 15px 0
}

.cor_variacao select {
  width: 100%;
  display: block;
  padding-left: 18px;
  font-size: .75rem
}

.cor_variacao.passo2 {
  margin-top: 10px
}

.listaVarMultipla {
  font-size: .875rem
}

.listaVarMultipla li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto
}

.listaVarMultipla li:not(:last-child) {
  margin-bottom: 10px
}

.labelMultiVariacao {
  padding-right: 10px
}

.labelQuantVariacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.listaVarMultipla .inputQuantVariacao {
  height: 42px;
  padding: 0 5px !important;
  width: 60px !important;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 5px
}

#quantidade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#estoque_variacao {
  font-size: .635rem;
  text-align: center;
  display: block;
  padding: 0 6px
}

.tray-kit {
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin: 20px 0 0;
  font-size: .875rem
}

.tray-kit h3 {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px
}

.tray-kit .tray-kit-item {
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #e4e4e4
}

.tray-kit .tray-kit-item>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 8px
}

.tray-kit-unity {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: .75rem;
  width: 80px;
  text-align: center
}

.tray-kit .tray-kit-image {
  width: 90px;
  padding-right: 10px
}

.tray-kit .tray-kit-info {
  width: calc(100% - 90px)
}

.tray-kit .tray-kit-image img {
  max-width: 100%;
  display: block;
  margin: auto
}

@media (max-width:1100px) {
  .new-frete .box-left .text {
    font-size: 0
  }

  .new-frete .box-left .text::before {
    content: 'FRETE:';
    font-size: .75rem
  }

  .new-frete .box-left input {
    width: calc(100% - 79px);
    font-size: .875rem
  }

  .product-colum-left {
    padding-right: 15px
  }

  .product-colum-right {
    width: 340px
  }

  .product-colum-left {
    width: calc(100% - 340px)
  }
}

@media (max-width:930px) {
  .box-col-product {
    display: block;
    max-width: 615px;
    margin: 10px auto 0
  }

  .product-colum-left {
    width: auto;
    padding: 0
  }

  .product-colum-right {
    width: auto;
    margin: 20px 12px 0;
    width: 100%;
  }
}

@media (max-width:767px) {
  .box-gallery .nav-images {
    display: none
  }

  .box-gallery .image-show {
    width: 100%
  }
}

.image-show .slick-dots {
  text-align: center;
  height: 0;
  position: relative;
  top: -23px
}

.page-info-product {
  margin: 40px 0 0;
  border-top: 2px solid #e4e4e4;
  padding: 32px 0 0
}

.abasProduto {
  overflow: auto;
  padding: 0 10px 15px;
  margin: 0 -10px 15px
}

.page-info-product .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page-info-product .list a {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: .5;
  text-transform: uppercase
}

.page-info-product .list li {
  padding-right: 5px
}

.page-info-product .list li:not(:last-child) {
  padding-right: 30px
}

.page-info-product .list .aberta a {
  opacity: 1
}

.board_htm::after {
  content: '';
  display: block;
  clear: both
}

.board_htm h1 {
  font-size: 1.375rem
}

.board_htm h2 {
  font-size: 1.125rem
}

.board_htm h3 {
  font-size: 1rem
}

.board_htm h4 {
  font-size: .938rem
}

.board_htm h5 {
  font-size: .875rem
}

.board_htm h6 {
  font-size: .75rem
}

.board_htm h1, .board_htm h2, .board_htm h3, .board_htm h4, .board_htm h5, .board_htm h6 {
  font-weight: 600
}

.board_htm img {
  max-width: 100%;
  height: auto !important
}

.board_htm {
  font-family: inherit;
  font-size: .875rem;
  line-height: 25px
}

.board_htm * {
  font-family: inherit !important
}

.board_htm p {
  margin-bottom: 14px
}

.board_htm table td, .board_htm table th {
  padding: 5px
}

.board_htm table tr:nth-child(odd) td {
  background-color: #efefef
}

.board_htm h1, .board_htm h2, .board_htm h3, .board_htm h4, .board_htm h5, .board_htm h6 {
  margin-bottom: 16px
}

.compreJunto form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.compreJunto form .fotosCompreJunto {
  width: calc(100% - 245px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px
}

#ProdBlockCompreJunto #ProdAbas {
  display: none
}

.compreJunto>li:nth-child(n+2) {
  margin-top: 40px
}

.produto {
  width: 33.3333%;
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.unidades_topo {
  font-size: .75rem;
  text-align: center;
  display: block
}

.produto>span {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.produto span>a, .produto span>div {
  display: block;
  position: relative;
  margin-bottom: 10px
}

.produto span>a::before, .produto span>div::before {
  content: '';
  display: block;
  padding-bottom: 100%
}

.produto img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  max-height: 100%
}

.precoCompreJunto {
  width: 245px;
  padding-right: 10px
}

.fotosCompreJunto .plus {
  width: 0;
  font-size: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px)
}

.varCont {
  margin-bottom: 10px
}

.varCont input[type=text], .varCont select {
  width: 100%;
  display: block;
  height: 42px;
  padding-left: 14px
}

.varTit {
  margin: 4px 0;
  font-weight: 600;
  font-size: .75rem
}

.varCont+.varTit:not(.onVar) {
  display: none
}

.comprejuto_preco {
  font-size: .75rem
}

.comprejuto_preco span {
  font-size: .938rem
}

.comprejunto_preco2 {
  font-size: .938rem;
  font-weight: 600;
  margin: 2px 0
}

.comprejunto_preco2 strong:first-child {
  font-weight: 400;
  padding-right: 4px;
  font-size: .75rem
}

.comprejunto_economize {
  font-size: .75rem;
  margin: 5px 0
}

.botao-compre-junto {
  width: 100%;
  line-height: 52px;
  font-size: 1rem;
  font-weight: 700;
  margin: 13px 0 0;
  max-width: 420px
}

.precoCompreJunto>div:first-child {
  font-size: 0
}

.precoCompreJunto>div:first-child strong {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.compre-junto {
  margin-top: 60px
}

#container-add-lista {
  font-size: .875rem;
  margin: 20px 0;
  text-align: center
}

#container-add-lista a {
  font-size: 0
}

.wishlist:hover a {
  color: var(--color_second)
}

#container-add-lista a::before {
  content: 'ADICIONAR AOS FAVORITOS';
  font-size: 12px;
  font-weight: 600
}

#form_comprar .wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px
}

#form_comprar .wishlist svg {
  margin-right: 5px;
  fill: var(--color_text);
  -webkit-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s
}

#form_comprar .wishlist:hover svg {
  fill: var(--color_second)
}

.page-listas_index .board h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px
}

#tipos-listas h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px
}

#lista_criar h2 {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase
}

#lista_criar input[size="40"], #lista_criar input[size="50"] {
  width: 100%;
  max-width: 300px
}

.page-listas_criar .board {
  font-size: .875rem
}

.page-listas_criar .board td {
  padding: 10px;
  word-break: break-all
}

.page-print_lista .page-content h1 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0
}

.page-print_lista .page-content h2 {
  font-size: 1rem
}

.lista-produtos {
  text-align: center;
  display: inline-block;
  max-width: 340px;
  margin: 15px;
  width: 100%
}

.lista-produtos .lista-produto-comprar input[type=image] {
  background: url(../images/bt-lista.JPG) left top no-repeat;
  height: 0;
  padding: 18px 110px;
  width: 0
}

.lista-produtos .lista-produto-qtde .refresh img {
  display: none
}

.lista-produtos .lista-produto-qtde .refresh::before {
  content: '';
  height: 35px;
  width: 35px;
  background: url(../images/bt-atualizar.png) no-repeat;
  margin: 0 auto 5px;
  display: block
}

.lista-imagem img {
  max-width: 100%
}

.page-lista .board {
  margin: 20px 0
}

.page-lista .board hr {
  margin: 20px 0
}

.lista-produtos .qntd {
  border: 1px solid #e5e5e5;
  width: 80px;
  display: block;
  margin: 5px auto;
  height: 35px;
  text-align: center
}

.page-navegacao_visitados hr {
  margin: 20px 0
}

.page-navegacao_visitados .change {
  display: none
}

.page-navegacao_visitados h2 {
  font-size: 1.125rem;
  margin: 20px 0
}

.bts, .bts2 {
  padding: 0 4px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  font-size: .75rem;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0 5px
}

.vitrineVisitados {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .875rem
}

.vitrineVisitados>li {
  padding: 10px;
  width: calc(100% / 3)
}

.nomeProd {
  margin-bottom: 10px;
  display: block
}

.ranking.hreview-aggregate {
  margin: 5px 0
}

.editComment li>a {
  display: block;
  width: 90px;
  height: 90px
}

.editComment li>a img {
  display: block;
  margin: auto
}

.editComment li {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.editComment h3 {
  font-size: .75rem;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  width: calc(100% - 100px);
  left: 100px;
  top: 0
}

.editComment .bts {
  margin: 0 0 5px
}

.editComment .ranking {
  font-weight: 600
}

.editComment .relativity {
  width: calc(100% - 100px);
  padding-top: 25px
}

.editComment .change {
  font-size: .75rem;
  margin-top: 5px
}

.consulta-product {
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: 10px
}

@media (max-width:1024px) {
  .box-gallery .image-show img:nth-child(2) {
    display: none !important
  }
}

@media (max-width:767px) {
  .page-info-product .list a {
    font-size: .938rem;
    white-space: nowrap
  }

  .compreJunto form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .compreJunto form .fotosCompreJunto {
    width: 100%;
    padding: 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .produto {
    width: 100%;
    max-width: 300px
  }

  .fotosCompreJunto .plus {
    width: 100%;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    text-align: center;
    line-height: .8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .precoCompreJunto {
    width: 100%;
    padding: 0 10px
  }

  .relative-area .product-name {
    font-size: 1rem;
    line-height: 1.25
  }

  #lista_criar td {
    display: block;
    padding: 5px 0
  }

  .vitrineVisitados>li {
    width: 100%
  }
}

#coments h2 {
  font-size: 1.125rem;
  font-weight: 600
}

#coments {
  font-size: .875rem
}

#coments .botao-commerce {
  margin-top: 20px
}

#email_coment {
  margin-bottom: 10px
}

#email_coment, #nome_coment {
  margin-bottom: 10px;
  background: #fff;
  margin-left: 5px
}

#coments a {
  text-decoration: underline
}

.rateBlock .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.rateBlock .starn {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  cursor: pointer
}

#coments h3 {
  font-size: .875rem;
  margin-bottom: 5px;
  font-weight: 600
}

#coments .board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#coments .board>h2:first-child {
  margin-top: 40px
}

#coments .blocoSucesso~* {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.hreview-comentarios {
  margin-top: 20px;
  padding: 10px;
  background: rgba(228, 228, 228, .5)
}

.hreview-comentarios h3, .hreview-comentarios h4 {
  font-size: .75rem !important;
  font-weight: 400 !important
}

.hreview-comentarios .ranking {
  margin: 10px 0 5px;
  font-weight: 600
}

.hreview-comentarios .description {
  margin: 5px 0
}

.col-content .description {
  display: none;
  margin: 20px 0
}

.catalog-empty {
  padding: 40px 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center
}

.application>.box-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
  visibility: hidden
}

.application>.box-fixed.active {
  opacity: 1;
  visibility: visible
}

.application>.box-fixed .close-modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.application>.box-fixed .center {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px 0
}

.application>.box-fixed .box-white {
  background: #fff;
  padding: 21px 28px;
  width: calc(100% - 40px);
  max-width: 305px;
  margin: auto;
  position: relative;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -o-transition: cubic-bezier(.54, -.65, .48, 1.64) .3s;
  transition: cubic-bezier(.54, -.65, .48, 1.64) .3s;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .32);
  z-index: 3
}

.application>.box-fixed.active .box-white {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.catalog-header {
  margin: 36px 0
}

.catalog-header img {
  display: block;
  max-width: 100%;
  margin: auto
}

.sidebar-category {
  width: 292px;
  padding-right: 26px
}

.sidebar-category .center .box-white {
  width: 100%
}

.box-fixed .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

@media (min-width:992px) {
  .sidebar-category+.col-content {
    width: calc(100% - 292px)
  }

  .sidebar-category+.col-content .showcase-catalog .list .item {
    width: calc(100% / 3)
  }
}

.button-filter {
  display: none
}

.box-fixed .list li li a {
  font-size: .75rem;
  line-height: 1.2;
  padding: 4px 0;
  display: inline-block
}

.filters-list {
  font-size: .75rem
}

.applied-filters {
  margin: 10px 0
}

.applied-filters a {
  color: var(--color_second);
  fill: var(--color_second);
  font-weight: 600
}

.applied-filters a svg {
  width: 8px;
  height: 8px;
  fill: inherit;
  margin-left: 10px
}

.box-fixed .sub-filter {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 18px 20px 18px 0;
  border-top: 1px solid #e4e4e4;
  position: relative;
  cursor: pointer;
  display: block
}

.box-fixed .sub-filter::before {
  content: '';
  display: block;
  height: 10px;
  width: 2px;
  background-color: var(--color_primary);
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  transition: ease-in-out .2s
}

.box-fixed .sub-filter.active::before {
  opacity: 0
}

.box-fixed .sub-filter::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--color_primary);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.box-fixed li:not(.sub) a.sub-filter::before, .sidebar-category li:not(.sub) a.sub-filter::after {
  display: none
}

.box-fixed .sub-filter ul, .box-fixed .sub-filter+ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
  transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s, transform ease-in-out .2s;
  transition: opacity ease-in-out .2s, transform ease-in-out .2s;
  transition: opacity ease-in-out .2s, transform ease-in-out .2s, -webkit-transform ease-in-out .2s;
  -webkit-transform: scale(1, .6);
  -ms-transform: scale(1, .6);
  transform: scale(1, .6);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0
}

.box-fixed .sub-filter.active ul, .box-fixed .sub-filter.active+ul {
  max-height: none;
  overflow: unset;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  margin-bottom: 14px
}

.filters-list a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  -webkit-transition: color ease-in-out .2s;
  -o-transition: color ease-in-out .2s;
  transition: color ease-in-out .2s
}

.filters-list a:hover {
  color: var(--color_second)
}

.filters-list label {
  cursor: pointer;
  padding: 5px 0
}

.space-radio {
  padding: 3px 0
}

.filters-list input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: .001;
  width: 0;
  height: 0
}

.filter-button {
  margin: 10px 0;
  width: 100%
}

.icon-radio {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  opacity: .5;
  position: relative;
  margin-right: 14px;
  display: block
}

.icon-radio::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #707070;
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.filters-list input:checked~.icon-radio::before {
  opacity: 1
}

.box-fixed .close-box {
  position: absolute;
  right: 17px;
  top: 23px;
  width: 12px;
  height: 12px;
  display: none;
  cursor: pointer
}

.col-content .breadcrumb {
  margin: 0 0 22px
}

.catalog-name {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.catalogo-form-filtros {
  font-size: .75rem
}

.catalogo-form-filtros label:not(:first-child) {
  padding-left: 10px
}

.catalogo-form-filtros label.filtro-ordem+label {
  display: none
}

.catalogo-form-filtros select.select {
  background-color: #f4f4f4;
  padding: 0 10px;
  height: 42px;
  border: 0
}

.catalog-cols .col-content:first-child {
  width: 100%
}

@media (max-width:460px) {
  .catalogo-form-filtros {
    text-align: center
  }

  .catalog-cols .catalogo-form-filtros select.select {
    margin: 10px 0
  }

  .button-filter {
    margin-bottom: 10px
  }
}

.showcase-catalog {
  margin: 18px 0
}

.showcase-catalog .list {
  margin: 0 -15px
}

.showcase-catalog .list .item {
  width: calc(100% / 4);
  padding: 0 15px 30px
}

.paginate-links .page-current {
  width: 42px;
  height: 42px;
  background-color: #222;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-size: .875rem;
  font-weight: 600;
  margin: 0 4px
}

.paginate-links .page-link a {
  min-width: 42px;
  padding: 0 4px;
  height: 42px;
  background-color: #fff;
  color: #707070;
  fill: #707070;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: .875rem;
  font-weight: 600;
  border: 2px solid #707070;
  margin: 0 4px;
  white-space: nowrap;
  -webkit-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s
}

.paginate-links .page-link:not(.page-next):not(.page-prev) a:hover {
  background-color: #efefef
}

.paginate-links .arrow {
  position: static;
  display: inline-block;
  vertical-align: -2px
}

.paginate-links .page-next a, .paginate-links .page-prev a {
  font-size: .875rem;
  text-transform: uppercase;
  border-color: #fff
}

.paginate-links .page-next a svg {
  margin-left: 5px;
  fill: inherit;
  width: 13px;
  height: 13px
}

.paginate-links .page-prev a svg {
  margin-right: 5px;
  fill: inherit;
  width: 13px;
  height: 13px
}

.paginate-links .page-current {
  width: 42px;
  height: 42px;
  background-color: var(--color_primary);
  color: #fff
}

@media (max-width:991px) {
  .showcase-catalog .list .item {
    width: calc(100% / 3)
  }

  .bar-info-catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .bar-info-catalog .system-filter {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .catalogo-form-filtros label {
    font-size: 0
  }

  .hide-menu, .sidebar-category {
    display: none
  }

  .box-fixed .close-box {
    display: block
  }

  .button-filter {
    display: block;
    height: 52px;
    border: 1px solid #e4e4e4;
    width: 210px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../images/down.svg) !important;
    background-size: 9.2px;
    background-position: calc(100% - 10px) center !important;
  }

  .catalogo-form-filtros select.select {
    background-color: #fff !important;
    height: 52px;
    border: 1px solid #e4e4e4;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin: 20px 0 20px;
    width: 210px;
    text-align: center
  }

  .bar-info-catalog .system-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .breadcrumb {
    display: none
  }

  .catalog-name {
    font-size: 1rem
  }
}

@media (max-width:767px) {
  .showcase-catalog .list {
    margin: 0 -5px
  }

  .showcase-catalog .list .item {
    padding: 0 5px 10px
  }
}

@media (max-width:650px) {
  .showcase-catalog .list .item {
    width: calc(100% / 2)
  }
}

@media (max-width:470px) {
  .catalogo-form-filtros label:not(:first-child) {
    padding: 0
  }

  .bar-info-catalog .system-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .paginate-links .page-next, .paginate-links .page-prev {
    display: none
  }
}

.board h1 {
  font-size: 1.375rem;
  text-align: center;
  text-transform: uppercase
}

.page-depoimentos .board h1 {
  margin-bottom: 30px
}

#vitrine-catalogo h3 {
  font-size: 1rem
}

#vitrine-catalogo .blocoAlerta {
  text-align: center
}

#vitrine-catalogo {
  padding: 30px 0 0
}

.page-search #Vitrine fieldset {
  border: 0;
  padding: 0;
  margin: 14px 0
}

.page-search #Vitrine fieldset p {
  margin: 30px 0
}

.page-search #Vitrine fieldset input[name=palavra_busca] {
  display: block;
  margin: 5px 0
}

.page-search #Vitrine form input[type=checkbox] {
  margin: 7px 5px 7px 0
}

.page-search #Vitrine #preco_ini {
  margin-right: 15px
}

.page-search #Vitrine form {
  max-width: 600px;
  margin: 0 auto
}

.Seguro {
  display: none
}

.page-content:not(.not-padding) {
  padding-top: 60px
}

.page-login .titulo-login {
  display: none
}

.page-login .carrinho-heading {
  display: none
}

.page-login .page-content {
  text-align: center
}

.caixa-cadastro, .caixa-login {
  border: 1px solid #efefef;
  padding-top: 20px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 40px
}

.caixa-cadastro fieldset, .caixa-login fieldset {
  border: 0;
  padding: 20px
}

.caixa-cadastro p:first-child {
  display: block;
  margin: 10px 0;
  width: 100%
}

.caixa-cadastro fieldset input {
  width: 100%;
  display: block
}

.caixa-cadastro fieldset p.campo-email {
  width: calc(100% - 130px);
  font-size: 0
}

.caixa-cadastro fieldset .botao-novo-cadastro {
  float: right;
  line-height: 52px;
  margin-top: -52px
}

.page-register .board h1 {
  text-align: center;
  margin: 0 0 20px
}

.page-register #CadastroAbas {
  text-align: center;
  margin: 0 0 20px
}

.page-register #CadastroAbas li {
  display: inline-block;
  margin: 0 10px 5px
}

.page-register #CadastroAbas li a {
  border: 1px solid #e4e4e4;
  font-size: .875rem;
  width: 137px;
  text-align: center;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  display: inline-block;
  line-height: 40px
}

.page-register #CadastroAbas li.aberta a {
  background-color: var(--color_primary);
  color: #fff;
  border-color: var(--color_primary)
}

.page-register h2 {
  font-size: 1rem;
  text-align: center
}

.page-register .page-content fieldset {
  border: 0;
  margin: 20px auto 0;
  width: 100%;
  max-width: 450px;
  border: 1px solid #e4e4e4;
  padding: 20px;
  font-size: .875rem
}

.page-register .topBorder+.board {
  text-align: center;
  margin: 20px 0 0
}

#fisica, #juridica {
  margin: 20px 0 0
}

.page-register .page-content fieldset label {
  display: block;
  margin: 5px 0 0
}

.page-register .page-content fieldset b, .page-register .page-content fieldset strong {
  font-weight: 600
}

.page-register fieldset input[type=email], .page-register fieldset input[type=password], .page-register fieldset input[type=tel], .page-register fieldset input[type=text], .page-register fieldset select {
  margin: 4px 0 0;
  background-color: #f5f5f5;
  border: 0;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.page-register fieldset input[type=email]:focus, .page-register fieldset input[type=password]:focus, .page-register fieldset input[type=tel]:focus, .page-register fieldset input[type=text]:focus {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.page-register fieldset input[size="40"], .page-register fieldset input[size="50"] {
  width: 100%
}

fieldset {
  border: 0
}

.blocoAlerta {
  padding: 5px 0;
  font-size: .75rem;
  color: #da0808;
  margin: 5px 0;
  display: block
}

.mensagensErro {
  color: #da0808;
  font-size: .75rem;
  padding: 4px 0 4px;
  display: inline-block
}

@media (max-width:480px) {
  .page-register .page-content fieldset {
    border: 0;
    padding: 0
  }
}

#lightwindow, #lightwindow_overlay {
  display: none
}

.sidebar-central {
  width: 250px;
  margin-right: 30px
}

.sidebar-central h4 {
  font-weight: 600;
  font-size: .9rem;
  margin: 10px 0 4px
}

.sidebar-central a {
  font-size: .875rem;
  display: inline-block;
  margin: 4px 0
}

.central-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.col-panel {
  width: calc(100% - 280px);
  font-size: .875rem
}

.col-panel h1, .col-panel h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 10px
}

.col-panel .icoPai {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 10px
}

.col-panel .icoFilho {
  padding: 0 10px
}

.icoFilho .bgcolor {
  background: var(--color_text)
}

.col-panel .icoPai img {
  display: none
}

.central-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.central-icons a {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: block;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center
}

.central-icons p {
  margin-top: -15px
}

.col-panel .tablePage {
  border: 1px solid #e4e4e4
}

.col-panel b, .col-panel strong {
  font-weight: 600
}

.col-panel .tablePage td, .col-panel .tablePage th {
  border: 1px solid #e4e4e4;
  padding: 5px
}

.table-overflow {
  overflow: auto;
  width: 100%
}

@media (max-width:991px) {
  .col-panel {
    width: 100%;
    margin: 20px 0
  }

  .sidebar-central {
    width: 100%;
    margin: 0
  }

  .line-panel {
    display: block
  }
}

.page-contact .board h1 {
  font-size: 1.375rem;
  text-align: center;
  margin: 0 0 5px
}

.page-contact .page-content {
  font-size: .875rem
}

.page-contact .page-content h3 {
  font-size: 1.188rem;
  margin: 20px 0 8px
}

.page-contact .board>p {
  font-size: .875rem;
  text-align: center;
  margin: 0 0 24px
}

.page-contact .page-content .container {
  max-width: 710px
}

.email-texto::before {
  content: '';
  display: block
}

.page-contact .page-content label.block {
  display: block;
  margin: 0 0 20px
}

.page-contact .page-content .block span.block {
  display: block;
  margin: 0 0 4px
}

.page-contact .page-content label.block>span:not([class]) {
  display: none
}

.page-contact .page-content .textarea, .page-contact .page-content input.text {
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  max-width: 100%
}

.page-contact .page-content .box-captcha {
  display: flex
}

.page-contact .page-content .box-captcha #captcha-loader {
  margin-top: 8px
}

.page-contact .page-content input#texto_captcha {
  width: calc(100% - 126px);
  margin-left: 20px
}

.page-contact .container2+.board {
  margin: 20px 0 0;
  border-top: 1px solid #efefef;
  padding: 2px 0 10px
}

.page-contact .board .botao-commerce {
  line-height: 42px;
  width: 125px;
  font-size: .938rem
}

.page-contact .page-content .msg-obriga {
  display: block;
  margin: 5px 0 20px
}

@media (max-width:767px) {
  .page-contact .page-content h3 {
    font-size: 1rem
  }
}

.page-content>.container>.board_htm.description {
  text-align: justify
}

.page-noticia .dataNoticia {
  font-size: .75rem
}

.page-noticia .board h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 5px 0 30px
}

.page-noticia .board img {
  float: left;
  max-width: 100%;
  margin-bottom: 15px;
  margin-right: 30px
}

@media (max-width:480px) {
  .page-noticia .board img {
    display: block;
    margin: 0 auto 15px;
    float: none
  }
}

.page-noticia .board p {
  font-size: .875rem;
  margin-bottom: 15px
}

.page-busca_noticias #listaCategoriasNoticias b {
  font-size: 1.375rem;
  text-transform: uppercase;
  display: block;
  text-align: center
}

.page-busca_noticias .board .left {
  margin: 20px 0 0;
  font-size: .875rem
}

@media (max-width:767px) {
  .section-notices .noticias {
    margin: 0 5px 40px
  }

  .noticias .arrow {
    width: 14px;
    height: 14px;
    fill: var(--color_primary)
  }

  .noticias .arrow .icon {
    width: 14px;
    height: 14px;
    fill: var(--color_primary)
  }

  .noticias .arrow.prev {
    left: -5px
  }

  .noticias .arrow.next {
    right: -5px
  }
}

.footer {
  background: var(--color_footer);
  margin-top: 60px
}

.newsletter {
  padding: 30px 0;
  flex-wrap: wrap;
  text-align: center;
}

.newsletter .text {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.newsletter form {
  width: calc(100%);
  margin: auto;
  justify-content: center;
}

.newsletter input.text {
  background: rgba(255, 255, 255, .16);
  height: 52px;
  width: calc(50% - 92px);
  display: block;
  font-size: .75rem;
  margin-right: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  border: 0;
  color: var(--color_text_footer)
}

.newsletter input.text::-webkit-input-placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter input.text:-ms-input-placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter input.text::-ms-input-placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter input.text::placeholder {
  color: var(--color_text_footer);
  opacity: 1
}

.newsletter .news-button {
  background: var(--color_button_footer);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  font-size: .875rem;
  font-weight: 600;
  width: 164px;
  text-align: center;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  height: 52px;
}

.newsletter .news-button:hover {
  background-color: var(--color_button_hover_footer)
}

.newsletter .first {
  color: var(--color_text_footer);
  line-height: 1.92;
  font-size: 1rem;
  font-weight: 300;
  margin: -2px 0 2px
}

.newsletter .last {
  color: var(--color_text_footer);
  line-height: .8;
  font-size: 1.90rem;
  font-weight: 700
}

.footer .social:empty {
  display: none
}

.footer .social {
  padding: 70px 0 15px;
  margin: 0 -5px
}

.footer .dot {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: var(--color_text_footer);
  text-align: center;
  display: block;
  font-size: 0;
  margin: 0 5px 2px
}

.footer .dot::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.footer .dot .icon {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  fill: var(--color_footer);
  margin: auto;
  display: inline-block
}

.footer .cols {
  padding: 0px 0px 20px
}

.footer .social {
  width: 100%
}

.footer .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.58;
  color: var(--color_text_footer);
  text-transform: uppercase;
  margin-bottom: 17px
}

.footer .t, .footer .v, .footer li a {
  opacity: .8;
  color: var(--color_text_footer)
}

.footer li a {
  font-size: 0.90rem;
  line-height: 1.67;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

.footer .box-info .v:hover, .footer a:focus, .footer a:hover {
  opacity: 1
}

.footer .t {
  font-size: .75rem;
  font-weight: 300
}

.footer .v {
  font-size: .875rem;
  font-weight: 500
}

.footer .v.large {
  font-size: .75rem
}

.footer .box-info {
  margin-bottom: 11px;
  max-width: 260px
}

.footer a.box-info:hover .t, .footer a.box-info:hover .v {
  opacity: 1
}

.footer .box-info .icon {
  min-width: 42px
}

.footer .box-info .icon svg {
  fill: var(--color_text_footer);
  width: 31px;
  padding: 1px
}

.footer .overflow+.title {
  margin-top: 30px
}

.payment-list {
  margin: 0 -5px;
  max-width: 320px
}

.payment-list img {
  width: 42px;
  height: 27px
}

.payment-list li {
  padding: 4px 5px 0
}

.foo-seals {
  max-width: 320px
}

.foo-seals .google {
  min-height: 43px
}

.foo-seals a {
  opacity: 1 !important
}

.foo-seals li:not(:last-child) {
  margin-right: 14px
}

.foo-seals .google>a:first-child {
  display: block;
  margin-bottom: 5px
}

.footer .copy {
  border-top: 1px solid var(--color_border_footer);
  padding: 20px 0;
  font-size: .75rem;
  color: var(--color_text_footer);
  font-weight: 800;
  text-align: center
}

.footer .copy>* {
  opacity: .4
}

.footer .copy .dev {
  font-size: .7rem;
  margin: 14px 0
}

.footer .copy .dev img {
  width: 80px;
  margin-left: 5px;
  display: block;
  margin-bottom: -4px
}

#NavLogoTray {
  color: var(--color_text_footer);
  text-align: center;
  font-size: .75rem
}

#NavLogoTray .timelogotray {
  display: none
}

@media (max-width:950px) {
  .newsletter {
    display: block;
    padding: 40px 0
  }

  .newsletter .text {
    text-align: center;
    width: auto;
    margin: 0 0 8px
  }

  .newsletter .news-button {
    height: 52px;
    width: 100%
  }

  .newsletter form {
    max-width: 450px;
    width: 100%;
    margin: 14px auto 0
  }

  .newsletter input.text {
    width: 100%;
    text-align: left
  }

  .newsletter form {
    display: block
  }

  .footer .cols {
    display: block
  }

  .footer .overflow {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    opacity: 0;
    -webkit-transform: scale(1, .6);
    -ms-transform: scale(1, .6);
    transform: scale(1, .6);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
  }

  .footer .title.active+.overflow {
    max-height: 350px;
    opacity: 1;
    margin-bottom: 18px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  .footer .title {
    cursor: pointer;
    margin-top: 10px !important
  }

  .footer .cols {
    padding: 16px 0
  }

  .footer .social {
    padding: 14px 0
  }
}

.mode-preview {
  margin: 10px 0 0
}

.filter__title {
  margin: 16px 0 14px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase
}

.filter__name, .filter__text {
  font-size: .75rem
}

.filter__button {
  width: 100%;
  background-color: var(--button_details);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  margin: 10px 0
}

.filter__button:hover {
  opacity: .9
}

.filter__input {
  margin-right: 2px;
  vertical-align: -1px
}

.filter__label {
  cursor: pointer;
  transition: color ease-in-out .2s
}

.filter__label:hover {
  color: var(--color_primary)
}

.lista_presentes table {
  font-size: .875rem
}

.lista_presentes b, .lista_presentes strong {
  font-weight: 600
}

.lista_presentes th {
  font-size: .875rem;
  font-weight: 600;
  padding: .6rem
}

.lista_presentes td {
  padding: .6rem
}

.lista_presentes select.select {
  width: 100%;
  margin-bottom: .65rem;
  min-width: 295px
}

.lista_presentes td a {
  width: 100px;
  display: block;
  float: left
}

.lista_presentes td a img {
  max-width: 100%
}

.lista_presentes td a+strong {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 104px);
  font-size: .75rem;
  max-width: 250px
}

.lista_presentes textarea {
  border: 1px solid #e4e4e4;
  padding: 14px;
  border-radius: 0;
  color: #565656;
  width: 100% !important;
  display: block;
  margin-top: .25rem
}

.lista_presentes li:last-child {
  margin-bottom: .938rem
}

#form_presentes .relative-button {
  float: right
}

#form_presentes .botao-commerce {
  display: inline-block
}

@media (max-width:991px) {
  #form_presentes {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: auto
  }

  .lista_presentes li:not([class]):first-child {
    display: none
  }

  .lista_presentes td {
    display: block;
    width: 100% !important
  }
}

.page-content .style1 {
  font-size: .875rem !important
}

.campoform {
  margin: .675rem 0
}

.page-extra table[style="width: 700px"] {
  width: 100% !important
}

@media (max-width:767px) {
  .page-extra form[action*="afiliados.php?loja="] table td {
    display: block
  }
}

.page-noticia #ProdBlock.prodBox {
  display: block
}

#listaNoticiaProdutos {
  display: flex;
  justify-content: space-between
}

#listaNoticiaProdutos li {
  display: flex;
  flex-direction: column;
  width: 25%
}

.page-noticia #ProdBlock #ProdAbas a {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 18px
}

#noticiaProdutos #produto_imagem {
  order: 1;
  min-height: 330px;
  position: relative
}

#noticiaProdutos #produto_imagem img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%
}

#noticiaProdutos #produto_dados {
  order: 2
}

#noticiaProdutos #produto_dados a {
  margin: 20px 0 16px;
  font-size: .813rem;
  line-height: 1.23;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-align: center;
  font-weight: 400
}

#noticiaProdutos #produto_comprar {
  order: 3;
  text-align: center;
  font-size: 0
}

#noticiaProdutos #produto_comprar .precoAvista {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--preco_color)
}

#noticiaProdutos #produto_comprar a {
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  visibility: hidden
}

#noticiaProdutos li:hover #produto_comprar a {
  opacity: 1;
  visibility: visible
}

#noticiaProdutos #produto_comprar a::before {
  content: 'Ver Detalhes';
  background-color: var(--button_details);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  display: block
}

#noticiaProdutos #produto_comprar a img {
  display: none
}

@media (max-width:767px) {
  #listaNoticiaProdutos {
    flex-wrap: wrap
  }

  #listaNoticiaProdutos li {
    width: 50%
  }
}

.product-quantity.clearfix {
  position: relative;
  margin: 0 !important;
}

.page-product .product-quantity {
  float: left;
  margin-right: 15px !important;
  width: 81px !important;
}

.page-product #quant {
  width: 67%;
  color: #666;
  font-weight: 700;
  box-sizing: border-box;
  height: 52px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 1px;
  padding: 20px 0;
  text-align: center;
  line-height: 1.8rem;
}

.page-product #quant+div {
  position: absolute;
  right: 0;
  background: #eaeaea;
}

.page-product .product-quantity>div {
  overflow: hidden;
}

.page-product .product-buy-button {
  line-height: 52px;
  width: calc(100% - 100px);
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--button_buy);
  color: #fff !important;
}

.page-product .product-quantity>div>span:nth-child(1):after, .page-product .product-quantity>div>span:nth-child(2):before, .page-product .product-quantity>div>span:nth-child(1):before {
  background: #898989 !important;
}

.page-product .product-quantity>div>span:nth-child(1):before {
  background: #fff;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.page-product .product-quantity>div>span:nth-child(1):after {
  background: #fff;
  content: '';
  height: 8px;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.page-product .product-quantity>div>span:nth-child(2):before {
  background: #fff;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.page-product #quant+div>span {
  background: none;
}

.product-quantity>div>span:nth-child(1) {
  margin-bottom: 1px;
}

.page-product .product-quantity>div>span {
  height: 25.5px;
}

.product-quantity>div>span {
  background: #9e9e9e;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 28px;
  position: relative;
  width: 28px;
}

.product-quantity>div>span:nth-child(1) {
  margin-bottom: 1px;
}

.page-product .product-quantity>div>span {
  height: 25.5px;
}

.product-quantity>div>span {
  background: #9e9e9e;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 28px;
  position: relative;
  width: 28px;
}

.modal-theme .append .light_altura h2 {
  display: none;
}

.page-product-tabelamedida #detalhes_formas {
  display: block;
  text-align: center;
}

span.filter__text.filter__text--count {
  display: none;
}

li.filter__item {
  background-color: #efefef;
  padding: 0.5rem 0 0.5rem 1rem;
  cursor: pointer;
}

li.filter__item:not(:last-child) {
  border-bottom: 1px solid #ddd
}

.filter__input--propertie {
  display: none;
}

.filter__input--propertie,
.filter__input--price {
  display: none;
}

.filter__input--propertie:checked+.filter__label:after,
.filter__input--price:checked+.filter__label:after {
  content: "\2713";
  display: inline;
  padding: 0 1rem;
}

.filter__input--propertie:checked+.filter__label:before,
.filter__input--price:checked+.filter__label:before {
  content: "\292B";
  float: right;
  margin-top: -0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #ccc;
}

.wrapper-btn-buy {
  margin-top: 2rem;
}

.displayWhats {
  display: none !important;
}

.banner-full.banner-mobile-p {
  display: none;
  margin-top: 2rem;
}

.snapwidget-banner-bar {
  z-index: 15;
  max-height: 44px !important;
  min-height: 0px !important;
  margin-top: 44px;
}

@media (max-width: 1025px) {
  .cart-sidebar.active {
    z-index: 16 !important;
  }

  #AbaCaracteristicas, #Aba2 {
    display: none;
  }

  .contamob {
    margin: 0px 10px 0px 0px;
    padding-top: 5px;
  }
}

@media (min-width: 1025px) {
  .contamob, .search-mob {
    display: none;
  }

  .bar-top {
    display: none;
  }

  .header {
    top: 0px;
  }
}

.catalog-content label.lista-radios-input div a {
  border: .1rem solid #ccc;
  border-radius: 100%;
  display: inline-flex;
  padding: 2px;
  margin: auto;
  margin-right: 2px;
}

.catalog-content label.lista-radios-input div a img {
  border-radius: 50%;
  max-width: 20px;
}

div#vars0 {
  display: none;
}

.foo-seals .google .icon-safe {
  fill: #00ad29;
}

.foo-seals .google .icon-text {
  fill: #000;
}

/* MENU PERSONALIZADO */
.header-content {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  line-height: 1;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.header-content>* {
  width: 20%;
}

.header-content>* {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  outline: 0;
}

.header-content>:last-child {
  display: flex;
  justify-content: flex-end;
  place-items: flex-end;
  position: relative;
}

.header-content>:nth-child(2) {
  text-align: center;
  width: 80%;
}

.header-content-left {
  align-items: center;
  display: flex;
  place-items: flex-end;
}

.header-content-left a {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.header-icons>*+* {
  margin-left: 1.5rem;
  background: transparent;
}

form.box-search {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1.5);
  width: 58%;
}

.header-content-right input.input-search {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  line-height: 1.1;
  outline: 0;
  transition: all .3s;
  padding-left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
}

.header-content .rastreio {
  font-size: 16px;
  font-weight: 400;
  /* background: rgb(245, 222, 218); */
  padding: 1px;
  /* border-radius: 10px; */
  z-index: 999;
  cursor: pointer;
  transition: .4s;
}

.header-content .rastreio span {
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  border-radius: 30px;
  display: inline-block;
}

.header-content .rastreio:hover {
  background: rgb(245, 222, 218);
  border-radius: 30px;
}

.account:hover .modal-white {
  opacity: 1;
  visibility: visible;
}

.account {
  z-index: 9999;
  cursor: pointer;
}

.account .modal-white {
  width: 204px;
  padding: 20px;
  left: auto;
  right: 0;
  z-index: 20;
  padding-top: 10px;
}

.account .register {
  font-size: .75rem;
  text-align: center;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.header-cart .number {
  position: absolute;
  top: -3px;
  right: -8px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--bg_top);
  color: #000;
  background-color: #fff;
  font-weight: 500;
  font-size: 10px;
  display: flex;
  margin: auto;
  place-items: center;
  padding: 0px 5px 0px;
}

.header-cart {
  position: relative;
}

#AbaCaracteristicas, #Aba2 {
  display: none;
}

.filter__label .filter__name--propertie img {
  max-width: 20px;
  border-radius: 50%;
  margin-right: 5px;
}

span.filter__name.filter__name--propertie {
  display: inline-flex;
  place-items: center;
}

img {
  max-width: 100%
}

#colFotos, #colVideo, #col3D {
  display: flex;
  width: auto;
  flex-wrap: wrap;
}

#foto_p {
  width: auto
}

#esquerda, #esquerda-produto {
  /* float: left; */
  /* width: 49%; */
  min-width: 200px;
  /* background: url(/assets/store/img/bg_left.gif) left repeat-y #FFF; */
  position: relative;
  z-index: 1;
  /* min-height: 600px; */
}

.page-product #colFotos #add {
  display: none;
}

#foto_p {
  width: 100%;
}

#container_thumb {
  min-height: 300px;
}

.page-product #colFotos #add {
  display: none;
}

#foto_a, #preco, #info a, #quantidade, #cepbox, .botoes a, abbr[title] {
  border: none !important;
  width: 100%;
}

/* ------------------------------------------------
    ESQUERDA
-------------------------------------------------*/
.page-product #esquerda .product-links {
  text-align: center;
}

.page-product #esquerda .product-links>li:first-child {
  padding-right: 0;
}

.page-product #esquerda .product-links>li {
  padding-left: 35px;
  display: inline-block;
}

.page-product #esquerda .product-links>li>a:before {
  width: 7px;
  height: 7px;
  background: #777;
  content: "";
  position: absolute;
  margin: 8px 0 0 -15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.page-product #esquerda .product-links>li>a,
.page-product #esquerda .product-links>li>a:visited,
.page-product #esquerda .product-links>li>a:link {
  font-size: 12px !important;
  color: #777 !important;
  text-transform: none !important;
}

.page-product #esquerda .product-links>li:hover>a:before,
.page-product #esquerda .product-links>li>a:hover {
  color: #b0b0b2 !important;
  text-decoration: underline !important;
}

/* ------------------------------------------------
    DIREITA
-------------------------------------------------*/
h3.product-title {
  color: #969595;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: none;
  margin-top: 0;
}

#col3D, #colFotos, #colVideo {
  padding: 15px;
  padding-bottom: 0;
}

#foto_a a {
  background-image: none;
  text-align: center;
  width: 24%;
}

.produtogaleria {
  display: flex;
  flex-wrap: wrap;
  /* width: 100%; */
}

#foto_a .jcarousel-skin-tango {
  display: flex;
}

.produto-imagem-miniatura a img {
  max-width: 200px;
}

li#abaFoto {
  display: none;
}

@media (max-width: 500px) {
  .banner-full.banner-desktop-p {
    display: none;
  }

  .banner-mobile-p {
    display: block !important;
  }

  .produto-imagem-miniatura a img {
    max-width: 120px;
  }
}

#foto_p img {
  max-width: 300px;
}

.contamob a {
  display: flex;
}

.container-welcome {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: .5rem 0 0
}

.container-welcome .login,
.container-welcome .orders {
  text-align: center;
  display: block;
  color: #000
}

@media (max-width:768px) {
  .container-welcome {
    font-size: .89rem
  }

  .container-welcome .login,
  .container-welcome .orders {
    width: 100%;
  }
}

.container-welcome span,
.container-welcome a {
  text-transform: uppercase
}

.container-welcome .login span a,
.container-welcome .orders a {
  color: #000;
  font-weight: bold
}

.loget-price-hide {
  background: var(--nav_bg);
  padding: .3rem;
  font-weight: 500;
  color: var(--nav_color);
  display: block;
  text-align: center;
}

.loget-price-hide:hover {
  background: #eae2c8
}

#form_comprar .loget-price-hide {
  width: 100%;
}
