*, html, body {
    margin: 0;
}

.barra-topo {
    background-color: #0088CC;
    height: 30px;
}

.barra-topo-space {
    height: 90px;
}

ul.links {
    display: block;
    float: right;
    padding: 0;
    margin: 3px 30px;
}
ul.links li {
    display: inline;
    padding: 0 15px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
}
ul.links li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
ul.links li a:hover {
    color: #414141;
}
img.logo {
}
.logopq {
    height: 40px;
    margin-top: 15px;
}
.navbar {
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background-color: #FFFFFF;
}
.navbar-brand {
    padding: 0 15px;
    margin-top: -10px;
}
.navbar-default .navbar-nav {
    float: none;
}
.navbar-default .navbar-nav > li {
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a {
    color: #666666;
    border-radius: 3px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #0C167B;
    background-color: rgba(0, 0, 0, 0.2); /* #4EB0EF; */
}
.divisor {
    height: 1px;
    background-color: #C1D3ED;
}
.input-group {
    width: 100%;
    border-right: 1px solid #aaaaaa;
}
.box-carrinho {
    margin-top: 8px;
}

.qtde-cestinha {
    position: absolute;
    top: 5px;
    left: 40px;
    color: rgba(0, 0, 180, 0.8);
}
.number-qtde-cestinha {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    width: 16px;
    text-align: center;
}

.actived {
    color: #6F1818;
    background-color: rgba(0, 0, 0, 0.2);
}

.menuover {
    background-color: #FFF;
}

.hide {
    display: none !important;
}
.display {
    display: block;
}
.menu-produtos {
    position: absolute;
    z-index: 999;
    top: 51px;
    left: 0px;
    width: 500px;
    background-color: #FFFFFF;
    display: none;
}
.menu-produtos ul {
    list-style: none;
    position: relative;
    padding: 0;
}
.menu-produtos li {
    position: relative;
    display: block;
    float: none;
    text-align: left;
}
.menu-produtos a {
    display: block;
    width: 170px;
    padding: 7px 15px;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 3px;
}
.menu-produtos a:hover {
    background-color: #4EB0EF;
}
.menu-produtos a i {
    float: right;
    padding-top: 3px;
}


h2.h2-section {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 1px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #626262;
    border-bottom: 2px solid #A2A2A2;
    width: 95%;
}

.center {
    text-align: center;
}


/* PRODUTOS ************************************************************************/ 

.produtos-section {
    margin: 0 auto;
}
.row-section-produtos {
    margin: 0;
}

.col-categorias {
    padding: 0;
    border-radius: 5px;
    width: 230px;
    float: left;
}

.col-categorias ul {
    list-style: none;
    position: relative;
    padding: 5px;
}
.col-categorias li {
    position: relative;
    display: block;
    float: none;
    text-align: left;
}
.col-categorias a {
    display: block;
    padding: 7px 15px;
    margin-bottom: 5px;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
}
.col-categorias a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #0C167B;
}
.col-categorias a i {
    float: right;
    padding-top: 3px;
}

ul.submenu {
    display: none;
    width: 150px;
    color: #FFFFFF;
    background-color: #575757;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(21,22,23,.2);
    float: right;
    margin-right: -150px;
    margin-top: -40px;
    z-index: 999;
}

ul.submenu a {
    color: #DDDDDD;
    font-weight: normal;
}
ul.submenu a:hover {
    color: #FFFFFF;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.3);
}

.col-produtos {
    float: left;
    width: calc(100% - 230px);
}
.row-produtos {
    margin: 0;
}
.box-produto {
    padding: 10px 5px;
}
.boxin-produto {
    background-color: #FFFFFF;
    border: solid 1px #F9F9F9;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(21,22,23,.2);
    padding: 10px;
}
.box-img {
    text-align: center;
    height: 180px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.img-thumbnail {
    max-height: 177px;
    border: none;
}
.p-descricao {
    padding: 10px;
    text-align: center;
}
.p-buttons {
    bottom: 0;
    text-align: center;
}

/* PRODUTO DETALHES ******************************************************************/ 

.produto-detalhes-section {
    padding-top: 20px;
    min-height: 500px;
}
.img-produto-detalhes {
    margin: 50px 0 20px;
}
.box-miniaturas {
    text-align: center;
}
.mini-img {
    width: 30%;
    max-width: 90px;
    cursor: pointer;
}
h2.titulo-produto {
    border-bottom: 1px solid #A7A7A7;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 0;
}

h3.ref-produto {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0;
    margin-top: 0;
}

/* A EMPRESA ************************************************************************/ 

.empresa-section {
    height: auto;
    padding-top: 50px;
    text-align: center;
    background: #eee;
}

.empresa-chamada {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #626262;
    border-bottom: 2px solid #A2A2A2;
    width: 95%;
}
.empresa-subtitulo {
    font-style: italic;
    font-size: 16px;
    color: #626262;
}
.empresa-imagem {
    max-height: 300px;
}
.empresa-texto {
    text-align: justify;
    font-size: 18px;
    letter-spacing: 1px;
    color: #626262;
    padding-top: 20px;
}
.empresa-texto p {
    font-family: 'Cairo', sans-serif;
    padding: 10px 0;
}
.redes-sociais {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* CONTATO ************************************************************************/ 

.contato-section {
    margin: 0 auto;
}
.contato-section {
    text-align: center;
    background: #fff;
    font-family: 'Cairo', sans-serif;
    padding-bottom: 20px;
}
.contato-imagem {
    text-align: left;
    float: left;
}

.contato-endereco {
    text-align: left;
    font-size: 16px;
    padding-left: 200px;
}

.row-formulario {
    padding-bottom: 10px;
}

#mapa {
    width: 100%;
    height: 400px;
    font-size: 10px;
}

.end-mapa {
    text-align: justify;
}

/* CESTINHA ************************************************************************/ 

.cestinha-section {
    min-height: 500px;
}

.table {
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

td {
    text-align: center;
}
.img-produto-cestinha {
    width: 100%;
    max-width: 90px;
    min-width: 50px;
}
.i-qtde {
    padding: 4px;
    background-color: #DADADA;
    border: none;
    width: 80px;
}


/* RODAPE ************************************************************************/ 

.rodape-section {
    height: 300px;
    text-align: center;
    background: #005B88;
    color: #FFF;
}
.p-direitos {
    text-align: left;
    padding: 40px 0;
}
.rodape-logo {
    padding-top: 60px;
    padding-left: 20px;
    text-align: left;
}
.rodape-section ul {
    list-style: none;
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
}
.rodape-section li {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 40px;
}
.rodape-section li a {
    color: #DDD;
    margin-left: 8px;
}
.rodape-section li a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.fb-page {
    padding-top: 40px;
}