/* checkout steps */
/* STEPS */
@-webkit-keyframes slideIn {
  100% {
    left: 0;
  }
}
@keyframes slideIn {
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideOut {
  100% {
    left: 100%;
  }
}
@keyframes slideOut {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes slideOutIn {
  100% {
    left: 0;
  }
}
@keyframes slideOutIn {
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideInOut {
  100% {
    left: -120%;
  }
}
@keyframes slideInOut {
  100% {
    left: -120%;
  }
}
body {
  background-color: #fff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.category-products .active {
  font-weight: bold;
}

.brands_products .active {
  font-weight: bold;
}

.badge-success {
  background-color: #3498db;
}

.nav > li > carrinho-info > a {
  position: relative;
  display: block;
}

carrinho-item {
  width: 100%;
  height: 100%;
}

.cart_product img {
  max-width: 60px;
}

.cart_quantity_input {
  width: 60px;
  height: 35px;
  font-size: 18px;
  border: 1px solid #40739e;
  border-radius: 0;
}
.cart_quantity_input:hover {
  width: 60px;
  height: 35px;
  font-size: 18px;
  border: 1px solid #40739e;
  border-radius: 0;
}
.cart_quantity_input:focus {
  width: 60px;
  height: 35px;
  font-size: 18px;
  border: 1px solid #40739e;
  border-radius: 0;
}
.cart_quantity_input:active {
  width: 60px;
  height: 35px;
  font-size: 18px;
  border: 1px solid #40739e;
  border-radius: 0;
}

.cart_quantity_button a {
  height: 35px;
  line-height: 40px;
  font-size: 25px;
  width: 40px;
  background-color: #40739e;
  color: #FFFFFF;
}

.endereco-result-item {
  padding: 10px 20px;
  border: 1px solid #E6E4DF;
  margin-bottom: 10px;
  position: relative;
}
.endereco-result-item .sem-estoque-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.endereco-result-item .loja-sem-estoque-text {
  color: red;
  text-align: center;
  font-size: 12px;
}
.endereco-result-item .loja-com-estoque-text {
  color: green;
  text-align: center;
  font-size: 12px;
}

.td-label {
  width: 100px;
  border-right: 1px dotted silver;
  padding-right: 15px;
  text-align: right;
  border-top: 1px solid #dddddd;
  line-height: 20px;
  font-weight: bold;
}

.td-value {
  border-top: 1px solid #dddddd;
  text-align: left;
  padding: 5px;
}

.total_area ul li.custo-frete {
  background-color: #e26a6a;
  color: #fff;
}

.label-custo-frete {
  color: #e26a6a;
  font-weight: bold;
  margin-top: 30px;
}

.form-entrega label {
  margin-bottom: 3px;
  font-size: 12px;
}
.form-entrega .form-group {
  margin-bottom: 5px;
}
.form-entrega a.btn {
  margin-top: 10px;
}
.form-entrega small {
  color: #7d7d7d;
}

#form.login-view {
  margin-top: 80px;
}

.breadcrumbs span {
  padding: 10px 15px;
  float: right;
  color: #999;
  font-size: 12px;
}
.breadcrumbs .breadcrumb {
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-selection__rendered {
  line-height: 34px;
}

.btn-default {
  background: #dfe6e9;
  border: solid 1px #d2dae2;
  color: #636e72;
}

.container-steps {
  width: 100%;
  margin: 0px auto 50px auto;
}

.progressbar {
  counter-reset: step;
  margin: 0 auto 0 auto;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}

h2.page-title {
  color: #696763;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

.step-title {
  text-align: center;
  color: #34495e;
  margin: 10px 0 20px 0;
}

.opt-controls {
  padding: 30px 0;
}

.promocao-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
  font-size: 1.2em;
  color: rgb(64, 115, 158);
  padding: 15px 0;
}

.promocao-info-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.forma-entrega-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.unidades-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.observacao-text {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.forma-pagamento-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.convenios-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.pontos-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

label {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.dados-cartao-wrap p {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}
.dados-cartao-wrap button {
  margin: 15px 0;
}
.dados-cartao-wrap label {
  font-size: 14px;
}
.dados-cartao-wrap .form-group {
  text-align: center;
  margin-bottom: 5px;
}

.steps {
  position: relative;
}
.steps input {
  text-align: center;
  color: rgba(46, 46, 46, 0.8);
  font-size: 1em;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.steps select {
  text-align: center;
  color: rgba(46, 46, 46, 0.8);
  font-size: 1em;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.steps .form-entrega input {
  height: 34px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.steps .form-entrega select {
  height: 34px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.steps a {
  text-decoration: underline;
}
.steps {
  height: 400px;
}
.steps .slide {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s, visibility 0.7s;
}
.steps .slide-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, visibility 0.7s;
}
.steps .slide-out {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s, visibility 0.7s;
}
.steps .slide-out-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, visibility 0.7s;
}
.steps .slide-in-out {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s, visibility 0.7s;
}

.finalizacao-texto {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
  color: rgb(64, 115, 158);
  font-size: 16px;
  padding: 0 0 15px;
}

strong {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
}

.promocao-banner-wrap {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.promocao-banner-wrap .promocao-banner {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 2px 4px 18px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 2px 4px 18px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 4px 18px 0px rgba(0, 0, 0, 0.46);
}

.promocao-btn-share {
  margin-top: 15px;
}

.forma-entrega-btn {
  margin-top: 15px;
}

.forma-pagamento-btn {
  margin-top: 15px;
}

.pontos-btn {
  margin-top: 15px;
}

.unidade-nome {
  text-align: center;
  font-size: 15px;
}

.unidade-telefone {
  text-align: center;
}

.unidade-atendimento-text {
  text-align: center;
  padding-top: 10px;
}

.unidade-cnpj {
  text-align: center;
}

.convenio-nome {
  color: rgb(64, 115, 158);
}

.convenio-matricula {
  color: rgb(64, 115, 158);
}

.turnos-wrap {
  padding-top: 15px;
}
.turnos-wrap select {
  height: 50px;
  font-size: 1.2em;
  margin-top: 20px;
}

.turno-title {
  color: #7d7d7d;
}

.pontos-disponiveis {
  color: rgb(64, 115, 158);
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.pontos-disponiveis-resgate {
  color: #27ae60;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.resgatar-state {
  text-align: center;
  color: rgb(64, 115, 158);
  font-size: 15px;
  padding-top: 10px;
  font-weight: 500;
}

.valor-resgate {
  font-size: 1.2em;
}

.total-pontos-resgatados {
  text-align: center;
}

.total-pontos-resgatado-invalido {
  font-size: 13px;
  padding: 10px 0 0;
  text-align: center;
  color: red;
  font-weight: 500;
}

.form-control-feedback {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
}

.finalizacao-valor-total {
  color: #1abc9c;
  font-size: 1.4em;
  font-weight: bold;
}

.finalizacao-valor-resgate {
  color: rgb(64, 115, 158);
  font-size: 1.2em;
  font-weight: bold;
}

.finalizacao-frete-gratis {
  color: #1abc9c;
  font-size: 1.2em;
  font-weight: bold;
}

.finalizacao-frete-custo {
  color: rgb(64, 115, 158);
  font-size: 1.2em;
  font-weight: bold;
}

.finalizacao-mensagem {
  text-align: center;
  color: #d35400;
}

.entregue-por {
  color: #d35400;
}

.finalizacao-forma-pagamento {
  color: rgb(64, 115, 158);
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

.slide .well {
  padding: 10px 20px;
  text-align: center;
  position: relative;
  border-color: #E6E4DF;
  border-radius: 0;
  background-color: #fafbff;
  width: 100%;
  overflow: visible;
}
.slide .well .well-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  background-color: rgba(64, 115, 158, 0.8);
  color: #fff;
  font-weight: 500;
  min-width: 180px;
  font-size: 12px;
  text-transform: uppercase;
}
.slide .well .well-tag-wrp {
  width: 100%;
  overflow: visible;
}

.pedidos .well, .politicas .well {
  padding: 10px 20px;
  text-align: center;
  position: relative;
  border-color: #E6E4DF;
  border-radius: 0;
  background-color: #fafbff;
}
.pedidos .well .well-tag, .politicas .well .well-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  background-color: rgba(64, 115, 158, 0.8);
  color: #fff;
  font-weight: 500;
  min-width: 180px;
  font-size: 12px;
  text-transform: uppercase;
}
.pedidos .well .well-tag-wrp, .politicas .well .well-tag-wrp {
  width: 100%;
  overflow: visible;
}
.pedidos .panel, .politicas .panel {
  background-color: transparent;
  border: none;
}
.pedidos .panel-default > .panel-heading, .politicas .panel-default > .panel-heading {
  background-color: rgba(64, 115, 158, 0.7);
  color: #fff;
  border-radius: 0;
}
.pedidos .panel-default > .panel-heading:hover, .politicas .panel-default > .panel-heading:hover {
  background-color: rgb(64, 115, 158);
}
.pedidos .panel-default .panel-body, .politicas .panel-default .panel-body {
  color: #636e72;
}
.pedidos .panel-default .panel-body p, .pedidos .panel-default .panel-body span, .pedidos .panel-default .panel-body strong, .pedidos .panel-default .panel-body ul, .pedidos .panel-default .panel-body li, .politicas .panel-default .panel-body p, .politicas .panel-default .panel-body span, .politicas .panel-default .panel-body strong, .politicas .panel-default .panel-body ul, .politicas .panel-default .panel-body li {
  color: #636e72;
}

.institucional {
  padding: 30px 0;
  background: #f2f2f2;
}
.institucional #content {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.031372549);
}

.checkout-panel .slide .well .well-tag {
  background-color: #1abc9c;
  border-right: 1px solid #1abc9c;
  border-bottom: 1px solid #1abc9c;
}
.checkout-panel .slide .well {
  border: 1px solid #1abc9c;
  background-color: #fff;
}

.well .well-tag-wrp {
  height: 30px;
}
.well a {
  text-decoration: underline;
  color: rgb(64, 115, 158);
}

.well.bg-white {
  background-color: #fff;
}

.well-footer {
  height: 40px;
  width: 100%;
  overflow: visible;
  padding: 10px;
}

.link-boleto {
  font-size: 16px;
  color: rgb(64, 115, 158);
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  width: 100%;
}
.link-boleto:hover {
  text-decoration: underline;
}

.form-control {
  border-radius: 0;
  color: #696763;
}

#slider .item img {
  width: 100%;
  max-width: 100%;
}

.categorias li {
  padding: 5px 0px;
}
.categorias li a {
  padding: 0 5px;
}
.categorias li:hover {
  background-color: rgb(64, 115, 158);
  border-radius: 3px;
}
.categorias li:hover a {
  color: #fff;
}

li.categoria {
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  background-color: #e44;
  color: white;
  cursor: pointer;
}
li.categoria i {
  font-size: 18px;
}

#brand {
  font-size: 20px;
}

.price-info {
  min-height: 60px;
}

.promocao-de {
  font-size: 12px;
  color: #9c9c9c;
}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.row-eq-height > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.detalhes-wrap {
  margin: auto;
  max-width: 600px;
}

.space {
  padding: 5px 0;
  width: 100%;
  height: 5px;
  overflow: visible;
}

.space-15 {
  padding: 7px 0;
}

.space-20 {
  padding: 10px 0;
  width: 100%;
  height: 20px;
  overflow: visible;
}

.space-30 {
  padding: 15px 0;
  width: 100%;
  height: 30px;
  overflow: visible;
}

.space-40 {
  padding: 20px 0;
}

.space-50 {
  padding: 25px 0;
}

.tb-pedidos {
  width: 100%;
}
.tb-pedidos tr td {
  padding: 5px 0;
}
.tb-pedidos .pedido-label {
  font-weight: 400;
  text-align: right;
  border-bottom: 1px dotted #dfe6e9;
  border-right: 1px dotted #dfe6e9;
  padding-right: 10px;
  width: 200px;
}
.tb-pedidos .pedido-text {
  padding-left: 10px;
  text-align: left;
  border-bottom: 1px dotted #dfe6e9;
}

.content-view {
  display: block;
  padding-bottom: 100px;
  margin-top: 20px;
  overflow: hidden;
}

.tb-produtos {
  margin-top: 15px;
  width: 100%;
}
.tb-produtos thead tr {
  background: rgb(242, 242, 242);
  color: #fff;
  text-align: center;
}
.tb-produtos thead tr th {
  padding: 5px 10px;
  text-align: center;
}
.tb-produtos tbody tr td {
  padding: 10px 15px;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.pedido-pgto {
  padding: 20px 0;
}
.pedido-pgto h4 {
  font-weight: normal;
  padding: 10px 0;
}

/* START PRODUTO VIEW E COMPONENT */
.p-descricao.vitrine-produto-component {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  line-height: 1.5;
}
.p-descricao.vitrine-produto-component a:hover {
  text-decoration: underline;
}

.p-descricao.produto-view {
  padding: 10px 0;
}
.p-descricao.produto-view a:hover {
  text-decoration: underline;
}

.prod_quantity.vitrine-produto-component {
  margin-top: 20px;
  width: 270px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.prod_quantity.vitrine-produto-component .prod_quantity_down {
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  font-size: 40px;
  background-color: rgba(64, 115, 158, 0.7);
  transition: ease 0.4s;
  color: #fff;
  float: left;
}
.prod_quantity.vitrine-produto-component .prod_quantity_down:hover {
  background-color: rgb(64, 115, 158);
  transition: ease 0.4s;
}
.prod_quantity.vitrine-produto-component .prod_quantity_down a {
  font-size: 25px;
  vertical-align: middle;
}
.prod_quantity.vitrine-produto-component .prod_quantity_down a:hover {
  text-decoration: none;
}
.prod_quantity.vitrine-produto-component .prod_quantity_down a:focus {
  text-decoration: none;
}
.prod_quantity.vitrine-produto-component .prod_quantity_up {
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  font-size: 40px;
  background-color: rgba(64, 115, 158, 0.7);
  transition: ease 0.4s;
  color: #fff;
  float: right;
}
.prod_quantity.vitrine-produto-component .prod_quantity_up:hover {
  background-color: rgb(64, 115, 158);
  transition: ease 0.4s;
}
.prod_quantity.vitrine-produto-component .prod_quantity_up a {
  font-size: 25px;
  vertical-align: middle;
}
.prod_quantity.vitrine-produto-component .prod_quantity_up a:hover {
  text-decoration: none;
}
.prod_quantity.vitrine-produto-component .prod_quantity_up a:focus {
  text-decoration: none;
}
.prod_quantity.vitrine-produto-component .prod_quantity_input {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}
.prod_quantity.vitrine-produto-component .prod_quantity_input:hover {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}
.prod_quantity.vitrine-produto-component .prod_quantity_input:focus {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}
.prod_quantity.vitrine-produto-component .prod_quantity_input:focus-visible {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}

.prod_quantity.produto-view {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 270px;
  height: 60px;
}
.prod_quantity.produto-view .prod_quantity_down {
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  font-size: 40px;
  background-color: rgba(64, 115, 158, 0.7);
  transition: ease 0.4s;
  color: #fff;
  float: left;
}
.prod_quantity.produto-view .prod_quantity_down:hover {
  background-color: rgb(64, 115, 158);
  transition: ease 0.4s;
}
.prod_quantity.produto-view .prod_quantity_down a {
  font-size: 25px;
  vertical-align: middle;
}
.prod_quantity.produto-view .prod_quantity_down a:hover {
  text-decoration: none;
}
.prod_quantity.produto-view .prod_quantity_down a:focus {
  text-decoration: none;
}
.prod_quantity.produto-view .prod_quantity_up {
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  font-size: 40px;
  background-color: rgba(64, 115, 158, 0.7);
  transition: ease 0.4s;
  color: #fff;
  float: right;
}
.prod_quantity.produto-view .prod_quantity_up:hover {
  background-color: rgb(64, 115, 158);
  transition: ease 0.4s;
}
.prod_quantity.produto-view .prod_quantity_up a {
  font-size: 25px;
  vertical-align: middle;
}
.prod_quantity.produto-view .prod_quantity_up a:hover {
  text-decoration: none;
}
.prod_quantity.produto-view .prod_quantity_up a:focus {
  text-decoration: none;
}
.prod_quantity.produto-view .prod_quantity_input {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}
.prod_quantity.produto-view .prod_quantity_input:hover {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}
.prod_quantity.produto-view .prod_quantity_input:focus {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}
.prod_quantity.produto-view .prod_quantity_input:focus-visible {
  width: 150px;
  height: 60px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 1px solid #dfe6e9;
  font-size: 40px;
  font-weight: bold;
}

.prod_quantity.mini.vitrine-produto-component {
  width: 180px;
  height: 40px;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.prod_quantity.mini.vitrine-produto-component .prod_quantity_down {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
.prod_quantity.mini.vitrine-produto-component .prod_quantity_up {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
.prod_quantity.mini.vitrine-produto-component .prod_quantity_input {
  width: 100px;
  height: 40px;
  font-size: 18px;
}

.prod_quantity.mini.produto-view {
  width: 140px;
  height: 40px;
}
.prod_quantity.mini.produto-view .prod_quantity_down {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
.prod_quantity.mini.produto-view .prod_quantity_up {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
.prod_quantity.mini.produto-view .prod_quantity_input {
  width: 60px;
  height: 40px;
  font-size: 18px;
}

/* END PRODUTO VIEW E COMPONENT */
.similares .title-wrap {
  background-color: #F0F0E9;
  height: 80px;
  margin-bottom: 15px;
}
.similares .title-wrap .title {
  line-height: 80px;
}

.produto_view .p-descricao {
  font-size: 1.3em;
}
.produto_view .productinfo h2 {
  font-size: 1.5em;
}
.produto_view .promocao-de {
  font-size: 14px;
}
.produto_view .goto-produto {
  display: none;
}

.produto-total {
  color: rgb(64, 115, 158);
  font-family: "Inter", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 20px;
}

.cart-item-mobile {
  text-align: center;
  display: none;
}

.space-10 {
  width: 100%;
  height: 10px;
  overflow: visible;
}

.endereco {
  font-size: 15px;
  color: rgb(64, 115, 158);
  text-align: left !important;
}
.endereco .rua {
  color: rgb(64, 115, 158);
  font-size: 16px;
}

.unidade .rua {
  font-size: 13px;
}
.unidade .endereco {
  font-size: 13px;
}

.fa.endereco-selecionado {
  font-size: 25px;
  color: #00b894;
  float: right;
  margin-right: 10px;
}

.fa-spinner.endereco-selecionado {
  color: rgb(64, 115, 158);
}

.fa-question-circle-o.endereco-selecionado {
  color: #e17055;
}

.endereco-selecionado-wrap {
  padding: 20px;
  border: 1px solid rgb(225, 225, 225);
  margin: 10px;
}

.custo-entrega {
  border-top: 1px dotted #dfe6e9;
  margin-top: 0px;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: rgb(64, 115, 158);
  text-align: left;
}
.custo-entrega .nao-calculado {
  color: #636e72;
  font-weight: normal;
}
.custo-entrega .calculado {
  color: rgb(64, 115, 158);
  font-weight: normal;
}
.custo-entrega .gratis {
  color: rgb(0, 184, 148);
  font-weight: normal;
}

.msg-entrega {
  padding: 7px;
  background-color: rgba(0, 184, 148, 0.5);
  color: #044d3e;
  font-weight: 500;
  border-radius: 5px;
  margin: 0;
}
.msg-entrega i {
  font-size: 16px;
}
.msg-entrega.msg-entrega-warn {
  background-color: rgba(255, 126, 126, 0.5);
  color: #8e2828;
}

.banner-text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 10px;
}
.banner-text-wrap p {
  font-size: 15px;
  float: left;
  color: #000;
}
.banner-text-wrap .btn {
  float: right;
}

.vitrine-banner {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}
.vitrine-banner img {
  border: solid 0px #E7E7E7;
  width: 100%;
  height: auto;
}

.results {
  margin-top: 15px;
}
.results p {
  font-size: 14px;
  font-style: italic;
  float: left;
}
.results p span {
  color: rgb(64, 115, 158);
}
.results p span.dotdot {
  font-style: normal;
  color: #000;
  font-size: 14px;
}
.results a {
  text-decoration: underline;
  font-size: 14px;
  float: left;
  font-weight: 500;
  cursor: pointer;
}

.title-caracteristicas {
  color: #696763;
}

.tb-caracteristicas {
  margin-top: 15px;
  width: 100%;
  font-size: 14px;
  color: #696763;
}
.tb-caracteristicas tbody tr td {
  padding: 10px 15px;
}
.alert {
  border-radius: 0;
}

.actionbar-brand {
  /*
  padding: 5px 15px !important;
  margin-top: 5px;
  */
  vertical-align: middle;
}
.actionbar-brand img {
  max-height: 30px;
  width: auto;
  margin-right: 3px;
}
.actionbar-brand span {
  margin-top: 3px;
  font-size: 16px;
}

.get-app img {
  max-width: 45%;
}

.get-app-mobile {
  display: none;
}

#brand img {
  height: 80px;
  width: auto;
}

.menu-item.coupon {
  background: rgba(0, 0, 0, 0.7);
  transition: ease 0.4s;
  padding: 10px 15px;
  border-radius: 20px;
  color: #fff;
}
.menu-item.coupon:hover {
  background: black;
  transition: ease 0.4s;
}

.cupons-wrp {
  padding: 0 15px 15px;
}
.cupons-wrp .cupons {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  transition: ease 0.4s;
  height: auto;
}
.cupons-wrp .cupons:hover {
  background: black;
  transition: ease 0.4s;
}
.cupons-wrp .cupons .cupons-icon {
  padding: 5px;
  width: 25%;
  float: left;
}
.cupons-wrp .cupons .cupons-icon img {
  width: 100%;
  max-width: 100%;
}
.cupons-wrp .cupons .cupons-text {
  float: right;
  padding: 15px 0 0;
  width: 70%;
}
.cupons-wrp .cupons .cupons-text p, .cupons-wrp .cupons .cupons-text strong {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.cupons-wrp .cupons .cupons-text strong {
  font-weight: bold;
}

.available-coupons-main {
  height: auto;
  max-height: 500px;
  overflow: auto;
}
.available-coupons-main .coupon-code-enter .coupon-code-input {
  width: 200px;
  height: 38px;
  display: unset;
}
.available-coupons-main .coupon-code-enter .coupon-code-search {
  height: 38px;
  width: 38px;
}
.available-coupons-main .coupon-code-enter .coupon-search-not-found {
  padding: 10px;
  color: red;
  font-size: 12px;
}
.available-coupons-main .coupon-title {
  font-size: 16px;
}
.available-coupons-main .available-coupons .available-coupon {
  display: table;
  margin: 10px;
  padding: 0;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 5px;
  position: relative;
}
.available-coupons-main .available-coupons .available-coupon .coupon-title {
  font-size: 16px;
}
.available-coupons-main .available-coupons .available-coupon .coupon-description {
  font-size: 12px;
}
.available-coupons-main .available-coupons .available-coupon .coupon-code {
  font-size: 13px;
}
.available-coupons-main .available-coupons .available-coupon .coupon-code strong {
  padding: 3px 10px 2px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}
.available-coupons-main .available-coupons .available-coupon .unavailable-coupon-overlay {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.available-coupons-main .available-coupons .available-coupon.unavailable-coupon .unavailable-coupon-overlay {
  display: block;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-icon {
  padding: 0;
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-icon img {
  height: 100%;
  max-height: 120px;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-icon .coupon-discount-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content .only-app-or-site {
  padding: 4px 7px 2px;
  border: 1px dotted rgba(0, 0, 0, 0.6);
  float: right;
  margin-top: 10px;
  color: black;
  font-size: 12px;
  font-weight: 450;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content .coupon-select {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content .coupon-select img {
  width: 100%;
  height: 100%;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content p {
  height: 100%;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content .available-coupon-cond {
  font-size: 12px;
  color: #636e72;
  margin: 0;
}
.available-coupons-main .available-coupons .available-coupon .available-coupon-content .available-coupon-cond .cond {
  color: black;
}

.cupons-wrp {
  padding: 0 15px 15px;
}
.cupons-wrp .cupons {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  transition: ease 0.4s;
}
.cupons-wrp .cupons:hover {
  background: black;
  transition: ease 0.4s;
}
.cupons-wrp .cupons .cupons-icon {
  padding: 5px;
  width: 25%;
  float: left;
}
.cupons-wrp .cupons .cupons-icon img {
  width: 100%;
  max-width: 100%;
}
.cupons-wrp .cupons .cupons-text {
  float: right;
  padding: 15px 0 0;
  width: 70%;
}
.cupons-wrp .cupons .cupons-text p, .cupons-wrp .cupons .cupons-text strong {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.cupons-wrp .cupons .cupons-text strong {
  font-weight: bold;
}

.cart-select-coupon .cart-select-coupon-title img {
  width: 100%;
  max-width: 50px;
}
.cart-select-coupon .cart-select-coupon-title p {
  color: #333;
  padding-left: 15px;
}
.cart-select-coupon .cart-select-coupon-title .coupon-selected {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.cart-select-coupon .cart-select-coupon-link {
  padding-top: 14px;
}
.cart-select-coupon .cart-select-coupon-link a {
  color: #a29f9f;
}
.cart-select-coupon .cart-select-coupon-link a:hover {
  color: #636e72;
}
.cart-select-coupon .coupon-remove {
  position: absolute;
  right: 0;
  top: 10px;
}
.cart-select-coupon .coupon-remove i {
  font-size: 1.8em;
  color: indianred;
}

@media (max-width: 1024px) {
  .prod_quantity.vitrine-produto-component {
    width: 240px;
    height: 50px;
  }
  .prod_quantity.vitrine-produto-component .prod_quantity_down {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .prod_quantity.vitrine-produto-component .prod_quantity_up {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .prod_quantity.vitrine-produto-component .prod_quantity_input {
    width: 140px;
    height: 50px;
    font-size: 25px;
  }
  .prod_quantity.produto-view {
    width: 240px;
    height: 50px;
  }
  .prod_quantity.produto-view .prod_quantity_down {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .prod_quantity.produto-view .prod_quantity_up {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .prod_quantity.produto-view .prod_quantity_input {
    width: 140px;
    height: 50px;
    font-size: 25px;
  }
  .prod_quantity.mini.vitrine-produto-component {
    width: 130px;
  }
  .prod_quantity.mini.vitrine-produto-component .prod_quantity_input {
    width: 50px;
    font-size: 16px;
  }
  .prod_quantity.mini.produto-view {
    width: 150px;
  }
  .prod_quantity.mini.produto-view .prod_quantity_input {
    width: 70px;
    font-size: 16px;
  }
  .item h2 {
    font-size: 18px;
    margin: 5px 0;
  }
  .category-products .panel-default .panel-heading .panel-title a {
    font-size: 12px;
  }
  .panel-body ul {
    padding-left: 0;
  }
  #cart_items .cart_info .cart_description {
    font-size: 12px;
  }
  #cart_items .cart_info .cart_price p {
    font-size: 12px;
  }
  #cart_items .cart_info .cart_price.cart_price_old p {
    font-size: 10px;
  }
  #cart_items .cart_info .cart_total_price {
    font-size: 14px;
    font-weight: bold;
  }
  .cart_quantity {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_delete a {
    padding: 3px 5px;
    font-size: 14px;
  }
  .cart_quantity_button a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .cart_quantity_input {
    height: 30px;
    width: 40px;
    font-size: 16px;
  }
  .cart_quantity_input:hover {
    height: 30px;
    width: 40px;
    font-size: 16px;
  }
  .cart_quantity_input:focus {
    height: 30px;
    width: 40px;
    font-size: 16px;
  }
  .cart_quantity_input:active {
    height: 30px;
    width: 40px;
    font-size: 16px;
  }
}
.whois-wrap {
  margin-top: 10px;
  padding: 0px 20px;
}
.whois-wrap .whois {
  float: right;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.header-bottomx {
  padding-bottom: 15px;
}

.features_items .right, #slider .right {
  right: 15px;
}
.features_items .left, #slider .left {
  left: 15px;
}

#slider .container-fluid {
  padding: 0;
}
#slider .row {
  margin: 0;
}
#slider .col-xs-12 {
  padding: 0;
}

@media (max-width: 768px) {
  .features_items .right {
    right: 5px;
  }
  .features_items .left {
    left: 5px;
  }
  .header-middle .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-middle .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .available-coupons-main {
    padding: 5px;
  }
  .available-coupons-main .available-coupons .available-coupon {
    width: 95%;
  }
  .available-coupons-main .available-coupons .available-coupon p.coupon-code, .available-coupons-main .available-coupons .available-coupon p.coupon-description {
    margin: 0 0 5px;
  }
  .available-coupons-main .available-coupons .available-coupon .available-coupon-content {
    padding: 0 5px;
  }
  .available-coupons-main .available-coupons .available-coupon .available-coupon-content .only-app-or-site {
    padding: 4px 4px 2px;
    margin-top: 5px;
    font-size: 11px;
  }
  .available-coupons-main .available-coupons .available-coupon .coupon-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .available-coupons-main .available-coupons .available-coupon .available-coupon-icon img {
    max-height: 100px;
  }
  .vitrine-banner {
    padding: 15px 0 0;
  }
  .carousel-inner .item [class*=col-] {
    padding: 0;
  }
  .header-middle .container .row {
    padding-top: 0;
  }
  #slider {
    padding: 0;
  }
  #slider [class*=col] {
    padding: 0;
  }
  .features_items {
    margin-top: 0;
  }
  #accordian {
    padding-bottom: 0;
  }
  .left-sidebar h2 {
    margin: 0 auto;
  }
  h2.title {
    margin-bottom: 10px;
  }
  .header-bottom {
    padding: 0 0 20px;
  }
  #form.login-view {
    margin-top: 20px;
  }
  #slider .control-carousel {
    top: 24%;
    font-size: 40px;
  }
  .banner-text-wrap {
    top: 36%;
    left: 8%;
  }
  .banner-text-wrap p {
    font-size: 12px;
  }
  .banner-text-wrap .btn {
    font-size: 10px;
  }
  .prod_quantity.mini {
    width: 120px;
  }
  .prod_quantity.mini .prod_quantity_input {
    width: 50px;
    height: 35px;
    font-size: 15px;
  }
  .prod_quantity.mini .prod_quantity_down {
    width: 35px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
  }
  .prod_quantity.mini .prod_quantity_up {
    width: 35px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
  }
  .prod_quantity {
    width: 200px;
    height: 50px;
  }
  .prod_quantity .prod_quantity_down {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .prod_quantity .prod_quantity_up {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .prod_quantity .prod_quantity_input {
    width: 100px;
    height: 50px;
    font-size: 25px;
  }
  .item h2 {
    font-size: 16px;
    margin: 5px 0;
  }
  #slider-carousel .item {
    padding-left: 0;
  }
  .category-products .panel-default .panel-heading .panel-title a {
    font-size: 12px;
  }
  .cart_menu {
    display: none;
  }
  .cart-normal {
    display: none;
  }
  .cart_quantity_button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100px;
  }
  .cart_price.cart_price_old {
    font-size: 11px;
    text-decoration: line-through;
    margin: 5px 0 0;
  }
  .cart_price {
    margin: 0 0 10px;
  }
  .cart-item-mobile {
    text-align: center;
    display: inline;
  }
  .get-app {
    display: none;
  }
  .get-app img {
    width: 100%;
    max-width: 100%;
  }
  .get-app-mobile {
    display: block;
  }
  .get-app-mobile img {
    width: 100%;
    max-width: 100%;
  }
  .shop-menu .nav.navbar-nav {
    text-align: center;
  }
  .shop-menu ul li a {
    font-size: 12px;
  }
  .header-middle .container .row {
    padding-bottom: 0px;
  }
  .whois-wrap {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin-top: 10px;
    padding: 0px 20px;
  }
  .whois-wrap .whois {
    float: unset;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider-carousel .item {
    padding-left: 0;
  }
}
.shop-menu {
  margin-top: 20px;
}

.promo-info.vitrine-produto-component {
  padding: 2px 5px;
  background: #27ae60;
  color: #fff;
  margin: 5px;
  border-radius: 3px;
  font-size: 11px;
  font-style: italic;
  z-index: 1001;
}
.promo-info.vitrine-produto-component .off {
  font-size: 10px;
}

.promo-info.produto-view {
  padding: 2px 5px;
  width: max-content;
  background: #27ae60;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  z-index: 1001;
}

.breadcrumb > .active {
  font-size: 12px;
}

.forget-password-link {
  text-decoration: underline;
}

a {
  cursor: pointer;
}

.total_area ul li span.green {
  color: #218c74;
  font-weight: bold;
}
.total_area ul li span.red {
  color: #c0392b;
  font-weight: bold;
}
.total_area ul li span.blue {
  color: #2980b9;
  font-weight: bold;
}

.alert-app-mode {
  background-color: #fa8231;
  color: #2d3436;
}

.alert-app-mode strong {
  color: #2d3436;
}

.custom-icon {
  font-size: 18px;
}

.breadcrumbs-component {
  margin-bottom: 20px;
}

#classificacoes.fixed {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 1033;
}

@media (max-width: 767px) {
  .classificacoes {
    display: none;
  }
  .shop-menu {
    display: none;
  }
}
.row.classificacoes {
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
  position: relative;
}
.row.classificacoes .custom-navbar {
  width: 100%;
  margin: auto;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  text-align: center;
}
.row.classificacoes .custom-navbar .navbar-item {
  z-index: 9998;
  height: 50px;
  padding: 15px;
  /*
  margin: 5px 15px;
  padding-top: 10px;
   */
  display: inline-block;
}
.row.classificacoes .custom-navbar .navbar-item:hover {
  background: #e7e7e7;
}
.row.classificacoes .custom-navbar .navbar-item a {
  line-height: 20px;
  font-weight: bolder;
}
.row.classificacoes .custom-navbar .navbar-item a .fa-angle-down {
  margin: 3px 0 0;
}
.row.classificacoes .custom-navbar .navbar-item .dropdown {
  margin-top: 15px;
  position: absolute;
  z-index: 9999;
  background: #fff;
  overflow: visible;
  min-height: 40px;
  width: 100%;
  border: 1px solid #e1e1e1;
  left: 0;
  opacity: 1;
  border-radius: 0;
  transition: opacity 0s 0.15s;
  display: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1019607843);
}
.row.classificacoes .custom-navbar .navbar-item .dropdown .mega-menu {
  padding: 0 15px;
  /*display: flex;*/
}
.row.classificacoes .custom-navbar .navbar-item .dropdown .mega-menu .mega-menu-header {
  width: 100%;
  text-align: left;
  color: #636e72;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 20px 10px;
}
.row.classificacoes .custom-navbar .navbar-item .dropdown .mega-menu .mega-menu-item {
  flex: 1;
}
.row.classificacoes .custom-navbar .navbar-item .dropdown ul {
  margin: 0;
  padding: 15px 0 15px 15px;
  list-style: none;
  color: #999;
}
.row.classificacoes .custom-navbar .navbar-item .dropdown ul li {
  text-align: left;
  padding: 5px;
}
.row.classificacoes .custom-navbar .navbar-item .dropdown ul li a {
  font-weight: normal;
  white-space: nowrap;
}
.row.classificacoes .custom-navbar .navbar-item .dropdown ul li:hover {
  background: #eee;
}
.row.classificacoes .custom-navbar .navbar-item:hover .dropdown {
  display: block;
}

.classificacoes-arrow-left {
  position: absolute;
  left: 10px;
  top: 20%;
  cursor: pointer;
  padding: 0px 11px;
  background-color: rgba(20, 20, 20, 0.3);
  color: white;
  border: 1px solid white;
  border-radius: 15px;
  font-weight: bold;
  font-size: 20px;
}

.classificacoes-arrow-right {
  position: absolute;
  right: 10px;
  top: 20%;
  cursor: pointer;
  padding: 0px 11px;
  background-color: rgba(20, 20, 20, 0.3);
  color: white;
  border: 1px solid white;
  border-radius: 15px;
  font-weight: bold;
  font-size: 20px;
}

.fixed .classificacoes-arrow-left {
  margin-left: 20px;
}
.fixed .classificacoes-arrow-right {
  margin-right: 20px;
}

.button-small-overlay {
  position: absolute;
  background: #717171;
  color: white;
  bottom: -5px;
  right: 0;
  border-radius: 11px;
  height: 22px;
  min-width: 22px;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.detalhes-card {
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}
.detalhes-card .detalhes-header {
  display: flex;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 10px;
}
.detalhes-card .detalhes-header .detalhes-title {
  flex: auto;
}
.detalhes-card .detalhes-body {
  padding: 20px;
}

.carrossel-container .col-xs-12 {
  margin: 5px 0;
}
.carrossel-container img.big-image {
  max-width: 100%;
  max-height: 50vh;
}
.carrossel-container img.small-image {
  height: 50px;
  border-radius: 10px;
  padding: 1px;
  border: none;
  cursor: pointer;
}
.carrossel-container img.small-image.selected {
  border: 2px solid #eee;
}

.texto-customizado-produto-view {
  font-size: 13px;
  color: #696763;
  padding: 0;
  margin: 0;
  text-align: center;
}

.opcoes-parcelamento {
  padding-top: 5px;
  font-size: 12px;
}
.opcoes-parcelamento .parcelamento {
  font-weight: bold;
}

.produto-desc-lab, .produto-controlado-label {
  padding: 3px 15px;
  width: min-content;
  white-space: nowrap;
  font-size: 12px;
  margin: 0 auto;
}

.produto-desc-lab {
  background-color: #ec5a00;
  color: #fff;
}

.produto-controlado-label {
  background-color: #ff0606;
  color: #fff;
}

.tags-row {
  text-align: center;
  position: relative;
  padding: 10px;
}
.tags-row .tags-container {
  display: flex;
  margin: 0 auto;
  width: min-content;
  max-width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}
.tags-row .tags-container .tag {
  display: flex;
  flex-direction: column;
  height: 125px;
  min-width: 110px;
  max-width: 145px;
  margin: 5px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
}
.tags-row .tags-container .tag:hover {
  border-color: #ccc;
}
.tags-row .tags-container .tag img {
  max-width: 120px;
  max-height: 80px;
  margin: auto;
}
.tags-row .tags-container .tag span {
  font-weight: bold;
  font-size: 16px;
  color: #696763;
}
.tags-row .tags-container .tag-no-img {
  display: block;
  margin: 5px;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.tags-row .tags-container .tag-no-img:hover {
  background-color: #ccc;
}
.tags-row .tags-container .tag-no-img:hover span {
  color: #fff;
}
.tags-row .tags-container .tag-no-img span {
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  color: #696763;
}
.tags-row .tags-arrow-left {
  position: absolute;
  left: 0;
  top: 40%;
  cursor: pointer;
  padding: 0px 11px;
  background-color: rgba(99, 110, 114, 0.7);
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.tags-row .tags-arrow-right {
  position: absolute;
  right: 0;
  top: 40%;
  cursor: pointer;
  padding: 0px 11px;
  background-color: rgba(99, 110, 114, 0.7);
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#produtosSimilaresModalBody {
  max-height: 500px;
  overflow-y: auto;
}

.sweet-alert {
  -webkit-box-shadow: -4px 4px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 4px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 4px 15px -5px rgba(0, 0, 0, 0.75);
}

.table-info {
  font-size: 12px;
}
.table-info .table-label {
  width: 80px;
  font-weight: bold;
  text-align: right;
}

.alert {
  z-index: 9999;
}

.actionbar-brand-name {
  color: var(--gray-900);
  font-size: 16px;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #32a2db;
  --blue-dark: #2588ba;
  --blue-light: #eaf6fc;
  --gray-900: #444444;
  --gray-600: #717171;
  --gray-200: #f1f2f6;
  --gray-100: #f8f9fb;
  --green: #2fae66;
  --red: #e0483c;
  --yellow: #ffcc00;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(20, 30, 40, .06), 0 1px 2px rgba(20, 30, 40, .04);
  --shadow-md: 0 8px 24px rgba(20, 30, 40, .08);
  --shadow-lg: 0 20px 45px rgba(20, 30, 40, .12);
  --maxw: 1240px;
}

.novo-layout {
  background: var(--gray-100);
  font-family: "Inter", sans-serif;
}
.novo-layout a {
  text-decoration: none;
}
.novo-layout button {
  font-family: inherit;
  cursor: pointer;
}
.novo-layout .wrap {
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.topbar {
  background: var(--gray-900);
  color: #fff;
  font-size: 12.5px;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  flex-wrap: wrap;
  gap: 4px;
}
.topbar .left {
  display: flex;
  gap: 22px;
}
.topbar .left span {
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.topbar .right {
  display: flex;
  gap: 18px;
  opacity: 0.85;
}
.topbar .right a:hover {
  opacity: 1;
  text-decoration: underline;
}

header.site-novo {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
header.site-novo .main {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.site-novo-logo img {
  height: 36px;
  width: auto;
}

.burger-novo {
  display: none;
  background: none;
  border: none;
  color: var(--gray-900);
  padding: 8px;
}

.cep-pill-wrap {
  position: relative;
  flex-shrink: 0;
}

.cep-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--gray-100);
  border: 1px solid #e7e9ee;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
  color: var(--gray-900);
}
.cep-pill strong {
  font-weight: 600;
}

.cep-pill:hover {
  border-color: var(--blue);
}

.cep-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 150;
  width: 400px;
  max-width: 90vw;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 16px;
}
.cep-dropdown .detalhes-header {
  display: none;
}

.search-box-novo {
  flex: 1;
  min-width: 0;
}
.search-box-novo .search_box {
  display: flex;
  align-items: center;
  background: var(--gray-100);
  border: 1.5px solid transparent;
  border-radius: 999px;
  padding: 4px 4px 4px 18px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.search-box-novo .search_box:focus-within {
  border-color: var(--blue);
  background: #fff;
}
.search-box-novo .search_box input,
.search-box-novo .search_box input:hover,
.search-box-novo .search_box input:focus {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14.5px;
  font-family: inherit;
  color: var(--gray-900);
  min-width: 0;
  text-align: left;
}
.search-box-novo .search_box button {
  position: static;
  top: auto;
  right: auto;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  transition: background 0.15s ease;
}
.search-box-novo .search_box button:hover {
  background: var(--blue-dark);
}

.header-actions-novo {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.header-actions-novo navbar {
  display: flex;
  align-items: center;
}
.header-actions-novo ul.nav.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-actions-novo ul.nav.navbar-nav > li {
  list-style: none;
}
.header-actions-novo ul.nav.navbar-nav > li > a {
  display: block;
  text-align: center;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  color: var(--gray-900);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  transition: background 0.15s ease;
  white-space: nowrap;
}
.header-actions-novo ul.nav.navbar-nav > li > a:hover {
  background: var(--gray-100);
}
.header-actions-novo ul.nav.navbar-nav .fa {
  display: block;
  margin: 0 auto 3px;
  font-size: 16px;
}
.header-actions-novo ul.nav.navbar-nav li a .button-small-overlay {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

#side-drawer {
  background: #fff;
  width: 300px;
  box-shadow: var(--shadow-lg);
}
#side-drawer .logo {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-200);
}
#side-drawer ul.nav.nav-pills.nav-stacked {
  padding: 12px;
  list-style: none;
  margin: 0;
}
#side-drawer ul.nav.nav-pills.nav-stacked li {
  list-style: none;
}
#side-drawer ul.nav.nav-pills.nav-stacked li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: var(--gray-900);
  font-size: 13.5px;
  font-weight: 600;
}
#side-drawer ul.nav.nav-pills.nav-stacked li a:hover {
  background: var(--gray-100);
}

.section {
  padding: 44px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}
.section-head h2 {
  font-size: 22px;
  margin: 0 0 4px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.section-head p {
  margin: 0;
  color: var(--gray-600);
  font-size: 13.5px;
}

a.see-all {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

a.see-all:hover {
  color: var(--blue-dark);
}

.hero-wrap {
  padding: 24px 0 0;
}
.hero-wrap .carousel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.trust-strip {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-top: 24px;
}
.trust-strip ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.trust-strip li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
  border-right: 1px solid #eef0f3;
}
.trust-strip li:last-child {
  border-right: none;
}
.trust-strip .ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-dark);
  flex-shrink: 0;
  font-size: 17px;
}
.trust-strip strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
}
.trust-strip span.desc {
  display: block;
  font-size: 12px;
  color: var(--gray-600);
  margin-top: 1px;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.cat-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 20px 12px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: block;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.cat-card .ic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 20px;
}
.cat-card span {
  font-size: 12.5px;
  font-weight: 600;
}

.prod-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prod-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.prod-card .fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-600);
  box-shadow: var(--shadow-sm);
  z-index: 2;
}
.prod-card .fav.active {
  color: var(--red);
}
.prod-card .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
}
.prod-card .tag.off {
  background: var(--red);
}
.prod-card .thumb {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.prod-card .info {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  margin-top: 0;
}
.prod-card .produto-desc-lab, .prod-card .produto-controlado-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 3px;
}
.prod-card .info .divider {
  height: 0;
  border-top: 1px solid #d6d6d6;
  margin: 10px 0;
}
.prod-card h3 {
  font-size: 13.5px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}
.prod-card h3 a {
  color: #000;
}
.prod-card .price-row {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.prod-card .old-price {
  font-size: 12px;
  color: #7c7c7c;
  text-decoration: line-through;
}
.prod-card .price {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
.prod-card .promocao-regra {
  margin: 0;
  font-size: 11px;
  color: var(--gray-600);
}
.prod-card .add-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--blue-light);
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 13px;
  padding: 9px;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
  width: 100%;
  border: none;
}
.prod-card .add-btn:hover {
  background: var(--blue);
  color: #fff;
}
.prod-card .add-btn:disabled {
  opacity: 0.7;
  cursor: default;
}

.vitrine {
  margin-bottom: 36px;
}
.vitrine:last-child {
  margin-bottom: 0;
}

.vitrine-banner {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 14px;
}
.vitrine-banner img {
  border-radius: var(--radius-lg);
}

.vitrine-title {
  font-size: 20px;
  font-weight: 800;
  margin: 15px 0 4px;
}

.vitrine-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.produto-carousel .carousel-inner.row-eq-height .item {
  gap: 16px;
}
.produto-carousel .carousel-inner.row-eq-height .item.active,
.produto-carousel .carousel-inner.row-eq-height .item.next,
.produto-carousel .carousel-inner.row-eq-height .item.prev,
.produto-carousel .carousel-inner.row-eq-height .item.left,
.produto-carousel .carousel-inner.row-eq-height .item.right {
  display: flex;
}

.produto-carousel .col-eq-height {
  display: flex;
}

.produto-carousel .product-image-wrapper {
  display: flex;
  width: 100%;
}

.produto-carousel .recommended-item-control {
  position: absolute;
  top: calc(50% - 19px);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: var(--gray-900);
}
.produto-carousel .recommended-item-control:hover {
  background: var(--blue);
  color: #fff;
}
.produto-carousel .recommended-item-control.left {
  left: 0;
}
.produto-carousel .recommended-item-control.right {
  right: 0;
}
.produto-carousel .recommended-item-control i {
  color: #fff;
  background: transparent;
}

.produto-carousel .carousel.slide {
  position: relative;
}

@media (max-width: 1080px) {
  .produto-carousel .recommended-item-control {
    display: none;
  }
}
.novo-layout .cupom-home-banner {
  margin-bottom: 44px;
}
.novo-layout .cupom-home-banner .cupons-wrp {
  display: block;
}
.novo-layout .cupom-home-banner .cupons {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1.5px dashed var(--blue);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 22px 26px;
  cursor: pointer;
}
.novo-layout .cupom-home-banner .cupons:hover {
  background: #fff;
}
.novo-layout .cupom-home-banner .cupons .cupons-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  float: none;
  padding: 0;
}
.novo-layout .cupom-home-banner .cupons .cupons-icon img {
  width: 26px;
  height: 26px;
  max-width: 26px;
}
.novo-layout .cupom-home-banner .cupons .cupons-text {
  float: none;
  width: auto;
  padding: 0;
  font-size: 13.5px;
}
.novo-layout .cupom-home-banner .cupons .cupons-text p,
.novo-layout .cupom-home-banner .cupons .cupons-text strong {
  color: var(--gray-900);
  font-size: 13.5px;
}
.novo-layout .cupom-home-banner .cupons .cupons-text strong {
  color: var(--blue-dark);
}

.promo-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.promo-card {
  border-radius: var(--radius-lg);
  padding: 30px 34px;
  display: flex;
  align-items: center;
  gap: 22px;
  box-shadow: var(--shadow-md);
}
.promo-card .ic {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.promo-card h3 {
  margin: 0 0 6px;
  font-size: 16.5px;
  font-weight: 700;
}
.promo-card p {
  margin: 0 0 14px;
  font-size: 12.5px;
  line-height: 1.5;
  opacity: 0.85;
}
.promo-card .cta-sm {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 999px;
}
.promo-card.receita {
  background: #fff;
  border: 1.5px dashed var(--blue);
}
.promo-card.receita .ic {
  background: var(--blue-light);
  color: var(--blue-dark);
}
.promo-card.receita .cta-sm {
  background: var(--blue);
  color: #fff;
}
.promo-card.clube {
  background: linear-gradient(135deg, #2b2b2b, #4d4d4d);
  color: #fff;
}
.promo-card.clube .ic {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.promo-card.clube .cta-sm {
  background: #fff;
  color: #2b2b2b;
}

#footer.footer-novo {
  background: #fff;
  border-top: 1px solid #eef0f3;
  margin-top: 20px;
}
#footer.footer-novo .footer-top {
  padding: 44px 0 30px;
}
#footer.footer-novo .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}
#footer.footer-novo .footer-logo {
  height: 32px;
  width: auto;
  margin: 0 0 12px;
}
#footer.footer-novo .social {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
#footer.footer-novo .social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  transition: background 0.15s ease, color 0.15s ease;
}
#footer.footer-novo .social a:hover {
  background: var(--blue);
  color: #fff;
}
#footer.footer-novo .seals {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
#footer.footer-novo .seals span {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--gray-600);
  border: 1px solid #e7e9ee;
  padding: 6px 10px;
  border-radius: 8px;
}
#footer.footer-novo h2 {
  font-size: 13px;
  margin: 0 0 14px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  color: var(--gray-900);
}
#footer.footer-novo .companyinfo,
#footer.footer-novo .single-widget {
  text-align: left;
}
#footer.footer-novo .companyinfo p,
#footer.footer-novo .single-widget p {
  font-size: 12.5px;
  color: var(--gray-600);
  line-height: 1.6;
  margin: 0 0 8px;
}
#footer.footer-novo .companyinfo p strong,
#footer.footer-novo .single-widget p strong {
  color: var(--gray-900);
}
#footer.footer-novo .companyinfo p a,
#footer.footer-novo .single-widget p a {
  color: var(--gray-600);
}
#footer.footer-novo .companyinfo p a:hover,
#footer.footer-novo .single-widget p a:hover {
  color: var(--blue);
}
#footer.footer-novo ul.nav.nav-pills.nav-stacked {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer.footer-novo ul.nav.nav-pills.nav-stacked li {
  margin-bottom: 9px;
}
#footer.footer-novo ul.nav.nav-pills.nav-stacked li a {
  font-size: 13px;
  color: var(--gray-600);
  padding: 0;
}
#footer.footer-novo ul.nav.nav-pills.nav-stacked li a:hover {
  color: var(--blue);
  background: transparent;
}
#footer.footer-novo .get-app img,
#footer.footer-novo .get-app-mobile img {
  height: 40px;
  width: auto;
}
#footer.footer-novo hr {
  display: none;
}
#footer.footer-novo .footer-widget {
  padding: 10px 0 30px;
  max-width: var(--maxw);
  margin: 0 auto;
}
#footer.footer-novo .footer-widget .video-gallery {
  background: var(--gray-100);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  text-align: left;
  height: 100% !important;
  margin-top: 0;
}
#footer.footer-novo .footer-widget .video-gallery h2 {
  font-size: 13px;
  color: var(--gray-900);
}
#footer.footer-novo .footer-widget .video-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: var(--gray-600);
  line-height: 1.6;
}
#footer.footer-novo .footer-bottom {
  background: var(--gray-900);
  color: #cfd3d8;
  padding: 16px 0;
}
#footer.footer-novo .footer-bottom p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  header.site-novo .main {
    flex-wrap: wrap;
  }
  .cep-pill-wrap {
    order: 3;
    width: 100%;
  }
  .cep-pill {
    width: 100%;
    justify-content: center;
  }
  .search-box-novo {
    order: 2;
    flex-basis: 100%;
  }
  .header-actions-novo {
    order: 1;
    margin-left: auto;
  }
  .burger-novo {
    display: flex;
    order: 0;
  }
  .topbar .left span:not(:first-child) {
    display: none;
  }
  .cat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .trust-strip ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-strip li:nth-child(2) {
    border-right: none;
  }
  #footer.footer-novo .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    row-gap: 26px;
  }
}
@media (max-width: 760px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .promo-duo {
    grid-template-columns: 1fr;
  }
  #footer.footer-novo .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.breadcrumb-novo {
  padding: 16px 0 0;
  font-size: 12.5px;
  color: var(--gray-600);
}
.breadcrumb-novo a:hover {
  color: var(--blue);
}
.breadcrumb-novo .sep {
  margin: 0 6px;
  opacity: 0.5;
}

