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: #3D0D1B;
}*/

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-color: #771b2b;
}
.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: #5E1225;
}
.iconLogon {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 7px;
  background: url("/images/image.png") no-repeat 0 0;
  background-position: 0px 0px; 
}
.iconInsta {
  width: 28px;
  height: 28px;
  float: left;
  margin: 12px 14px;
  background: url(/images/image.png) no-repeat -4px -124px;
}
.mobiMenu {
  display: none;
}

@media (max-width: 769px) {
  #navCategoriaDesktop {
    display: none;
  }
}

@media (min-width: 768px) {
  #navCategoriaMobile {
    display: none;
  }
}

#navCategoriaMobile {
  font-size: 18px;
  background: #771b2b;
}

#navCategoriaMobileTitulo {
  color: #FFFFFF;
}

#navCategoriaMobile .cate {
  margin-top:0px;
  float: right;
  width: 50%;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#navCategoriaMobile hr {
  margin-top: 10px;
  margin-bottom: 0px;
}

.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: #333;
}

#navCategoriaMobileUl:hover {
  background: #F2F2F2;
}

/*****************************
******* CONTEUDO TOPO ********
*****************************/
.logo img {
  width: 100%;
  max-width: 135px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
}
.logo.smallL img {
  max-width: 80px;
  /*margin: 8px 50px;*/
}
.televendas.smallM img {
  max-width: 250px;
}
.televendas {
  text-align: center;
  margin-top: 36px;
}
.televendas p {
  font-size: 0.75em;
  color: #a0a0a0;
  font-style: italic;
}
.televendas h1 {
  color: #fe3847;
  font-weight: bold;
}
.televendas h1 span {
  font-size: 0.56em;
  font-weight: 400;
  color: #a0a0a0;
  margin-right: -3px;
}
.teleEspecial {
  text-align: left;
}
.teleEspecial h1 {
  font-size: 1.7em;
  font-style: italic;
}
.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: 56px;
  height: 55px;
  float: left;
  /*background: url("/images/image.png") no-repeat -106px 0;*/
  background: url("/images/carrinho.png");
  margin-top: -5px;
}
@media (max-width: 768px) {
  #carrinho {
    text-align: center;
  }
}
.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 .itemProduto{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
        float: right;
}
ul.dropdown-cart li .itemProduto:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .itemProduto:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/***************************************
***********SUBCATEGORIAS****************
****************************************/

.subCat h1{
	margin-top: 45px;
	color: #3D0D1B;
}

.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;
}
@media (max-width: 768px) {
  .listdescri {
    width: 65%;
  }
}
.listRetirar {
  width: 40px;
  float: right;
  font-size: 1.6em;
  text-align: right;
  line-height: 2.2em;
  color: #a1a1a1;
}
.listRetirar:hover {
  color: #3D0D1B;
}
.listPreco {
  font-size: 1.3em;
  padding-top: 5px;
  float: left;
  color: #3D0D1B;
  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: #fb8800 ;
}


/********************************
********* CONTEUDO TOPO *********
*********************************/
.barraMeio {
  margin-top: 160px;
}

.contTopo {
  margin-top: 160px;
}
.menu {
  padding: 0;
  margin-bottom: -35px;
}
.menu h1, .barraMeio h1 {
  background-color: #771b2b;
  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: #5E1225;
  color: #fff;
}

.btn-lg:hover {
  background-color: #280003;
  color: #B48E5A;
  transition: 0.5s;
}

.btn-continuar {
  background: #ECECEB;
  float: left;
  color: #FFF;
}

.btn-continuar:focus {
  color: #FFF;
}

/***********************************
************** PROMOCAO ************
***********************************/
.promocao {
   padding: 0;
 }
.promocao h1 {
  background-color: #3D0D1B;
  padding: 1.14em;
  font-size: 0.87em;
  font-weight: bold;
  color: #FFFFFF;
}
.itemProduto {
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px 5px;
  height: 280px;
  text-align: center;
}
.itemProduto h1 {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  background-color: #FFFFFF;
}
.itemProduto 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;
}
.itemProduto h2 {
  font-size: 1.5em;
  margin-top: 5px;
  color: #3D0D1B ;
  font-weight: bold;
}


/*******************************
******* BARRA QUALIDADES *******
********************************/
.infoTop {
  background-color: #771b2b;
  height: 64px;
  width: 100%;
}

.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;
}
.freteGratis {
  width: 203px;
}
.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: #DB832E;
  font-size: 0.87em;
  text-transform: uppercase;
  padding-top: 1.23em;
  font-weight: 700;
}
.itenInfo p {
  color: #FFFFFF;
  font-size: 0.75em;
  padding-top: 0.23em;
}

