.theme-bg {
    background-color: #004F92!important;
}
.theme1 .nletter-btn {
    background: #004F92;
    border: 0 solid #004F92;
}

.theme1 .footer-widget .section-title:after {
    background: #004F92;
}

.theme-default {
    background: #004F92;
}

.theme1 .nav-link.active, .theme1 .nav-link:hover {
    color: #004F92;
    background: transparent;
    border-color: #004F92;
}

.theme-border {
    border: 2px solid #004F92!important;
}

.theme1 .slick-dots li.slick-active button, .theme1 .slick-dots li button:hover {
    background: #004F92;
}

.theme1 .social-network li a:hover {
    color: #fff;
    background: #004F92;
}
.filter-check-box input[type=checkbox]+label:before {
    border: 1px solid #999 !important;
}

.form-control {
    border-color: #999 !important;
}

.formulario-esqueci{
    display: none;
}
.vertical-menu.d-none.d-lg-block a.menu-btn.d-flex{
    background-color: #004F92!important;
}

.bg-dark{
    background-color: #fff!important
}
.theme3.is-isticky{
    background-color: rgba(255,255,255,.8)!important;
}
.theme3#sticky{
    border-bottom: 1px solid #E8D600;
}
.theme3#sticky li a{
    color: #004F92;
}
.theme3.is-isticky:hover{
    background: #fff !important;
}

.theme3 .vertical-menu li:hover>a{
    color: #E8D600;
}
.theme1 .slick-dots li.slick-active button, .theme1 .slick-dots li button:hover{
    background-color: #E8D600;
}

