/*==============================================================================
 * GLOBAL
 *============================================================================*/
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../public/fontes/Lato/Lato-Regular.ttf') format('ttf'), url('Lato-Regular.ttf') format('ttf');
}
body {
    font-family: 'Lato', 'Arial','Roboto', 'Trebuchet MS', 'Helvetica Neue', 'sans-serif';
    font-size: 1rem;
    font-weight: normal;
}
@media(min-width: 1200px) {
    .container-xl {
        width: 100%;
        max-width: 1280px;
    }
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
}
a, a:hover {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
input:focus, textArea:focus, .form-control:focus {
    outline: none;
    box-shadow: none;
}
.titulo h1 {
    margin-bottom: 0;
}
.titulo {
    margin: 1.8em 0;
}
.titulo h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 10px auto 0 auto;
}
.box-form {
    padding: 1em;
    border-radius: 3px 3px 0 0;
    border-top: 3px solid;
}
.w-45 {
    flex-basis: 45%;
}
.w-55 {
    flex-basis: 55%;
}
.margemX-negativa {
    margin-left: -15px;
    margin-right: -15px;
}
/*==============================================================================
 * CABEÇALHO
 *============================================================================*/
#header .header-topo,#header .header-topo div.navbar {
    padding: .5em 0;
    border: none;
}
#header .header-topo .pesquisa-site input {
    height: 45px;
}
#header .header-menu {
    border-bottom: 1px solid;
}
#header .header-menu nav {
    padding: 0;
}
#header .header-menu li.separador {
    padding-top: .5em;
}
#header .header-menu a {
    font-weight: 600;
    /*text-transform: uppercase;*/
}
#header .header-menu li a {
    font-size: 14px;
}
#header .header-menu li a.nav-link {
    padding: 15px;
}
#header .logo img {
    max-height: 55px;
}
@media(max-width:767px) {
    #header .header-menu li a.nav-link {
        padding: 5px;
    }
    #header .logo img {
        max-height: 30px;
    }
}

.ocultaCheckbox label{
    opacity: 0.2;
}

.ocultaCheckbox input{
    opacity: 0.2;
}

.ocultaCheckbox input:hover{
   opacity: 0.2;
}

.ocultaCheckbox label:hover{
    opacity: 0.2;
}

.clickable{
    cursor: pointer;
    padding-left: 5px;
}
/*==============================================================================
 * LOGIN CLIENTE - REGISTRO CLIENTE - RECUPERAR SENHA
 *============================================================================*/
#login .login-cliente, #registro .registro-cliente, #registro .registro-cliente button,
#checkoutEndereco .registro-cliente {
    width: 100%;
}
@media(min-width: 960px) {
    #login .login-cliente {
        max-width: 400px;
    }
}
@media(min-width: 960px) {
    #registro .registro-cliente, #checkoutEndereco .registro-cliente {
        max-width: 600px;
    }
    #registro .registro-cliente button, #checkoutEndereco .registro-cliente button {
        width: auto;
    }
}
#login .login-cliente form label, #login .login-cliente a, #login .login-cliente p,
#registro form label, #registro .registro-cliente a, #registro .registro-cliente p,
#modalRecuperarSenha form label, #modalRecuperarSenha form p,
#checkoutEndereco .registro-cliente {
    font-size: 14px;
}
#login .login-cliente h5, #registro .registro-cliente h5, #modalRecuperarSenha .modal-header h5,
#checkoutEndereco .registro-cliente h5 {
    font-size: 1.5em;
    font-weight: bold;
}
#login .login-cliente h5 span, #registro .registro-cliente h5 span, #modalRecuperarSenha .modal-header h5 span {
    font-size: 1.2em;
    margin-right: .5em;
}
#login .login-cliente .nao-cadastrado, #login .login-cliente .nao-cadastrado a,
#registro .registro-cliente .ja-cadastrado, #registro .registro-cliente .ja-cadastrado a {
    font-size: 1rem;
}
#login .login-cliente .nao-cadastrado a, #registro .registro-cliente .ja-cadastrado a {
    font-weight: bold;
}
#login .login-cliente a:hover, #registro .registro-cliente a:hover {
    text-decoration: underline;
}

#registro .revendedor label{
    font-size: 1.25em;
    font-weight: 500;
}

#registro .form-check.revendedor{
    display: flex;
    align-items: center;
}
/*==============================================================================
 * LOGIN MENU
 *============================================================================*/