/******************************************
********** TOPO EFEITO DIMINUIR ***********
*******************************************/
/* .televendas.smallM, */
.televendas.smallM {
  margin-top: 10px;
  -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;
}
.pesquisa.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: #3D0D1B ;
  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: #3D0D1B ;
  font-weight: 700;
}
.bg-fundo {
  margin-top: 30px;
  background: url("/images/banner.png") no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  height: 500px;
  color: #fff;
}
@media (max-width: 768px) {
  .bg-fundo {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .bg-fundo-produtos {
    background: url("/images/banner2.png") no-repeat;
    background-position: 50% 0%;
  }
}
.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 5px;
}
.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.69em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  /*background-color: #FFFFFF;*/
  border-bottom: 0;
  min-height: 39px;
}
.itemList h1 a {
  /*color: #1a1a1a;*/
  color: #FFFFFF;
  text-decoration: none;
}
.itemList h2 {
  font-size: 1.5em;
  margin-top: 5px;
  color: #FFFFFF;
  /*color: #3D0D1B;
  font-weight: bold;*/
}

.itemListPhoto {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding-top: 15px;
}

.itemListPhoto2 {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding-top: 15px;
}

.itemListPhoto img {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
}

.itemListPhoto2 img {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
  margin-top: 15px;
}