.produto-grid {
  padding: 20px 0 10px;
  display: grid;
  grid-template-columns: 78px 1fr 1fr;
  gap: 22px;
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.thumbs .th {
  width: 78px;
  height: 78px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1.5px solid #e7e9ee;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.thumbs .th img {
  max-width: 100%;
  max-height: 100%;
  border-radius: calc(var(--radius-sm) - 2px);
}
.thumbs .th.active {
  border-color: var(--blue);
}

.gallery-main {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
.gallery-main img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
}
.gallery-main .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 7px;
}

.p-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-info h1 {
  margin: 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
}

.banner-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
.banner-alert .fa {
  margin-top: 2px;
  flex-shrink: 0;
}

.banner-alert.red {
  background: #fdecea;
  color: #b3271f;
  border: 1px solid #f6cac6;
}

.banner-alert.gray {
  background: var(--gray-100);
  color: var(--gray-600);
  border: 1px solid #e7e9ee;
}

.banner-alert.yellow {
  background: #fff8e1;
  color: #8a6d00;
  border: 1px solid #ffe9a8;
}

.price-block {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-block .old-price {
  font-size: 13px;
  color: #a7adb5;
  text-decoration: line-through;
}
.price-block .price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.price-block .price {
  font-size: 30px;
  font-weight: 800;
}
.price-block .off {
  background: var(--red);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
}
.price-block .parcelamento-row {
  font-size: 12.5px;
  color: var(--gray-600);
  margin: 0;
}
.price-block .promocao-regra {
  font-size: 12.5px;
  color: var(--gray-600);
  margin: 0;
}
.price-block .price-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.price-block .label-price-option {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.15s ease;
}
.price-block .label-price-option.label-default {
  background: #f1f3f6;
  color: var(--gray-600);
}
.price-block .label-price-option.label-success {
  background: #e8f7ee;
  color: var(--green);
  border-color: var(--green);
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.qty-row .prod_quantity.mini.produto-view {
  position: static;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  background: var(--gray-100);
  border-radius: 999px;
  overflow: hidden;
  float: none;
}
.qty-row .prod_quantity.mini.produto-view .prod_quantity_down,
.qty-row .prod_quantity.mini.produto-view .prod_quantity_up {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  float: none;
  cursor: pointer;
  background: var(--blue);
}
.qty-row .prod_quantity.mini.produto-view .prod_quantity_down span,
.qty-row .prod_quantity.mini.produto-view .prod_quantity_up span {
  color: #fff;
}
.qty-row .prod_quantity.mini.produto-view .prod_quantity_down {
  border-radius: 16px 0 0 16px;
}
.qty-row .prod_quantity.mini.produto-view .prod_quantity_up {
  border-radius: 0 16px 16px 0;
}
.qty-row .prod_quantity.mini.produto-view .prod_quantity_down:hover,
.qty-row .prod_quantity.mini.produto-view .prod_quantity_up:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}
.qty-row .prod_quantity.mini.produto-view .prod_quantity_input {
  text-align: center;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  float: none;
}
.qty-row .total {
  font-size: 13px;
  color: var(--gray-600);
}
.qty-row .total strong {
  color: var(--gray-900);
  font-size: 15px;
}

.cta-row {
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
.cta-row .btn-primary.btn-block {
  flex: 1;
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px;
  border-radius: 999px;
}
.cta-row .btn-primary.btn-block:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}
.cta-row .btn-info.btn-block {
  flex: 1;
  background: #fff;
  border: 1.5px solid var(--blue);
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 14.5px;
  padding: 13px;
  border-radius: 999px;
}
.cta-row .btn-info.btn-block:hover {
  background: var(--blue-light);
}

.frete-box .detalhes-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 16px 18px;
}
.frete-box .detalhes-header {
  display: none;
}

