a {
    color: #692c21;
}

a:hover,
a:focus {
  color: #5d251b;
  text-decoration: none;
}

.panel-title a:hover,
.panel-title a:focus {
    color: #692c21;
}


.text-slate-300, .text-slate-300:hover, .text-slate-300:focus {
    /* color: #692c21 !important;
    border-color: #692c21!important; */
    color: #ffd1d3 !important;
    border-color: #ffd1d3 !important;
}

/* Barra superior */
.navbar-inverse {
    /* background-color: #692c21;
    border-color: #692c21; */
    background-color: #ffd1d3 !important;
    border-color: #ffd1d3 !important;
}

.bg-teal {
    background-color: #ffd1d3 !important;
    border-color: #ffd1d3 !important;
    color: #692c21 !important;
}

.bg-teal-800 {
    /* background-color: #692c21;
    border-color: #692c21; */
    background-color: #ffd1d3 !important;
    border-color: #ffd1d3 !important;
    color: #692c21 !important;
}

.text-teal-800 {
    color: #692c21 !important;
}

.text-teal-800:hover, .text-teal-800:focus, .btn-float:focus, .btn-float:hover {
    color: #5a2e26 !important;
}

.btn-success {
    color: #fff;
    background-color: #692c21;
    border-color: #692c21;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #5a2e26;
  border-color: #5a2e26;
}
.btn-success:hover {
  color: #fff;
  background-color: #5a2e26;
  border-color: #5a2e26;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5a2e26;
  border-color: #5a2e26;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #5a2e26;
  border-color: #5a2e26;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5a2e26;
  border-color: #5a2e26;
}
.btn-success .badge {
  color: #5a2e26;
  background-color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #692c21 !important;
}


.menu-list li.active > a, .menu-list li.active > a:hover, .menu-list li.active > a:focus {
    background-color: #5d251b;
}

.navbar-brand {
    padding: 3px 0px;
}

.navbar-brand > img {
    margin-top: 0px;
    height: 36px;
}

.btn-block + .btn-block {
    margin-top: 3px;
}

.preco , .quantidade {
    text-align: right;
}

@media (min-width: 769px) {
  .nav-tabs.nav-tabs-highlight > li.active > a,
  .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #692c21;
  }
}

@media (max-width: 768px) {
  .nav-tabs:before {
      content: '';
      margin: 0px;
      padding: 0px;
  }

  .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
    background-color: #F06292;
  }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #692c21;
    border-color: #692c21;
}
