::selection{
	background-color: var(--color-main);
	color: #ffffff;
}
:root{
  --dourado-1:#E5AD50;
  --dourado-2:#BE7417;
  --dourado-3:#D9941E;
  --dourado-4:#DCBC56;
  --dourado-5:#F6BF64;
	/* Cores do Projeto */
	/* --color-main:#cb760a; */
	/* --color-main:#da8a25; */
	--color-main:#E7BD33;
	/* --color-main:#daa520; */
	--color-secondary:#303030;
	--tertiary-color:#FFFFFF;
	--neutral-color:#D9D9D9;
	--hover-colors: #BE7417;
	--focus-colors: #E11C66;
	/* Cores dos Textos*/
	--title-color:#202020;
	--subtitle-color:#2B2B2B;
	--text-color:#373737;
	--highlighted-text-color:#A5A5A5;
	/* Fontes */
	--title-source:reross-rectangular, sans-serif;
	--text-source: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	/* Padrões */
	--transition-featured-banner: all 0.3s ease;
	--transition:all 0.3s ease;

	--height_product: 370px;
	--height_image: 270px;
	--margin_header: 25px;
	--cards_product_border-radius: 7px;

}
/* INÍCIO DAS CLASSES PADRÕES */
/* INÍCIO DAS CLASSES PADRÕES */
/* INÍCIO DAS CLASSES PADRÕES */
/* INÍCIO DAS CLASSES PADRÕES */

/* BOX TOP CONTENTS	 */
.top_table_dashed{
	height: 60px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-bottom:none;
	background-image: linear-gradient(to right, #c9c9c9 50%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;
	align-items: center;
	display: flex;
	border-radius: inherit;
	width: 100%;
}
/* FIM DAS CLASSES PADRÕES */
/* FIM DAS CLASSES PADRÕES */
/* FIM DAS CLASSES PADRÕES */
/* FIM DAS CLASSES PADRÕES */
*,
*:focus{
	outline: none !important;
	padding: 0;
	margin:0;
	box-sizing: border-box;
}
body{
	position: relative;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	top: 0;
	margin:0;
	padding:0;
	background-color: #f8f8f8 !important;
	transition: all 0.3s ease ;
	right: 0;
}
a,a:active,a:link,a:visited,a:hover{
	text-decoration:none !important; 
	color: inherit ;
}

/* Paginação padrão */
.paginacao {
	width: max-content;
	min-width: 130px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.page {
	margin: 0px 3px;
	border: 1px solid var(--color-main);
	border-radius: 3px;
	padding: 0px 15px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-main);
}
.active,
.page:hover {
	background-color: var(--color-main);
	color: #fff;
	cursor: pointer
}
/* Botão Padrão*/
.bt-df {
	color: #FFF;
	background-color: var(--color-main);
	border: 1px solid var(--color-main);
	font-size: 22px;
	padding: 7px 35px;
	border: 1px solid var(--color-main);
	transition: var(--transition);
}
.bt-df:focus,
.bt-df:hover {
	background-color: var(--hover-colors);
	border: 1px solid var(--hover-colors);
}
/* Input Padrão */
.ft-in-df {
	position: relative;
	margin: 10px 0px;
}
.lb-in-df {
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: var(--color-text);
	margin-bottom: 5px;
}
.txt-df,
.in-df {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	font-size: 16px;
	height: 40px;
	padding: 8px 0px;
	padding-left: 25px;
	transition: var(--transition);
}
.in-df:focus {
	border: 1px solid var(--color-main);
	color: #707070;
}
.in-df::placeholder {
	transition: var(--transition);
	color: #909090
}
.in-df:focus::placeholder {
	color: #909090
}
/* Meia input  */
.join_two_half_inputs{
	margin: 15px 0px;
  display: flex;
  align-items: center;
	justify-content: space-between;
}
.half-ft-in-df{
	position: relative;
	width: calc(50% - 10px);
	display: inline-block;
}
/* Input Radio */
.ft-radio {
	position: relative;
	display: flex;
	align-items: center;
	width: max-content;
}
.in-radio { display: none; }
.lb-radio {
	top: 4px;
	width: 30px;
	height: 30px;
	border: 2px solid var(--color-main);
	border-radius: 100%;
	cursor: pointer;
}
.in-checkbox ~ .lb-in-df{ border-radius: 5px; }
.lb-radio::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
}
.lb-radio + .tt-in-df {
	font-weight: 500;
	margin:-5px 0px 0px 8px;
	font-size: 16px;
}
.in-radio:checked + .lb-radio {
	transition: var(--transition);
	background-color: var(--color-main);
	box-sizing: border-box;
}
.in-radio:checked + .lb-radio + .tt-in-df { color: var(--color-main) }

