/*
Theme Name: The best burguer
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1746718456
Updated: 2025-05-08 17:34:16

*/

.shrinker {
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -moz-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -webkit-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -o-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
}
.shrinker.she-header {
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -moz-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -webkit-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -o-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
}
.shrinking-logo img {
    width: 240px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.shrinker.she-header img {
    width: 80px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

header .hfe-nav-menu li a {
    font-size: 1.2rem !important;
    padding: 0 !important;	
}
.shrinker.she-header .hfe-nav-menu li a {
    font-size: 1rem !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.hfe-nav-categorias {
	bottom:45px!important;
}
.hfe-nav-categorias li a {
	padding: 0 !important;
}
.shrinker.she-header .hfe-nav-categorias {
	bottom:5px!important;
}
ul.idiomas {
    display: flex;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: inherit;
    position: relative;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 1;
    
    margin: 0;
}
.shrinker.she-header ul.idiomas {
	font-size: 1rem;
}
.idiomas li {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}
.idiomas li:nth-child(n+1)::after {
    content: "|";
    font-weight: 300;
    color: #fff;
}
.idiomas li:last-child::after {
    content: "";
}
.idiomas li a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    padding: 10px;
}
.idiomas li a:hover {
    text-decoration: underline;
    color: #D24A0B !important;
}
.idiomas li a:active, .idiomas li a:focus {
    color: #D24A0B !important;
}
.shrinker.she-header .idiomas li a {
    color: #fff !important;
}
ul.alergenos {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    font-family: inherit;
    position: relative;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.alergenos li {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  min-width: fit-content;
  margin-right: 5px;
	color:#000;
}
.alergenos li img {
   background:#fff;
   border-radius:50%;
   padding:2px;
   margin-right:5px;
}
.alergenos li:nth-child(n+1)::after {
    content: "";
    font-weight: 300;
    color: #fff;
}
.alergenos li:last-child::after {
    content: "";
}
.alergenos li a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    padding: 10px;
}
.alergenos li a:hover {
    text-decoration: underline;
    color: #9f1239 !important;
}
.alergenos li a:active, .alergenos li a:focus {
    color: #9f1239 !important;
}
@media (max-width: 767px) {
	.hfe-nav-menu {
		display:none !important;
	}
	.hfe-nav-categorias {
		display:none !important;
	}
	.list-iconos2 {
		display: block !important;
	}
	.list-iconos2 .elementor-icon-list-text {
		display: none !important;
	}
	.bloque {
		display:none !important;
	}
.shrinking-logo img {
    width: 120px !important;
}
.shrinker.she-header img {
    width: 120px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
	.iconomenu {
    display: block!important;
}
	.elementor-287 .elementor-element.elementor-element-470b599b .wpr-grid-filters {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.shrinking-logo img {
    width: 180px !important;
}
.shrinker.she-header img {
    width: 180px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
	.iconomenu {
    display: none;
}
	.hfe-nav-categorias {
	bottom:0px!important;
	left:0;
	width: 120% !important;
}
.hfe-nav-categorias li a {
	padding: 0 !important;
	font-size: 0.8rem !important;
	
}
    
.shrinker.she-header .hfe-nav-categorias {
	bottom:5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hfe-nav-categorias {
	bottom:0px!important;
	left:0;
	width: 120% !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.hfe-nav-categorias {
	bottom:0px!important;
	left:0;
	width: 120% !important;
}
}
.elementor-image-box-img {
	width:15%!important;
}
.elementor-image-box-title {
	display:flex!important;
	color:#000!important;
	text-decoration: none!important;
}
.elementor-image-box-description + p {
	color: #C8693A!important;	
}
.separator {
  border-bottom-style: solid;
  border-color: #D1D1D1;
  border-bottom-width: 1px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  flex: 1;
  align-self: center;
}
.iconomenu {
    display: none;
}
.wpr-offcanvas-content {
	z-index:9999!important;
}
.elementor-8 .elementor-element.elementor-element-708b8c9 .wpr-offcanvas-content {
	background: url("https://thebestburguer.es/wp-content/uploads/2025/06/burguer_gris_fondo.jpg")no-repeat scroll 50% 50% / cover;
}
.elementor-8 .elementor-element.elementor-element-19d808980, .elementor-8 .elementor-element.elementor-element-681310d2 {
	z-index:2!important;
}
.list-iconos2 {
		display: none;
	}