﻿.body_geral{
	background-color: #FAFAFA;
	text-align: center;
	color: #444444;
}
.tabela_cabecalho{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 99;
}
.tr_cabecalho{
	/*background-color: #0034d1;*/
/*	background-color: #40E0D0;*/
/*	background-color: #33CCFF;*/
	background-color: #3399FF;
	height: 70px;
	color: white;
}
.title_menu{
	background-color: white;
	height: 70px;
}
.botao_pesquisar{
	width: 150px;
	height: 25px;
	padding-left: 10px;
	padding-right: 40px;
	border: none;
	border-radius: 20px;
}
.lupa_search{
	width: 20px;
	margin-left: -35px;
	vertical-align: middle;
	cursor: pointer;
}
.td_menu{
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	box-shadow: 0px 3px 15px -5px #444444;
}


.botoes_menu{
	width: 150px;
	height: 40px;
	cursor: pointer;
	background-color: transparent;
	transition: 0.5s;
}
.botoes_menu:hover{
	background-color: #3399FF;
	color: #EEEEEE;
}


.tabela_menu{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: white;
	color: #444444;
	z-index: 99;
}


.tabela_submenu{
	position: absolute;
	width: 100%;
	min-height: 250px;
	max-height: 250px;
	left: 0px;
	margin-top: 11px;
	background-color: white;
	color: #3399FF;
	display: none;
	text-align: center;
	border-top: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
	box-shadow: 0px 5px 5px #BBBBBB;
	vertical-align: top;
	
	animation-name: submenu_apear;
	animation-duration: 0.5s;
}
.tabela_submenu td{
	display: flex;
	flex-direction: row;
	/*flex-direction: column;*/
	flex-wrap: wrap;
	max-height: 250px;
}
@keyframes submenu_apear{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.tabelas_submenu_final{
	width: 150px;
	display: inline-table;
	margin: 10px;
	vertical-align: top;
	float: left;
	text-align: center;
}
.tabelas_submenu_final th{
	background-color: #3399FF;
	color: #EEEEEE;
	font-size: 16px;
}
.botoes_submenu{
	text-decoration: none;
	background-color: transparent;
	font-size: 14px;
	transition: 0.4s;
}
.botoes_submenu:hover{
	text-decoration: underline;
	background-color: #F0F0F0;
	color: #3399FF;
}


.submenus_perfil{
	width: 150px;
	height: 30px;
	cursor: pointer;
	color: #444444;
}
.submenus_perfil:hover{
	background-color: #3399FF;
	color: white;
}
.submenus_perfil_select{
	width: 150px;
	height: 30px;
	background-color: #3399FF;
	color: white;
	cursor: pointer;
}

.tabela_mostra_submenu_conta_mobile{
	position: absolute;
	left: 0px;
	display: none;
	width: 150px;
	background-color: #3399FF;
	color: white;
}
.tds_mostra_submenu_conta_mobile{
	height: 30px;
	border-bottom: 1px silver solid;
	cursor: pointer;
	background-color: #3399FF;
}




.titulos_paginas{
	border-bottom: 2px #3399FF solid;
	font-size: 22px;
	height: 30px;
	text-align: left;
}




										/* PARTE DO MENU MOBILE */
.td_menu_mobile{
	height: 40px;
	text-align: center;
	background-color: #3399FF;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 0px 5px 5px #BBBBBB;
}

.div_overflow_menu_mobile{
	height: 70vh;
	width: 217px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	left: 0px;
	display: none;
	margin-top: 5px;
}
.tabela_mostra_menu_mobile{
	position: absolute;
	left: 0px;
	display: ;
	width: 200px;
	background-color: #3399FF;
	color: white;
	box-shadow: 0px 10px 10px #888888;
}
.tds_mostra_menu_mobile_cat1{
	height: 40px;
	border-bottom: 1px silver solid;
	cursor: pointer;
}
.tds_mostra_menu_mobile_cat1_selected{
	height: 40px;
	border-bottom: 1px silver solid;
	cursor: pointer;
/*	background-color: #f77475;*/
	background-color: #66CCFF;
	display: none;
}
.tds_mostra_menu_mobile_cat2{
	height: 40px;
	border-bottom: 1px silver solid;
	cursor: pointer;
	background-color: white;
	color: #66CCFF;
}

.tabela_mostra_menu_user_mobile{
	position: absolute;
	right: 0px;
	display: none;
	width: 150px;
	background-color: #3399FF;
	border-top: thin #CCCCCC solid;
	box-shadow: 0px 10px 10px #444444;
	color: white;
	text-align: center;
}

.tabela_mostra_submenu_conta_mobile{
	position: absolute;
	left: 0px;
	display: none;
	width: 150px;
	background-color: #40E0D0;
	color: white;
}
.tds_mostra_submenu_conta_mobile{
	height: 30px;
	border-bottom: 1px silver solid;
	cursor: pointer;
}




.tabela_localizacao_menu{
	width: 100%;
}
.td_localizacao_menu{
	font-size: 12px;
	text-align: left;
	padding-left: 50px;
}
.span_info_localizacao_menu{
	cursor: pointer;
	text-decoration: none;
}
.span_info_localizacao_menu:hover{
	text-decoration: underline;
}



.tabela_show_products{
	display: inline-table;
	margin: 5px;
	padding: 2px;
	width: 250px;
	height: 300px;
	max-height: 280px;
	border: 2px silver solid;
	cursor: pointer;
	transition: 0.5s;
}
.tabela_show_products:hover{
	border-color: #3399FF;
	box-shadow: 0px 0px 10px #888888;
}

.tabela_interna_show_products{
	width: 100%;
	max-width: 250px;
	height: 100%;
}

.tabela_show_products_image{
	max-width: 240px;
	max-height: 180px;
	border-radius: 5px;
}
.tabela_show_products_priceprod{
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}
.tabela_show_products_disponibilidade{
	height: 20px;
	font-size: 12px;
}
.tabela_show_products_nomeprod{
	height: 40px;
	font-size: 12px;
}



.span_disponibilidade_stock{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
}


.botoes_gerais{
	height: 30px;
	width: 200px;
	text-align: center;
	border: none;
	background-color: #DDDDDD;
	color: #3399FF;
	border-radius: 3px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	transition: 0.3s;
}
.botoes_gerais:hover{
	background-color: #3399FF;
	color: white;
}
.botoes_gerais_text{
	height: 26px;
	border: thin #3399FF solid;
	border-radius: 5px;
	color: #444444;
}




										/* DENTRO DOS PRODUTOS */
.tabela_ver_produto_imagem{
	margin: 10px;
	padding: 3px;
	vertical-align: top;
	display: inline-table;
	width: 90vw;
	max-width: 350px;
	height: 350px;
	max-height: 350px;
}
.td_ver_produto_imagem_grande{
	height: 290px;
	width: 350px;
	border: 2px silver solid;
}
.td_ver_produto_imagem_miniaturas{
	height: 40px;
}
.ver_produto_imagem{
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	cursor: zoom-in;
}
.botoes_mudar_imagens{
	font-size: 48px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	transition: 0.3s;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}
.botoes_mudar_imagens:hover{
	color: #3399FF;
}
.ver_produto_imagem_miniaturas{
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 50px;
}
.div_ver_produto_imagem_miniaturas{
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px transparent solid;
	display: inline-table;
	vertical-align: middle;
}
.div_ver_produto_imagem_miniaturas:hover{
	border-color: #3399FF;
}

.tabela_ver_produto_info{
	margin: 10px;
	padding: 3px;
	vertical-align: top;
	display: inline-table;
	width: 90vw;
	max-width: 350px;
	height: 350px;
	border: 2px transparent solid;
}
.titulo_produto{
	height: 25px;
	text-align: left;
	border-bottom: 2px #3399FF solid;
}
.detalhes_produto{
	text-align: justify;
	vertical-align: top;
}
.td_ver_produto_add_carrinho{
	height: 30px;
	text-align: center
}
.table_botao_adicionar_carrinho{
	display: inline-table;
	border: none;
	background-color: #DDDDDD;
	color: #3399FF;
	border-radius: 3px;
	cursor: pointer;
	width: 150px;
	height: 30px;
	vertical-align: top;
	transition: 0.3s;
}
.table_botao_adicionar_carrinho:hover{
	background-color: #3399FF;
	color: white;
}
.td_ver_produto_garantia_link{
	height: 50px;
	text-align: left;
	font-size: 12px;
	border-bottom: thin silver solid;
	border-top: thin silver solid;
}
.span_ver_produto_link_fabricante{
	cursor: pointer;
}
.span_ver_produto_link_fabricante:hover{
	text-decoration: underline;
	color: #3399FF;
}
.td_ver_produto_preco{
	height: 30px;
	text-align: left;
}
.span_ver_produto_preco{
	font-size: 22px;
	color: #3399FF;
	font-weight: bold;
	float: right;
}

.imagem_estrela_avaliacao{
	height: 15px;
	vertical-align: text-bottom;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}



.tabela_ver_produto_specs{
	font-size: 12px;
	padding: 5px;
}
/*.tabela_ver_produto_specs th{
	width: 200px;
	background-color: #3399FF;
	border: thin #CCCCCC solid;
	color: #EEEEEE;
} */
.tabela_ver_produto_specs th{
	width: 200px;
	height: 30px;
	background-color: #EEEEEE;
	border: thin #CCCCCC solid;
	color: #3399FF;
}
.tabela_ver_produto_specs td{
	min-width: 200px;
	max-width: 500px;
	background-color: white;
	border: thin #CCCCCC solid;
}



.tabela_geral_popup{
	position: fixed;
	width: 100%;
	max-width: 100vw;
	height: 100vh;
	max-height: 100vh;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 99999;
	background-color: rgba(200,200,200,0.5);
	
	animation-name: submenu_apear;
	animation-duration: 0.5s;
}
.tabela_interna_popups{
	max-width: 90%;
	height: 90%;
	margin: 20px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 10 10 10 10 #FFFFFF;
	display: inline-table;
}
.x_fecha_popups{
	position: absolute;
	top: 5px;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
	font-size: 22px;
	font-weight: bold;
	background-color: #EEEEEE;
	color: red;
	cursor: pointer;
	transition: 0.3s;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}
.x_fecha_popups:hover{
	background-color: red;
	color: #EEEEEE;
}
.ver_imagem_grande{
	max-width: 100%;
	max-height: 80vh;
	border-radius: 5px;
}





										/* CARRINHO DE COMPRAS */
.n_itens_carrinho_vazio{
	width: 15px;
	border: none;
	background-color: transparent;
	text-align: center;
	color: white;
	float: right;
}
.n_itens_carrinho{
	width: 15px;
	font-size: 12px;
	border: none;
	background-color: red;
	text-align: center;
	border-radius: 10px;
	color: white;
	float: right;
}

.tabela_carrinho{
	width: 90vw;
	max-width: 900px;
	display: none;
	margin: 5px;
}
.tabela_carrinho th{
	background-color: #3399FF;
	color: #EEEEEE;
	height: 40px;
}
.trs_produtos_carrinho{
	font-size: 12px;
	height: 60px;
}
.trs_produtos_carrinho:hover{
	background-color: #DDDDDD;
}
.tds_produtos_carrinho{
	border-bottom: thin #DDDDDD solid;
}




.tabela_total_encomenda{
	background-color: #DDDDDD;
	padding: 10px;
	border-radius: 15px;
}






										/* PARTE DAS MENSAGENS DO UTILIZADOR */
.tabela_topicos_mensagens{
	width: 100%;
}
.th_titulos_tabela_topicos_mensagens{
	text-align: center;
	background-color: #3399FF;
	color: white;
	border: 1px silver solid;
	height: 40px;
	font-size: 16px;
}
.trs_topicos_mensagens{
	background-color: transparent;
	cursor: pointer;
	height: 80px;
	color: #444444;
}
.trs_topicos_mensagens:hover{
	background-color: #EEEEEE;
}
.tds_topicos_mensagens{
	border-bottom: 2px silver solid;
	padding: 5px;
}


.tabela_novos_comentarios{
	width: 100%;
	display: none;
}
.tabela_comentarios{
	text-align: left;
	width: 100%;
	height: 100px;
	vertical-align: top;
	border-bottom: 1px #DDDDDD solid;
}
.td_comentario{
	vertical-align: top;
	padding: 10px;
}
.td_info_comentario{
	vertical-align: top;
	padding: 10px;
	width: 150px;
	color: #444444;
	font-size: 16px;
	font-family: "Malgun Gothic Semilight";
}
.data_info_comentario{
	color: #888888;
	font-size: 14px;
}
.titulo_info_comentario{
	font-size: 18px;
	font-weight: bold;
}



.divs_carroussel_inicio{
	display: block;
	width: 100%;
	height: 300px;
	max-width: calc(100vw - 120px);
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
	overflow-x: hidden;
	white-space: nowrap;
	scroll-behavior: smooth;
}
.botao_roda_carroussel{
	position: absolute;
	display: block;
	width: 35px;
	margin-top: 5px;
	padding-top: 135px;
	padding-bottom: 135px;
	font-size: 18px;
	background-color: #EEEEEE;
	color: #3399FF;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #888888;
	opacity: 0.7;
	user-select: none;
	transition: 0.4s;
}
.botao_roda_carroussel:hover{
	background-color: #CCCCCC;
	opacity: 1;
}








										/* PARTE DO RODAPÉ */
.td_rodape{
	height: 100px;
	padding-top: 15px;
}
.tabelas_rodape{
	display: inline-table;
	width: 200px;
	margin: 5px;
}
.tabelas_rodape td:hover{
	text-decoration: underline;
	cursor: pointer;
}









										/* MODAL ALERTS */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
    animation-name: animatedesapear;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Modal Content/Box */
.modal-content {
    background-color: #3399FF;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 2px solid #3399FF;
    border-radius: 15px;
    width: 300px;
    text-align: center;
    color: white;
}

@keyframes animatedesapear {
    from {opacity:1; display: block; z-index: 10}
    to {opacity:0; display: none; z-index: -1}
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
