html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}

/*body a {
  color: #0C0C0C;
}*/

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
}
.font-zero {
  display: none;
}

/*****************************
********** BARRA TOPO ********
*****************************/
.barraTopo {
  background: #000000;
  background: -webkit-linear-gradient(#000000, #0C0C0C);
  background: -o-linear-gradient(#000000, #0C0C0C);
  background: -moz-linear-gradient(#000000, #0C0C0C);
  background: linear-gradient(#000000, #0C0C0C);
}
.bTopoNav li {
  list-style-type: none;
}
.bTopoNav a {
  font-size: 0.75em;
  padding: 0.93em; 
  float: left;
  color: #FFFFFF;
  text-decoration: none;
}
.bTopoBtn {
  text-align: center;
}
.bTopoBtn a {
  padding: 0.93em 1.60em;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  float: right;
  background-color: #d81c0a;
}
.iconLogon {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 7px;
  background: url("/images/image.png") no-repeat 0 0;
  background-position: 0px 0px; 
}
.mobiMenu {
  display: none;
}

@media (max-width: 769px) {
  #navCategoriaDesktop {
    display: none;
  }
}

@media (min-width: 768px) {
  #navCategoriaMobile {
    display: none;
  }
}

#navCategoriaMobile {
  font-size: 18px;
  background: #0C0C0C;
}

#navCategoriaMobileTitulo {
  color: #FFFFFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar {
  margin: 0px;
}

#navCategoriaMobileUl {
  background: #FFFFFF;
  color: #d81c0a;
}

#navCategoriaMobileUl:hover {
  background: #F2F2F2;
}

/*****************************
******* CONTEUDO TOPO ********
*****************************/
.logo img {
  width: 100%;
  max-width: 240px;
  /*margin-top: 10px;*/
  margin-bottom: 18px;
  margin-left: 18px;
  margin-right: 2px;
  height: auto;
}
.logo.smallL img {
  /*max-width: 140px;*/
  max-width: 130px;
  /*margin: 12px 18px;*/
  margin: 8px 50px;
}
.televendas {
  text-align: center;
  margin-top: 43px;
}
.televendas p {
  font-size: 0.75em;
  color: #a0a0a0;
  font-style: italic;
}
.televendas h1 {
  font-size: 1.65em;
  color: #0C0C0C;
  font-weight: 600;
}
.televendas h1 span {
  font-size: 0.56em;
  font-weight: 400;
  color: #a0a0a0;
  /*margin-right: -3px;*/
}
.televendas h3 {
  text-align: center;
  font-size: 0.85em;
  color: #a0a0a0;
  margin-left: 25px;
  margin-top: 40px;
}
.pesquisa {
  margin-top: 43px; 
}
.pesquisa input {
  width: 85%;
  float: left;
  margin-left: 5%;
  height: 35px;
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-right: 0px;
  padding: 0 15px; 
  font-size: 0.75em;
}
.pesquisa button {
  width: 10%;
  float: right;
  height: 35px;
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-left: 0;
}
.pesquisa button img {
  width: 17px;
  height: 17px;
}
.carrinho {
  width: 45px;
  height: 42px;
  float: left;
  background: url("/images/image.png") no-repeat -106px 0;
}
.dropdown {
  width: 50px;
  height: 50px;
  list-style: none;
  margin-top: 40px;
}

.dropdown:hover > .dropdown-cart {
  display: block;
}
.dropdown-menuCat:hover > .drop-categorias {
  display: block;
}
.dropdown-menuCat {list-style-type: none;}
.drop-categorias {
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 10px;
  float: left;
  margin-top: 0;
  z-index: 500;
}

.zeroPadding img{
	height: auto;
}

.zeroPadding {padding: 0;}

