.produtos_lista{
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
.produtos_tablet{
  display: none;
}
.produtos_mobile{
  display: none;
}
.produtos_item{
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.produtos_item_conteudo{
  padding: 20px;
}
.produto_imagem{
  background: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 25px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
}
.produtos_linhas_item .produto_imagem{
  text-align: center;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.produto_imagem img{
  max-width: 95%;
}
.produto_descricao{
  padding: 15px 0;
  color: #333333;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
}
.produtos_linhas_item a{
  color: #ffffff;
  display: block;
  max-width: 60%;
  margin: 0 auto -10px auto;
  text-decoration: none;
  font-style: normal;
  padding: 15px 0;
  border: solid 1px #dddddd;
  background: #333333;
  border-radius: 100px;
  font-weight: 400;
}
.produtos_linhas_item a:hover{
  color: #333333;
  border: solid 1px #333333;
  background: #ffffff;
  font-weight: 700;
}
.produtos_linhas_item .produto_descricao{
  margin: 0 !important;
  padding: 0 0 0 0;
  font-size: 18px;
  text-align: center;
}
.produto_descricao_codigo{
  font-size: 16px;
  font-weight: 700;
  color: #777777;
}
.produto_botao a{
  display: block;
  margin: 20px auto 0 auto;
  border: solid 1px #F58534;
  border-radius: 100px;
  width: 120px;
  padding: 10px 6px;
  font-size: 14px;
  font-weight: 700;
  color: #F58534;
  text-decoration: none;
}
.produto_botao a:hover{
  border: solid 1px #F58534;
  background: #F58534;
  color: #ffffff;
}
.produto_naoencontrado{
  text-align: center;
  padding: 20px 0 20px 0;
  font-size: 16px;
  color: #333333;
}
.produtos_detalhes{
  max-width: 1150px;
  margin: 0 auto;
  padding: 70px 20px 60px 20px;
}
.produtos_detalhes_img{
  float: left;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  width: 45%;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
}
.produtos_detalhes_img_padding{
	padding: 25px;
}
.produtos_detalhes_img img{
  max-width: 100%;
}
.produtos_detalhes_descricao{
  float: left;
  width: 55%;
}
.produtos_detalhes_codigo{
  font-size: 16px;
  font-weight: 700;
  margin-left: 50px;
  margin-bottom: 10px;
  color: #333333;
}
.produtos_detalhes_nome{
  color: #333333;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 38px;
  margin-left: 50px;
  margin-bottom: 10px;
}
.produtos_detalhes_peso_medidas{
  margin-left: 50px;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}
.produtos_detalhes_informacoes{
  margin-top: 40px;
  margin-left: 50px;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}
#tabela_info{
  width: 100% !important;
}
#tabela_info td{
	padding: 10px !important;
	border-radius: 4px !important;
}
#img_instalacao{
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px !important;
}
.produtos_detalhes_link{
  margin-left: 50px;
  margin-top: 30px;
}
.produtos_detalhes_link a{
  color: #F58534;
  text-decoration: none;
  font-size: 16px;
}
.produtos_detalhes_link a:hover{
  font-weight: 700;
}
.home_text_linha{
  width: 95%;
  max-width: 720px;
  margin: 15px auto 10px auto;
  height: 2px;
  background: #333333;
}
.maislinhas_titulo{
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  color: #333333;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 1055px){
  .produtos_detalhes_descricao{
    max-width: 55%;
  }
}
@media screen and (max-width: 960px){
  .produtos_lista{
    padding: 0 0 60px 0;
  }
  .produtos_detalhes{
    padding: 30px 20px 60px 20px;
  }
  .produtos_linhas_item a{
    max-width: 80%;
  }
  .buscar_form{
    width: 95%;
    position: relative;
  }
  .buscar_form input[type='text']{
    width: 100%;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .buscar_form input[type='submit']{
    position: absolute;
    right: 0;
  }
  .produtos_desktop{
    display: none;
  }
  .produtos_tablet{
    display: block;
  }
  .produtos_mobile{
    display: none;
  }
  .produtos_item{
    width: 50%;
  }
  .produtos_detalhes_img{
    float: inherit;
    max-width: 100%;
	width: 100%;
  }
  .produtos_detalhes_descricao{
    float: inherit;
    max-width: 100%;
    padding-top: 50px;
    text-align: center;
	width: 100%;
  }
  .produtos_detalhes_codigo,
  .produtos_detalhes_nome,
  .produtos_detalhes_informacoes,
  .produtos_detalhes_link{
    margin-left: 0;
  }
  .produtos_detalhes_nome{
    font-size: 24px;
  }
  #tabela_info td{
	padding: 5px !important;
	font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  .produtos_desktop{
    display: none;
  }
  .produtos_tablet{
    display: none;
  }
  .produtos_mobile{
    display: block;
  }
  .produtos_item{
    width: 100%;
  }
  .produtos_linhas_item{
    width: 100%;
  }
}
