:root{
  --height_header_main:76px;
  --height_header_categorys:62px;
  --height-right-painel: 100%;
  --width_content: 1160px;
  --width_logo: 140px;
  --width_utils: 370px;
  --spacing_options_header:15px;
  --background_color_icons_header:#fff;
  --color-background-header: #fff;
  --color_icons_header:#757575;
  --color-background-input: #f5f5f5;
  --color_categorys: #707070;
  --color-header-reverse: #404040;
  --color-menu-mobile: var(--color-main);
  --color-menu-mobile-hover:#DCBC56;
}
/* FILTRO DA INPUT DE PESQUISAR */
.filter_input_search{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background-color: #000000;
  opacity: 0;
  z-index: 1;
	transition: var(--transition);
  pointer-events: none;
}
.filter_input_search_visible{
	opacity: 0.21;
	pointer-events: all;
}
/* Header falso(gambiarra)*/
.fake_height_header{
  position: relative;
  height:calc(var(--height_header_main) + var(--height_header_categorys));
}
/* Header principal */
.header_main{
  position: absolute;
  top: 0px;
  background-color: var(--color-background-header);
  width: 100%;
  display: flex;
  justify-content: center;
  transition: none;
  z-index: 3;
  box-shadow: 0px -2px 7px 0px #c9c9c9;
}
.header_main_fixed{
  top: calc(var(--height_header_main) * -1);
  transition: none;
  position: fixed;
}
.header_content_all{
  position: relative;
  width: var(--width_content);
  max-width: 100%;
  height: var(--height_header_main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.header_content_logo{
  position: relative;
  height: 100%;
  height: var(--height_header_main);
  max-width:var(--width_logo);
  display: flex;
  align-items: center;
}
.header_content_logo a{
  position: relative;
  height: 100%;
}
.header_content_logo img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* Pesquisar do header*/
.header_content_search{
  position: relative;
  height: 100%;
  width: calc(var(--width_content) - var(--width_logo) - var(--width_utils));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;

}
.father_search_main_header{
  position: relative;
  height:62%;
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_categorys{
  position: relative;
  height:100%;
  width: max-content;
  border-radius: 2px;
  background-color:var(--color-header-reverse);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0px 10px;
  font-size:16px;
  color:#fff;
  font-weight: 500;
  border: 1px solid var(--color-header-reverse);
  cursor: pointer;
}
.filter_categorys::before{
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  transform: rotate(-180deg);
  border-color: transparent var(--color-header-reverse) transparent;
  top: 15px;
  right: -9px;
}
.arrow_down{
  position: relative;
  top: 1px;
  margin-left: 5px;
}
@media (orientation:portrait),(max-width:1024px){
  #filter_categorys span { 
    display: none;
  }
  #filter_categorys svg { 
    width: 27px;
    height: 27px;
  }
}
.box_dropdown_options{
  position: absolute;
  width: 100%;
  height: max-content;
  top: calc(100% - 1px);
  color:#404040;
  left: -2px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 0vh;
}
.box_dropdown_options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.box_dropdown_options::-webkit-scrollbar {
  width: 6px; height: 6px; background: #F4F4F4;
}
.box_dropdown_options::-webkit-scrollbar-thumb {
  background: #dad7d7;
}
.box_dropdown_options.show_options_box{
  border:1px solid #bbb;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.13);
  max-height: 40vh;
}
.box_dropdown_options .line_result_search{
  width: calc(100% + 20px);
  display: block;
  padding: 7px 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap; 
}
.box_dropdown_options .line_result_search:hover{ background-color: #eee;}
.box_dropdown_options .line_result_search span{ font-weight: 400; }
#all_categorys_filter{
  width: max-content;
  min-width: 200px;
}
#all_categorys_filter .line_result_search { font-weight: 500; }
#all_categorys_filter .current_category_selected { color: var(--color-main) !important; }

.input_search_main_header{
  margin-left:-2px;
  height:100%;
  width: 100%;
  border-radius: 2px;
  border:none;
  border-right:1px solid var(--color-background-header);
  border-bottom: 2px solid var(--color-header-reverse);
  background-color:var(--color-background-input);
  padding:0px 20px;
  font-size:16px;
  color:#404040;
  transition:all 0.3s ease;
}
.icon_search_in_main{
  position: absolute;
  right: 15px;
  width: 19px;
  height: 19px;
}
.icon_search_in_main svg{
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #858585;
}
#showResultsSearch svg{
  color: var(--color-main);
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
#showResultsSearch svg ~ p{
  color: var(--color-main);
  width: max-content;
  margin: 15px auto;
}
/* Icones do header  */
.header_content_utils{
  height: 100%;
  width: var(--width_utils);
  display: flex;
  align-items: center;
  justify-content:space-between;
  overflow: hidden;
  padding-right: 25px;
}
.header_content_utils_mobile{ 
  display: none;
  margin-right: 30px;
}
@media (orientation:portrait){
  .header_content_utils{ display: none; }
  .header_content_utils_mobile{ display: block; z-index: 10; margin-top: 25px; }
}
#menu{
	width: 35px;
	height: 25px;
	cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