.caixa-suspensa {
    padding: .5rem 1rem;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    z-index: -1;
}
.caixa-suspensa::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 33px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid;
}
.login {
    cursor: default;
    position: relative;
}
.login .circulo-login {
    border: 2px solid;
    margin-right: .5rem;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
}
.login .circulo-login i.fa-user {
    font-size: 1.5rem;
    padding: .5rem;
}
.login .texto-login span:nth-child(1) {
    font-size: 1.1em;
    line-height: .8em;
}
.login .caixa-suspensa {
    top: 3rem;
    left: -100px;
    min-width: 250px;
}
.login .nao-logado:hover .caixa-suspensa {
    z-index: 2000;
    opacity: 1;
    visibility: visible;
}
@media(max-width:991px) {
    body{
        overflow-x: hidden;
    }
    .login .nao-logado:hover .caixa-suspensa {
        visibility: hidden;
    }
}
.login .caixa-suspensa::before {
    left: 195px;
}
.login .caixa-suspensa .caixa-login {
    padding: .3rem .6rem;
    min-width: 220px;
    border-radius: .25rem;
}
.login .caixa-suspensa .logar, .mobile-menu .logar {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
#header .login .logado:hover, #header .login .logado:hover a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*==============================================================================
 * MENU MOBILE
 *============================================================================*/
.mobile-button-menu {
    padding: 0;
    margin-right: .5em;
}
.mobile-button-menu span {
    height: auto;
    width: auto;
}
.mobile-button-menu span.fas {
    font-size: 1.3em;
}
.fundo {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@media only screen and (max-width: 767px) {
    .login .circulo-login {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 2px;
    }
    .login .circulo-login i.fa-user {
        font-size: .8rem;
    }
    .pesquisa-site-mobile {
        padding: 1em 0;
    }
    .logo img {
        max-width: 150px;
    }
    .mobile-no-scroll {
        overflow: hidden;
    }
    .mobile-menu {
        position: absolute;
        top: 0;
        left: -768px;
        width: 100%;
        max-width: 90%;
        padding: 1rem;
        border-radius: 0 0 .25rem 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        z-index: 2000;
    }
    .mobile-menu.show {
        left: 0;
    }
    .mobile-menu.show+.fundo {
        opacity: .5;
        z-index: 1999;
    }

    .mobile-menu .mobile-menu-login {
        font-weight: bold;
    }
    .mobile-menu div#menuCategorias {
        overflow-y: auto;
        height: 50vh;
    }
    .menu-show {
        display: block;
    }
    #header .mobile-menu .mobile-menu-entrar p a {
        text-transform: none;
    }
    #header .mobile-menu .mobile-menu-entrar p a:hover {
        text-decoration: underline;
    }
}
#mobile-menu-fechar {
    position: relative;
    top: -35px;
    left: 100%;
    font-weight: bold;
    width:40px;
    height: 40px;
}
/*==============================================================================
 * MENU DROPDOWN
 *============================================================================*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>a {
    font-family: 'Lato', 'Arial','Roboto', 'Trebuchet MS', 'Helvetica Neue', 'sans-serif','Font Awesome 5 free';
}
.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
/*==============================================================================
 * CONTA CLIENTE - MENU
 *============================================================================*/
#conta .conta-menu {
    display: flex;
    flex-direction: column;
    flex: 0 0 290px;
}
#conta .conta-card-menu {
    display: flex;
    height: 75px;
    margin-bottom: 5px;
    border-radius: 6px;
    align-items: center;
}
#conta .conta-card-menu h5 {
    font-weight: bold;
    font-size: 1em;
}
#conta .conta-card-menu-item {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    padding: 0.5em 0 .5em .5em;
}
#conta .conta-card-menu-item h5 {
    flex-basis: 100%;
}
/*==============================================================================
 * CONTA CLIENTE - PEDIDOS/DETALHES-PEDIDOS
 *============================================================================*/
#conta .conta-pedidos {
    padding: 0 0 0 5px;
    flex: 1;
}
#conta .conta-card-pedido {
    margin-bottom: 5px;
    border-radius: 6px;
}
#conta .conta-card-pedido-detalhes {
    flex-basis: calc(100%/3);
}
#conta .conta-card-pedido-detalhes h5{
    font-size: 16px;
    font-weight: bold;
}
#conta .conta-card-pedido-detalhes {
    font-size: 14px;
}
#conta .conta-card-pedido-detalhes:nth-child(1) {
    margin-right: 3px;
}
#conta .conta-card-pedido-detalhes:nth-child(2) {
    margin-right: 3px;
}
.conta-card-pedido .card-body,.conta-card-pedido .card-header {
    padding: .5em 1em;
}
#conta .conta-box-timeline {
    position: relative;
    z-index: 1;
    padding: 1em 0;
}
#conta .conta-box-timeline ul.timeline li {
    font-size: 12px;
}
#conta .conta-card-pedido-observacao {
    margin-top: .5em;
    font-size: .9em;
    margin-bottom: .5em;
}
#conta .conta-card-pedido-observacao div:first-child {
    border-radius: 3px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}
#conta .conta-card-pedido-observacao p {
    font-weight: bold;
}
#conta .conta-card-pedido-item {
    font-size: 14px;
}
#conta .conta-card-pedido-item .border-bottom span {
    font-size: 12px;
}
#conta .conta-card-pedido-item a:hover {
    text-decoration: underline;
}
#conta .conta-header-valores div {
    width: 100px;
}
@media(max-width:991px) {
    #conta .conta-pedidos {
        padding: 0;
    }
    #conta .conta-card-menu, #conta .conta-card-pedido {
        font-size: .9em;
    }
    #conta .conta-card-pedido button {
        font-size: .9em;
        padding: .3em .5em;
    }
    #conta .conta-box-timeline {
        display: none;
    }
    #conta .conta-card-pedido-detalhes {
        margin-bottom: 5px;
    }
    #conta .w-45, .w-55 {
        width: 100%;
    }
    #conta .conta-header-valores {
        font-weight: bold;
    }
}
/*==============================================================================
 * CONTA CLIENTE - DADOS BASICOS
 *============================================================================*/
#conta .conta-dados-basicos {
    padding: 0 0 0 5px;
    flex: 1;
}
#conta .conta-dados-basicos-form  {
    padding: 1em;
    border-radius:  6px 6px;
}
#conta .conta-dados-basicos-form h1 {
    font-weight: bold;
    font-size: 1.3em;
}
#conta .conta-dados-basicos form label {
    margin-bottom: 0;
}
#conta .conta-dados-basicos form button {
    font-size: 1.1em;
}

#avisoPopup {
    display: none;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
}
/*==============================================================================
 * CONTA CLIENTE - ENDEREÇOS
 *============================================================================*/
