#icones_compartilhar {
	display: list-item;
    position: absolute;
    left: 0;
    width: 35px;
    top: 110px;
    list-style: none;
}

.mostra_categoria {
	display: flex;
    align-items: center;
    max-width: 1365px;
	margin: 0 auto;
	list-style-type: none;
	font-weight:bold;
    padding-left: 0px;
}
.mostra_categoria li {
	font-size: 13px;
	margin-left: 12px;
    padding: 12px 0px;
}
.mostra_categoria li a {
	color:#121212;
}
.mostra_categoria li a:hover {
	text-decoration: underline;
}
.ico_seta {
	background-position: -5px -370px;
	width: 7px; 
	height: 13px;
	margin-left: 12px;
}

#banner_frete {
    margin: 5px 0px;
    width: 93%;
}

.box_geral_produto {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 15px;
}
#geral_produto {
	position: relative;
	display: flex;
	max-width: 1365px;
	margin: 0 auto;
}
#geral_produto .box_foto {
	display:table;
	width:500px; 
	min-height:450px; 
	padding-left: 35px;
	float:left; 
	box-sizing: border-box;
}
#geral_produto  #box_info {
	width: 865px;
	margin: 50px 0 0 0;
	flex: 1;
}
#box_info .box_titulo {	
	font-family: heavy; font-size: 18px;
	color: #1F1F1F;
}
#box_info .box_info_refcat {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}
#box_info .box_infoprecoqtd {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	padding: 20px 0px;
	padding-right: 15px;
	border-top: 1px solid #888; border-bottom: 1px solid #888;   
	box-sizing: border-box;
	margin: 15px 0 10px;
	flex-wrap: wrap;
}
.box_infoprecoqtd #bt_preco {
	width: 175px;
    height: 60px;
	text-align: center;
	background: url(../img/bt_melhor_preco.png);
	border-radius: 6px;
	cursor: pointer;
}
.box_infoprecoqtd #texto_bt {
	display: none;
}
#texto_bt #preco_cor{
	font-size: 20px;
    color: #FF3F00;
    font-weight: bold;
}
.precocheio {
	font-weight: bold; font-size: 25px;
	color: #FF3F00;
	margin-top: 10px;
}
.box_quantidade {
	display: inline-flex;
	margin: auto; margin-right: 50px;
	align-items: center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	outline:none;
}
.box_quantidade_texto {
	font-size: 14px; 
	color: #000;
	margin-right: 10px;
}
.box_quantidade_bt {
	display: table-cell;
    background-color: #202020;
    width: 31px;
    height: 31px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
	cursor: pointer;
}
.box_quantidade_bt- {
	color: #FFC926;
    font-size: 40px;
    line-height: 24px;
}
.box_quantidade_minima {
	display: none;
	width:230px;
	font-size:11px;
	padding:4px 0px 4px 0px;
	clear:both;
	background-color: #202020;
	text-align:center;
}
.box_quantidade_input_texto {
	width: 70px;
    height: 30px;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow: inset 0 0 10px #ddd;
    margin: 0 10px;
}
.box_quantidade_bt_mais {
	color: #FFC926;
    font-size: 28px;
    line-height: 28px;
	font-weight:bold;
}
#mensagem_preco {
	color: #666;
	font-size: 14px;
	/*border-bottom: 1px solid #888;
	margin-bottom: 15px;
	padding-bottom: 20px; */
}
.box_fretecompra {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#simular_frete span {
	display: flex;
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;
    font-weight: bold;
}
#cep_simular {
	width: 125px;
    height: 40px;
    text-align: left;
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #FFF;
    padding: 0 10px;
    font-size: 17px;
}
input[type="text"]#cep_simular::-webkit-input-placeholder {
	color: #999;
	font-style: italic;
}
.btfrete {
	width: 135px;
    height: 42px;
    color: #FFF;
    font-size: 17px;
    background-color: #656565;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#divfrete {
	position: relative;
}
#icone_frete {
	background: url(../img/icone_frete.png);
	background-repeat: no-repeat;
    background-size: cover;
    width: 46px;
    height: 18px;
	margin: 0 0 0 5px;
}
#resultado_simulacao {
	padding: 10px 0;
}
.box_fretecompra .btcomprar {
	display: inline-flex;
	width: 265px;
	height: 46px;
	align-items: center;
	justify-content: space-around;
	background-color: #FECE29;
	background-color: #006FC0;
	border: none;
    border-radius: 5px;
    cursor: pointer;
	color: #FFF;
	font-size: 16px; font-weight: bold;
}
.ico_carrinho {
	background-position: -5px -49px;
    width: 30px;
    height: 32px;
	filter: invert(100%);
}
.btsolicitar {
	display: table;
	width: 285px;
	height: 46px;
	align-items: center;
	justify-content: center;
	background-color: #FECE29;
	background-color: #00AF50;
	border: none;
    border-radius: 5px;
    cursor: pointer;
	color: #FFF;
	font-size: 16px; font-weight: bold;
	margin: 0 auto; margin-right: 65px;
}

#box_personalizacao {
	margin-top: 15px;
}
#box_personalizacao p {
	color: #333;
    font-size: 14px;
	margin-left: 5px;
}
#lista_personalizacao {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
#lista_personalizacao .personalizacao {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5px;
}
.personalizacao span {
	font-size: 15px; 
	color: #333;
	text-decoration: uppercase;
	text-align: center;
	margin: 5px 0;
}

.box_descricao {
	width: 1318px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 25px;
	box-sizing: border-box;
}
.box_descricao span {
	color: #121212;
	font-size: 21px;
}
.box_descricao .box_descricao_texto {
	max-width: 1000px;
	font-size: 14px;
	color: #444;
	margin: 30px 0;
}

.box_similares {
	width: 1318px;
	max-width: 95%;
	margin: 40px auto;
}
.box_similares .item_titulo {
	display: table;
	color: #535353;
	font-size: 22px;
	padding-left: 10px; padding-bottom: 10px;
}
.box_similares .similares {
	width: 100%;
}

/* RESPONSIVO */
@media screen and (max-width: 1199px) {
	.box_fretecompra {
		align-items: flex-start;
		flex-direction: column;
	}
	.box_fretecompra .btcomprar {
		margin: 20px 0;
	}
}
@media screen and (max-width: 1023px) {
	#box_info .box_infoprecoqtd {
		flex-direction: column;
		width: 100%;
		align-items: initial;
	}
	.box_quantidade {
		margin: 10px 0;
	}
}
@media screen and (max-width: 920px) {
	#cep_simular {
		width: 175px;
	}
	.btfrete {
		width: 115px;
		font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	#geral_produto .box_foto {
		width: 430px;
	}
	#geral_produto  #box_info {
		margin-top: 10px;
	}
	#box_lista_produto {
		width: 100%!important;
	}
}
@media screen and (max-width: 766px) {
	#geral_produto {
		flex-direction: column;
		width: 95%;
	}
	#geral_produto .box_foto {
		width: 100%;
		min-height: auto;
		text-align: center;
	}
	#geral_produto  #box_info {
		width: 100%;
	}
	.btsolicitar {
		margin: 10px 0 20px 0;
	}
	.box_infoprecoqtd #bt_preco {
		margin: 0px auto;
	}
}