.tabs-head {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #e7e9ee;
  margin-bottom: 20px;
  overflow-x: auto;
}
.tabs-head button {
  padding: 12px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gray-600);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.tabs-head button.active {
  color: var(--blue-dark);
  border-bottom-color: var(--blue);
}

.tab-panel {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 26px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--gray-600);
}
.tab-panel table {
  width: 100%;
  border-collapse: collapse;
}
.tab-panel table td {
  padding: 8px 0;
  border-bottom: 1px solid #f1f2f6;
}
.tab-panel table td:first-child {
  color: var(--gray-900);
  font-weight: 600;
  width: 200px;
}

.produto-video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.produto-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .produto-grid {
    grid-template-columns: 1fr;
  }
  .thumbs {
    flex-direction: row;
    order: 2;
  }
  .gallery-main {
    order: 1;
    min-height: 320px;
  }
}
@media (max-width: 600px) {
  .cta-row {
    flex-direction: column;
  }
  .tab-panel td:first-child {
    width: auto;
  }
}
#classificacoes:has(#rowClassificacoes.fixed) {
  padding-top: 51px;
}

#rowClassificacoes {
  background: #fff;
  border: none;
  border-bottom: 1px solid #eef0f3;
  position: relative;
}
#rowClassificacoes.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 140;
  box-shadow: var(--shadow-sm);
}
#rowClassificacoes .custom-navbar {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 16px;
  text-align: left;
  position: relative;
  overflow: visible;
}
#rowClassificacoes .navbar-track {
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  scroll-behavior: smooth;
}
#rowClassificacoes .navbar-item {
  height: auto;
  padding: 6px 2px;
  background: none;
  position: static;
}
#rowClassificacoes .navbar-item:hover {
  background: none;
}
#rowClassificacoes .navbar-item > a.classificacao {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--gray-900);
  transition: background 0.15s ease, color 0.15s ease;
}
#rowClassificacoes .navbar-item > a.classificacao .fa-angle-down {
  margin: 0;
  font-size: 10px;
  opacity: 0.55;
}
#rowClassificacoes .navbar-item:hover > a.classificacao {
  background: var(--blue-light);
  color: var(--blue-dark);
}
#rowClassificacoes .navbar-item > a.classificacao.selected {
  background: var(--blue);
  color: #fff;
}
#rowClassificacoes .navbar-item > a.classificacao.selected .fa-angle-down {
  opacity: 0.85;
}
#rowClassificacoes .classificacoes-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  background: #fff;
  border: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 160;
  min-height: 0;
  width: auto;
  overflow: hidden;
  padding: 10px;
}
#rowClassificacoes .classificacoes-dropdown .mega-menu-header {
  width: auto;
  border-bottom: 1px solid var(--gray-200);
  text-align: left;
  padding: 10px;
}
#rowClassificacoes .classificacoes-dropdown .mega-menu-header h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-900);
}
#rowClassificacoes .classificacoes-dropdown .mega-menu-item {
  padding: 18px 20px;
}
#rowClassificacoes .classificacoes-dropdown ul {
  padding: 0;
  margin: 0;
  color: inherit;
}
#rowClassificacoes .classificacoes-dropdown ul li {
  padding: 0;
  text-align: left;
}
#rowClassificacoes .classificacoes-dropdown ul li a {
  display: block;
  padding: 6px 12px;
  margin: 0 -12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-600);
  white-space: normal;
}
#rowClassificacoes .classificacoes-dropdown ul li:hover {
  background: none;
}
#rowClassificacoes .classificacoes-dropdown ul li:hover a {
  background: var(--blue-light);
  color: var(--blue-dark);
}