.inner-shadow{
    box-shadow: 0px 6px 17px 3px rgba(0,80,147,0.1) inset;
    -webkit-box-shadow: 0px 6px 17px 3px rgba(0,80,147,0.1) inset;
    -moz-box-shadow: 0px 6px 17px 3px rgba(0,80,147,0.1) inset;
}
.bg-intercom{
    background-color: #f9fcff !important;
    background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%) !important;
}
.bg-intercom-light{
    background-color: #f9fcff !important;
    background-image: linear-gradient(147deg, #f9fcff 0%, #eef4fa 74%) !important;
}
.bg-noresults{
    background-color: #c3cbdc !important;
    background-image: linear-gradient(147deg, #c3cbdc 0%, #edf1f4 74%) !important;
}
.bg-sorrow{
    background-color: #a399b2 !important;
    background-image: linear-gradient(147deg, #a399b2 0%, #4d4855 74%) !important;
}
.flex{
    display: flex !important;
    align-items: center;
}
.menu-btn.flex{
    justify-content: center;
    background-color: #004F92;
}
.bg-azul{
    background-image: url('/public/lider-vedacoes/file_1675781562.jpg');

}
.app-body{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer{
    color: #fff;
    text-align: right;
    padding: 40px;
}
.painel{
    border-radius: 15px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding: 20px;
    box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -webkit-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -moz-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
}
.body-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-around;
    max-height: calc(100vh - 196px);
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 142px;
}
.logo img{
    max-width: 170px;
}

.linhas-titulo{
    position: relative;
    background-color: #004F92;
    margin: 10px -30px 20px -30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
    box-shadow: 2px 10px 10px -3px rgba(0,0,0,0.34);
    -webkit-box-shadow: 2px 10px 10px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 2px 10px 10px -3px rgba(0,0,0,0.34);
}
.linhas-titulo::before{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #00356e transparent transparent;
}
.linhas-titulo::after{
    position: absolute;
    right: 0;
    bottom: -10px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #00356e transparent transparent transparent;
}
.linha{
    margin-top: 20px;
}
.linha .titulo{
    display: block;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.container{
    max-width: 900px;
}
.vertical-menu .menu-btn{
    padding: 5px 15px;
    min-width: 100px !important;
    margin-left: 15px;
}
.menu{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main-menu.menu-flex{
    display: flex;
}
.categoria-anterior span{
    transform: rotate(90deg);
}
.categoria-proximo span{
    transform: rotate(270deg);
}
.categoria-anterior,
.categoria-proximo{
    width: 100%;
    text-align: center;
    height: 13px;
    line-height: 13px;
    background-color: #004F92;
    color: #fff;
}
.categoria-anterior:hover,
.categoria-proximo:hover{
    background-color: #ddd;
    color: #999;
}
.categoria-anterior:disabled,
.categoria-proximo:disabled{
    background-color: #fff;
    color: #fff;
}
.login-linha{
    position: relative;
    min-width: 600px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 8px;
}
.menu-btn-user{
    background:none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.menu-btn-user:hover{
    color: #E8D600;
}
.menu-btn-voltar{
    background:none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    float: left;
}
.menu-btn-voltar:hover{
    color: #E8D600;
}
.menu-btn-cadastrar{
    border-left: 1px solid #000;
    background:none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.menu-btn-cadastrar:hover{
    color: #E8D600;
}
.h100{
    height: 100%;
}

.formulario-busca .form-group{
    margin-bottom: 5px;
}
.formulario-busca .form-group .form-control{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    min-height: 0;
}
.formulario-busca .form-group .col-form-label{
    font-weight: 700;
    text-align: right;
    padding: 0;
}
.formulario-busca .form-group.procurar{
    margin-bottom: 0;
}
.formulario-busca .form-group.procurar .col-form-label{
    color: #E8D600;
}
.procurar-descricao{
    font-size: 10px;
    line-height: 1.2;
}
.formulario-busca button{
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
}
.formulario-busca button[type="submit"]{
    background-color: #E8D600;
    color: #1d1d1d;
}
.formulario-busca button[type="reset"]{
    background-color: #1d1d1d;
    color: #fff;
}
.painel-slider{
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
}
.slider-home{
    width: 100%;
}
.theme1 li.active>a, .theme1 li:hover>a{
    color: #E8D600;
}
.theme--btn-default{
    background-color: #004F92;
}
.theme--btn-default:hover{
    background-color: #E8D600;
}
.theme-btn--light{
    color: #fff;
    background-color: #01BCB1;
}
.theme-btn--light:hover{
    color: #fff;
    background-color: #004F92;
}
.theme1 .inner .sub-total .amount{
    color: #004F92;
}
.painel-largo{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -webkit-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -moz-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    min-height: calc(100vh - 310px);
    max-height: calc(100vh - 160px);
    position: absolute;
    z-index: 100;
    top: 150px;
    width: 868px;
    display: flex;
    flex-direction: column;
}
.produtos-tabela{
    flex: 1;
    background-color: #fff;
    padding: 10px 10px 0;
    max-height: calc(100vh - 310px);
    overflow: auto;
}
.produtos-detalhes{
    padding: 0 15px 10px;
    min-height: 150px;
/*    display: none;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #aaa;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.produtos-detalhes.active{
    display: flex;
}
.produtos-detalhes .produtos-detalhes-classificacao{
    flex: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #aaa;
    padding-top: 5px;
}
.produtos-detalhes-info{
    flex: 1;
    margin-bottom: 5px;
    padding-top: 10px;
}
.produtos-detalhes-info .col-lg-2:first-child{
    border-right: 1px solid #aaa;
}
.produtos-detalhes-titulo{
    font-size: 14px;
    font-weight: 700;
    color: #004F92;
}
.produtos-detalhes-destaque{
    font-size: 13px;
    color: #E8D600
}
.produtos-detalhes-thumb.active{
    overflow: hidden;
    border-radius: 4px;
    box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -webkit-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -moz-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
}
.produtos-tabela table.datatable,
.produtos-tabela table.datatable tr,
.produtos-tabela table.datatable td,
.produtos-tabela table.datatable th{
    border: none;
}
.produtos-tabela table.datatable tbody tr td{
    border-bottom: 1px solid #aaa;
}
.produtos-tabela table.datatable td,
.produtos-tabela table.datatable th{
    border-left: 1px solid #aaa;
}
.produtos-tabela table.datatable td:first-child,
.produtos-tabela table.datatable th:first-child{
    border-left: none;
}
.produtos-tabela table.datatable th{
    padding: 0 26px 5px 10px;
    line-height: 1.2;
    font-size: 12px;
}
.produtos-tabela table.datatable td{
    padding: 0 10px;
    line-height: 1.4;
    font-size: 13px;
    cursor: pointer;
}
.produtos-tabela table.datatable th:before,
.produtos-tabela table.datatable th:after{
    display: none !important;
    top: 15% !important;
}
.produtos-tabela table.datatable th.sorting_asc:before{
    display: block !important;
}
.produtos-tabela table.datatable th.sorting_desc:after{
    display: block !important;
}
#quick-view .modal-body.produto-foto{
    padding: 0;
    height: calc(100vh - 86px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#quick-view .modal-body.produto-foto img{
    max-height: calc(100vh - 86px);
}
.painel-carrinho{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -webkit-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    -moz-box-shadow: -1px -1px 16px 4px rgba(94,94,94,0.34);
    min-height: calc(100vh - 310px);
    max-height: calc(100vh - 160px);
    position: absolute;
    z-index: 100;
    top: 150px;
    width: 868px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
}
.painel-carrinho .row.overflow-auto{
    max-height: calc(100vh - 200px);
}
.whish-list-section .table .thead-light th{
    background-color: #004F92;
}
.painel-carrinho th img{
    max-height: 80px;
}

.formulario-conta .form-group{
    margin-bottom: 10px;
}
.formulario-conta .form-group .form-control{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3;
    min-height: 0;
    border-radius: 5px;
}
.formulario-conta .form-group .col-form-label{
    font-weight: 700;
    text-align: right;
    padding: 0;
}
.formulario-conta .form-group.procurar{
    margin-bottom: 0;
}
.formulario-conta .form-group.procurar .col-form-label{
    color: #E8D600;
}
.formulario-conta .procurar-descricao{
    font-size: 10px;
    line-height: 1.2;
}
.formulario-conta button{
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
}
.formulario-conta button[type="submit"]{
    background-color: #E8D600;
    color: #1d1d1d;
}
.formulario-conta button[type="reset"]{
    background-color: #1d1d1d;
    color: #fff;
}
.painel-carrinho.formulario-conta .input-group .show-password{
    line-height: 18px;
    padding: 5px 10px !important;
    border-radius: 0 5px 5px 0;
}
.topo{
    min-height: 142px;
}