.bar{
	height: 4px;
  background-color: var(--color_icons_header);
	width: 100%;
	display: block;
	border-radius: 5px;
	transition: 0.6s ease;
}
.change .bar{ background-color: #fff; }
.change .bar:nth-child(1){ width: 90%; }
.change .bar:nth-child(2){ width: 70%; }
.change .bar:nth-child(3){ width: 30%; }

.menu_option_mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--color-menu-mobile);
  clip-path: circle(0px at 100% 0px);
  transition: all 0.6s ease;
  z-index: 0;
}
.menu_option_mobile.visible { clip-path: circle(100% at 50% 50%); }
.content_menu_mobile{
  margin:20px 0px;
  margin-top: calc(var(--height_header_main) + 20px);
}
.content_menu_mobile .filter_categorys::after{
  top: 20px;
  right: -8px;
}
.content_menu_mobile .father_search_main_header{
  height:60px;
  width: calc(100% - 40px);
  margin: 0px 20px;
}
.father_options_menu_mobile{
  margin-top: 40px;
}
.father_options_menu_mobile .option_header{
  transition:all 0.3s ease;
  color: #fff;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  padding: 15px 20px;
}
.father_options_menu_mobile .option_header:hover{
  background-color: var(--color-menu-mobile-hover);
}
.father_options_menu_mobile .option_header::after{
  content: attr(data-text);
  font-size:14px;
  margin-left: 10px;
}
/* Elemento que junta o icone e o texto no header principal */
.option_header{
  cursor:pointer;
  transition:all 0.3s ease;
  color:var(--color_icons_header);
  margin: 0px 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.option_header:hover{
  color:#202020;
}
.quantity_products_card{
  position: absolute;
  margin-left: 10px;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--color-main);
  font-size: 10px;
  padding: 1px 6px;
  color: #fff;
}
.option_header::after{
  content: attr(data-text);
  margin-left: 10px;
  font-size:14px;
}

/* Header com as categorias */
.header_category{
  position: absolute;
  background-color: #fff;
  box-shadow: 0px -4px 10px 0px #e1e1e1;
  border-bottom: 1px solid #e9e9e9;
  top: var(--height_header_main);
  height: var(--height_header_categorys);
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  cursor: grab;
  z-index: 2;
  transition: all 0.3s ease;
}
.header_category_fixed{
  top: calc(var(--height_header_categorys) * -1);
  position: fixed;
}
.header_content_categorys{
  padding-top:10px;
  position: relative;
  width: var(--width_content);
  height: var(--height_header_categorys);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 40px);
  overflow: hidden;
}
.header_content_categorys::-webkit-scrollbar-track { background-color: #fff; }
.header_content_categorys::-webkit-scrollbar { height: 0px; }
.header_content_categorys::-webkit-scrollbar-thumb { background: #dad7d7; }
.category_header{
  height: 100%;
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.category_header:nth-child(1){
  margin-left:0px
}
.category_header svg{
  width: 40px;
  height: 40px;
  margin-bottom:5px;
  color: var(--color_categorys);;
  transition: all 0.3s ease;
}
.category_header p{
  font-size: 14px;
  line-height: 14px;
  margin:0px;
  text-align: center;
  color: var(--color_categorys);
  transition: all 0.3s ease;
}
.category_header::after{
  content: "";
  background-color: var(--color-main);
  height: 4px;
  margin-top: 5px;
  width: 0%;
  transition: all 0.3s ease;
}
.category_header:hover svg,
.category_header:hover p{
  color: var(--color-main) !important;
}
.category_header:hover::after{ width: 140%; }
@media (orientation:portrait),(max-width:824px){
  .header_content_all{
    --width_logo: 180px;
    --width_utils: 150px;
  }
	.header_content_search{ display: none; }
  .content_options_header{ padding: 0px 10px; }
  .option_header{
    width: 30px;
    margin: 0px 7px;
    overflow: hidden;
    display: block;
  }
  .option_header svg{
    width: 30px;
    height: 30px;
  }
  .header_content_categorys{
    overflow-x: auto;
  }
}



/* INICIO ESTILO DO FILTRO DOS MENUS */
.filter_menus{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-color: #000;
	opacity: 0;
	transition: var(--transition);
	pointer-events: none;
}
.filter_menus_visible{
	opacity: 0.08;
	pointer-events: all;
}
/* ESTILO DO MENU DO USUARIO */
.align_text_presentation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  color: var(--color-text);
  margin: 20px 0px;
  font-weight: bolder;
}
.align_text_presentation .image_user {
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.align_text_presentation .choose_image {
  position: absolute;
  background-color: hsl(22, 90%, 54%, .4);
  transition: var(--transition);
  opacity: 0;
  transform: scale(.8);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main-dark)
}
.align_text_presentation .choose_image:hover {
  opacity: 0.6;
  transform: scale(1);
}
.align_text_presentation h4 {
  font-size: 22px;
  font-weight: bold;
}
.align_text_presentation span {
  display: block;
  background-color: var(--color-main);
  height: 4px;
  width: 30px;
}
.join_options_menu_user {
  position: relative;
  background-color: #fff;
  border-top: 1px solid var(--color-border);
  box-shadow: 0px 0px 7px -2px #e9e9e9;
  bottom: 0px;
  padding: 20px 0px;
  width: 100%;
}
.option_menu_user {
  width: 100%;
  font-size: 16px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: var(--transition);
  color: var(--color-main) !important;
  filter: grayscale(100%);
}
.option_menu_user:hover {
  background-color: #efefef;
  filter: none;
  cursor: pointer;
  opacity: 1
}
.icon_side_menu_user {
  display: inline-block;
  height: 35px;
  width: 30px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}