.whatsapp-unidade-opcao {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.15s ease;
}
.whatsapp-unidade-opcao + .whatsapp-unidade-opcao {
  border-top: 1px solid var(--gray-200);
}
.whatsapp-unidade-opcao:hover {
  background: var(--blue-light);
}
.whatsapp-unidade-opcao h5 {
  margin: 0 0 4px;
  font-weight: 600;
  color: var(--gray-900);
}
.whatsapp-unidade-opcao p {
  margin: 0;
  font-size: 13px;
  color: var(--gray-600);
}

#form.login-view-novo {
  margin: 0;
  overflow: visible;
  padding: 32px 0 60px;
}

.novo-layout .login-shell {
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #fff;
}

.login-side {
  background: linear-gradient(150deg, var(--blue-dark) 0%, var(--blue) 100%);
  color: #fff;
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.login-side h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
.login-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-side li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.95;
}
.login-side .ic {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
}

.login-forms {
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.login-tabs {
  display: flex;
  background: var(--gray-100);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 28px;
}
.login-tabs button {
  flex: 1;
  padding: 10px;
  border-radius: 999px;
  border: none;
  background: none;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--gray-600);
  transition: all 0.15s ease;
}
.login-tabs button.active {
  background: var(--blue);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.novo-layout .login-form, .novo-layout .signup-form {
  display: none;
}
.novo-layout .login-form.active, .novo-layout .signup-form.active {
  display: flex;
}
.novo-layout .login-form, .novo-layout .signup-form, .novo-layout .auth-card, .novo-layout .profile-form {
  flex-direction: column;
  gap: 0;
}
.novo-layout .login-form h2, .novo-layout .signup-form h2, .novo-layout .auth-card h2, .novo-layout .profile-form h2 {
  font-size: 19px;
  font-weight: 800;
  color: var(--gray-900);
  text-align: left;
  margin: 0 0 20px;
}
.novo-layout .login-form form, .novo-layout .signup-form form, .novo-layout .auth-card form, .novo-layout .profile-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.novo-layout .login-form .field, .novo-layout .signup-form .field, .novo-layout .auth-card .field, .novo-layout .profile-form .field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.novo-layout .login-form .field label, .novo-layout .signup-form .field label, .novo-layout .auth-card .field label, .novo-layout .profile-form .field label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gray-900);
}
.novo-layout .login-form input, .novo-layout .login-form select, .novo-layout .signup-form input, .novo-layout .signup-form select, .novo-layout .auth-card input, .novo-layout .auth-card select, .novo-layout .profile-form input, .novo-layout .profile-form select {
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--gray-900);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  margin-bottom: 0;
  padding: 11px 14px;
  transition: border-color 0.15s ease;
}
.novo-layout .login-form input:focus, .novo-layout .login-form select:focus, .novo-layout .signup-form input:focus, .novo-layout .signup-form select:focus, .novo-layout .auth-card input:focus, .novo-layout .auth-card select:focus, .novo-layout .profile-form input:focus, .novo-layout .profile-form select:focus {
  border-color: var(--blue);
}
.novo-layout .login-form .row3, .novo-layout .signup-form .row3, .novo-layout .auth-card .row3, .novo-layout .profile-form .row3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.novo-layout .login-form .between, .novo-layout .signup-form .between, .novo-layout .auth-card .between, .novo-layout .profile-form .between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  margin: -4px 0 4px;
}
.novo-layout .login-form .forget-password-link, .novo-layout .signup-form .forget-password-link, .novo-layout .auth-card .forget-password-link, .novo-layout .profile-form .forget-password-link {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}
.novo-layout .login-form .forget-password-link:hover, .novo-layout .signup-form .forget-password-link:hover, .novo-layout .auth-card .forget-password-link:hover, .novo-layout .profile-form .forget-password-link:hover {
  text-decoration: underline;
}
.novo-layout .login-form button[type=submit], .novo-layout .signup-form button[type=submit], .novo-layout .auth-card button[type=submit], .novo-layout .profile-form button[type=submit] {
  background: var(--blue);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 13px;
  margin-top: 20px;
  width: 100%;
}
.novo-layout .login-form button[type=submit]:hover, .novo-layout .signup-form button[type=submit]:hover, .novo-layout .auth-card button[type=submit]:hover, .novo-layout .profile-form button[type=submit]:hover {
  background: var(--blue-dark);
}
.novo-layout .login-form .divider, .novo-layout .signup-form .divider, .novo-layout .auth-card .divider, .novo-layout .profile-form .divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gray-600);
  font-size: 12px;
  margin: 18px 0 4px;
}
.novo-layout .login-form .divider::before, .novo-layout .login-form .divider::after, .novo-layout .signup-form .divider::before, .novo-layout .signup-form .divider::after, .novo-layout .auth-card .divider::before, .novo-layout .auth-card .divider::after, .novo-layout .profile-form .divider::before, .novo-layout .profile-form .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e7e9ee;
}
.novo-layout .login-form .hint, .novo-layout .signup-form .hint, .novo-layout .auth-card .hint, .novo-layout .profile-form .hint {
  font-size: 11.5px;
  color: var(--gray-600);
  margin-top: 2px;
}
.novo-layout .login-form .hint a, .novo-layout .signup-form .hint a, .novo-layout .auth-card .hint a, .novo-layout .profile-form .hint a {
  color: var(--blue);
  font-weight: 600;
}
.novo-layout .login-form .hint a:hover, .novo-layout .signup-form .hint a:hover, .novo-layout .auth-card .hint a:hover, .novo-layout .profile-form .hint a:hover {
  text-decoration: underline;
}
.novo-layout .login-form #googleLoginBtn, .novo-layout .signup-form #googleLoginBtn, .novo-layout .auth-card #googleLoginBtn, .novo-layout .profile-form #googleLoginBtn {
  display: flex;
  justify-content: center;
}