#conta .conta-enderecos {
    padding: 0 0 0 5px;
    flex: 1;
}
#conta .conta-enderecos h1 {
    font-size: 1.3em;
    font-weight: bold;
}
#conta .conta-enderecos-box  {
    padding: 1em;
    border-radius: 6px 6px;
}
#conta .conta-enderecos-form {
    padding-right: .7em;
}
#conta .conta-enderecos-form, #conta .conta-card-enderecos {
    flex-basis: 50%;
}
#conta .conta-enderecos-form form label {
    margin-bottom: 0;
}
#conta .conta-enderecos-form form button {
    font-size: 1.1em;
}
#conta .conta-card-enderecos h5 {
    font-size: 16px;
    font-weight: bold;
}
#conta .conta-card-enderecos .card-body {
    padding: 10px 20px;
}
@media(max-width: 991px) {
    #conta .conta-enderecos-form {
        padding-right: 0;
    }
}
/*==============================================================================
 * TIMELINE
 *============================================================================*/
.timeline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    counter-reset: step;
    padding: 0;
}
.timeline li {
    position: relative;
    list-style-type: none;
    width: 20%;
    text-align: center;
    line-height: 1;
}
.timeline li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 0 auto 10px auto;
}
.timeline li.fa::before {
    content: '\f164';
    font-size: 1.3em;
    width: 40px;
    height: 40px;
    line-height: 33px;
    margin: -3px auto 3px auto;
}
.timeline li::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.timeline li:first-child::after {
    content: none;
}
/*==============================================================================
 * CARRINHO CABEÇALHO
 *============================================================================*/
#carrinhoTopo .carrinho-quantidade {
    position: relative;
    padding:0 10px;
}
#carrinhoTopo .carrinho-quantidade span:first-child {
    font-size: 2.2em;
}
#carrinhoTopo .carrinho-quantidade span:last-child {
    position: absolute;
    top: -10px;
    left: 35px;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}
#carrinhoTopo .carrinho-valor {
    line-height: 1em;
    padding:6px 5px 0 5px;
}
@media(max-width:767px) {
    #carrinhoTopo .carrinho-quantidade span:first-child {
        font-size: 1.5em;
    }
    #carrinhoTopo .carrinho-quantidade span:last-child {
        position: absolute;
        left: 25px;
        min-width: 15px;
        min-height: 15px;
        font-size: 10px;
    }
    #carrinhoTopo .carrinho-quantidade {
        padding-left: 0;
    }
}
/*==============================================================================
 * SLIDES
 *============================================================================*/
#slide .carousel-indicators {
    margin: 0 1em 0 0;
    justify-content: flex-end;
}
#slide .carousel-indicators li {
    width: 1.3em;
}
@media(max-width:768px) {
    #slide {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*==============================================================================
 * VANTAGENS
 *============================================================================*/
#vantagens p {
    margin-bottom: 0;
}
@media(max-width:768px) {
    #vantagens p {
        margin-bottom: .6em;
    }
    #vantagens p {
        text-align: center;
    }
    #vantagens p img {
        width: 100%;
    }
}
/*==============================================================================
 * CARD PRODUTOS
 *============================================================================*/
#produtosRelacionados ul.row, #produtosOferta ul.row, #produtosMaisVendidos ul.row,
#produtosSimilares ul.row, #produtosDestaque ul.row, #produtos ul.row {
    margin-left: -3px;
    margin-right: -3px;
}
.card-produtos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:  0;
    -ms-flex:  0 0 20%;
    flex:  0 0 20%;
    font-size: 14px;
    padding: 0 3px;
    margin-bottom: 1em;
}
@media(max-width: 1140px){
    .card-produtos {
        flex: 0 0 25%;
    }
}
@media(max-width: 992px){
    .card-produtos {
        flex: 0 0 calc(100%/3);
    }
}
@media(max-width: 748px){
    .card-produtos {
        flex: 0 0 50%;
    }
}
.card-produtos .produto-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: space-between;
    padding: .8em .6em;
}
.produto-img {
    height: 170px;
    text-align: center;
}
.produto-img img {
    max-height: 165px;
}
.produto-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .8em;
}
.produto-descricao {
    text-align: center;
    margin-bottom: 1em;
}
.produto-preco {
    font-size: 1.2em;
    margin-bottom: 1em;
}
.produto-btn-comprar a {
    font-size: 1em;
    margin-bottom: .5em;
}
/*==============================================================================
 * CARD PRODUTOS MINI
 *============================================================================*/
.card-produtos-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:  0;
    -ms-flex:  0 0 25%;
    flex:  0 0 25%;
    font-size: 14px;
    padding: 0 3px;
    margin-bottom: 1em;
}
@media(max-width: 1280px){
    .card-produtos-mini, .carrinho-hidden {
        display: none;
    }
}
.card-produtos-mini .produto-item {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    padding: .4em .3em;
}
.card-produtos-mini .produto-info {
    align-items: flex-start;
    margin-top: 0;
}
.card-produtos-mini .produto-item .produto-img {
    width: 40%;
    height: 110px;
}
.card-produtos-mini .produto-descricao {
    text-align: left;
    line-height: 1.3;
    margin-bottom: .2em;
}
.card-produtos-mini .produto-preco {
    margin-bottom: .2em;
}
.card-produtos-mini .produto-btn-comprar {
    width: 100%;
}
.card-produtos-mini .produto-btn-comprar a {
    margin-bottom: 0;
    width: 100%;
}
/*==============================================================================
 * PRODUTOS
 *============================================================================*/
#produtos .col-lg-2, .col-lg-10 {
    padding: 0 12px;
}
#produtos .card-produtos {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 25%;
    flex:  0 0 25%;
}
@media(max-width: 1140px){
    #produtos .card-produtos {
        flex: 0 0 calc(100%/3);
    }
}
@media(max-width: 992px){
    #produtos .card-produtos {
        flex: 0 0 calc(100%/3);
    }
}
@media(max-width: 748px){
    #produtos .card-produtos {
        flex: 0 0 50%;
    }
}
@media(max-width: 576px) {
    #produtos .produtos-registros {
        margin-bottom: 5px;
    }
}
#produtos .produtos-registros, #produtos .produtos-ordenacao select {
    font-size: 14px;
}
#produtos .produtos-opcoes-filtro h4 {
    font-weight: bold;
}
#produtos .produtos-opcoes-filtro ul {
    font-size:14px;
}
#produtos .produtos-paginacao .pagination-lg .page-link {
    font-size: 1em;
    line-height: 1.25;
}
/*==============================================================================
 * PRODUTO DETALHES
 *============================================================================*/