.dropdown-cart {
  width: 400px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  border: 0;
  max-height: 80vh;
  overflow-y: auto;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
        float: right;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/***************************************
***********SUBCATEGORIAS****************
****************************************/

.subCat h1{
	margin-top: 45px;
	color: #0C0C0C;
}

.subCat li a{
	color: #a0a0a0;
}


/**************************************
************** CARRINHO LIST **********
***************************************/
.listProduto {
  height: 65px;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 15px;
}
.carrinhoList {
  width: 100%;
}
.listquantidade {
  height: 100%;
  width: 60px;
  float: left;
  line-height: 3.2em;
}
.listquantidade input {
  line-height: normal;
  max-width: 55px;
}
.listfoto {
  width: 10%;
  height: 45px;
  float: left;
  /*background-color: #EAEAEA;*/
}
.listfoto img {
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 45px;
}
.listdescri {
  width: 70%;
  float: left;
  padding: 3px 5px 3px 8px;
}
.listRetirar {
  width: 40px;
  float: right;
  font-size: 1.6em;
  text-align: right;
  line-height: 2.2em;
  color: #a1a1a1;
}
.listRetirar:hover {
  color: #0C0C0C;
}
.listPreco {
  font-size: 1.3em;
  padding-top: 5px;
  float: left;
  color: #0C0C0C;
  font-weight: bold;
}
.finalizaCompra {
  width: 40%;
  float: right;
}
.finalizaCompra a{
  text-decoration: none;
}
.finalizaCompra .btn-amarelo {
  margin: 13px 13px 10px 13px;
  font-size: 1.0em;
  float: right;
  width: 100%;
  text-align: center;
}
.listtotal {
  width: 50%;
  float: left;
  font-size: 1.2em;
  margin: 6% 0 0 0;
  text-align: right;
}
.phone {
  width: 45px;
  height: 42px;
  float: left;
  background: url("/images/image.png") no-repeat -103px -115px;
  margin-top: 25px;
}
.carrinho .badge {
  float: right;
  margin-right: -5px;
  margin-top: -5px;
  background-color: #d81c0a ;
}


/********************************
********* CONTEUDO TOPO *********
*********************************/
.barraMeio {
  margin-top: 160px;
}

.contTopo {
  margin-top: 160px;
}
.menu {
  padding: 0;
  margin-bottom: -35px;
}
.menu h1, .barraMeio h1 {
  background-color: #0C0C0C;
  padding: 1.14em;
  font-size: 0.87em;
  font-weight: bold;
  color: #FFFFFF;
}
.menu ul, .drop-categorias ul {
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 10px;
  float: left;
}
.menu li, .drop-categorias li {
  width: 100%;
  float: left;
}
.menu a, .drop-categorias li a {
  width: 100%;
  height: 45px;
  padding: 5px;
  margin: 2px 0;
  line-height:33px;
}
.menu a:hover, .drop-categorias a:hover {
  background-color: #EAEAEA;
}
.menu li:nth-child(6){
  margin-bottom: 0;
}
.menu ul li a, .drop-categorias ul li a{
  font-size: 0.87em;
  color: #727272;
  float: left;
}
.menu ul li a:hover, .drop-categorias ul li a:hover{
  text-decoration: none;
  color: #000000;
}

/********************************
********** ICONES MENU **********
*********************************/
.iconMenu {
  width: 33px;
  height: 33px;
  float: left;
  margin: 0 15px 0 0;
}
.escritorio {
  background: url("/images/image.png") no-repeat 0 -16px;
}
.informatica {
  background: url("/images/image.png") no-repeat 0 -49px;
}
.higiene_e_limpeza {
  background: url("/images/image.png") no-repeat 0 -82px;
}
.copa_e_cozinha {
  background: url("/images/image.png") no-repeat 0 -115px;
}
.embalagens {
  background: url("/images/image.png") no-repeat 0 -148px;
}
.descartaveis {
  background: url("/images/image.png") no-repeat 0 -181px;
}

/**********************************
************* SLIDE ***************
**********************************/

.contTopo img{
  width: 100%;
  margin: 0 auto;
}

/***********************************
************BTN ENVIAR**************
***********************************/

.btn-lg {
  background-color: #d81c0a;
  color: #fff;
}

.btn-md {
  background-color: #d81c0a;
  color: #FFF;
  width: 162px;
  min-height: 40px;
}

.btn-md:hover {
  color: #FFF;
  width: 162px;
  min-height: 40px;
}

.btn-md:focus {
  color: #FFF;
  width: 162px;
  min-height: 40px;
}

.btn-md:active {
  color: #FFF;
  width: 162px;
  min-height: 40px;
}

.btn-lg:hover {
  color: #FFF;
}

.btn-lg:focus {
  color: #FFF;
}

.btn-lg:active {
  color: #FFF;
}

.btn.btn-lg:hover {
  color: #fff;
  background-color: #d81c0a;
}

.btn.ebtn-lg:focus {
  color: #fff;
  background-color: #d81c0a;
}

.btn.btn-lg:active {
  color: #fff;
  background-color: #d81c0a;
}


.btn-continuar {
  background: #e0e0e0;
  float: left;
  color: #FFF;
}

@media (max-width: 768px) {
  .btn-continuar {
    float: none;
  }
}

.btn-continuar:focus {
  color: #FFF;
}

/***********************************
************** PROMOCAO ************
***********************************/
.promocao {
   padding: 0;
 }
.promocao h1 {
  background-color: #0C0C0C;
  padding: 1.14em;
  font-size: 0.87em;
  font-weight: bold;
  color: #FFFFFF;
}
.item {
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px 5px;
  height: 280px;
  text-align: center;
}
.item h1 {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  background-color: #FFFFFF;
}
.item h1 a {
  color: #727272;
  text-decoration: none;
}
.itemPhoto {
  width: 150px;
  height: 170px;
  margin: 0 auto;
}
.itemPhoto img {
  max-width:150px;
    max-height:170px;
    width: auto;
    height: auto;
}
.item h2 {
  font-size: 1.5em;
  margin-top: 5px;
  color: #0C0C0C ;
  font-weight: bold;
}


/*******************************
******* BARRA QUALIDADES *******
********************************/
.promo {
  margin-bottom: -3px;
}

.infoTop {
  background-color: #0C0C0C;
  height: auto;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}

.infoTop i {
  margin-top: 10px;
  font-size: 40px;
  color: #9fa4af;
}

.infoTop img {
  margin-top: 5px;
}

.iconInfo {
  width: 57px;
  height: 42px;
  float: left;
  margin-top: 12px;
  margin-right: 10px;
}
.qualidade {
  background: url("/images/icon333.png") no-repeat;
  background-size: 64px 44px;
}
.frete {
  background: url("/images/icon111.png") no-repeat;
  background-size: 64px 44px;
}
.estrutura {
  /*background: url("/images/image.png") no-repeat -33px -42px;*/
  background: url("/images/icon222.png") no-repeat;
  background-size: 64px 44px;
}

.itenInfo img {
  width: 15%;
}

.itenInfo h1{
  color: #fff;
  font-size: 0.91em;
  text-transform: uppercase;
  padding-top: 0.8em;
  font-weight: 700;
}
.itenInfo p {
  color: #c8cdcf;
  font-size: 0.75em;
  padding-top: 0.25em;
  margin-top: 3px;
  line-height: 1.2em;
}

/******************************************
********** TOPO EFEITO DIMINUIR ***********
*******************************************/
.pesquisa.smallM, .televendas.smallM, .dropdown.smallM, .phone.smallM {
  margin-top: 17px;
}
.pesquisa, .televendas, .dropdown, .logo img, .slide, .menu, .promocao, .container, .phone {
  -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
header {
    position:fixed;
    height: 160px;
    left:0;
    top:0;
    float:left;
    width:100%;
    background-color: #FFFFFF;
    z-index: 999;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
header.smallT {
    height: 110px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
}

/*******************************************
**************** ITENS DESTAQUE ************
********************************************/
.content h1, .relacionados h1, .cso h1 {
  width: 100%;
  padding-top: 2.77em;
  font-size: 1.12em;
  color: #0C0C0C ;
  font-weight: 700;
  background-color: #FFFFFF;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 10px;
}
.sidebar {
  padding-left: 0;
}
.sidebar h1 {
  width: 100%;
  padding-top: 2.77em;
  font-size: 1.12em;
  color: #0C0C0C ;
  font-weight: 700;
}
.content {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px; 
}
.content hr {
  border: 1px solid #e2e2e2;
  margin: 0;
  width: 60%;
  float: right;
}
.itemList {
  text-align: center;
  border-right: 1px solid #dad9d9;
  margin-top: 30px;
  padding: 15px 0;
}
.content .itemList:last-child {
  border-right: 0;
}
.content-pg .itemList:nth-child(4n+1) {
  border-right: 0;
}

.itemList:nth-child(5) {
  border-right: 0;
}

.itemList:nth-child(9) {
  border-right: 0;
}

.itemList:nth-child(13) {
  border-right: 0;
}

.itemList h1 {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  background-color: #FFFFFF;
  border-bottom: 0;
  min-height: 39px;
}
.itemList h1 a {
  color: #727272;
  text-decoration: none;
}
.itemList h2 {
  font-size: 1.5em;
  margin-top: 5px;
  color: #0C0C0C ;
  font-weight: bold;
}

.itemListPhoto {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.itemListPhoto img {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .itemListPhoto {
    width: 160px;
    height: 160px;
  }
  .itemListPhoto img {
    max-width: 160px;
    max-height: 160px;
  }
}

#form_sob_consulta {
  margin-top: 65px;
}

.sob_consulta {
  width: 162px;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  height: 40px;
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-right: 0px;
  padding: 0 15px;
  font-size: 0.75em;
}
.btn-cinza {
  width: 70%;
  margin: 20px 15% 0 15%;
  padding: 10px 20px;
  color: #FFF;
  background-color: #d3d3d3;
  font-size: 0.75em;
  text-transform: uppercase;
  -ms-transition:     all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition:      all 0.3s ease;
    transition:         all 0.3s ease;
    border:0;
}
.btn-amarelo {
  width: 70%;
  margin: 20px 15% 0 15%;
  padding: 10px 20px;
  color: #FFF;
  background-color: #0C0C0C;
  font-size: 0.75em;
  text-transform: uppercase;
  -ms-transition:     all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition:      all 0.3s ease;
    transition:         all 0.3s ease;
    border:0;
}
.vinculo-tamanho {
  color: #000000;
}
.vinculo-tamanho i {
  color: #d81c0a;
}
@media (max-width: 768px) {
  .vinculo-tamanho {
    margin-top: 10px;
  }
}
.btn-amarelo:hover {
  background-color: #d81c0a;
}
.btn-vinculo {
  margin-top: 10px;
  background-color: #727272;
  color: #fff;
}
.btn-vinculo:hover {
  color: #f2f2f2;
}
.btn-vinculo:active {
  color: #f2f2f2;
}
.itemList a {
  text-decoration: none;
}

/*************************************
************* FOOTER *****************
**************************************/
footer {
  background-color: #0C0C0C;
  margin-top: 30px;
  padding: 20px 0;
}
footer h1 {
  font-size: 1.12em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
footer a {
  font-size: 0.75em;
  color: #727272;
  text-decoration: none;
  margin: 5px;
  float: left;
  width: 100%;
  list-style-type: none;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}
.copy {
  color: #fffcf4;
  font-size: 0.76em;
  text-align: center;
  background: #000000;
  background: -webkit-linear-gradient(#000000, #0C0C0C);
  background: -o-linear-gradient(#000000, #0C0C0C);
  background: -moz-linear-gradient(#000000, #0C0C0C);
  background: linear-gradient(#000000, #0C0C0C);
  padding: 0.70em;
  /*padding-bottom: 0;*/
}

.footJun {
  text-align: center;
}

.footJun img {
  width: 50%;
  max-width: 130px;
}
.footJun p {
  color: #727272;
  text-align: center;
  /*margin-top: 10px;*/
  line-height: 1.2em;
}
.footJun p:hover {
  color: #fff;
}
.books {
  font-size: 0.75em;
  color: #727272;
}
.books p:hover {
  color: #fff;
}
.books p {
  margin: 15px 0;
  line-height: 1.1em;
}
.books p:first-child {
  margin-top: 0;
}
.face {
  width: 55px;
  height: 50px;
  background-color: #d81c0a;
  float: right;
  margin-top: -40px;
}
.iconFace {
  width: 20px;
  height: 28px;
  float: left;
  margin: 12px 18px;
  background: url("/images/image.png") no-repeat -33px -124px;
}
.iconFoot {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.adreas {
  background: url("/images/image.png") no-repeat -89px -42px;
}
.email {
  background: url("/images/image.png") no-repeat -89px -63px;
}
.telefone {
  background: url("/images/image.png") no-repeat -89px -85px;
}
.mobi-televendas {
  display: none;
}

/********************************
******** MENU MOBILE ************
********************************/
.menuMobile {
    display: none;
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.menuMobile-content {
    position: relative;
    background-color: #fefefe;
    margin: 0 auto;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.menuMobile-content h1 {
  background-color: #0C0C0C;
  padding: 1.14em;
  font-size: 0.87em;
  font-weight: bold;
  color: #FFFFFF;
}
.menuMobile-content ul {
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 10px;
  float: left;
}
.menuMobile-content li {
  width: 100%;
  float: left;
}
.menuMobile-content a {
  width: 100%;
  height: 45px;
  padding: 5px;
  margin: 2px 0;
  line-height:33px;
}
.menuMobile-content a:hover {
  background-color: #EAEAEA;
}
.menuMobile-content li:nth-child(6){
  margin-bottom: 0;
}
.menuMobile-content ul li a {
  font-size: 0.87em;
  color: #727272;
  float: left;
}
.menuMobile-content ul li a:hover {
  text-decoration: none;
  color: #000000;
}
.close {
  margin: 12px 15px;
  color: #fff;
}

.close:hover {
	color: #fff;
}
/****************************************
*********** BARRA MEIO PAGINAS **********
*****************************************/
.barraMeio {
  width: 100%;
  background-color: #e0e0e0;
}
.caminho {
  font-size: 0.75em;
  color: #a0a0a0;
  padding: 18px 18px 0 18px;
}
.caminho a {
  color: #a0a0a0;
}
.navSidebar {
  width: 100%;
}
.navSidebar {
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  margin-top: 15px;
  float: left;
}
.navSidebar a {
  font-size: 0.75em;
  color: #a0a0a0;
  text-decoration: none;
}
.navSidebar li {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.navSidebar li:last-child {
  border-bottom: 0;
}
.naveg {
    width: 230px;
    margin: 0 auto;
}
.pagination>li>a, .pagination>li>span {
  background-color: #e1e1e1;
  border: 0;
  color: #727272;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:hover {
  color: #FFFFFF;
  background-color: #d81c0a;
}
.emailmark {
  width: 100%;
  float: left;
}
.input-mark {
  width: 75%;
  float: left;
  height: 40px;
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-right: 0px;
  padding: 0 15px; 
  font-size: 0.75em;
}
.btn-mark {
  width: 25%;
  float: right;
  height: 40px;
  background-color: #ffcc33;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #ab8a25;
  -ms-transition:     all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition:      all 0.3s ease;
    transition:         all 0.3s ease;
    border:0;
}
.form-mark {
  margin-top: 10px;
}

/********************************************
************** DETALHES PRODUTOS ************
********************************************/
.fotoProdutoDetalhe {
  border:1px solid #e0e0e0;
  float: left;
  margin-top: 40px;
  height: 300px;
  padding: 10px;
  text-align: center;
}
.fotoProdutoDetalhe img {
  width: auto;
  height: auto;
  max-height: 280px;
  max-width: 100%;
}
.contProdutoDetalhe h1 {
  font-size: 1.23em;
  color: #222222;
  margin-top: 40px;
}
.contProdutoDetalhe p {
  font-size: 0.75em;
  color: #a0a0a0;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.relacionados {
  padding: 0;
}
.precoProdutoDetalhe h2 {
  font-size: 1.5em;
  margin-top: 25px;
  color: #0C0C0C ;
  font-weight: bold;
  float: left;
}
h2.precoSobConsulta {
  font-size: 1.5em;
  margin-top: 18px;
  color: #0C0C0C;
  font-weight: bold;
  float: left;
}
.precoProdutoDetalhe h3 {
  float: left;
  font-size: 1em;
  margin: 34px 10px;
  color: #3d3d3d;
  text-decoration: line-through;
}
.catIcon {
  float: right;
  font-size: 1.5em;
  margin-top: -0.2em;
}
.btn-produto {
  margin: 15px 0 0 0;
  width: 69%; 
  float: left;
  margin-left: 1%;
  min-height: 50px;
}
.quantidade {
  width: 30%;
  float: left;
  margin-top: 15px;
}
#quantidade {
  float: left;
  width: 60%;
  border: 1px solid #e0e0e0;
  height: 50px;
  text-align: center;
  color: #a0a0a0;
}
.quantBtn {
  width: 40%;
  height: 25px;
  float: left;
  border: 0;
  padding: 0; 
}

@media (max-width: 1200px) {
  .container-mobile {
    height: 100%;
  }
  .itenInfo h1 {
    margin-top: -5px;
  }
}
@media (max-width: 992px) {
  .sobre-cont {
    margin-bottom: 3%;
  }
  .container-mobile img {
    height: 50%;
  }
  .itenInfo h1 {
    margin-top: -5px;
  }
  .pesquisa {
    margin-top: 0;
  }
  .pesquisa input {
    width: 90%;
    margin-left: 0;
    float: left;
  }
  header {
    height: 185px; 
  }
  header.smallT {
        height: 160px;
  }
  .dropdown, .televendas {
    margin-top: 30px;
  }
  .logo img {
    margin-top: 15px;
  }
  .logo.smallL img {
    margin: 8px 20px;
  }
  .pesquisa.smallM {
    margin-top: 0px;
  }
  .contTopo, .barraMeio {
    margin-top: 185px;
  }
  .menu {
    margin-bottom: 0;
  }
  .content .itemList:nth-child(4n){
    border-right: 0;
  }
  .footJun, .books {
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    padding-top: 15px;
  }
  .footJun p {
    display: none;
  }
}

@media (max-width: 766px) {
  .bTopoNav, .bTopoBtn {
    display: none;
  }
    .mobiMenu {
    display: block;
  }
  .container-mobile {
    height: auto;
  }
  .container-mobile img {
    width: 100%;
    height: auto;
  }
  .mobiMenu span {
    width: 50px;
    height: 50px;
  }
  .televendas {
    display: none;
  }
  .dropdown {
    margin-top: 25px;
  }
  .logo img {
    width: 115px;
  }
  header {
    height: 175px; 
  }
  header.smallT {
        height: 160px;
  }
  .contTopo, .barraMeio {
    margin-top: 180px;
  }
  .itenInfo h1 {
    margin-top: 5px;
  }
  .itenInfo img {
    display: none;
  }
  .infoTop {
    height: auto;
    text-align: center;
  }
  .iconInfo {
    display: none;
  }
  .footJun p {
    display: block;
  }
  .footBox {
    margin-bottom: 25px;
  }
  .footBox a {
    margin: 10px 0;
  }
  .mobi-televendas {
    display: block;
  }
  .mobiMenu a {
    float: right;
    font-size: 0.87em;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    width: 45px;
    height: 35px;
    padding: 5px 10px;
  }
  .mobiMenu a:hover {
    background-color: #0C0C0C;
  }
  .glyphicon {
    color: #FFFFFF;
    font-size: 1.6em;
    margin: 5px;
  }
  .mobiMenu span {
    width: 25px;
    height: 25px;
    margin: 0;
  }
  
  .caminho {display: none;}

  .content .itemList:nth-child(4n){
    border-right: 1px solid #dad9d9; 
  }

  .content .itemList:nth-child(2n+1){
    border-right: 0;
  }

  .content-pg .itemList:nth-child(2n+1){
    border-right: 0;
  }

  .catIcon {
    font-size: 1.5em;
    margin-top: -0.13em;
  }
  header {
    position: relative;
  }
  .barraMeio {
    margin-top: 0;
  }
  .contTopo {
    margin-top: 0;
  }
  .sidebar {
    padding-left: 15px;
  }
  .precoProdutoDetalhe h2 {
    font-size: 1.5em;
    margin-top: 20px;
    color: #0C0C0C ;
    font-weight: bold;
    float: left;
  }
  .precoProdutoDetalhe h3 {
    float: left;
    font-size: 1em;
    margin: 24px 10px;
    color: #3d3d3d;
    text-decoration: line-through;
  }
}

/********************************
********** DETALHES MOBILE *****
*******************************/
@media (max-width: 520px) {
  .face {
    display: none;
  }
  .copy {
    padding-bottom: 9px;
  }
  .televendas {
    padding-right: 0;
  }
}
@media (max-width: 490px) {
  .televendas {
    display: none;
    margin-top: 15px;
  }
  .logo {
    padding: 0;
  }
  .dropdown-cart {
    width: 300px;
  }
  .listtotal {
    margin-top: 10%;
  }
  .listfoto {
    margin-right: 5px;
  }
}

/***********************************
********* 06/09/2016 ***************
************************************/
.no-padding-left {
  padding-left: 0em;
}
.no-padding {
  padding: 0;
}
/***********************************
********* 17/11/2017 ***************
************************************/
.content-pg p {
  font-size: 0.950em;
  color: #727272;
  margin-top: 1em; 
  margin-bottom: 1.5em;
}
/***********************************
********* 17/11/2017 ***************
************************************/
#cadastro.col-md-9 {
  width: auto;
}
.sobre {
  margin-top: 3%;
  margin-bottom: 3%;
}
.sobre h2 {
  font-size: 1.125em;
  color: #0C0C0C ;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  margin-top: 1.5em;
}
.sobre h1 , .contato h1{
  color: #0C0C0C ;
  font-size: 1.500em;
  font-weight: 700;
}
.fotoX {
  width: 100%;
  height: 240px;
  background-color: #EAEAEA;
  float: left;
}
.barra-sobre {
  margin: 3% 0;
  padding: 25px 0;
  background-color: #f2f2f2; 
}
.icon-estoque {
  background: url("/images/image.png") no-repeat -50px -125px;
  width: 45px;
  height: 45px;
  float: left;
}
.icon-money {
  background: url("/images/image.png") no-repeat -50px -171px;
  width: 45px;
  height: 45px;
  float: left;
}
.icon-frete {
  background: url("/images/image.png") no-repeat -34px -90px;
  width: 57px;
  height: 35px;
  float: left;
}
.icon-atendimento {
  background: url("/images/image.png") no-repeat -38px 0px;
  width: 45px;
  height: 43px;
  float: left;
}
.diferenciais h1 {
  font-size: 1.125em;
  color: #0C0C0C;
  font-weight: 600;
}
.diferenciais p {
  font-size: 0.75em;
  color: #0C0C0C;
  margin-top: 0.5em;
}
.diferencial-item {
  margin-top: 15px;
  margin-bottom: 20px;
  min-height: 70px;
}
.foto-sobre {
  width: 100%;
}
.contato {
  margin-top: 25px;
}
.parceiros {
  width: 100%;
}
.parceiros li img {
  width: auto;
  float: left;
  opacity: 0.8;
  margin-right: 30px;
  height: 50px;
}
@media (max-width: 768px) {
  .parceiros li img {
    height: 30px;
  }
}
.parceiros li img:hover {
  opacity: 1;
}
.parceiros ul {
  margin-top: 15px;
}
.mauticform-errormsg {
  color: #c7000c;
  width: 100%;
  float: left;
  padding: 5px 8px;
  font-size: 11px;
  background-color: #ff959b;
  border: 1px solid #fd717a;
  margin-bottom: 5px;
}
.mauticform-message {
  color: #2d8624;
  width: 100%;
  float: left;
  font-size: 11px;
  margin-bottom: 5px;
}
.csoimg {
  width: 600px;
  margin: 0 auto;
}
.cso {
  width: 100%;
  text-align: center;
}
.cso h1 {
  font-size: 1.8em;
}
.cso h2 {
  font-size: 1em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .listdescri {
    width: 60%;
  }
  .listProduto {
    height: 90px;
  }
  .listtotal {
    width: 52%;
  }
}
.precos-values {
  color: #0C0C0C;
  margin-top: 13px;
  font-size: 1.4;
  font-weight: bold;
}
.l {
  margin-left: 34px;
}
@media (max-width: 1200px) {
  .whatsapp-color {
    display: none;
  }
  .televendas h3 {
    font-size: 0.75em;
  }
}
@media (max-width: 768px) {
  .l {
    margin-left: 0px;
  }
  .parceiros li img {
    margin-right: 10px;
  }
}
.inteCorreios {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .inteCorreios img {
    display: block;
    margin-left: 43%;
  }
}
.fotosMultiplas {
  margin-top: 10px;
}
@media(max-width: 768px) {
  .PaddingVinte {
    padding: 20px;
  }
}