/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
/* CARDS DOS PRODUTOS  -------------------------------------------------------------------------------------------*/
.father_cont_inf_prod{
	padding:0px 7px !important;
}
.father_contain_new_products{
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: #ffffff;
	border:1px solid #d1d1d1;
	box-shadow: none;
	border-radius: var(--cards_product_border-radius);
}
.father_contain_new_products:hover{
	box-shadow: 0px 0px 6px 0px #e1e1e1;
	/* border:1px solid #d9d9d9; */
	background-color: #ffffff;
	/* transform: scale(1.02); */
}
.align_images_cards_new_products {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: var(--height_product);
}
.align_product_card{
	height: var(--height_image);
}
.father_contain_new_products img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: top;
	transition: all 0.2s ease;
}
.first_img {
	opacity: 1;
}
.second_img {
	opacity: 0;
}
.father_contain_new_products:hover .first_img {
	opacity: 0;
}
.father_contain_new_products:hover .second_img {
	opacity: 1;
}
.align_options_card {
	position: relative;
	height: 0px;
	top: 0px;
	opacity: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: all 0.3s ease;
	pointer-events: none;
}
.father_contain_new_products:hover .align_options_card {
	opacity: 1;
	top: -45px;
	pointer-events: all;
}
.icon_options_card {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 100%;
	margin: 0px 6px;
	box-shadow: 0px 1px 4px 0px #353535;
	align-items: center;
	justify-content: center;
	display: flex;
}
.sacola_icon { transition: 0.3s ease; }
.sacola_icon:hover { color: var(--color-main); }
.favoritos_icon { transition: 0.3s ease; }
.favoritos_icon:hover { color: var(--color-main); }
.product_card {
	position: relative;
	height: var(--height_product);
	background-color: transparent;
}





/* BOX DE INFORMAÇÕES INFERIOR DO BOX */
.informations_products {
	position: relative;
	width: 100%;
	padding: 0px 18px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 16px;
	height: calc(var(--height_product) - var(--height_image));
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.title_product{
	width: 100%;
	height: 48px;
	overflow: hidden;
	color:#494949;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 15px;
	font-weight: 400;
}
.price_product{
	width: 100%;
	height: 28px;
	display: flex;
	align-items: center;
}
.content_price_old{
	color:var(--color-main);
	text-decoration: line-through;
	text-decoration-color: var(--color-main);
}
.content_price_new{
	font-size: 18px;
	font-weight: 700;
	color:var(--color-secondary);
	margin-left: 10px;
}




/* ESTILO PADRAO DOS MENUS LATERAIS */
.side_menus_visible_body{position: relative;right:450px;overflow-y: hidden;}
.side_menu_default{
	position: fixed;
	width: 450px;
	height: 100%;
	background-color: #fff;
	top:0px;
	right: -450px;
	box-shadow: 0 0 15px 1px rgba(90,80,105,.2);
	transition: var(--transition);
	overflow-y: scroll;
	z-index: 3;
}
.side_menu_default_visible{right: 0px;}
.side_menu_default::-webkit-scrollbar {width: 0px;}
/* ESTILO DO MENU FIXADO EM CIMA */
.align_head_default{
	position: sticky;
	background-color: #fff;
	border-bottom: 1px solid var(--color-border);
	box-shadow: 0px 0px 7px -2px #e9e9e9;
	top:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
	width: 100%;
	z-index: 1
}
.close_side_menu_default{
	--size_dismiss_menu:40px;
	width: var(--size_dismiss_menu);
	height: var(--size_dismiss_menu);
	color:var(--color-main);
	cursor: pointer;
}
.align_head_default h4{	margin:0px 10px;}
@media (orientation:portrait),(max-width:1024px){
	.side_menus_visible_body{ right: 100vw; }
	.side_menu_default{
		width: 100vw;
		right: -100vw;
	}
	.side_menu_default_visible{ right: 0vw; }
	.align_head_default{
		justify-content:space-between;
		direction: rtl;
	}
}