#produtoDetalhes .produto-detalhes-galeria, #produtoDetalhes .produto-detalhes-info {
    padding-top: 2em;
    padding-bottom: 2em;
}
#produtoDetalhes .produto-detalhes-info h1 {
    font-size: 1.3em;
}
#produtoDetalhes .produto-detalhes-link-info {
    font-size: 14px;
    text-decoration: underline;
}
#produtoDetalhes .produto-detalhes-descricao p {
    font-size: 14px;
}
#produtoDetalhes .produto-detalhes-preco {
    font-size: 1.5em;
}
#produtoDetalhes .produto-detalhes-quantidade input {
    margin-left: .5em;
}
#produtoDetalhes .produto-variacoes div.btn-group {
    max-width: 100%;
}
#produtoDetalhes .produto-variacoes .variacao-item {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}
#produtoDetalhes .produto-variacoes .variacao-item input {
    appearance: none;
}
#produtoDetalhes .produto-calcular-frete table {
    font-size: 13px;
}
#produtoDetalhes .produto-calcular-frete table tr {
    line-height: 2;
}
@media(min-width: 798px) {
    #produtoDetalhes .produto-detalhes-quantidade input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

.galeria {
    overflow: hidden;
}
.galeria .galeria-box {
    max-height: 360px;
    height: 350px;
    padding: 0.5em;
    display: flex;
    justify-content: center;
}
.galeria .img-atual {
    width: 100%;
    justify-content: center;
}
.galeria .img-atual img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.galeria .thumbs {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 2.5px;
    margin-top: 10px;
    margin-left: .7em;
    margin-right: .7em;
    overflow: hidden;
}
.galeria .thumbs span {
    min-width: 20%;
    width: 20%;
    padding: 2px;
}
.galeria .thumbs span:hover, .galeria .thumbs span.active {
    border: 1px solid;
}
.galeria .thumbs span img {
    width: 100% ;
    padding: 2px;
}
.navegacao-thumb {
    position: relative;
}
.navegacao-thumb .navegacao {
    position: absolute;
    top: 0;
    padding: 0;
    height: 100%;
}
.navegacao-thumb .navegacao p {
    height: 20px;
    padding: 0 2px;
    position: relative;
    top: calc(50% - 20px/2);
}
.navegacao-thumb .navegacao:hover {
    cursor: pointer;
}
.navegacao-thumb .navegacao.anterior{
    left: 0;
}
.navegacao-thumb .navegacao.proximo{
    right: 0;
}
/*==============================================================================
 * MEDIA TYPES - GALERIA
 *============================================================================*/
@media(min-width: 300px) {
    .galeria .galeria-box {
        height: 200px;
    }
}

@media(min-width: 300px) {
    .galeria .galeria-box {
        /*flex-direction: column;*/
        height: auto;
    }
}

@media(min-width: 340px) {
    .galeria .galeria-box {
        /*flex-direction: column;*/
        height: auto;
    }
}

@media(min-width: 400px) {
    .galeria .galeria-box {
        /*flex-direction: column;*/
        height: auto;
    }
}

@media(min-width: 650px) {
    .galeria .galeria-box {
        height: 350px;
        max-height: 360px;
    }
}

@media(min-width: 992px) {
    .galeria .galeria-box {
        height: 270px;
    }
}

@media(min-width: 1326px) {
    .galeria .galeria-box {
        height: 350px;
    }
}

/*==============================================================================
 * PRODUTO OBSERVAÇÃO
 *============================================================================*/
#produtoObservacao .produto-observacao {
    font-size: 14px;
    padding: 1.3em 1.9em 0 1.9em;
}
/*==============================================================================
 * PRODUTO FICHA TECNICA
 *============================================================================*/
#produtoFichaTecnica .produto-ficha-tecnica {
    padding: 1.3em 1.3em 0 1.3em;
}
#produtoFichaTecnica .produto-ficha-tecnica table tr td {
    padding: .6em;
    font-size: 14px;
    width: 50%;
}
/*==============================================================================
 * PRODUTO AVALIAÇÃO
 *============================================================================*/
#produtoAvaliacoes .produto-avaliacoes {
    padding: 1.5em;
}
#produtoAvaliacoes .produto-post {
    font-size: 14px;
    margin-top: 1em;
}
#produtoAvaliacoes .produto-post h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.3em;
}
#produtoAvaliacoes .produto-post p time {
    font-size: 12px;
}
#modalAvaliarProduto .modal-body {
    font-size: 14px;
}
#modalAvaliarProduto .modal-body img {
    min-width: 100px;
    width: 100px;
}
#modalAvaliarProduto .modal-body .bold {
    font-weight: bold;
}
/*==============================================================================
 * ESTRELAS PRODUTOS AVALIADOS
 *============================================================================*/
