body {
  background: #fff;
  font-family: 'Roboto Slab', serif;
}

.fundo-principal, .fundo-secundario {
  background-color: #D7A08D;
}

.conteiner-principal .conteiner {
  background: #fff;
  box-shadow: none;
}

.barra-inicial {
  background: #000 !important;
}

/* Cor do fundo e texto do menu */
#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i {
  background-color: #000;
  }

#cabecalho > .conteiner > .menu.superior .titulo {
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  }

/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior {
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  }

#cabecalho > .conteiner > .menu.superior .nivel-um > li {
  float: none; display: inline-block; border-left: 0; margin-right: -3px;
}

#cabecalho > .conteiner > .menu.superior .nivel-dois a {
    font-size: 14px;
}

.menu ul:first-child {
  border-top: 3px solid #d7a08d;
}

.menu.superior {
  position: relative;
}

.menu.superior:after {
    display: block;
    width: 86px;
    height: 42px;
    float: right;
    content: '';
    position: absolute;
    background: url('http://i.imgur.com/BRDe1Ch.png');
    right: 25px;
    top: -13px;
}

/* Barra Todo */

#barraTopo {
    height: 55px;
    padding-top: 5px;
}

/* Busca */

@media (min-width: 768px) {

.busca {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.busca form {
  padding: 0;
}

.busca form input {
  padding: 10px 0 10px 10px;
}

.busca .botao-busca {
    position: absolute;
    right: 4px;
    top: 0px;
    height: 42px;
}

}

/* Listagem dos Produtos */

.listagem .info-produto {
    text-align: center;
}

.preco-produto strong.titulo {
  font-weight: bold;

}

.listagem .preco-produto .preco-promocional {
    font-size: 16px;
}

.produto .preco-produto .preco-promocional {
  font-size: 24px;
  margin-bottom: 10px;
}

.listagem .span3 .listagem-item .nome-produto {
  min-height: auto;
  margin-bottom: 10px;
}

.listagem .span3 .imagem-produto {
  height: 270px;
}

.listagem .titulo-categoria {
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 21px !important;
  letter-spacing: 1px;
}

/* Carrinho */

.icon-shopping-cart:before {
    content: "\f290";
    font-size: 24px;
}

/* Componentes */

.secao-principal .componente.newsletter .interno {
  background-color: #f9e9dc;
}

.secao-principal .componente.newsletter .interno .titulo {
    font-size: 36px;
}

.componente.newsletter .interno {
  background-color: #000;
}

.listagem-item .acoes-produto .botao-comprar {
  background-color: transparent;
  border: 0;
  background-image: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: black;
}


/* Footer */

#rodape .redes-sociais {
 box-shadow: none;
 }

 #rodape .pagamento-selos {
   background: transparent;
 }

.tabela_medidas {
  margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-size: 17px;

}

.tabela_medidas a {
    color: rebeccapurple;
    padding-bottom: 5px;
}

.tabela_medidas a .icon-resize-horizontal:before {
  color: #d91b5c;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

#no-more-tables td { 
    text-align:center;
  }

#myModal h3.titulo {
    font-size: 18px;
    text-transform: uppercase;
    color: rebeccapurple;
    font-weight: bold;
}

@media only screen and (min-width : 768px) {
     
  #myModal {
    width: 70%;
    margin-left: auto;
    left: 15%;
  }

}