.novo-layout .auth-card-wrap {
  max-width: 460px;
}

.auth-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 40px;
  display: flex;
}

@media (max-width: 760px) {
  .login-shell {
    grid-template-columns: 1fr;
  }
  .login-side {
    display: none;
  }
  .login-forms {
    padding: 28px 22px;
  }
  .novo-layout .login-form .row3,
  .novo-layout .signup-form .row3 {
    grid-template-columns: 1fr 1fr;
  }
  .novo-layout .login-form .row3 select:nth-child(3),
  .novo-layout .signup-form .row3 select:nth-child(3) {
    grid-column: span 2;
  }
}
.carrinho-view-novo {
  padding: 26px 0 40px;
}
.carrinho-view-novo > .page-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 20px;
}
.carrinho-view-novo > .banner-alert {
  margin-bottom: 14px;
}

.empty-state {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 48px 24px;
  text-align: center;
  color: var(--gray-600);
}
.empty-state .fa {
  font-size: 34px;
  color: #c3cbd4;
  margin-bottom: 14px;
}
.empty-state p {
  margin: 0 0 18px;
  font-size: 14px;
}
.empty-state .btn-primary {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px 22px;
  border-radius: 999px;
}
.empty-state .btn-primary:hover {
  background: var(--blue-dark);
}