.produto-avaliado {
    width: 100px;
    height: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.bg-estrela {
    float: left;
    height: 20px;
}
.estrelas {
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
}
.estrela img {
    float: left;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: relative;
    left: 15px;
}
/*==============================================================================
 * CARRINHO
 *============================================================================*/
#carrinho .box-carrinho {
    display: flex;
    flex-direction: column;
}
#carrinho .carrinho {
    display: flex;
    flex-direction: column;
}
#carrinho .carrinho-head {
    display: flex;
    margin-top: 5px;
}
#carrinho .carrinho-head h6 {
    width: 115px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#carrinho .carrinho-body {
    display: flex;
    flex-direction: column;
}
#carrinho .carrinho-item {
    display: flex;
    align-items: baseline;
    font-size: .9em;
    padding: .5em 0;
    margin-bottom: 5px;
}
#carrinho .carrinho-produto {
    align-items: baseline;
}
#carrinho .carrinho-item div.carrinho-unidade {
    width: 230px;
    align-items: baseline;
    text-align: center;
}
#carrinho .carrinho-item div.carrinho-unidade a.btn-incrementa:hover,
#carrinho .carrinho-item div.carrinho-unidade a.btn-decrementa:hover {
    cursor: pointer;
}
#carrinho .carrinho-item div.carrinho-unidade input {
    font-size: 1em;
}
#carrinho .carrinho-item div.carrinho-unidade div:first-child,
#carrinho .carrinho-item div.carrinho-unidade div:last-child {
    width: 115px;
}
#carrinho .carrinho-item div.carrinho-total-item {
    width: 115px;
    text-align: center;
}
#carrinho .carrinho-imagem img {
    width: 80px;
}
#carrinho .carrinho-calcular-frete label {
    padding-right: .5em;
}
#carrinho .carrinho-resumo {
    flex-basis: 100%;
    padding-top: 1.3em;
}
#carrinho .carrinho-resumo div {
    font-size: 15px;
}
#carrinho .carrinho-resumo div:nth-child(3) {
    padding-bottom: .8em;
    margin-bottom: .8em;
}
#carrinho .carrinho-resumo h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
#carrinho .carrinho-resumo h5, #carrinho .carrinho-resumo strong {
    font-size: 1.2em;
}
#carrinho .carrinho-produto-obs-adicionais div {
    max-width: 75%;
    font-size: 12px;
}
#carrinho .carrinho-produto-obs-adicionais div a:hover {
    text-decoration: underline;
}
#carrinho .carrinho-produto-obs-adicionais textarea {
    max-height: 90px;
    max-width: 75%;
    font-size: 12px;
}
#carrinho .carrinho-produto-obs-adicionais div button {
    font-size: 12px;
}
#carrinho .btn-continuar {
    margin-right: 1em;
}
@media(min-width: 992px) {
    #carrinho .carrinho-resumo {
        /*flex-basis: 335px;*/
        padding-top: 0;
    }
}
@media(max-width:767px) {
    #carrinho .carrinho-head {
        display: none;
    }
    #carrinho .carrinho-label {
        width: 85px;
        font-size: 12px;
    }
    #carrinho .carrinho-item {
        flex-direction: column;
        margin-bottom: .5em;
        padding: .5em;
    }
    #carrinho .carrinho-item div.carrinho-unidade {
        flex-direction: column;
        width: 100%;
        margin: 1em 0;
        text-align: left;
        padding-left: 1em;
    }
    #carrinho .carrinho-unidade .carrinho-valor-item, #carrinho .carrinho-unidade div {
        display: flex;
        width: 100% !important;
    }
    #carrinho .carrinho-unidade div input {
        max-width: 80px;
        height: 30px;
    }
    #carrinho .carrinho-total-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1em;
    }
    #carrinho .carrinho-total-item span {
        text-align: left;
    }
    #carrinho .carrinho-remover-item {
        width: 100%;
        text-align: center;
    }
    #carrinho .carrinho-remover-item a{
        display: block;
        padding: 4px 8px;
        border-radius: 3px;
    }
    #carrinho .btn-continuar {
        margin-right: 0;
        margin-bottom: .5em;
    }
}
/*==============================================================================
 * CARROSSEL CARRINHO
 *============================================================================*/
.box-carrossel {
    position: relative;
    overflow: hidden;
}
.box-carrossel .navegacao {
    position: absolute;
    top: 0;
    padding: 0;
    height: 100%;
}
.box-carrossel .navegacao p {
    height: 20px;
    padding: 0 5px;
    position: relative;
    top: calc(50% - 20px/2);
}
.box-carrossel .navegacao:hover {
    cursor: pointer;
}
.box-carrossel .navegacao.anterior{
    left: 0;
}
.box-carrossel .navegacao.proximo{
    right: 0;
}
.carrossel {
    margin:0;
}
.carrossel .card-produtos-mini {
    margin-bottom: 0;
}
/*==============================================================================
 * TIMELINE CARRINHO
 *============================================================================*/
.carrinho-timeline {
    display: flex;
    justify-content: space-between;
    flex-basis: 70%;
}
.carrinho-timeline li {
    position: relative;
    text-align: center;
    flex-basis: calc(100%/4);
}
.carrinho-timeline li::before {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin:0 auto 3px auto;
    border-radius: 50%;
    z-index: 2;
}
.carrinho-timeline li:nth-child(1)::before {
    content: '\f07a';
}
.carrinho-timeline li:nth-child(2)::before {
    content: '\f48b';
}
.carrinho-timeline li:nth-child(3)::before {
    content: '\f53d';
}
.carrinho-timeline li:nth-child(4)::before {
    content: '\f00c';
}
.carrinho-timeline li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 20px;
    left: -50%;
    z-index: 1;
}
.carrinho-timeline li a {
    font-family: 'Lato', 'Arial','Roboto', 'Trebuchet MS', 'Helvetica Neue', 'sans-serif';
    font-size: 1rem;
    font-weight: normal;
}
#header .carrinho-timeline li a:hover {
    text-decoration: underline;
}
.carrinho-timeline li:first-child::after {
    content: none;
}
.carrinho-timeline-mobile p {
    padding: .5em;
    margin-bottom: 0;
}
.carrinho-timeline-mobile p span {
    font-weight: bold;
}
@media(max-width: 767px) {
    .carrinho-timeline {
        display: none;
    }
}
/*==============================================================================
 * CHECKOUT RESUMO COMPRA
 *============================================================================*/
