/* 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: "Roboto", 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 {
  height: 400px;
}
.steps input {
  text-align: center;
  color: #7d7d7d;
  font-size: 1em;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.steps select {
  text-align: center;
  color: #7d7d7d;
  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 .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;
}

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

.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;
}

.promocao-de {
  font-size: 12px;
  color: #7d7d7d;
}

.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;
  margin-bottom: 185px;
  margin-top: 20px;
  overflow: hidden;
}

.tb-produtos {
  margin-top: 15px;
  width: 100%;
}
.tb-produtos thead tr {
  background-color: rgb(64, 115, 158);
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}
.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 10px;
}
.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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: 180px;
  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: 100px;
  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: "Roboto", 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: 19px;
}

.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: 5%;
  top: 70%;
}
.banner-text-wrap p {
  font-size: 17px;
  font-weight: 500;
}
.banner-text-wrap a {
  font-weight: 500;
}
.banner-text-wrap .btn {
  border-radius: 50%;
}

.vitrine-banner {
  width: 100%;
  height: auto;
  padding: 17px;
}
.vitrine-banner img {
  border: solid 1px #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 .left {
  margin-right: 10px;
}

.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: 10px 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;
}

@media (max-width: 768px) {
  #slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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 5px;
  }
  .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;
  }
  .control-carousel {
    top: 24%;
    font-size: 40px;
  }
  .control-carousel.right {
    right: 5px;
  }
  .control-carousel.left {
    left: 5px;
  }
  .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: 10px 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;
  }
}
.shop-menu {
  margin-top: 20px;
}

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

.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 {
  background-color: #eee;
  padding: 5px 0px;
  position: relative;
}

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

@media (max-width: 767px) {
  .classificacoes {
    display: none;
  }
  .shop-menu {
    display: none;
  }
}
.custom-navbar {
  width: min-content;
  margin: auto;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  text-align: center;
}
.custom-navbar .navbar-item {
  z-index: 9998;
  height: 40px;
  margin: 5px 15px;
  padding-top: 10px;
  display: inline-block;
}
.custom-navbar .navbar-item a {
  font-weight: bold;
}
.custom-navbar .navbar-item .dropdown {
  margin-top: 3px;
  position: absolute;
  z-index: 9999;
  background-color: #eee;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: visible;
  min-height: 40px;
  min-width: 130px;
  width: auto;
  opacity: 1;
  display: block;
  border-radius: 0px;
  transition: opacity 0s 0.15s;
  display: none;
  padding: 20px;
}
.custom-navbar .navbar-item .dropdown .mega-menu {
  display: flex;
  padding: 10px;
}
.custom-navbar .navbar-item .dropdown .mega-menu .mega-menu-item {
  padding: 0 10px;
  flex: 1;
}
.custom-navbar .navbar-item .dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-navbar .navbar-item .dropdown ul li {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.custom-navbar .navbar-item .dropdown ul li a {
  font-weight: normal;
  white-space: nowrap;
}
.custom-navbar .navbar-item .dropdown ul li:hover {
  background-color: #f00;
}
.custom-navbar .navbar-item .dropdown ul li:hover a {
  color: #fff;
}
.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;
}

.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 {
  background-color: #eee;
  display: flex;
  font-weight: bold;
}
.detalhes-card .detalhes-header span {
  padding: 10px 15px;
}
.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 {
  position: absolute;
  margin: 30px 0;
  font-size: 14px;
  color: #696763;
  font-style: italic;
}

.produto-desc-lab {
  background-color: #f90;
  color: white;
  padding: 3px 15px;
  width: min-content;
  white-space: nowrap;
  font-size: 12px;
  margin: 5px auto;
}

.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;
}