.sistema-indisponivel-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.sistema-indisponivel-page .empty-state {
  max-width: 420px;
}
.sistema-indisponivel-page .empty-state .fa {
  font-size: 44px;
}
.sistema-indisponivel-page .empty-state h1 {
  font-size: 22px;
  font-weight: 800;
  color: var(--gray-900);
  margin: 0 0 10px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 22px;
  align-items: start;
}

.cart-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.cart-card table.table-condensed {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.cart-card thead tr.cart_menu {
  display: none;
}
.cart-card tbody tr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--gray-200);
}
.cart-card tbody tr:last-child {
  border-bottom: none;
}
.cart-card td {
  border: none;
  padding: 0;
  vertical-align: middle;
}
.cart-card .cart-item-mobile {
  display: none;
}
.cart-card td.cart_product.cart-normal {
  display: block;
  width: 64px;
  flex-shrink: 0;
}
.cart-card td.cart_product.cart-normal img {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-sm);
  object-fit: contain;
  background: var(--gray-100);
}
.cart-card td.cart_description {
  flex: 1;
  min-width: 0;
}
.cart-card td.cart_description a.cart-normal {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gray-900);
}
.cart-card td.cart_price.cart-normal {
  display: block;
  width: 90px;
  flex-shrink: 0;
  text-align: right;
  font-size: 12.5px;
  color: var(--gray-600);
}
.cart-card td.cart_price.cart-normal .cart_price_old {
  display: block;
  text-decoration: line-through;
  color: #c3cbd4;
  font-size: 11px;
}
.cart-card td.cart_quantity.cart-normal {
  display: block;
  width: auto !important;
  flex-shrink: 0;
}
.cart-card .cart_quantity_button {
  display: flex;
  align-items: center;
  background: var(--gray-100);
  border-radius: 999px;
  overflow: hidden;
}
.cart-card .cart_quantity_button .cart_quantity_down,
.cart-card .cart_quantity_button .cart_quantity_up {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  background: transparent;
  cursor: pointer;
}
.cart-card .cart_quantity_button .cart_quantity_down:hover,
.cart-card .cart_quantity_button .cart_quantity_up:hover {
  background: #e7e9ee;
}
.cart-card .cart_quantity_button .cart_quantity_input {
  width: 32px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}
.cart-card td.cart_total.cart-normal {
  display: block;
  width: 90px;
  flex-shrink: 0;
  text-align: right;
  font-weight: 800;
  font-size: 14.5px;
}
.cart-card td.cart_delete.cart-normal {
  display: block;
  flex-shrink: 0;
}
.cart-card .cart_quantity_delete {
  display: flex;
  color: var(--gray-600);
  padding: 7px 8px;
  cursor: pointer;
  border-radius: 30px;
}
.cart-card .cart_quantity_delete:hover {
  color: var(--red);
}
.cart-card .cart_quantity_delete:hover i {
  color: #fff;
}