#checkoutResumo .checkout-resumo {
    padding: 1.5em 2em;
}
#checkoutResumo .checkout-resumo h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
}
#checkoutResumo .endereco-entrega-item h5 {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: .5em;
}
#checkoutResumo .endereco-entrega-item a {
    text-decoration: underline;
}
#checkoutResumo .endereco-entrega-item input[type="radio"] {
    width: 1.3em;
    height: 1.3em;
}
#checkoutResumo .checkout-resumo ul li {
    font-size: 14px;
}
#checkoutResumo .checkout-resumo ul li span {
    font-weight: bold;
}
#checkoutResumo .checkout-resumo a {
    font-size: 14px;
    font-weight: bold;
}
#checkoutResumo .carrinho-resumo {
    flex-basis: 100%;
    padding-top: 1.3em;
    margin-top: 1em;
}
#checkoutResumo .carrinho-resumo div {
    font-size: 15px;
}
#checkoutResumo .carrinho-resumo div:nth-child(3) {
    padding-bottom: .8em;
    margin-bottom: .8em;
}
#checkoutResumo .carrinho-resumo h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
#checkoutResumo .carrinho-resumo h5, #checkoutResumo .carrinho-resumo strong {
    font-size: 1.2em;
}
@media(min-width: 768px) {
    #checkoutResumo .carrinho-resumo {
        flex-basis: 400px;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
}
/*==============================================================================
 * CHECKOUT FORMA ENVIO
 *============================================================================*/
#checkoutEnvio .checkout-forma-envio {
    padding: 1.5em 2em;
}
#checkoutEnvio .checkout-forma-envio h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
}
#checkoutEnvio ul.row {
    margin-left: -3px;
    margin-right: -3px;
}
#checkoutEnvio .card-forma-envio {
    display: flex;
    flex:  0 0 25%;
    font-size: 16px;
    padding: 0 3px;
    margin-bottom: 1em;
}
#checkoutEnvio .card-forma-envio .card-header {
    border-radius: 0;
}
#checkoutEnvio .checkout-forma-envio p a {
    font-size: 14px;
}
@media(max-width: 1140px){
    #checkoutEnvio .card-forma-envio {
        flex: 0 0 25%;
    }
}
@media(max-width: 992px){
    #checkoutEnvio .card-forma-envio {
        flex: 0 0 calc(100%/3);
    }
}
@media(max-width: 748px){
    #checkoutEnvio .card-forma-envio {
        flex: 0 0 50%;
    }
}
#checkoutEnvio .forma-envio-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: space-between;
}
#checkoutEnvio .forma-envio-item div.card {
    border: none;
    border-radius: 0;
}
#checkoutEnvio .forma-envio-item div.card-header span {
    font-weight: bold;
    text-transform: capitalize;
}
#checkoutEnvio .forma-envio-item div.card-body {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
/*==============================================================================
 * CHECKOUT FORMA PAGAMENTO
 *============================================================================*/
#checkoutPagamento .checkout-forma-pagamento {
    padding: 1.5em 2em;
}
#checkoutPagamento .checkout-forma-pagamento h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
}
#checkoutPagamento .checkout-forma-pagamento ul.nav-tabs li {
    flex-basis: calc(100%/5);
}
#checkoutPagamento .checkout-forma-pagamento ul.nav-tabs li label {
    text-align: center;
}
#checkoutPagamento div.box-form {
    width: 100%;
}
#checkoutPagamento div.box-form div img {
    max-width: 200px;
}
#checkoutPagamento div.box-form div ul.instrucao-pix li label {
    line-height: 1;
}
#checkoutPagamento div.box-form div ul.instrucao-pix li span {
    font-weight: bold;
    padding-right: .5em;
}
#checkoutPagamento .checkout-total-pagar p {
    font-weight: bold;
    font-size: 1.3em;
}
@media(min-width: 960px) {
    #checkoutPagamento div.box-form {
        width: 600px;
        margin: 0 auto;
    }
}
/*==============================================================================
 * CUPOM DESCONTO
 *============================================================================*/
.vale-cupom {
    padding: 1.5em 0;
}
.vale-cupom h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
}
.vale-cupom div:nth-child(1) {
    width: 100%;
}
@media(min-width: 769px) {
    .vale-cupom div:nth-child(1) {
        width: 50%;
    }
}
#cupomDesconto .msgCupom{
    font-size: 13px;
}
.msgCupomGreen{
    color: green;
}

.msgCupomRed{
    color: red;
}
@media(min-width: 768px) {
    #cupomDesconto .vale-cupom div:nth-child(1) {
        width: 50%;
    }
}
/*==============================================================================
 * CHECKOUT CONCLUIDO RESUMO COMPRA
 *============================================================================*/
