@charset "UTF-8";
@-webkit-keyframes heartPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes heartPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes heartUnlike {
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes heartUnlike {
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.flag-lancamento,
.flag-frete-gratis {
  padding: 5px 8px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 5px;
  border-radius: 3px;
}

.flag-lancamento {
  background: var(--flag-lancamento-bg);
}

.flag-frete-gratis {
  background-color: var(--flag-frete-gratis-bg);
}

.wishlist-badge {
  width: 48px;
  height: 48px;
  background-color: #e0e0e0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.wishlist-badge span {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1.3rem;
  -webkit-animation: heartUnlike 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: heartUnlike 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.wishlist-badge span i {
  font-size: 17px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.wishlist-badge span i:before {
  content: "\f004";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.wishlist-badge.active span {
  -webkit-animation: heartPulse 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: heartPulse 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.wishlist-badge.active span i {
  color: #eb0013;
}
.wishlist-badge.active span i:before {
  font-weight: 900;
}

.flag-estoque-esgotado {
  padding: 5px 5px 4px 5px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 5px;
  background-color: red;
  border-radius: 3px;
}

.flag-indisponivel {
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 5px;
  background-color: red;
  border-radius: 3px;
}

.produtos .lista {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.produtos .lista .item {
  width: 50%;
  padding: 40px 0;
  vertical-align: top;
  margin: 0 1px 0px -1px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-right: 0;
}
.produtos .lista .item .produto {
  margin: 0 auto;
  position: relative;
}
.produtos .lista .item .produto .badge {
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.produtos .lista .item .produto .discount-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.produtos .lista .item .produto .wishlist-badge {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.produtos .lista .item .produto .imagem {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.produtos .lista .item .produto .imagem img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.produtos .lista .item .produto .imagem-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.produtos .lista .item .produto .info {
  padding: 0 15px;
  text-align: center;
}
.produtos .lista .item .produto .info h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
}
.produtos .lista .item .produto .info h2 a {
  color: #000;
  text-decoration: none;
}
.produtos .lista .item .produto .info h2 a:hover {
  text-decoration: underline;
}
.produtos .lista .item .produto .info .preco {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.produtos .lista .item .produto .info .preco label {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.produtos .lista .item .produto .info .preco span {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  display: block;
}
.produtos .lista .item .produto .info .form {
  display: flex;
}
.produtos .lista .item .produto .info .form input {
  flex: 1;
  margin-right: 10px;
}
.produtos .lista .item .produto .info .form .buy-btn span {
  display: none;
}
.produtos .lista .item .produto .info .buy-btn, .produtos .lista .item .produto .info .btn-ver-opcoes {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.produtos .lista .item .produto .info .buy-btn i, .produtos .lista .item .produto .info .btn-ver-opcoes i {
  font-size: 14px;
  margin-right: 3px;
}
@media (min-width: 576px) {
  .produtos .lista {
    margin-left: -20px;
    margin-right: -20px;
    overflow: initial;
  }
  .produtos .lista .item {
    border: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .produtos .lista .item .produto:hover .imagem-hover {
    background-color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .produtos .buy-btn span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .produtos .lista .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .produtos .lista .item .produto .info .form .buy-btn span {
    display: initial;
  }
}

.preco span {
  letter-spacing: -1px;
  line-height: 130%;
}
.preco span.normal {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.preco span.prazo {
  color: #333;
  font-size: 11px;
  display: block;
  margin-bottom: 3px;
}
.preco span.somente-logado {
  font-size: 12px;
  display: block;
}
.preco span.somente-logado a {
  color: #000;
}
.preco span.sob-consulta {
  font-size: 13px;
  font-weight: bold;
  color: red;
  display: block;
}
.preco span.sob-consulta a {
  color: #000;
}

#parcelamento-modal .modal-content {
  border-radius: 0;
}
#parcelamento-modal .modal-content .modal-header {
  border-bottom: 0;
  padding-left: 30px;
}
#parcelamento-modal .modal-content .modal-header .modal-title {
  font-size: 22px;
}
#parcelamento-modal .modal-content .modal-body {
  padding: 15px 30px;
}
#parcelamento-modal .modal-content .modal-body .nav-tabs li a {
  font-weight: bold;
  border-radius: 0;
}
#parcelamento-modal .modal-content .modal-body .tab-content {
  padding-top: 30px;
}
#parcelamento-modal .modal-content .modal-body .tab-content table td {
  padding: 10px 15px;
  text-align: left;
}
#parcelamento-modal .modal-content .modal-body .tab-content table tr td:nth-child(1) {
  width: 50px;
  text-align: center;
}
#parcelamento-modal .modal-content .modal-body .tab-content table tr td:nth-child(3) {
  width: 140px;
  text-align: center;
}
.preco .legenda {
  font-size: 12px;
  letter-spacing: initial;
}
.preco .normal {
  margin-top: 0;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 30px;
  margin-bottom: 20px;
}
.preco .prazo {
  font-size: 25px;
  font-weight: 800;
}

.form-comprar {
  padding-top: 5px;
  margin-bottom: 50px;
}
.form-comprar label {
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
  float: none;
  color: #333;
}
.form-comprar select {
  max-width: 350px;
  display: block;
  float: none;
}
.form-comprar input {
  width: 90px;
  display: block;
  text-align: center;
  float: none;
}
.form-comprar textarea {
  max-width: 350px;
  height: 100px;
  display: block;
  float: none;
}
.form-comprar .grade .grupo {
  margin-bottom: 30px;
}
.form-comprar .grade .grupo label {
  margin-bottom: 10px;
}
.form-comprar .grade ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.form-comprar .grade ul li {
  margin-right: 15px;
}
.form-comprar .grade ul li label {
  padding: 0;
  margin: 0;
}
.form-comprar .grade ul li label input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}
.form-comprar .grade ul li label input:checked + span {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) !important;
  border: solid 2px #fff;
}
.form-comprar .grade ul li label span {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 11px;
  cursor: pointer;
  padding: 0 8px;
  position: relative;
}
.form-comprar .grade ul li label span.indisponivel:before {
  content: "×";
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #999;
  border-radius: 50%;
  background-color: #fff;
  font-size: 13px;
  position: absolute;
  color: #000;
  top: -7px;
  right: -7px;
  z-index: 10;
}
.form-comprar footer .form-group {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-comprar footer .form-group input {
  margin-right: 10px;
}
.form-comprar footer .form-group button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 15px;
}
.form-comprar footer .form-group .wishlist-badge > span > i {
  font-size: 23px;
}
.form-esperas {
  max-width: 350px;
  margin-bottom: 40px;
}
.form-esperas h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
}
.form-esperas h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
}
.form-esperas p {
  width: 100%;
  display: inline-block;
  margin-bottom: 7px;
}
.form-esperas p label {
  width: 50px;
}
.form-esperas p input {
  width: 250px;
}
.form-esperas p button {
  margin: 0px 0 0 50px;
}
.calculo-frete {
  margin-bottom: 50px;
  border-top: solid 1px #eee;
  padding-top: 30px;
}
.calculo-frete h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
}
.calculo-frete .descricao {
  font-size: 12px;
}
.calculo-frete form {
  max-width: 350px;
  display: flex;
  align-items: center;
}
.calculo-frete form label {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 0;
}
.calculo-frete form input {
  width: 120px;
}
.calculo-frete form button {
  font-size: 13px;
  font-weight: bold;
  background-color: #999;
  margin-left: 10px;
  border-radius: 5px;
}
.calculo-frete form button:hover, .calculo-frete form button:focus {
  color: #fff;
}
.calculo-frete .loading {
  margin-top: 20px;
  display: none;
}
.calculo-frete .loading img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.calculo-frete a {
  color: #000;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.calculo-frete .opcoes {
  margin-top: 20px;
  padding: 20px;
  background: #EFEFEF;
  display: none;
  border-radius: 5px;
}
.calculo-frete .opcoes table {
  margin-bottom: 0;
}
.calculo-frete .opcoes table tr:first-child td {
  border-top: 0;
}
.calculo-frete .opcoes .error {
  color: red;
  margin: 0;
}

.veja-outros {
  margin-bottom: 50px;
}
.veja-outros h2 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
}
.veja-outros p {
  font-size: 12px;
  margin-bottom: 8px;
}
.veja-outros p a {
  color: #000;
}
.detalhamento {
  padding-top: 30px;
  border-top: solid 2px #f4f4f4;
}
.detalhamento .block {
  margin-bottom: 50px;
}
.detalhamento .block .block-title {
  margin-bottom: 20px;
}
.detalhamento .block .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.detalhamento .block .block-content {
  font-size: 14px;
}
@media (min-width: 768px) {
  .detalhamento {
    padding-top: 50px;
  }
  .detalhamento .row .col-md-6:last-of-type {
    padding-left: 60px;
  }
}
.m-page {
  padding-top: 25px;
}
.m-page .produto {
  padding-bottom: 30px;
}
.m-page .produto .imagens {
  padding-right: 0;
  border-right: 0;
  margin: 0 0 50px 0;
  position: relative;
}
.m-page .produto .imagens .principal {
  margin: 0 auto;
}
.m-page .produto .imagens .principal img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.m-page .produto .imagens .adicionais {
  text-align: center;
  padding: 10px 0 0 0;
  margin: 15px 0 0 0;
  border-top: solid 1px #DDD;
  display: block;
  list-style: none;
}
.m-page .produto .imagens .adicionais li {
  width: 60px;
  list-style: none;
  margin: 3px;
  display: inline-block;
  border: solid 1px #DDD;
  padding: 3px;
}
.m-page .produto .imagens .adicionais li a {
  display: block;
}
.m-page .produto .imagens .adicionais li a img {
  cursor: pointer;
  background: no-repeat center;
  background-size: contain;
}
.m-page .produto .imagens .adicionais li:hover {
  border-color: var(--color-primary);
}
.m-page .produto .imagens .adicionais li.active {
  border-color: #000;
}
@media (min-width: 576px) {
  .m-page .produto .imagens {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .m-page .produto .imagens {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 10px;
  }
  .m-page .produto .imagens .adicionais {
    width: 80px;
    margin-right: 20px;
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  .m-page .produto .imagens .adicionais li {
    width: 80px;
  }
}
.m-page .produto .flags {
  display: flex;
  margin-bottom: 10px;
}
.m-page .produto .flags .flag-lancamento, .m-page .produto .flags .flag-frete-gratis {
  font-size: 10px;
  display: inline-block;
  margin-right: 15px;
}
.m-page .produto header {
  margin-bottom: 30px;
}
.m-page .produto header h1 {
  margin-bottom: 5px;
}
.m-page .produto header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.m-page .produto header div p {
  font-size: 12px;
  margin-bottom: 0;
}
.m-page .produto header div p.codigo {
  font-size: 12px;
}
.m-page .produto header div p.compartilhe {
  display: flex;
  align-items: center;
}
.m-page .produto header div p.compartilhe span {
  float: left;
  color: #333;
}
.m-page .produto header div p.compartilhe a {
  width: 27px;
  height: 27px;
  display: flex;
  margin-left: 7px;
  background-color: #000;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
}
.m-page .produto header p {
  color: #777;
}
.m-page .produto header p.descricao {
  color: #222;
}
.m-page .produto header p.descricao a {
  font-weight: 600;
  color: var(--color-primary);
}
@media (min-width: 576px) {
  .m-page .produto header p span {
    width: auto;
    display: inline-block;
  }
}
.m-page .produto .preco .legenda {
  font-size: 12px;
  letter-spacing: initial;
}
.m-page .produto .preco .normal {
  margin-top: 0;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 30px;
  margin-bottom: 20px;
}
.m-page .produto .preco .prazo {
  font-size: 25px;
  font-weight: 800;
}
.m-page .produto .somente-logado {
  font-size: 14px;
  line-height: 17px;
  color: red;
  border: solid 1px red;
  background-color: #FFE1E1;
  padding: 8px 10px;
}
.m-page .produto .parcelamento a {
  font-size: 13px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.m-page .similares {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 30px;
  border-top: solid 1px #E5E5E5;
}
.m-page .similares h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4D4D4D;
  margin: 0 0 30px 0;
}
.m-page .similares .produtos .lista {
  display: block;
}
.m-page .similares .produtos .lista .item {
  border: 0;
  margin: 0;
}
.m-page .similares .carrossel-wrapper {
  position: relative;
}
.m-page .similares .carrossel-wrapper .item {
  width: 100%;
}
@media (min-width: 992px) {
  .m-page .similares {
    margin-top: 70px;
  }
}