@media (max-width: 860px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .summary {
    position: static;
  }
  .cart-card tbody tr {
    flex-wrap: wrap;
  }
  .cart-card td.cart_description {
    flex-basis: 100%;
    order: 1;
  }
  .cart-card td.cart_product.cart-normal {
    order: 0;
  }
  .cart-card td.cart_price.cart-normal {
    display: none;
  }
  .cart-card td.cart_quantity.cart-normal {
    order: 2;
  }
  .cart-card td.cart_total.cart-normal {
    order: 3;
    margin-left: auto;
  }
  .cart-card td.cart_delete.cart-normal {
    order: 4;
  }
}
.continue-shopping {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  margin-top: 16px;
}

.continue-shopping:hover {
  color: var(--blue-dark);
}

.summary {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 22px;
  position: sticky;
  top: 90px;
}
.summary > div > h2 {
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 700;
}

.coupon-select-novo {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-light);
  border-radius: 999px;
  padding: 9px 14px;
  margin-bottom: 16px;
}

.coupon-select-novo .coupon-select-main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--blue-dark);
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
}

.coupon-select-novo .coupon-select-main img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.coupon-select-novo .coupon-select-main span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coupon-select-novo .coupon-remove-novo {
  color: var(--blue-dark);
  font-weight: 800;
  cursor: pointer;
  flex-shrink: 0;
}

.sum-rows .sum-row {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  padding: 8px 0;
  color: var(--gray-600);
}

.sum-rows .sum-row.discount {
  color: var(--green);
}

.sum-rows .sum-row.total {
  border-top: 1px solid var(--gray-200);
  margin-top: 6px;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 800;
  color: var(--gray-900);
}

.sum-rows .free-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e8f7ee;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}

.summary .btn-primary.check_out {
  display: block;
  width: 100%;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px;
  border-radius: 999px;
  text-align: center;
  margin-top: 14px;
}

.summary .btn-primary.check_out:hover {
  background: var(--blue-dark);
}

.trust-mini {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  font-size: 11.5px;
  color: var(--gray-600);
}

.trust-mini div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-shell-novo {
  padding: 26px 0 60px;
}

.novo-layout .checkout-shell-novo.wrap {
  max-width: 920px;
}

.checkout-topbar-novo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.checkout-topbar-novo .continuar-comprando-novo {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-600);
}

.checkout-topbar-novo .continuar-comprando-novo:hover {
  color: var(--blue);
}

.checkout-topbar-novo .ambiente-seguro-novo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--green);
}

.stepper-nav {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
  margin-bottom: 24px;
}

.stepper-nav .step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gray-600);
  width: auto;
  height: auto;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.stepper-nav .step::before {
  content: none;
}

.stepper-nav .step.step {
  background: none;
}

.stepper-nav .step.step:not(:last-child)::after {
  background: #e7e9ee;
}

.stepper-nav .step.step.done:not(:last-child)::after {
  background: var(--green);
}

.stepper-nav .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 60%;
  width: 80%;
  height: 2px;
  background: #e7e9ee;
  z-index: 0;
}

.stepper-nav .step.done:not(:last-child)::after {
  background: var(--green);
}

.stepper-nav .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e7e9ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--gray-600);
  z-index: 1;
  transition: all 0.15s ease;
}

.stepper-nav .step.active .num {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.stepper-nav .step.active {
  color: var(--blue-dark);
}

.stepper-nav .step.done .num {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.checkout-panel.checkout-panel-novo {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 26px;
}

@media (max-width: 760px) {
  .stepper-nav .step span.lbl-text {
    display: none;
  }
  .checkout-panel.checkout-panel-novo {
    padding: 20px 0;
  }
}
.checkout-panel-novo .title, .checkout-panel-novo .step-title {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 18px;
}
.checkout-panel-novo .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
.checkout-panel-novo label {
  text-align: left;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.checkout-panel-novo .form-control, .checkout-panel-novo input[type=text], .checkout-panel-novo input[type=tel], .checkout-panel-novo input[type=email], .checkout-panel-novo select,
.checkout-panel-novo textarea {
  height: auto;
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--gray-900);
  background: #fff;
  box-shadow: none;
  transition: border-color 0.15s ease;
}
.checkout-panel-novo .form-control:focus, .checkout-panel-novo input[type=text]:focus, .checkout-panel-novo input[type=tel]:focus, .checkout-panel-novo input[type=email]:focus, .checkout-panel-novo select:focus,
.checkout-panel-novo textarea:focus {
  border-color: var(--blue);
  box-shadow: none;
  outline: none;
}
.checkout-panel-novo textarea {
  resize: vertical;
  min-height: 70px;
}
.checkout-panel-novo .pontos-texto, .checkout-panel-novo .convenios-texto, .checkout-panel-novo .promocao-texto {
  text-align: left;
  color: var(--gray-600);
  font-size: 13.5px;
  margin: 0 0 10px;
}
.checkout-panel-novo .promocao-info-texto {
  text-align: left;
  color: var(--gray-600);
  font-size: 12.5px;
  margin: 0 0 18px;
}
.checkout-panel-novo .total-pontos-resgatado-invalido {
  color: var(--red);
  font-size: 12.5px;
  font-weight: 600;
  margin: 6px 0 0;
}
.checkout-panel-novo .panel-footer {
  width: auto;
  height: auto;
  padding: 20px 0 0;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.checkout-panel-novo .btn-step {
  width: auto;
  height: auto;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: normal;
  padding: 13px 26px;
  border-radius: 999px;
}
.checkout-panel-novo .btn-step:hover {
  transform: none;
}
.checkout-panel-novo .btn-step[disabled] {
  opacity: 0.55;
  cursor: default;
}
.checkout-panel-novo .back-btn {
  color: var(--gray-900);
  background: var(--gray-100);
}
.checkout-panel-novo .back-btn:hover:not([disabled]) {
  background: #e7e9ee;
}
.checkout-panel-novo .next-btn {
  color: #fff;
  background: var(--blue);
}
.checkout-panel-novo .next-btn:hover:not([disabled]) {
  background: var(--blue-dark);
}
.checkout-panel-novo .promocao-banner-wrap {
  margin-bottom: 18px;
}
.checkout-panel-novo .promocao-banner {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin: 0 auto;
}
.checkout-panel-novo .promocao-btn-share {
  height: auto;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 20px;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.checkout-panel-novo .promocao-btn-share.share-yes {
  background: var(--blue);
}
.checkout-panel-novo .promocao-btn-share.share-yes:hover {
  background: var(--blue-dark);
}
.checkout-panel-novo .promocao-btn-share.share-no {
  background: var(--gray-100);
  color: var(--gray-900);
  border: 1.5px solid #e7e9ee;
}
.checkout-panel-novo .promocao-btn-share.share-no:hover {
  background: #e7e9ee;
}
.checkout-panel-novo .opt-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 6px;
}
.checkout-panel-novo .opt-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
  margin: 0;
  background: #fff;
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-md);
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.checkout-panel-novo .opt-card:hover {
  border-color: var(--blue);
  background: var(--blue-light);
}
.checkout-panel-novo .opt-card i.fa {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--blue-light);
  color: var(--blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.checkout-panel-novo .opt-card p {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  padding: 0;
  text-align: center;
}
.checkout-panel-novo .badge-desconto-forma {
  display: inline-flex;
  align-items: center;
  background: #e8f7ee;
  color: var(--green);
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  margin-top: 4px;
}
.checkout-panel-novo .unidades-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-panel-novo .unidade-row {
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
}
.checkout-panel-novo .stock-ok {
  color: var(--green);
  font-weight: 700;
  font-size: 11.5px;
}
.checkout-panel-novo .stock-bad {
  color: var(--red);
  font-weight: 700;
  font-size: 11.5px;
}
.checkout-panel-novo .btn-retirar.pull-right {
  float: none;
  display: inline-block;
  margin-top: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
}
.checkout-panel-novo .btn-retirar.pull-right:hover {
  background: var(--blue-dark);
  color: #fff;
}
.checkout-panel-novo .turnos-wrap {
  margin-top: 10px;
}
.checkout-panel-novo .app-calendar-wrap {
  margin-top: 10px;
}
.checkout-panel-novo .calendar-title-header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.checkout-panel-novo .calendar-title-header .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkout-panel-novo .calendar-title-header .btn:hover {
  background: #e7e9ee;
}
.checkout-panel-novo .calendar-title-header .btn.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.checkout-panel-novo .calendar-title-header .calendar-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
.checkout-panel-novo .calendar-warp {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.checkout-panel-novo .calendar-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: var(--radius-sm);
  font-size: 12.5px;
}
.checkout-panel-novo .calendar-unit.weekdays {
  color: var(--gray-600);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  height: 22px;
}
.checkout-panel-novo .calendar-unit.days {
  cursor: pointer;
  color: var(--gray-900);
}
.checkout-panel-novo .calendar-unit.days:hover:not(.disabled):not(.invalid) {
  background: var(--blue-light);
}
.checkout-panel-novo .calendar-unit.today {
  font-weight: 800;
  color: var(--blue-dark);
}
.checkout-panel-novo .calendar-unit.selected {
  background: var(--blue);
  color: #fff;
}
.checkout-panel-novo .calendar-unit.disabled, .checkout-panel-novo .calendar-unit.invalid {
  color: #d5d8de;
  cursor: default;
}
.checkout-panel-novo .observacao-text {
  text-align: left;
  color: var(--gray-600);
  font-size: 13.5px;
}
.checkout-panel-novo .subtitle {
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 20px 0 10px;
}
.checkout-panel-novo .endereco-selecionado-wrap {
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 0 0 14px;
}
.checkout-panel-novo .endereco-result-item {
  border: 1.5px solid #e7e9ee;
  padding: 14px 16px;
}
.checkout-panel-novo .custo-entrega {
  border-top: 1px solid #e7e9ee;
  margin-top: 10px;
}
.checkout-panel-novo .msg-entrega {
  border-radius: var(--radius-sm);
  margin-top: 10px;
}
.checkout-panel-novo .btn-frete-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-md);
  padding: 14px 10px;
  cursor: pointer;
  height: 100%;
}
.checkout-panel-novo .btn-frete-option img {
  max-height: 30px;
  margin-bottom: 4px;
}
.checkout-panel-novo .btn-frete-option .company, .checkout-panel-novo .btn-frete-option .name {
  font-size: 11.5px;
  font-weight: 600;
  margin: 0;
  color: var(--gray-900);
}
.checkout-panel-novo .btn-frete-option .price, .checkout-panel-novo .btn-frete-option .free-delivery {
  font-size: 12.5px;
  margin: 2px 0 0;
}
.checkout-panel-novo .btn-frete-option small {
  color: var(--gray-600);
  font-size: 10.5px;
}
.checkout-panel-novo .opt-selected .btn-frete-option {
  border-color: var(--blue);
  background: var(--blue-light);
}
.checkout-panel-novo a {
  color: var(--blue);
  font-weight: 600;
}
.checkout-panel-novo a:hover {
  color: var(--blue-dark);
}
.checkout-panel-novo .check_out {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  height: auto;
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
}
.checkout-panel-novo .check_out:hover {
  background: var(--blue-dark);
  color: #fff;
}
.checkout-panel-novo .forma-pgto-wrp {
  padding: 6px;
}
.checkout-panel-novo .forma-pgto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: auto;
  margin: 0;
  background: #fff;
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-md);
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.checkout-panel-novo .forma-pgto:hover {
  border-color: var(--blue);
  background: var(--blue-light);
}
.checkout-panel-novo .forma-pgto i {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--blue-light);
  color: var(--blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.checkout-panel-novo .forma-pgto i.icomoon-picpay {
  font-size: 16px;
}
.checkout-panel-novo .forma-pgto p {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  padding: 0;
  text-align: center;
}
.checkout-panel-novo .dados-cartao-wrap input[type=text], .checkout-panel-novo .dados-cartao-wrap input[type=password], .checkout-panel-novo .dados-cartao-wrap select {
  height: auto;
  font-size: 14px;
  padding: 11px 14px;
  color: var(--gray-900);
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-sm);
}
.checkout-panel-novo .dados-cartao-wrap input[type=text]:focus, .checkout-panel-novo .dados-cartao-wrap input[type=password]:focus, .checkout-panel-novo .dados-cartao-wrap select:focus {
  border-color: var(--blue);
}
.checkout-panel-novo .cartao-compra-um-click .form-group, .checkout-panel-novo .comprar-novo-cartao .form-group {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-panel-novo .checkout-item {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f2f6;
}
.checkout-panel-novo .checkout-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.checkout-panel-novo .item-title {
  padding: 0;
  color: var(--gray-600);
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.checkout-panel-novo .item-content {
  border: none;
  padding: 0;
  color: var(--gray-900);
  font-size: 13.5px;
  text-align: left;
}
.checkout-panel-novo .item-content .finalizacao-texto, .checkout-panel-novo .item-content .finalizacao-forma-pagamento {
  text-align: left;
  padding: 0;
}
.checkout-panel-novo .pedido-total tr {
  border-bottom-color: #f1f2f6;
}
.checkout-panel-novo .opt-compra-finalizada .well {
  padding: 20px;
  margin-bottom: 16px;
}
.checkout-panel-novo .opt-compra-finalizada .well:last-child {
  margin-bottom: 0;
}

.account-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 22px;
  align-items: start;
}

.account-nav {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 18px;
  position: sticky;
  top: 90px;
}

.account-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--gray-200);
}
.account-user .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}
.account-user strong {
  display: block;
  font-size: 13px;
}
.account-user span {
  font-size: 11.5px;
  color: var(--gray-600);
}