#checkoutConcluidoResumo .checkout-concluido-resumo {
    padding: 1.5em 2em;
}
#checkoutConcluidoResumo .checkout-concluido-resumo h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
}
#checkoutConcluidoResumo .checkout-concluido-resumo h5 {
    font-weight: bold;
    font-size: 1em;
}
#checkoutConcluidoResumo .checkout-concluido-confirmacao div:first-child span:first-child {
    font-size: 1.2em;
}
#checkoutConcluidoResumo .checkout-concluido-confirmacao div:first-child span:last-child {
    font-size: 14px;
}
#checkoutConcluidoResumo .checkout-concluido-confirmacao div:last-child span:last-child {
    font-size: 1.5em;
}
#checkoutConcluidoResumo .box-carrinho {
    display: flex;
    flex-direction: column;
}
#checkoutConcluidoResumo .carrinho {
    display: flex;
    flex-direction: column;
}
#checkoutConcluidoResumo .carrinho-head {
    display: flex;
    margin-top: 5px;
}
#checkoutConcluidoResumo .carrinho-head h6 {
    width: 115px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#checkoutConcluidoResumo .carrinho-body {
    display: flex;
    flex-direction: column;
}
#checkoutConcluidoResumo .carrinho-item {
    display: flex;
    align-items: baseline;
    font-size: .9em;
    padding: .5em 0;
    margin-bottom: 5px;
}
#checkoutConcluidoResumo .carrinho-produto {
    align-items: baseline;
}
#checkoutConcluidoResumo .carrinho-item div.carrinho-unidade {
    width: 230px;
    align-items: baseline;
    text-align: center;
}
#checkoutConcluidoResumo .carrinho-item div.carrinho-unidade div:first-child,
#checkoutConcluidoResumo .carrinho-item div.carrinho-unidade div:last-child {
    width: 115px;
}
#checkoutConcluidoResumo .carrinho-item div.carrinho-total-item {
    width: 115px;
    text-align: center;
}
#checkoutConcluidoResumo .carrinho-imagem img {
    width: 80px;
}
#checkoutConcluidoResumo .carrinho-resumo {
    flex-basis: 100%;
    padding-top: 1.3em;
}
#checkoutConcluidoResumo .carrinho-resumo div {
    font-size: 15px;
}
#checkoutConcluidoResumo .carrinho-resumo div:nth-child(3) {
    padding-bottom: .8em;
    margin-bottom: .8em;
}
#checkoutConcluidoResumo .carrinho-resumo h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
#checkoutConcluidoResumo .carrinho-resumo strong {
    font-size: 1.2em;
}
@media(min-width: 992px) {
    #checkoutConcluidoResumo .carrinho-resumo {
        flex-basis: 335px;
        padding-top: 0;
    }
}
@media(max-width:767px) {
    #checkoutConcluidoResumo .carrinho-head {
        display: none;
    }
    #checkoutConcluidoResumo .carrinho-label {
        width: 85px;
        font-size: 12px;
    }
    #checkoutConcluidoResumo .carrinho-item {
        flex-direction: column;
        margin-bottom: .5em;
        padding: .5em;
    }
    #checkoutConcluidoResumo .carrinho-item div.carrinho-unidade {
        flex-direction: column;
        width: 100%;
        margin: 1em 0;
        text-align: left;
        padding-left: 1em;
    }
    #checkoutConcluidoResumo .carrinho-unidade .carrinho-valor-item, #checkoutConcluidoResumo .carrinho-unidade div {
        display: flex;
        width: 100% !important;
    }
    #checkoutConcluidoResumo .carrinho-unidade div input {
        max-width: 80px;
        height: 30px;
    }
    #checkoutConcluidoResumo .carrinho-total-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1em;
    }
    #checkoutConcluidoResumo .carrinho-total-item span {
        text-align: left;
    }
    #checkoutConcluidoResumo .checkout-botoes-acoes a.btn,
    #checkoutConcluidoResumo .checkout-botoes-acoes button.btn {
        width: 100%;
        margin-bottom: .5em;
    }
}
/*==============================================================================
 * CHECKOUT CONCLUIDO INFO
 *============================================================================*/
#checkoutConcluidoInfo .checkout-concluido-info {
    padding: 1.5em 2em;
}
#checkoutConcluidoInfo .checkout-concluido-info h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
}
#checkoutConcluidoInfo .checkout-concluido-info ul li {
    font-size: 14px;
}
#checkoutConcluidoInfo .checkout-concluido-info ul li span {
    font-weight: bold;
}
@media(min-width: 992px){
    #checkoutConcluidoInfo .checkout-concluido-item {
        flex: 0 0 calc(100%/3);
    }
}
/*==============================================================================
 * RODAPE CHECKOUT
 *============================================================================*/
#rodapeCheckout div.container-xl div {
    padding: 1.5em 2em;
}
#rodapeCheckout div p {
    font-size: 14px;
    margin-bottom: 0;
}
#rodapeCheckout .copy-right {
    font-size: 12px;
    letter-spacing: 1px;
}
@media(max-width: 768px) {
    #rodapeCheckout div p:first-child {
        margin-bottom: .5em;
    }
    #rodape h4 img {
        max-height: 60px;
    }
}
/*==============================================================================
 * NEWSLETTER
 *============================================================================*/
#newsletter p {
    margin-bottom: 0;
    font-size: 1.2em;
}
#newsletter form {
    width: 100%;
    margin-top: 1em;
}
@media (min-width:1080px) {
    #newsletter p span {
        font-size: 1.2em;
    }
    #newsletter form {
        width: 50%;
        margin-top: 0;
    }
    #newsletter button {
        width: 50%;
    }
}
/*==============================================================================
 * CONTATO
 *============================================================================*/
#contato .contato {
    font-size: 14px;
    padding: 1.3em 1.9em 0 1.9em;
}
#contato .contato h3 {
    font-size: 1.5em;
}
#contato .contato h4 {
    font-size: 1.4em;
}
#contato .contato .contato-duvidas p:first-child {
    font-size: 1.3em;
}
#contato .contato-endereco h4 i,#contato .contato-atendimento h4 i,
#contato .contato-email h4 i {
    padding-right: 5px;
}
#contato .contato-atendimento ul li a, #contato .contato-email ul li a {
    font-weight: bold;
}
@media(max-width: 768px) {
    #contato .contato h3, #contato .contato h4 {
        font-size: 1.3em;
    }
    #contato .contato button {
        width: 100%;
    }
    #contato .contato-endereco, #contato .contato-atendimento {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
}
/*==============================================================================
 * SOBRE A EMPRESA
 *============================================================================*/