.btn-amarelo {
  width: 100%;
  margin: 20px 0 0 0;
  /*width: 70%;
  margin: 20px 15% 0 15%;*/
  padding: 10px 20px;
  color: #771b2b;
  background-color: #DB832E;
  /*color: #FFF;
  background-color: #5E1225;*/
  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:hover {
  background-color: #280003;
  color: #B48E5A;
}
.btn-geral {
  width: 100%;
  padding: 15px 25px;
  color: #FFF;
  background-color: #5E1225;
  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;
  border-radius: 0;
}
.btn-geral:hover {
  background-color: #280003;
  color: #B48E5A;
}
.itemList a {
  text-decoration: none;
}

/*************************************
************* FOOTER *****************
**************************************/
footer {
  background-color: #771B2B;
  /*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: #fff;
  text-decoration: none;
  margin: 5px;
  float: left;
  width: 100%;
  list-style-type: none;
}
footer a:hover {
  text-decoration: none;
  color: #d7677b;
}
.copy {
  color: #fffcf4;
  font-size: 0.75em;
  text-align: center;
  background-color: #3D0D1B;
  padding: 0.70em;
  padding-bottom: 0;
}

.footJun {
  text-align: center;
}

.footJun img {
  width: 80%;
  max-width: 160px;
}
.footJun p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.books {
  font-size: 0.75em;
  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: #5E1225;
  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;
  margin-top: -5px;
}
.iconFoott {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.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: #3D0D1B;
  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: #ECECEB;
}
.especial {
  background-color: #771b2b;
}
.especial2 {
  background-color: #DB832E;
  height: 20px;
}
.caminho {
  font-size: 0.75em;
  color: #a0a0a0;
  padding: 18px 18px 0 18px;
}
.caminho a {
  color: #a0a0a0;
}
.navSidebar {
  width: 100%;
}
.navSidebar {
  border: 1px solid #ECECEB;
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 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 #ECECEB;
}
.navSidebar li a {
  display: block;
  line-height: 35px;
}
.navSidebar li:last-child {
  border-bottom: 0;
}
.naveg {
    width: 260px;
    margin: 0 auto;
}
.pagination>li>a, .pagination>li>span {
  border: 0;
  color: #727272;
  margin: 5px;
}
.pagination .active {
  border-radius: 50%;
  background-color: #771B2B;
  color: #fff;
  margin: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:hover {
  color: #FFFFFF;
  background-color: #771B2B;
  border-radius: 50%;
}
.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 #ECECEB;
  float: left;
  margin-top: 40px;
  /* height: 300px; */
  padding: 10px;
  text-align: center;
}
.fotoProdutoDetalhe img {
  width: auto;
  height: auto;
  max-height: 280px;
  max-width: 100%;
  margin-top: 40px;
  cursor: pointer;
}
.fundoComDestaque {
  cursor: pointer;
}
.fotoMaximizada img {
  width: auto;
  height: auto;
  max-height: 500px;
  max-width: 100%;
  margin-top: 40px;
  cursor: default;
}
.contProdutoDetalhe h1 {
  color: #280003;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2;
  margin: 0;
}
.contProdutoDetalhe p {
  font-size: 0.75em;
  color: #a0a0a0;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ECECEB;
}
.relacionados {
  padding: 0;
}
.precoProdutoDetalhe h2 {
  font-size: 1.5em;
  margin-top: 30px;
  color: #771B2B;
  font-weight: 700;
  float: left;
}
.precoProdutoDetalhe h3 {
  float: left;
  font-size: 1em;
  margin: 34px 10px;
  color: #3d3d3d;
  text-decoration: line-through;
}
.precoProdutoEmDestaque h3 {
  text-decoration: line-through;
  color: #FFFFFF;
}
.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 #ECECEB;
  height: 50px;
  text-align: center;
  color: #a0a0a0;
}
.quantBtn {
  width: 40%;
  height: 25px;
  float: left;
  border: 0;
  padding: 0; 
}
.sobre-cont hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.sobre-contd hr {
  margin-top: 0px;
}
@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: 25px;
  }
  .pesquisa input {
    width: 90%;
    margin-left: 0;
    float: left;
  }
  header {
    height: 185px; 
  }
  header.smallT {
        height: 160px;
  }
  .dropdown, .televendas {
    /*margin-top: 30px;*/
    margin-top: 0px;
  }
  .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: 140px;
  }
  header {
    height: 335px; 
  }
  header.smallT {
    height: 260px;
  }
  .contTopo, .barraMeio {
    margin-top: 180px;
  }
  .itenInfo h1 {
    margin-top: 5px;
  }
  .itenInfo img {
    display: none;
  }
  .infoTop {
    height: 225px;
    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: #3D0D1B;
  }
  .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;
    float: left;
  }
  .precoProdutoDetalhe h3 {
    float: left;
    font-size: 1em;
    margin: 24px 10px;
    color: #3d3d3d;
    text-decoration: line-through;
  }
}
#selecao {
  background-color: #ECECEB;
  border: 1px solid #ECECEB;
  border-radius: 0px;
  height: 45px;
  text-transform: uppercase;
  font-size: 0.87em;
  color: #555;
  margin-top: -2px;
}
@media (max-width: 768px) {
  #selecao {
    margin-top: -1px;
  }
}
/********************************
********** DETALHES MOBILE *****
*******************************/
@media (max-width: 520px) {
  .face {
    display: none;
  }
  .copy {
    padding-bottom: 9px;
  }
  .televendas {
    padding-right: 0;
    margin-top: 18px;
  }
}
@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;
}
.content-pg p {
  font-size: 0.750em;
  color: #727272;
  margin-top: 1em; 
  margin-bottom: 1.5em;
}
.descricaoProdutoDetalhe p {
  font-size: 0.750em;
  color: #727272;
  margin-top: 0px;
  margin-bottom: 5px;
}
.descricaoProdutoDetalhe h4 {
  font-weight: bold;
}
.descricaoProdutoDetalhe td p {
  text-align: justify;
}
@media (max-width: 768px) {
  .descricaoProdutoDetalhe td {
    display: block;
  }
}
.sobre {
  margin-top: 3%;
  margin-bottom: 3%;
}
.sobre h2 {
  font-size: 1.125em;
  color: #3D0D1B ;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  margin-top: 1.5em;
}
.sobre h1 , .contato h1{
  color: #3D0D1B ;
  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: #B48E5A;
  font-weight: 600;
}
.diferenciais p {
  font-size: 0.75em;
  color: #B48E5A;
  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: 101px;
  float: left;
  opacity: 0.5;
  margin-right:2px;
}
.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;
}
/*.televendas i {
  padding: 0px 2px 2px 0px;
}*/
.whatsapp-color {
  /*color: #34af23;*/
  color: #771B2B;
  font-size: 1.5em;
}
.whatsapp-footer {
  color: #fff;
  font-size: 2em;
}
.email-footer {
  color: #fff;
  font-size: 1.5em;
}
.facebook-color {
  /*color: #4267b2;*/
  color: #771B2B;
  font-size: 1.5em;
}
.instagram-color a {
  color: transparent;
}
.instagram-color {
  color: #771B2B;
  font-size: 1.5em;
  /*background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  border-radius: 10px;
  color: #fff;*/
}
.televendas a {
  text-decoration: none;
}
.cate {
  background-color:#771b2b;
  border-color: #771b2b;
  color: #FFFFFF;
  margin-top:-33px;
  width: 200px;
  float: right;
}
.list-group {
  margin-bottom: 0px;
}
.list-group li {
  text-transform: uppercase;
  background: transparent;
}
.list-group li a {
  color: #DB832E;
  font-size: 14px;
  font-weight: bold;
}
.menuEspecial li a {
  color: #3D0D1B;
  font-size: 14px;
}
.list-group-horizontal .list-group-item {
  border: none;
  display: inline-block;
}
.medalhas img {
  width: auto;
  float: right;
  margin-right: 40px;
  margin-top: -75px;
  position: relative;
}
@media (max-width: 768px) {
  .medalhas img {
    margin-right: 10px;
  }
}
.desconto img {
  width: auto;
  float: left;
  margin-top: -212px;
}

.desconto-lista img {
  width: auto;
  float: left;
  margin-top: -212px;
}

.desconto-principal img {
  width: auto;
  float: left;
  margin-top: -322px;
}

@media (max-width: 768px) {
  .desconto img {
    margin-left: 70px;
  }
}
.descricaoProdutoDetalhe .table-bordered>tbody>tr>td, .descricaoProdutoDetalhe .table-bordered>tbody>tr>th, .descricaoProdutoDetalhe .table-bordered>tfoot>tr>td, .descricaoProdutoDetalhe .table-bordered>tfoot>tr>th, .descricaoProdutoDetalhe .table-bordered>thead>tr>td, .descricaoProdutoDetalhe .table-bordered>thead>tr>th {
  border: none;
}
.descricaoProdutoDetalhe .table-bordered {
  border: none;
}
.carousel-control {
  width: 5%;
  opacity: 1;
}
.rodape-item {
  background-color: #771b2b;
}