.account-nav nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.account-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-900);
}

.account-nav-link:hover {
  background: var(--gray-100);
}

.account-nav-link.active {
  background: var(--blue-light);
  color: var(--blue-dark);
}

.account-logout {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-top: 12px;
  border-top: 1px solid var(--gray-200);
  padding-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
}

.account-logout:hover {
  opacity: 0.8;
}

.account-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 26px;
  margin-bottom: 18px;
}

.account-card h3 {
  font-size: 15px;
  margin: 0 0 16px;
}

.account-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 20px;
}

@media (max-width: 860px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-nav {
    position: static;
  }
}
.profile-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.profile-form .form-section-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gray-600);
  margin: 20px 0 10px;
}
.profile-form .field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.profile-form label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gray-900);
}
.profile-form input, .profile-form select {
  border: 1.5px solid #e7e9ee;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--gray-900);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  margin-bottom: 0;
  padding: 11px 14px;
  width: 100%;
  transition: border-color 0.15s ease;
}
.profile-form input:focus, .profile-form select:focus {
  border-color: var(--blue);
}
.profile-form input[readonly] {
  background: var(--gray-100);
  color: var(--gray-600);
}
.profile-form .row2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.profile-form .hint {
  font-size: 11.5px;
  color: var(--gray-600);
  margin-top: 2px;
}
.profile-form .btn-primary {
  align-self: flex-start;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 999px;
}
.profile-form .btn-primary:hover {
  background: var(--blue-dark);
}

@media (max-width: 760px) {
  .profile-form .row2col {
    grid-template-columns: 1fr;
  }
}
.account-card .alert-success,
.account-card .alert-danger {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 500;
  margin: 16px 0 0;
  border: 1px solid transparent;
}

.account-card .alert-success {
  background: #e8f7ee;
  color: #1f8a4c;
  border-color: #bfe9cf;
}

.account-card .alert-danger {
  background: #fdecea;
  color: #b3271f;
  border-color: #f6cac6;
}

.account-card .alert-success .close,
.account-card .alert-danger .close {
  color: inherit;
  opacity: 0.6;
}

.account-card .alert-success .close:hover,
.account-card .alert-danger .close:hover {
  opacity: 1;
}

.danger-card {
  background: #fff;
  border: 1.5px solid #f6cac6;
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

.danger-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #b3271f;
}

.danger-card p {
  font-size: 12.5px;
  color: var(--gray-600);
  max-width: 460px;
  margin: 0 auto 18px;
  line-height: 1.6;
}

.btn-danger-outline {
  display: inline-block;
  border: 1.5px solid var(--red);
  color: var(--red);
  font-weight: 700;
  font-size: 13px;
  padding: 11px 22px;
  border-radius: 999px;
  background: #fff;
}

.btn-danger-outline:hover {
  background: #fdecea;
}

.acc-group-novo {
  margin-bottom: 14px;
}
.acc-group-novo > .panel-heading {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}
.acc-group-novo .panel-title a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--gray-900);
}
.acc-group-novo .panel-title a .fa {
  color: var(--gray-600);
  transition: transform 0.15s ease;
  margin-right: 10px;
}
.acc-group-novo.open .panel-title a .fa {
  transform: rotate(90deg);
}
.acc-group-novo > .panel-collapse {
  background: transparent;
  border: none;
  box-shadow: none;
}
.acc-group-novo .panel-body {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acc-group-novo .count {
  background: var(--gray-100);
  color: var(--gray-600);
  font-size: 11.5px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 999px;
}

.well.bg-white {
  background: #fff;
  border: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
}

.well.bg-white .well-tag-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.well.bg-white .well-tag {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.well.bg-white .tb-pedidos {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
}

.well.bg-white .tb-pedidos td {
  font-size: 13px;
  padding: 3px 0;
  border: none;
}

.well.bg-white .tb-pedidos .pedido-label {
  color: var(--gray-600);
  font-size: 11px;
  padding-right: 12px;
  white-space: nowrap;
}

.well.bg-white .tb-pedidos .pedido-text {
  font-weight: 700;
}

.well.bg-white .well-footer a {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--blue);
}

.well.bg-white .well-footer a:hover {
  color: var(--blue-dark);
}

.pedido-detail-head {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.status-badge {
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-block;
}

.status-badge.yellow {
  background: #fff8e1;
  color: #8a6d00;
}

.status-badge.green {
  background: #e8f7ee;
  color: #1f8a4c;
}

.status-badge.red {
  background: #fdecea;
  color: #b3271f;
}

.status-badge.blue {
  background: var(--blue-light);
  color: var(--blue-dark);
}

.order-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 24px;
}

.order-summary-grid div span {
  display: block;
  font-size: 11px;
  color: var(--gray-600);
  margin-bottom: 3px;
}

.order-summary-grid div strong {
  font-size: 14px;
}

.order-summary-grid .text-green {
  color: var(--green);
}

.order-summary-grid .text-red {
  color: var(--red);
}

.order-summary-grid .free-badge {
  display: inline-flex;
  align-items: center;
  background: #e8f7ee;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 6px;
}

.order-summary-grid .total {
  grid-column: 1/-1;
  border-top: 1px solid var(--gray-200);
  margin-top: 4px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-summary-grid .total strong {
  font-size: 19px;
}

@media (max-width: 860px) {
  .order-summary-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.pedido-pgto-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.pedido-pgto-alert .btn-primary {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px 20px;
  border-radius: 999px;
}

.pedido-pgto-alert .btn-primary:hover {
  background: var(--blue-dark);
}

.account-card .tb-produtos {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}

.account-card .tb-produtos th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-200);
}

.account-card .tb-produtos td {
  font-size: 13px;
  padding: 12px 10px;
  border-bottom: 1px solid var(--gray-200);
}

.account-card .tb-produtos tr:last-child td {
  border-bottom: none;
}

.account-card .well-tag-wrp {
  margin-bottom: 12px;
}

.account-card .well-tag {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.track-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 10px;
}

.track-link:hover {
  color: var(--blue-dark);
}

.pedido-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.pedido-actions .btn-success,
.pedido-actions .btn-danger {
  border-radius: 999px;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px 20px;
  border: none;
}

.pedido-actions .btn-success {
  background: var(--blue);
  color: #fff;
}

.pedido-actions .btn-success:hover {
  background: var(--blue-dark);
}

.pedido-actions .btn-danger {
  border: 1.5px solid var(--red);
  color: var(--red);
  background: #fff;
}

.pedido-actions .btn-danger:hover {
  background: #fdecea;
}

.acc-group-novo .lgpd-title {
  font-size: 16px;
  text-align: center;
  margin: 4px 0 10px;
}

.acc-group-novo .lgpd-description {
  text-align: center;
  color: var(--gray-600);
  max-width: 520px;
  margin: 0 auto 20px;
}

.acc-group-novo .lgpd-field {
  padding: 14px 0;
  border-bottom: 1px solid var(--gray-200);
}

.acc-group-novo .lgpd-field:last-of-type {
  border-bottom: none;
}

.acc-group-novo .lgpd-field-name {
  font-size: 13.5px;
  margin: 0 0 4px;
}

.acc-group-novo .lgpd-field-required {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--blue-light);
  color: var(--blue-dark);
  margin: 0 0 4px;
}

.acc-group-novo .lgpd-field-default-value,
.acc-group-novo .lgpd-field-custom-value {
  font-size: 12.5px;
  color: var(--gray-600);
  margin: 2px 0 0;
}

.acc-group-novo .lgpd-remove {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  font-size: 12.5px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 18px;
  background: #fdecea;
  color: #b3271f;
  border: 1px solid #f6cac6;
}

.institucional-unidades {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.institucional-unidade-card {
  background: var(--gray-100);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
}

.prod-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .prod-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.search-loading-novo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 40px 0;
  color: var(--gray-600);
  font-size: 13px;
}

.results.search-results-head .col-xs-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 14px 20px;
  margin-bottom: 18px;
}

.results.search-results-head p {
  margin: 0;
  font-size: 13.5px;
  color: var(--gray-600);
}

.results.search-results-head p span:last-child {
  color: var(--gray-900);
  font-weight: 700;
}

.results.search-results-head .dotdot {
  display: none;
}

.results.search-results-head a {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--blue);
}

.results.search-results-head a:hover {
  color: var(--blue-dark);
}

.app-cta {
  background: var(--blue);
  border-radius: var(--radius-lg);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  box-shadow: var(--shadow-md);
}

.app-cta .stores {
  display: flex;
  gap: 10px;
}

.app-cta .stores a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
}

button {
  border: none;
}

.unidade-item-view {
  margin-top: 0px;
  position: inherit;
  background-color: #fff;
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
.unidade-item-view .btn-primary {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 15px;
}

.mobilemind {
  color: #fff;
  font-size: 12px;
}

.mobilemind:hover {
  color: #FE980F;
}

.actionbar-brand-name {
  display: none;
}

@media (max-width: 760px) {
  .checkout {
    padding-top: 0;
  }
  .actionbar-brand-name {
    display: block;
  }
  .novo-layout .wrap {
    padding: 0;
  }
  .trust-strip li {
    padding: 10px;
    border: 1px solid #eef0f3;
  }
  .trust-strip .ic {
    width: 30px;
    height: 30px;
  }
  .trust-strip strong {
    font-size: 12px;
  }
  .cat-card {
    padding: 10px;
  }
  .cat-card .ic {
    width: 30px;
    height: 30px;
  }
  .novo-layout .wrap {
    margin: 20px 0 0;
  }
  .container-fluid {
    padding: 0 5px;
  }
  .app-cta .app-cta-text {
    width: 100%;
  }
  .app-cta .stores {
    width: 100%;
  }
  .novo-layout .login-shell {
    display: block;
  }
}
.all-cupons .available-coupon-content {
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.footer-order-finalize {
  position: fixed;
  top: 89%;
  width: 300px;
  background: #40739e;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  border-radius: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: var(--shadow-sm);
}
.footer-order-finalize:hover {
  color: #fff;
}

.unidade-footer {
  min-height: 220px;
}