#sobre .sobre div.row {
    margin-top: 4em;
    margin-left: -3px;
    margin-right: -3px;
}
#sobre .sobre {
    font-size: 14px;
    padding: 1.3em 1.9em 0 1.9em;
}
#sobre .sobre-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    padding: 0 3px;
    margin-bottom: 1em;
}
@media(max-width: 992px){
    #sobre .sobre-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
#sobre .sobre-card .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
/*==============================================================================
 * POLÍTICA DE PRIVACIDADE
 *============================================================================*/
#politicaPrivacidade .privacidade {
    font-size: 14px;
    padding: 1.3em 1.9em 0 1.9em;
}
/*==============================================================================
 * POLÍTICA DE TROCAS E DEVOLUÇÕES
 *============================================================================*/
#politicaTrocaDevolucao .trocaDevolucao {
    font-size: 14px;
    padding: 1.3em 1.9em 0 1.9em;
}
/*==============================================================================
 * PRELOADER PÁGINA INTEIRA
 *============================================================================*/
.box-carregando {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    z-index: 9999;
    display: none;
}
.box-carregando p {
    font-size: 2em;
    position: relative;
    top: 30%;
}
.carregando {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}
.item-carregando {
    width: 20px;
    height: 20px;
    margin: 10px;
}
.item-carregando:nth-child(1) {
    animation: item-1 1s infinite alternate;
    animation-delay: 100ms;
}
@keyframes item-1 {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(60px);
    }
}
.item-carregando:nth-child(2) {
    animation: item-2 1s infinite alternate;
    animation-delay: 200ms;
}
@keyframes item-2 {
    0% {
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(70px);
    }
}
.item-carregando:nth-child(3) {
    animation: item-3 1s infinite alternate;
    animation-delay: 300ms;
}
@keyframes item-3 {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(80px);
    }
}
.item-carregando:nth-child(4) {
    animation: item-4 1s infinite alternate;
    animation-delay: 400ms;
}
@keyframes item-4 {
    0% {
        transform: translateY(-90px);
    }
    100% {
        transform: translateY(90px);
    }
}
.item-carregando:nth-child(5) {
    animation: item-5 1s infinite alternate;
    animation-delay: 500ms;
}
@keyframes item-5 {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(100px);
    }
}
/*==============================================================================
 * LOADER ITENS IDIVIDUAIS
 *============================================================================*/
.c-loader {
    animation: is-rotating 1s infinite;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.c-loaderHome {
    animation: is-rotating 1s infinite;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}
/*==============================================================================
 * REDES SOCIAIS
 *============================================================================*/
#redesSociais .instagram, #redesSociais .facebook {
    width: 450px;
}
@media (max-width: 768px) {
    .redesSociais {
        flex-direction: column;
    }
    #redesSociais .instagram, #redesSociais .facebook {
        width: 100%;
        padding: 10px;
    }
    #redesSociais .instagram iframe, #redesSociais .facebook iframe {
        min-width: 100% !important;
    }
}
/*==============================================================================
 * RODAPE
 *============================================================================*/
#rodape {
    font-size: 14px;
}
#rodape h4 {
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 1.2em;
}
#rodape h4 img {
    max-width: 150px;
}
#rodape .btn-sobre {
    font-size: 1em;
    letter-spacing: 1px;
}
#rodape ul li {
    line-height: 1.8em;
}
#rodape .social li a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
#rodape .social li a span{
    font-size: 1.1em;
}
#rodape .certificado img {
    max-width: 25px;
}
#rodape .copy-right {
    font-size: 12px;
    letter-spacing: 1px;
}
#rodape .certificado p {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding-left: .5em;
}
#rodape .certificado p:first-child {
    font-weight: bold;
    letter-spacing: 1.5px;
}
#rodape .voltar-ao-topo, #rodapeCheckout .voltar-ao-topo {
    position: fixed;
    bottom: 25px;
    right: 18px;
    width: 50px;
    height: 50px;
    z-index: 3;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#rodape .voltar-ao-topo a::after, #rodapeCheckout .voltar-ao-topo a::after {
    content: '\f102';
    font-size: 1.3em;
}
#rodape .whatsapp-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    left: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#rodape .fa-whatsapp {
    font-size: 2em;
}

#cookies.hide {
    display: none;
}
#cookies .cookies {
    font-size: 14px;
    position: fixed;
    z-index: 999;
    max-width: 1250px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    padding: 1.3em 1.9em;
    border-radius: 5px;
    margin: 0 auto;
    align-items: baseline;
    justify-content: space-between;
}
#cookies .cookies p {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #cookies .cookies {
        flex-direction: column;
    }
    #cookies .cookies button {
        width: 100%;
        margin-top: 3px;
    }
}
#rodape .selos-pagamento {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#rodape .selos-pagamento li {
    margin-bottom: 3px;
    margin-right: 2px;
}
#rodape .selos-pagamento li img {
    max-width: 45px;
}
/*==============================================================================
 * PAGINAS DE ERROS
 *============================================================================*/
#paginaErro p {
    font-size: 1.3em;
}
#paginaErro .box-erro {
    min-height: 100%;
    height: 100vh;
}
#paginaErro .box-erro .erro {
    padding: 2em;
    border-top: 3px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-radius: 3px 3px 0 0;
    width: 50%;
}
#paginaErro .box-erro .erro p span {
    display: inline-block;
}
#paginaErro .box-erro .erro .erro-links {
    margin-top: 2.5em;
}
@media(max-width:768px) {
    #paginaErro .box-erro .erro {
        width: 100%;
    }
}
/*==============================================================================
 * CATALOGO
 *============================================================================*/
#catalogo .box-erro {
    min-height: 100%;
    height: 500px;
}