/* ===========================
    TYPOGRAPHY 
=========================== */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon.eot?m18pg');
  src:  url('../webfonts/icomoon.eot?m18pg#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?m18pg') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-WhatsappLogo:before {
  content: "\e913";
}
.icon-MapPin:before {
  content: "\e914";
}
.icon-Clock:before {
  content: "\e915";
}
.icon-phone:before {
  content: "\e916";
}
.icon-hard-face:before {
  content: "\e90e";
}
.icon-medium-face:before {
  content: "\e90f";
}
.icon-easy-face:before {
  content: "\e910";
}
.icon-clock-outline:before {
  content: "\e911";
}
.icon-users:before {
  content: "\e912";
}
.icon-chevron-left:before {
  content: "\e900";
}
.icon-minus:before {
  content: "\e901";
}
.icon-basket:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-phone1:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-chevron-right:before {
  content: "\e909";
}
.icon-chevron-up:before {
  content: "\e90a";
}
.icon-chevron-down:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.fa-brands, .fab, .fa { 
    font-style: normal;
}

/* ===========================
    COLORS & FONT STYLES
=========================== */ 
:root {
    --navy-blue:            #0A3457;
    --navy-blue-70:         #40586B;
    --navy-blue-50:         #7A8FA0;
    --navy-blue-30:         #DCE2E7;
    --navy-blue-20:         #E7EBEE;
    --white:                #FFFFFF;
    
    --sand:                 #ede7d4;
    --sand-dark:            #cec3a1;
    
    --blue:                 #055DA4;
    --mustard:              #F2BC09;
    
    --special-red:          #BD3638;
    --special-blue:         #4292B7;
    --special-green:        #7C9D3C;
    --special-orange:       #CE7735;
    
    --success:              #73A11D;
    --success-light:        #EDF8EF;

    --family-title:         'IBM Plex Sans', Helvetica, sans-serif;
    --family-body:          'IBM Plex Sans', Helvetica, sans-serif;

    --weight-semibold:      600;
    --weight-medium:        500;
    --weight-regular:       400;
}

/* ===========================
    GRID SETTINGS
=========================== */ 
:root {
    --bootstrap-padding:  15px;
    --bootstrap-margin:   -15px;
}
.row > *,
.container, 
.container-fluid {
    padding-left: var(--bootstrap-padding);
    padding-right: var(--bootstrap-padding);
} 
.row {
    margin-top: 0;
    margin-right: var(--bootstrap-margin);
    margin-left: var(--bootstrap-margin);
}
.row > * {
    margin-top: 0;
}

/* ===========================
    GENERAL STYLES
=========================== */ 
html { 
    scroll-behavior: initial!important;
    background-color: var(--white);
}
html, 
body {
    position: relative;
    width: 100%;
    min-height: 100%;
}
/* Do not add padding or margin to the body */ 
body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    color: var(--navy-blue-70);
    font-family: var(--family-body);
    font-size: 18px;
    line-height: 1.2;
    font-weight: var(--weight-regular);
}
main {
    padding: 0;
    padding-top: 122px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--family-title);
    font-weight: var(--weight-semibold);
    color: var(--navy-blue); 
    display: block;
    margin-top: 0;
    margin-bottom: 1.15rem;  
}
/*
h1, h2, h3, .h1, .h2, .h3 { 
    font-weight: var(--weight-medium);
}
*/
/*
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: var(--weight-medium);
}
*/
h1, .h1  {
    font-size: 60px; 
    line-height: 1.1;
}
h2, .h2 {
    font-size: 52px;
    line-height: 1.1;
}
h3, .h3 {
    font-size: 42px;
    line-height: 1.2;
}
h4, .h4 {
    font-size: 32px;
    line-height: 1.2;
}
h5, .h5 {
    font-size: 24px;
    font-weight: var(--weight-medium);
    line-height: 1.2;
}
h6, .h6 {
    font-size: 20px;
    font-weight: var(--weight-medium);
    line-height: 1.2;
}
.tag {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: var(--weight-semibold);
    color: var(--navy-blue);
    line-height: 1.2;
    opacity: 0.7;
}
h1.tag:hover,
h2.tag:hover {
  opacity: .7;
}
.tag:hover {
  opacity: 1;
}
a {
    text-decoration: none;
    color: var(--blue);
}
a:hover {
    text-decoration: none;
    color: var(--blue);
}
a:focus,
a:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
p,
li {
    font-size: 1em;
    margin-bottom: 1.2rem; 
    color: var(--navy-blue-70);
}
ul ul,
ul ol,
ol ol,
ol ul { 
    margin-top: 1rem;
}
ul {
  list-style: none;
}
blockquote {
    border-left: 4px solid var(--blue);
    margin: 1em 0;
    padding: 0 1.5em;
}
blockquote p:last-child {
    margin-bottom: 0
}
.element_invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    left: 0;
    top: 0;
    opacity: 0;
    max-width: 200px;
    max-height: 200px;
}
input[type=text], input[type=email], input[type=password], input[type=tel], form .select2-container {
  border: 1px solid var(--navy-blue);
  height: 46px;
  padding: 10px 14px 12px;
  border-radius: 8px;
  color: var(--navy-blue);
}
input[type=text]::placeholder {
  color: var(--navy-blue-30);
}
.the_button,
input[type=button],
input[type=submit],
button[type=submit] {
    all: unset;
    font-family: var(--family-title);
    font-weight: var(--weight-semibold);
    background-color: var(--navy-blue);
    border: 2px solid var(--navy-blue);
    border-radius: 8px;
    display: inline-block;
    padding: 10px 18px;
    color: var(--white); 
    text-shadow: none;
    font-size: 18px;
    margin: 8px 0;
    cursor: pointer;
    transition: all .3s ease;
      -webkit-transition: all .3s ease;
      o-transition: all .3s ease;
    
}
button {
  all: unset;
  font-family: var(--family-title);
  display: inline-block;
  color: var(--navy-blue); 
  text-shadow: none;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    o-transition: all .3s ease;
}
.the_button:hover,
.the_button:focus,
input[type=button]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
    background-color: var(--sand);
    border: 2px solid var(--sand);
    color: var(--navy-blue);
}
.the_button.secondary { 
    background-color: transparent;
    border-color: var(--navy-blue);
    color: var(--navy-blue);
}
.the_button.secondary:hover {
    background-color: var(--navy-blue);
    border-color: var(--navy-blue);
    color: var(--white);
}
.the_button.inverse {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--navy-blue);
}
.the_button.inverse:hover {
    background-color: var(--sand);
    border-color: var(--sand);
    color: var(--navy-blue);
}
.the_button.secondary.inverse {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
.the_button.secondary.inverse:hover {
    background-color: var(--white);
    color: var(--navy-blue);  
}
.naked_link { 
    font-size: 18px;
    display: inline-block;
    font-family: var(--family-title);
    color: var(--navy-blue);
    font-weight: var(--weight-semibold);
    cursor: pointer;
}
.naked_link span {
    display: inline-block;
    color: inherit;
    /* vertical-align: text-bottom; */
}
.naked_link span[class*="icon-"] {
    margin-left: 3px;
    position: relative;
    top: 3px;
}
/* .naked_link.inverse span[class*=“icon-“] {
    margin-left: 0;
    margin-right: 6px;
}  */
.naked_link:not(.inverse):hover {
    color: var(--mustard);
}
.naked_link.inverse {
    color: var(--mustard);
}
.naked_link.inverse:hover {
    color: var(--white);
}
/* .naked_link.inverse:hover {

} */
.kensei_02 {
    -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.kensei_03 {
    -webkit-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
.responsive_image,
.responsive_image img{
    width: 100%;
    height: auto;
}
section,
.section {
    padding: 60px 0 40px; 
    width: 100%;
    background-color: var(--white);
    z-index: 9;
    position: relative; 
}
.flex_section {
    padding: 0 0 60px; 
}
.invisible_title {
  text-indent: -9999999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* ===========================
    HEADER
=========================== */
header#main_header #pre_header {
  width: 100%;
  background-color: var(--navy-blue);
  padding: 10px 0 9px;
  height: 36px;
  /* overflow: hidden; */
}
header#main_header #pre_header * {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
}
header#main_header #pre_header #ticker_message {
  display: flex;
  overflow: hidden;
}
header#main_header #pre_header #ticker_message > div {
  width: auto;
  display: block;
  white-space: nowrap;
}
header#main_header #pre_header #ticker_message > div:last-child {
  display: none;
}
@keyframes ticker-animation {
   0% {
       transform: translateX(100%);
       -webkit-transform: translateX(100%);
       -ms-transform: translateX(100%);
   }
   
   100% {
       transform: translateX(-100%);
       -webkit-transform: translateX(-100%);
       -ms-transform: translateX(-100%);
   }
}
@keyframes ticker-animation-again {
   0% {
       transform: translateX(0%);
       -webkit-transform: translateX(0%);
       -ms-transform: translateX(0%);
   }
   
   100% {
       transform: translateX(-200%);
       -webkit-transform: translateX(-200%);
       -ms-transform: translateX(-200%);
   }
}
header#main_header .options_wrapper {
  display: flex;
  justify-content: flex-end;
}
header#main_header .options_wrapper > div > ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header#main_header .options_wrapper > div > ul > li {
  padding: 0 10px;
  border-right: 1.5px solid var(--navy-blue-50);
}
header#main_header .options_wrapper > div > ul > li > a:hover {
  text-decoration: underline;
}
header#main_header .languages-wrapper {
  padding-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
/* WEGLOT */
header#main_header .languages-wrapper aside.country-selector {
  background-color: transparent;
}
header#main_header .languages-wrapper aside.country-selector label {
  border: none;
}
header#main_header .languages-wrapper aside.country-selector .wglanguage-name {
  height: 20px;
  padding-right: 21px;
  padding-left: 33px;
  line-height: initial;
}
.country-selector.weglot-dropdown a {
  padding: 8px 10px 9px 39px;
  line-height: initial;
  height: initial;
}
header#main_header .languages-wrapper aside.country-selector .weglot-flags.flag-0.wg-es>a:before, 
header#main_header .languages-wrapper aside.country-selector .weglot-flags.flag-0.wg-es>span:before,
header#main_header .languages-wrapper aside.country-selector .weglot-flags.flag-0.wg-en>a:before,
header#main_header .languages-wrapper aside.country-selector .weglot-flags.flag-0.wg-en>span:before {
  scale: .7;
  position: absolute;
  left: 0;
  top: -1.5px;
}
header#main_header .languages-wrapper .country-selector.weglot-dropdown .wgcurrent:after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 13px;
  height: 7px;
  image-rendering: initial;
  image-rendering: initial;
  image-rendering: initial;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
  background: none !important;
  content: "\e90b" !important;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
header#main_header .languages-wrapper aside.country-selector:not(.closed) .wgcurrent::after {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
   -ms-transform: rotate(180deg) !important;
   transform-origin: bottom;
}
header#main_header .languages-wrapper aside.country-selector ul {
  background-color: transparent;
  border-radius: 6px;
  left: -7px !important;
  top: 31px !important;
  overflow: hidden;
}
header#main_header .languages-wrapper aside.country-selector ul a {
  color: var(--navy-blue) !important;
  background-color: var(--navy-blue-20);
}
header#main_header .languages-wrapper aside.country-selector ul a:hover {
  background-color: var(--navy-blue-30);
}
header#main_header .languages-wrapper aside.country-selector ul a::before {
  top: 7px !important;
  left: 6px !important;
}
/* OTHER SWITCH */
header#main_header .options_wrapper .language_switch .language_selector,
header#main_header .options_wrapper .language_switch ul li,
header#main_header .languages-wrapper > span {
  cursor: pointer;
}
header#main_header .options_wrapper .language_switch ul {
  list-style: none;
  padding: 0;
  position: absolute;
  display: none;
  z-index: 9999;
  top: 37px;
  border-radius: 8px;
  flex-direction: column;
  padding: 5px 0;
  background-color: var(--navy-blue);
  left: 19px;
  min-width: 62px;
}
header#main_header .options_wrapper .language_switch ul::before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 7px solid transparent;
  border-top-color: var(--navy-blue);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
}
header#main_header .options_wrapper .languages-wrapper.visible .language_switch ul {
  display: flex;
}
header#main_header .options_wrapper .languages-wrapper .icon-chevron-down {
  transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
header#main_header .options_wrapper .languages-wrapper.visible .icon-chevron-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
}
header#main_header .options_wrapper .language_switch .language_selector {
  display: flex;
  align-items: center;
}
header#main_header .options_wrapper .language_switch .language_selector > span {
  padding: 0 5px;
}
header#main_header .options_wrapper .language_switch ul > li {
  padding: 5px 10px;
}
header#main_header .options_wrapper .language_switch ul > li:hover {
  background-color: var(--navy-blue-70);
}
header#main_header .options_wrapper .language_switch ul > li > a {
  display: flex;
  align-items: center;
}
header#main_header .options_wrapper .language_switch ul > li span {
  margin-right: 5px; 
}
/* HEADER */
header#main_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    border-bottom: 0;
    -webkit-transform: translate3d(0px,0px,0px);
            transform: translate3d(0px,0px,0px);
    height: 122px;
}
header#main_header #header_left {
  display: flex;
  align-items: center;
}
header#main_header #header_left nav#navigation .container > ul a {
  display: block;
  padding-top: 4px;
}
header#main_header #header_left nav#navigation .container > ul a::before {
  display: none;
}
header#main_header nav button,
header#main_header button,
header#main_header nav li a span,
header#main_header nav li > span:first-child {
  all: unset;
  font-family: var(--family-title);
  font-weight: var(--weight-semibold);
  /* display: inline-block; */
  color: var(--navy-blue); 
  text-shadow: none;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
  display: flex;
  align-items: center;
}
header#main_header button .icon-chevron-down {
  transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
  position: relative;
}
header#main_header button.visible .icon-chevron-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   top: 2px;
}
header#main_header button.visible:not(#sec_nav_button) * {
  color: var(--blue);
}
header#main_header nav li a span,
header#main_header nav li > span:first-child {
  /* padding-top: 2px; */
  line-height: 0.9;
}
header#main_header nav li a:hover span,
header#main_header nav li button:hover span,
header#main_header nav li > span:first-child:hover {
  color: var(--blue);
}
header#main_header nav button span:last-child,
header#main_header button span:last-child {
  font-size: 20px;
  margin-left: 4px;
  padding-top: 3px;
}
header#main_header #icons_nav button span:last-child {
  font-size: 23px;
}
header#main_header nav ul,
header#main_header nav ul li {
  margin: 0;
}
header#main_header nav ul {
  display: flex;
}
header#main_header nav ul li {
  margin-right: 20px;
}
header#main_header.hide_header {
    top: -123px;
}
header#main_header #the_logo {
  width: fit-content !important;
}
#logo_wrapper {
    height: auto;
    margin: 0;
    text-align: center;
    position: relative;
}
#logo_wrapper a {
    text-align: left;
    margin: auto;
    width: 100%;
    display: block;
    position: relative;
}
#logo_wrapper a img {
    left: 0;
    top: 0;
    width: 180px;
    height: auto;
    position: relative;
    margin-top: 0;
}
#logo_wrapper h1,
#logo_wrapper span { 
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#header_principal {
    background-color: var(--white);
    padding: 14px 0;
}
#header_principal .container,
#header_principal .container > .row {
    height: 100%;
}
#header_principal .container {
    position: relative; 
}
header#main_header #the_nav {
  margin-left: 32px;
}
nav#navigation {
    /* text-align: right; */
    /* margin-top: 6px; */
}
nav#navigation > div {
  width: 100%;
}
nav#navigation > div > ul {
    width: 100%;
    padding-left: 0;
    margin: 0;    
    font-family: var(--family-title);
}
nav#navigation div ul li {
    margin-bottom: 0;
}
.responsive_trigger,
#app_burguer {
    display: none;
}
/* HEADER RIGHT */
header#main_header #header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header#main_header #sec_nav_button {
  background-color: var(--navy-blue-20);
  padding: 6px 10px 6px 12px;
  border-radius: 8px;
  font-weight: var(--weight-medium);
}
header#main_header #sec_nav_button:hover {
  background-color: var(--navy-blue-30);
}
header#main_header #secondary_nav ul {
  padding: 0;
}
header#main_header #icons_nav {
  display: flex;
  margin-left: 6px;
}
header#main_header #icons_nav > div {  
  margin-left: 6px;
}
header#main_header #icons_nav > div button:hover span,
header#main_header #icons_nav > div a:hover span {  
  color: var(--blue);
}
header#main_header #icons_nav button span,
header#main_header #icons_nav a span {
  font-size: 28px !important;
}
header#main_header #icons_nav a {
  color: var(--navy-blue);
}
header#main_header #icons_nav button span {
  padding-top: 1.5px;
}
#cart_wrapper a {
  display: flex;
}
#cart_wrapper #cart_count {
  position: relative;
  top: -8px;
  right: 2px;
  font-weight: var(--weight-semibold);
  color: var(--mustard);
  font-size: 14px;
  margin-bottom: 0;
}
#cart_wrapper #cart_count p {
  font-weight: var(--weight-semibold);
}

/* SUBMENU */
#submenu_wrapper #first_level .sub-menu {
  display: none;
}
#submenu_wrapper,
main.shop-page #filters_sidebar {
  position: fixed;
  height: 100vh;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 998;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s ease, visibility 0s linear .4s;
    -webkit-transition: opacity .4s ease, visibility 0s linear .4s;
    -o-transition: opacity .4s ease, visibility 0s linear .4s;
  pointer-events: none;
}
main.shop-page #filters_sidebar {
  z-index: 9999;
}
#submenu_wrapper.open,
main.shop-page #filters_sidebar.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
  pointer-events: initial;
}
#submenu_wrapper .container,
main.shop-page #filters_sidebar .container {
  position: relative;
  z-index: 2;
  height: 100%;
  pointer-events: none;
}
#submenu_wrapper #first_level,
#submenu_wrapper #second_level,
#submenu_wrapper #secondary_nav,
main.shop-page #filters_sidebar #filters_wrapper {
  /* padding-top: 122px; */
  position: absolute;
  width: 400px;
  height: 100vh;
  top: 0;
  left: -100vw;
  padding: 122px 0 0;
  transition: left .8s ease, visibility 0s linear 2s;
    -webkit-transition: left .8s ease, visibility 0s linear 2s;
    -o-transition: left .8s ease, visibility 0s linear 2s;
  visibility: hidden;
  pointer-events: none;
}
#submenu_wrapper #second_level .see-all {
  margin-bottom: 30px;
  font-weight: var(--weight-semibold);
}
#submenu_wrapper #second_level .see-all a:hover {
  color: var(--mustard) !important;
  opacity: 1;
}
#submenu_wrapper #second_level .see-all a::after {
  content: "\e908";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 6px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
main.shop-page #filters_sidebar #filters_wrapper {
  padding-top: 0;
}
#submenu_wrapper .nav-wrapper {
  padding: 45px 40px 40px;
  overflow-y: scroll;
  height: calc(100vh - 122px);
}
main.shop-page #filters_sidebar #filters_wrapper form {
  overflow-y: scroll;
  height: 100vh;
  text-align: right;
}
main.shop-page #filters_sidebar #filters_wrapper form fieldset {
  text-align: left;
}
#submenu_wrapper #secondary_nav .nav-wrapper,
main.shop-page #filters_sidebar #filters_wrapper form {
  padding: 45px var(--bootstrap-padding) 40px 40px;
  direction: rtl;
}
main.shop-page #filters_sidebar #filters_wrapper form {
  padding: 65px var(--bootstrap-padding) 40px 40px;
}
/* #submenu_wrapper #first_level {
  padding-right: 60px;
} */
#submenu_wrapper #first_level .nav-wrapper::-webkit-scrollbar,
#submenu_wrapper #second_level .nav-wrapper::-webkit-scrollbar,
#submenu_wrapper #secondary_nav .nav-wrapper::-webkit-scrollbar,
main.shop-page #filters_sidebar #filters_wrapper form::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
#submenu_wrapper #first_level .nav-wrapper:-webkit-scrollbar-track,
#submenu_wrapper #second_level .nav-wrapper:-webkit-scrollbar-track,
#submenu_wrapper #secondary_nav .nav-wrapper:-webkit-scrollbar-track,
main.shop-page #filters_sidebar #filters_wrapper form:-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.2);
    /* border-radius: 50px; */
}
#submenu_wrapper #first_level .nav-wrapper::-webkit-scrollbar-thumb,
#submenu_wrapper #second_level .nav-wrapper::-webkit-scrollbar-thumb,
#submenu_wrapper #secondary_nav .nav-wrapper::-webkit-scrollbar-thumb,
main.shop-page #filters_sidebar #filters_wrapper form::-webkit-scrollbar-thumb {
    background-color: var(--navy-blue-50);
    /* border-radius: 50px; */
    cursor: pointer;
}
#submenu_wrapper.open #first_level.open,
#submenu_wrapper.open #second_level.open {
  visibility: initial;
  left: 0;
  pointer-events: initial;
  transition: left .4s ease, visibility 0s linear;
    -webkit-transition: left .4s ease, visibility 0s linear;
    -o-transition: left .4s ease, visibility 0s linear;
}
#submenu_wrapper #secondary_nav,
main.shop-page #filters_sidebar #filters_wrapper {
  left: initial;
  right: -100vw;
  transition: right .8s ease, visibility 0s linear 2s;
    -webkit-transition: right .8s ease, visibility 0s linear 2s;
    -o-transition: right .8s ease, visibility 0s linear 2s;
  background-color: var(--navy-blue-20);
}
main.shop-page #filters_sidebar #filters_wrapper {
  background-color: var(--white);
}
#submenu_wrapper.open #secondary_nav.open,
main.shop-page #filters_sidebar.open #filters_wrapper {
  visibility: initial;
  right: 0;
  pointer-events: initial;
  transition: right .4s ease, visibility 0s linear;
    -webkit-transition: right .4s ease, visibility 0s linear;
    -o-transition: right .4s ease, visibility 0s linear;
}
#submenu_wrapper.open #second_level.open {
  left: 400px;
}
#submenu_wrapper #first_level {
  background-color: var(--navy-blue-30);
  z-index: 2;
  text-align: right;
  font-weight: var(--weight-semibold);
}
#submenu_wrapper #first_level .nav-wrapper {
  padding-left: var(--bootstrap-padding);
}
#submenu_wrapper #second_level {
  background-color: var(--navy-blue-20);
  z-index: 1;
}
#submenu_wrapper #first_level ul {
  margin-bottom: 40px;
}
#submenu_wrapper #first_level ul > li {
  position: relative;
  right: 14px;
  transition: right .2s ease;
}
#submenu_wrapper #first_level ul > li.hovered {
  right: 0;
}
#submenu_wrapper #first_level ul > li a img {
  margin-right: 6px;
}
#submenu_wrapper #first_level ul > li.hovered a {
  color: var(--navy-blue) !important;
}
#submenu_wrapper #first_level ul > li.open {
  right: 0;
  color: var(--navy-blue);
}
#submenu_wrapper #second_level ul {
  margin-bottom: 0;
}
#submenu_wrapper #second_level ul li a {
  color: var(--navy-blue) !important;
}
#submenu_wrapper #second_level ul li a:hover {
  opacity: 0.6;
}
#submenu_wrapper nav > div > div {
  /* position: absolute; */
  width: 100%;
  display: none;
  height: auto;
}
#submenu_wrapper.open nav#first_level div.visible,
#submenu_wrapper.open nav#second_level.open div.visible {
  display: block;
}
#submenu_wrapper nav * {
  color: var(--navy-blue);
}
#submenu_wrapper #first_level ul li::after {
  content: url('../img/icons/chevron-right.svg');
  position: relative;
  top: 2px;
  margin-left: 16px;
}
#submenu_wrapper ul {
  padding: 0;
}
#submenu_wrapper #second_level {
  position: absolute;
  top: 0;
  /* left: 400px; */
  width: 400px;
  background-color: var(--navy-blue-20);
  margin: 0;
}
#submenu_wrapper #first_level::before,
#submenu_wrapper #secondary_nav::before,
main.shop-page #filters_sidebar #filters_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 100vw;
  background-color: var(--navy-blue-30);
}
main.shop-page #filters_sidebar #filters_wrapper::before {
  background-color: var(--white) !important;
}
#submenu_wrapper #secondary_nav::before,
main.shop-page #filters_sidebar #filters_wrapper::before {
  left: initial;
  right: -100vw;
  background-color: var(--navy-blue-20);
}
#submenu_wrapper #secondary_nav ul li {
  height: 170px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#submenu_wrapper #secondary_nav ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--navy-blue);
  opacity: 0.2;
}
#submenu_wrapper #secondary_nav ul li:hover::before {
  background-color: rgb(36, 36, 36);
  mix-blend-mode: color;
  opacity: 1;
}
#submenu_wrapper #secondary_nav ul li:hover::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
  background-color: var(--navy-blue);
  mix-blend-mode: multiply;
}
#submenu_wrapper #secondary_nav ul li a {
  width: 100%;
  height: 100%;
  font-weight: var(--weight-semibold);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#submenu_wrapper #secondary_nav ul li a span {
  color: var(--white);
}
#submenu_wrapper .nav-wrapper > button {
  font-weight: var(--weight-semibold);
  font-size: 15px;
  color: var(--navy-blue-50);
  display: none;
}
#submenu_wrapper .nav-wrapper > button span {
  position: relative;
  bottom: -4px;
  margin-right: 4px;
  color: var(--navy-blue-50);
}
.related-content {
  width: 100%;
  min-height: 230px;
  background-color: var(--navy-blue);
  border-radius: 8px;
  padding: 24px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.related-content:hover::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: var(--navy-blue); */
  opacity: .4;
  z-index: 2;
  background-color: var(--navy-blue);
  mix-blend-mode: multiply;
}
.related-content::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .2;
  z-index: 1;
}
.related-content:hover::before {
  
  background-color: #242424;
  mix-blend-mode: color;
  opacity: 1;
}
.related-content .content-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 230px;
}
.related-content p {
  font-size: 24px;
  color: var(--white) !important;
  font-weight: var(--weight-semibold);
}
.related-content a {
  margin: 12px 0 0 0;
}
.overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #292929;
  opacity: .6;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Mobile Search */
header#main_header .header-searchform {
  display: none;
}
header#main_header #header_right .icons_nav :first-child {
  position: relative;
}
header#main_header #header_right .header-searchform {
  position: absolute;
  bottom: -82px;
  right: 0;
  width: fit-content;
}
header#main_header .header-searchform.open {
  display: block;
}
.header-searchform,
.header-searchform form {
    position: relative;
    width: 100%;
    /* max-width: 290px; */
    text-align: left;
}
#mobile_nav {
  display: none;
}
.header-searchform form.search {
    margin-bottom: 1.35rem; 
}
#shop_finder {
  display: none;
}
.header-searchform .search-input,
#shop_finder .header-searchform .search-input {
    background-color: transparent;
    all: unset;
    padding: 8px 14px;
    font-size: 15px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid var(--navy-blue-30); 
    width: 100%;
    color: var(--navy-blue);
}
#header_left .header-searchform .search-submit,
#shop_finder .header-searchform .search-submit {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-image: url(../img/icons/search-icon.svg);
    background-position: center 47%;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}
#header_left .header-searchform .search-submit span,
#shop_finder .header-searchform .search-submit span {
  text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#header_right .header-searchform {
  background-color: var(--navy-blue-20);
  padding: 16px;
  border-radius: 16px;
}
#header_right .header-searchform::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  right: 101px;
  width: 16px;
  height: 16px;
  border: 7px solid transparent;
  border-bottom-color: var(--navy-blue-20);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#header_right .header-searchform form {
  display: flex;
  margin-bottom: 0;
}
#header_right .header-searchform form input {
  width: 280px;
  margin-right: 8px;
  background-color: var(--white);
  border: 2px solid var(--navy-blue-50);
}
#header_right .header-searchform .search-submit {
    all: unset;
    position: relative;
    z-index: 9;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--navy-blue);
    border-radius: 8px;
    padding: 0 18px;
    transition: all .3s ease;
}
#header_right .header-searchform .search-submit:hover {
    background-color: var(--blue);
}
#header_right #icons_nav .header-searchform button.search-submit span {
    font-size: 18px !important;
    font-weight: var(--weight-semibold);
    color: var(--white);
    margin: 0;
}
.qtranxs-available-languages-message {
  display: none;
}
/* ===========================
    PAGE - Default
=========================== */
.page-template-default table {
    width: 100%;
    margin-bottom: 1em;
}
.page-template-default tbody {
    border: 2px solid var(--navy-blue);
}
.page-template-default tr {
    border-bottom: 2px solid var(--navy-blue);
}
.page-template-default th, .page-template-default td {
    padding: 0.6em;
}

/* ===========================
    PAGE - Blog
=========================== */
h1#blog_h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.post_block {
    margin-bottom: 20px;
}
.post_block .date {
    display: block;
    margin-bottom: 8px;
}
.post_block h3 {
    margin-bottom: 1em;
}
.page-template-template-blog .date,
.read-more {
    font-weight: var(--weight-medium);
}
main#post_index section {
  padding-bottom: 60px;
}
main#post_category section {
  padding-bottom: 60px;
}
main#post_category #category_titles {
  display: flex;
  flex-direction: column-reverse;
}
main#post_category #category_titles .back {
  position: relative;
  top: 1px;
}
main#post_category h2 a,
main.shop-page #shop_category_title a.go-back,
main#post_index h1,
main.shop-page #shop_title h1,
body.tax-product_brand #shop_category_title span {
  margin-bottom: 16px !important;
}
body.tax-product_brand #shop_category_title span {
  display: block;
}
body.tax-product_brand #shop_category_title span:hover {
  opacity: .7;
}
body.tax-product_brand #shop_category_title h1 {
  margin-bottom: 16px !important;
}
main#post_category h1,
main#post_index h2,
main#post_category h2,
main.shop-page #shop_title h2,
main.shop-page #shop_category_title h1 {
  margin-bottom: 0;
}
main#post_category h2 a,
main.shop-page #shop_category_title a.go-back {
  display: block;
  width: fit-content;
}
main#post_category h2 a:hover,
main.shop-page a.go-back:hover {
  color: var(--mustard);
}
main#post_index #categories_list,
main#post_category #categories_list,
/* main.shop-page #categories_list, */
main.shop-page #filters_list {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-top: 32px;
}
main.shop-page {
  overflow-x: hidden;
}
main.shop-page #categories_list {
  padding-left: 0;
  margin-top: 18px;
  margin-top: 32px;
}
main#post_index #categories_list li,
main#post_category #categories_list li,
main.shop-page #categories_list li,
main.shop-page #filters_list li {
  padding-right: 12px;
  margin-bottom: 12px;
}
main.shop-page #categories_list li {
  padding-right: 0;
}
main#post_index #categories_list li a,
main#post_category #categories_list li a,
main.shop-page #categories_list li a,
main.shop-page #filters_list li button {
  border: 1.5px solid var(--navy-blue);
  border-radius: 8px;
  color: var(--navy-blue);
  padding: 12px 18px;
  display: inline-block;
  font-size: 16px;
  transition: all .3s ease;
}
main.shop-page #categories_list li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--navy-blue-20);
  opacity: 1;
  border: none;
  padding: 16px 18px 20px;
}
main.shop-page #categories_list li a:hover {
  background-color: var(--navy-blue);
}
main.shop-page #categories_list li a > span > span:last-child {
  transition: all .2 ease;
}
main.shop-page #categories_list li a:hover > span > span:last-child {
  margin-left: 6px;
}
main.shop-page .col-12 h2.h5 {
  font-weight: 600;
  margin-bottom: -10px;
  margin-top: 32px;
}
main.shop-page #categories_list li a h3.h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
main.shop-page #categories_list li a > span {
  margin-top: 8px;
  margin-bottom: 0 !important;
}
main.shop-page #categories_list li a > span > span {
  color: var(--blue);
}
main.shop-page #categories_list li a:hover h3.h5,
main.shop-page #categories_list li a:hover > span > span {
  color: var(--white) !important;
  transition: none;
}
main.shop-page #categories_list li a img {
  height: 42px;
  width: auto;
  margin-bottom: 20px;
}
main.shop-page #categories_list li a:hover img {
  filter: grayscale(1) invert(1);
}
main#post_index #categories_list li a:hover,
main#post_category #categories_list li a:hover,
main.shop-page #categories_list li a:hover,
main.shop-page #filters_list li button:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}
main#post_index #categories_list li:last-child,
main#post_category #categories_list li:last-child,
main.shop-page #categories_list li:last-child,
main.shop-page #filters_list li:last-child {
  padding-right: 0;
}
main#post_index #posts_wrapper,
main.shop-page #products_wrapper {
  padding-top: 32px;
}
main#post_category #posts_wrapper {
  padding-top: 60px;
}
#pagination {
    font-size: 16px;
    padding-left: 0;
    margin-top: 30px;
    font-weight: var(--weight-regular);
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagination_wrapper {
  width: fit-content;
}
#pagination span, 
#pagination a {
    display: inline-block;
    font-weight: var(--weight-semibold);
    color: var(--navy-blue);
}
#pagination span {
    color: var(--navy-blue) !important;
}
#pagination #pagination_wrapper a:not(.prev):not(.next) {
    color: var(--navy-blue-50);
    transition: color .3s ease;
}
#pagination #pagination_wrapper > :not(.prev):not(.next) {
    padding-left: 6px;
    padding-right: 6px;
}
#pagination #pagination_wrapper > a:hover {
  color: var(--blue) !important;
}
#pagination #pagination_wrapper .prev {
    padding-right: 18px;
}
#pagination #pagination_wrapper .next {
    padding-left: 18px;
}
#pagination #pagination_wrapper .prev span span {
    padding-right: 4px;
}
#pagination #pagination_wrapper .next span span {
    padding-left: 4px;
}
#pagination #pagination_wrapper .prev span span:not(.pag-text),
#pagination #pagination_wrapper .next span span:not(.pag-text) {
    position: relative;
    top: 2px;
}
#pagination #pagination_wrapper .prev:hover *,
#pagination #pagination_wrapper .next:hover * {
    color: var(--mustard) !important;
}
#pagination #pagination_wrapper .prev *,
#pagination #pagination_wrapper .next * {
    transition: color .2s ease;
}
/*
#page_search,
#page_taxonomy {
    padding-bottom: 30px;
}
*/
/* ===========================
    POST - Card
=========================== */
.post_block {
  margin-bottom: 60px;
}
.post-wrapper {
  cursor: pointer;
}
.cat-wrapper {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-wrapper a span {
  font-weight: var(--weight-medium);
  color: var(--navy-blue);
}
.cat-wrapper a:hover span:not(.dot) {
  text-decoration: underline;
}
.cat-wrapper .dot {
  margin: 0 6px;
}
.post-wrapper .responsive_image {
  border-radius: 6px;
  overflow: hidden;
}
.post-wrapper .responsive_image img {
  transition: all .3s ease;
}
.post-wrapper .responsive_image:hover img {
  scale: 1.02;
}
.post-wrapper .h5 {
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-wrapper a.naked_link {
  color: var(--blue);
}
/* ===========================
    SINGLE - Post
=========================== */
body.single-post header#main_header,
body.single-recipe header#main_header {
  position: absolute;
  top: initial;
}
#single_page {
    padding-bottom: 30px;
}
.single-post #single_page {
  padding-bottom: 0;
}
#single_page section {
  padding-top: 20px;
}
#single_page #breadcrumb {
  width: 70%;
  text-overflow: ellipsis;
  margin: 20px 0 40px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: var(--navy-blue-50);
}
#single_page #breadcrumb a {
  color: var(--navy-blue-50);
}
#single_page #breadcrumb a,
#single_page #breadcrumb span {
  margin: 0 3px;
}
#single_page #breadcrumb a:first-child {
  margin-left: 0;
}
#single_page #breadcrumb a:hover {
  color: var(--blue);
}
#single_page #breadcrumb .current {
  color: var(--navy-blue);
}
#single_page #content_container {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 40px;
}
#single_page #content_container h1 {
  margin-bottom: 32px;
}
#single_page #content_container p {
  font-size: 16px;
}
#single_page img,
#single_page video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#single_page .cat-wrapper .tag {
  font-weight: var(--weight-semibold);
}
#single_page #content_container a:hover {
  text-decoration: underline;
}
#single_page .responsive_image.single {
    margin-bottom: 115px;
    border-radius: 6px;
    overflow: hidden;
    position: sticky;
    top: 50px;
    margin-top: 40px;
    padding-left: 20px;
}
#single_page h2,
#single_page h3,
#single_page h4,
#single_page h5,
#single_page h6 {
  margin-top: 32px;
}
#single_page h2 {
  font-size: 28px;
}
#single_page h3 {
  font-size: 24px;
}
#single_page h4 {
  font-size: 22px;
}
#single_page h5 {
  font-size: 20px;
}
#single_page h6 {
  font-size: 18px;
}
.links-bottom {
    border-top: 2px solid var(--navy-blue-20);
    /* border-bottom: 2px solid var(--navy-blue-20); */
    height: 45px;
    line-height: 42px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
}
.links-bottom a {
    color: var(--navy-blue);
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: var(--weight-semibold); 
}
.links-bottom .pull-left,
.links-bottom .pull-left a {
  color: var(--navy-blue-50);
}
.links-bottom .pull-left:hover a,
.links-bottom .pull-left:hover,
.links-bottom .pull-right:hover a,
.links-bottom .pull-right:hover {
    color: var(--mustard) !important;
    text-decoration: none !important;
}
.links-bottom .pull-left span,
.links-bottom .pull-right span {
  position: relative;
  top: 2px;
}
.links-bottom .pull-right span {
  top: 3px;
}

/* ===========================
    SINGLE - Recipe
=========================== */
.single-recipe #single_page section {
  padding-top: 50px !important;
  padding-bottom: 0;
}
.single-recipe #single_page {
  padding-bottom: 0;
}
.single-recipe #single_page section a:not(.go-back) {
  color: var(--blue);
}
.single-recipe #single_page section a:not(.go-back):hover {
  text-decoration: underline;
}
.go-back {
  color: var(--navy-blue);
  font-weight: var(--weight-semibold);
  margin-bottom: 24px;
  display: block;
  width: fit-content;
}
.go-back span {
  transform: translate(0, 1.5px);
  display: inline-block;
  margin-right: 4px;
  transition: all .3s ease;
}
.go-back:hover {
  color: var(--navy-blue) !important;
}
.go-back:hover span {
  transform: translate(-6px, 1.5px);
}
.single-recipe h1 {
  margin-bottom: 36px;
}
.single-recipe h2 {
  margin-top: 0 !important;
  margin-bottom: 36px;
}
.single-recipe #single_page p,
.single-recipe #single_page li {
  font-size: 16px !important;
}
.single-recipe #single_page ul,
.single-recipe #single_page ol,
.single-recipe #single_page li:last-child,
.single-recipe #single_page p:last-child {
  margin-bottom: 0 !important;
}
.single-recipe #single_page .responsive_image {
  margin-top: 0 !important;
}
.single-recipe #single_page #fast_info {
  margin-top: 46px;
  display: flex;
  padding-left: 0;
}
.single-recipe #single_page #recipe_preparation ul {
  list-style: initial !important;
}
.single-recipe #single_page #recipe_preparation .preparation_time ul {
  flex-wrap: wrap;
  list-style: none !important;
}
.single-recipe #single_page #fast_info li,
.single-recipe #single_page #recipe_preparation .preparation_time ul li {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid var(--navy-blue-30);
  margin-bottom: 0;
}
.single-recipe #single_page #recipe_preparation .preparation_time ul li {
  margin-bottom: 8px;
}
.single-recipe #single_page #fast_info li:last-child,
.single-recipe #single_page #recipe_preparation .preparation_time ul li:last-child {
  border-right: none;
}
.single-recipe #single_page #fast_info li span:first-child {
  font-size: 20px;
  color: var(--navy-blue-50);
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.single-recipe #single_page .recipe-block,
.single-recipe #single_page .flex_product_grid {
  margin-top: 60px;
  border-top: 1px solid var(--navy-blue-30);
  padding-top: 50px;
}
.single-recipe #single_page .flex_product_grid {
    margin-bottom: -60px;
    padding-top: 60px;
}
.single-recipe #single_page #recipe_ingredients ul {
  list-style: initial;
  padding-left: 18px;
  column-count: 2;
  column-gap: 40px;
}
.single-recipe #single_page #recipe_ingredients p {
  padding-top: 24px;
}
.single-recipe #single_page #recipe_preparation .preparation_time ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 36px !important;
}
.single-recipe #single_page #recipe_preparation .preparation_time ul li::before {
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 18px;
  color: var(--navy-blue-50);
}
.single-recipe #single_page strong {
  font-weight: var(--weight-semibold);
}
.single-recipe #single_page .responsive_image {
    margin-bottom: 0 !important;
}
.single-recipe #single_page .flex_recipes_grid {
    padding-top: 80px;
    padding-bottom: 50px;
}
/* ===========================
    RECIPES BLOCK
=========================== */
.go-next {
  color: var(--navy-blue) !important;
  font-weight: var(--weight-semibold);
  margin-bottom: 24px;
  display: block;
  width: fit-content;
  cursor: pointer;
}
.go-next.mobile {
  margin: 10px auto 10px;
  display: none;
}
.go-next span {
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 4px;
  transition: all .3s ease;
}
.go-next:hover {
  color: var(--navy-blue) !important;
  text-decoration: none !important;
}
.go-next:hover span {
  transform: translate(6px, 0);
}
/* ===========================
    RECIPE CARD
=========================== */
.recipe-card {
  margin-bottom: 30px;
}
.recipe-card > div {
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
}
.background-sand .recipe-card > div {
  background-color: var(--white);
}
.recipe-card .img-wrapper {
  overflow: hidden; 
  border-radius: 6px; 
}
.recipe-card img {
  width: 100%;
  height: 345px !important;
  object-fit: cover;
  max-height: 345px;
  object-fit: cover;
  object-position: center;
  transition: scale .3s ease;
}
.recipe-card img:hover {
  scale: 1.02;
}
.recipe-card h3 {
  font-size: 24px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px !important;
  margin-bottom: 8px;
}
.recipe-card a {
  color: var(--navy-blue) !important;
  margin-top: 12px;
}
.recipe-card a:hover {
  color: var(--white) !important;
  text-decoration: none !important;
}
/* ===========================
    ALL RECIPES PAGE
=========================== */
#recipes_page #all_recipes {
  padding: 70px 0 40px;
}
#recipes_page #all_recipes .container > p span,
main.shop-page #products_num span {
  font-weight: var(--weight-semibold);
}
main.shop-page #products_num span {
  margin-right: 6px;
}
#recipes_page #recipes_num,
main.shop-page #products_num {
  margin-bottom: 36px;
}
#recipes_page .row .col-12 > p {
  margin-bottom: 30px;
}


/* ===========================
    FOOTER
=========================== */
footer #prefooter {
    background-color: var(--navy-blue);
    width: 100%;
    padding: 20px 0;
}
footer #prefooter * {
    color: var(--white);
}
footer #prefooter .prefooter-item {
    display: flex;
    align-items: center;
    text-decoration: none;
}
footer #prefooter a.prefooter-item:hover{
    text-decoration: underline;
}
footer #prefooter img {
    margin-right: 12px;
    width: 30px;
}
footer #prefooter span {
    font-size: 15px;
    text-transform: uppercase;
}
footer #footer {
    background-color: var(--white);
    color: var(--navy-blue);
    padding: 50px 0 0;
    margin-top: 0;
    z-index: 99;
    position: relative;
    font-weight: var(--weight-regular);
}
footer #footer [itemprop="name"] {
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
footer #footer #highlighted_text p {
   margin-bottom: 0;
   font-size: 20px;
   text-align: right;
   color: var(--navy-blue);
   font-weight: var(--weight-semibold);
}
#footer_logo img {
    max-width: 240px;
    height: auto;
}
footer #footer a,
#subfooter a {
    color: var(--navy-blue);
}
footer #footer a:hover,
#subfooter a:hover {
    color: var(--blue);
}
footer #footer ul,
#subfooter ul {
    padding: 0;
}
footer #footer ul li {
    margin-bottom: 8px;
}
#footer #footer_corp_left > .row > div,
#footer #footer_corp_right > .row > div {
   margin-top: 20px;
}
footer #footer ul li,
#subfooter ul li {
    list-style: none;
}
#footer #corp_menu {
    padding: 36px 0 24px;
}
#footer #contact_info {
   margin-bottom: 8px;
}
#footer #corp_menu a,
#footer #shop_menu a,
#menu-footer-tienda > li > ul > li {
    font-size: 16px;
}
#footer #corp_menu #footer_corp_left button {
  display: flex;
  pointer-events: none;
}
#footer #corp_menu #footer_corp_left button :last-child {
  font-size: 20px;
  margin-left: 4px;
  display: none;
}
#footer #corp_menu ul li i {
    font-size: 25px;
}
#footer #corp_menu #contact_info > div {
    display: flex;
    align-items: center;
}
#footer #corp_menu #contact_info > div {
    margin-bottom: 8px;
}
#footer #corp_menu #contact_info > div img {
    margin-right: 4px;
    width: 20px;
    height: auto;
}
#footer #corp_menu #facebook_link i {
    font-size: 21px;
    position: relative;
    bottom: 3px;
}
#footer #corp_menu #twitter_link i {
    font-size: 22px;
    position: relative;
    bottom: 2px;
}
#footer .tag {
    font-weight: var(--weight-semibold);
    font-size: 15px;
    color: var(--navy-blue-70);
}
#footer .tag + div {
    margin-top: 10px;
}
#subfooter {
    font-size: 0.9em;
    background-color: var(--white);
    padding: 0 0px 14px;
    color: var(--navy-blue);
    font-weight: var(--weight-regular);
}
#footer_copyright {
    text-align: center;
}
#subfooter a {
    color: var(--navy-blue);
}
#footer_copyright a:hover {
    color: var(--blue);
}

/* ===========================
    SOCIAL MENU
=========================== */
ul.social_menu {
    display: block;
    padding: 0;
    text-align: left;
    margin: 0 0 24px;
    /* text-align: right; */
}
ul.social_menu li {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
ul.social_menu a {
    padding: 0 6px;
}
ul.social_menu li:last-child a {
    padding-right: 0;
} 
ul.social_menu a:hover {
    text-decoration: none;
}
ul.social_menu li span {
    text-indent: -99999px;
    display: inline-block;
    overflow: hidden;
}
ul.social_menu a i {
    font-size: 26px;
}
#footer_payment img {
   height: 30px;
   width: auto;
   margin-right: 10px;
   margin-top: 6px;
}
#menu_shop {
   padding: 6px 0 0;
}
#menu-footer-tienda {
   display: flex;
   flex-wrap: wrap;
}
#menu-footer-tienda > li > a {
   font-weight: var(--weight-semibold);
   font-size: 15px;
   color: var(--navy-blue-50);
   text-transform: uppercase;
}
#menu-footer-tienda > li {
   width: calc(50% - var(--bootstrap-padding));
   padding-top: 24px;
}
#menu-footer-tienda > li:nth-child(odd) {
  margin-right: 30px;
}
#menu-footer-tienda > li > ul {
   /* display: flex;
   flex-wrap: wrap; */
   column-count: 2;
   column-gap: 20px;
}
#menu-footer-tienda > li > ul > li {
   /* width: calc(50% - 15px); */
}
#menu-footer-tienda > li > ul > :nth-child(odd) {
   /* margin-right: 30px; */
}
#subfooter ul {
    text-align: right;
}
#footer_legal {
   padding: 12px 0;
   font-size: 14px;
   display: flex;
}
#subfooter ul li,
#footer_legal .text-left span {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
}
#footer_legal .text-left span {
    padding-left: 0;
    padding-right: 0;
}
#subfooter ul li:last-child {
    padding-right: 0;
}
#legal_menu ul {
    margin-bottom: 0;
}
#legal_menu ul li a {
   font-style: italic;
}

/* ===========================
    PAGE 404
=========================== */
main#page_404 > section {
    min-height: calc(100vh - 122px); 
    max-height: 750px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/others/404-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}
main#page_404 > section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
    z-index: 1;
}
main#page_404 > section .container {
    position: relative;
    z-index: 2;
}
main#page_404 > section h2,
main#page_404 > section p,
main#page_404 > section #numbers span {
    color: var(--white);
}
main#page_404 h1 {
  text-indent: -9999999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
main#page_404 #numbers span {
  font-size: 120px;
  position: relative;
}
main#page_404 #numbers span img {
  position: relative;
  top: -11px;
  left: 0;
}
main#page_404 > section a {
  width: fit-content;
  margin: auto;
}
/* .error404 header#main_header,
.error404 footer,
.error404 #subfooter {
    display: none!important;
} */
main#page_404 a.kensei_03 span,
main#page_404 a.kensei_03 i {
    display: inline-block;
    vertical-align: middle;
}
main#page_404 a.kensei_03 {
    display: block;
    margin-top: 1.3em;
    font-size: 1.15em;
}

/* ===========================
    TEMPLATE : Contact
=========================== */
#contact_page #mobile_contact {
  display: none;
}
#contact_page #locations {
  padding-top: 24px;
  padding-bottom: 70px;
}
#contact_page #locations > div h2 {
  padding-top: 46px;
}
#contact_page #locations > div h2 {
  margin-bottom: 32px;
}
#contact_page #locations .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contact_page #locations #our_factories .loc-card > div.row {
  align-items: stretch;
}
#contact_page #locations > div > div.row > div {
  margin-bottom: 36px;
}
#contact_page #locations #our_factories .loc-card {
  height: 100%;
}
#contact_page #locations .loc-card {
  background-color: var(--navy-blue-20);
  border-radius: 16px;
  overflow: hidden;
}
#contact_page #locations .loc-card,
#contact_page #locations .loc-card .content {
  min-height: 360px;
}
#contact_page #locations .loc-card .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
#contact_page #locations .loc-card .card-title img {
  width: 45px;
  height: auto;
  margin-right: 12px;
}
#contact_page #locations .loc-card .card-title h3 {
  margin-bottom: 0;
}
#contact_page #locations .loc-card .information-wrapper {
  padding: 40px 10px 50px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contact_page #locations #our_factories .loc-card .information-wrapper {
  padding: 40px 40px 50px;
}
#contact_page #locations .loc-card .information-wrapper > div.row p,
#contact_page #locations .loc-card .information-wrapper > div.row a:not(.the_button) {
  font-size: 16px;
  color: var(--navy-blue);
  display: block;
}
#contact_page #locations .loc-card .information-wrapper > div.row span.tag {
  font-size: 14px;
  color: var(--navy-blue-70);
  font-weight: var(--weight-regular);
  display: block;
}
#contact_page #locations .loc-card .information-wrapper > div.row span.tag:not(:first-child) {
  margin-top: 20px;
}
#contact_page #locations .loc-card .information-wrapper > div.row a:not(.the_button):hover {
  color: var(--blue);
}
#contact_page #locations .loc-card .timetables p {
  margin-bottom: 0;
}
#contact_page #locations .loc-card .information {
  border-right: 1px solid var(--navy-blue-50);
}
#contact_page #locations .loc-card .information > div,
#contact_page #locations .loc-card .timetables > div {
  display: flex;
}
#contact_page #locations .loc-card .information > div span,
#contact_page #locations .loc-card .timetables > div > span {
  margin-right: 8px;
  color: var(--navy-blue);
}
#contact_page #locations .loc-card .information > div span.icon-MapPin {
  position: relative;
  top: 1px;
}
#contact_page #locations .loc-card .information > div:not(:last-child) {
  margin-bottom: 14px;
}
#contact_page #locations #our_restaurants .the_button {
  font-size: 16px;
}
#contact_page .nf-before-form-content {
  display: none;
}
#contact_page .flex_text_n_image .responsive_image {
  padding-left: 20px;
}

/* ===========================
    TEMPLATE : Specials
=========================== */
.special-green-background,
.special-green .flex_double_screen {
  background: var(--special-green) !important;
}
.special-red-background,
.special-red .flex_double_screen {
  background: var(--special-red) !important;
}
/* .special-red .flex_double_screen-title strong {
  color: var(--navy-blue)!important;
} */ 
.special-orange-background,
.special-orange .flex_double_screen {
  background: var(--special-orange) !important;
}
.special-blue-background,
.special-blue .flex_double_screen {
  background: var(--special-blue) !important;
}
#hero_section_special h1,
#hero_section_special h1:hover {
  opacity: .8 !important;
}
#hero_section_special {
  min-height: 750px;
  max-height: 950px;
  height: calc(100vh - 122px);
  width: 100%;
  position: relative;
}
#hero_section_special .hero_special_backgrounds {
  display: flex;
  height: 100%;
  width: 100%;
}
#hero_section_special .left-side {
  width: calc(50% - 100px);
}
#hero_section_special .right-side {
  width: calc(50% + 100px);
  border-left: 10px solid var(--white);
}
#hero_section_special .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#hero_section_special .left-side .color-background {
  height: 52%;
}
#hero_section_special .left-side .image-container {
  height: 48%;
  border-top: 10px solid var(--white);
}
#hero_section_special .right-side > :first-child {
  height: 100%;
}
#hero_section_special .right-side.half > :first-child {
  height: 48%;
  border-bottom: 10px solid var(--white);
}
#hero_section_special .right-side.half > :last-child {
  height: 52%;
}
#hero_section_special .hero-special-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero_section_special .hero-special-content .container {
  height: 100%;
}
#hero_section_special .hero-special-content .row {
  height: 52%;
}
#hero_section_special .hero-special-content .title-container {
  padding: 40px 140px 40px 0;
}
#hero_section_special .hero-special-content .title-container h2,
#hero_section_special .hero-special-content .title-container .h2 {
  font-size: 46px;
  margin-bottom: 0;
}
#hero_section_special .hero-special-content .title-container h1,
#hero_section_special .hero-special-content .title-container h2 {
  color: var(--white);
}

/* ===========================
    PAGE : Result
=========================== */
#page_search section {
  padding-bottom: 60px;
}
#page_search h2 {
  margin: 32px 0;
}
#page_search h1 + .row > div:first-child h2 {
  margin: 16px 0 24px;
}
#page_search ul {
  padding-left: 0;
}

/* ===========================
    MEDIAQUERIES
=========================== */

@media (max-width: 1200px) { 

    /* GENERAL STYLES */
    main { 
        min-height: auto;
        /* padding-top: 96px;  */
    } 
    footer #prefooter .prefooter-item {
        flex-direction: column;
    }
    footer #prefooter .prefooter-item span {
        margin-top: 6px;
    }
    /* RECIPES */
    .single-recipe #single_page #recipe_ingredients ul {
        column-count: 1;
    }
    /* TEMPLATE CONTACT */
    #contact_page #locations .loc-card .information {
        border-right: none;
    }
    #contact_page #locations .loc-card .information > div:last-child {
        /* border-bottom: 1px solid var(--navy-blue-50); */
        margin-bottom: 20px;
        /* padding-bottom: 20px; */
    }
    /* RECIPES */
    .recipe-card img {
      height: 265px !important;
    }

}

@media (max-width: 1024px) {

    /* GENERAL STYLES */
    h1, .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 32px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    h6, .h6 {
        font-size: 16px;
    }
    .tag {
        font-size: 14px;
    }
    /* HEADER */
    header#main_header {
    overflow: visible;
    }
    #header_principal, nav#navigation {
        /* height: 72px; */
    }
    #header_principal nav#navigation > .container {
      padding-top: 42px;
      padding-bottom: 40px;
    }
    #header_left {
      justify-content: center;
      background-color: var(--white);
    }
    #shop_finder {
      display: block;
      margin-bottom: 20px;
    }
    #shop_finder button,
    nav#navigation .header-searchform .search-input + button {
      opacity: 1 !important;
      pointer-events: initial !important;
    }
    #shop_finder button.no-empty,
    nav#navigation .header-searchform .search-input + button.no-empty {
      opacity: 0 !important;
      pointer-events: none !important;
    }
    nav#navigation {
        display: block;
        background-color: var(--navy-blue);
        background-color: var(--white);
        position: fixed;
        left: 0;
        top: calc(-100vh + -40px);
        height: calc(100vh + 40px);
        width: 100%;
        color: var(--white);
        z-index: -9;
        overflow: hidden;
        /* overflow-y: scroll; */
        padding: 120px 0 70px;
        margin-top: 0;
        -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        overflow-y: scroll;
    }
    header#main_header .options_wrapper .language_switch ul {
      top: -127px;
    }
    /* nav#navigation > div {
      padding-left: var(--bootstrap-padding);
      padding-right: var(--bootstrap-padding);
      max-width: 960px;
    } */
    nav#navigation .container {
      height: auto;
    }
    header#main_header #header_right {
      position: absolute;
      right: 0;
    }
    header#main_header #header_right .secondary_nav_wrapper,
    header#main_header #header_right #icons_nav > div:not(:last-child) {
      display: none;
    }
    nav#navigation.open {
        top: 0;
    }
    nav#navigation > div {
        /* margin-right: auto;
        margin-left: auto; 
        padding-left: var(--bootstrap-padding);
        padding-right: var(--bootstrap-padding);
        width: 100%;
        max-width: 960px; */
    }
    nav#navigation > ul {
      flex-direction: column;
    }
    nav#navigation a:focus {
        color: var(--blue)!important;
    }
    nav#navigation > div > ul {
        padding: 0;
        margin-top: 0;
        height: auto; 
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    nav#navigation > div > ul li {
        text-align: left;
        padding: 10px 0;
        position: relative; 
    }
    header#main_header button .icon-chevron-down {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        top: 1px;
    }
    header#main_header nav li a span, header nav li > span:first-child {
      line-height: initial;
    }
    header#main_header #icons_nav a span:first-child {
        font-size: 38px !important;
    }
    header#main_header #the_logo {
        padding-left: 20px;
    }
    header#main_header nav button, 
    header#main_header button, 
    header#main_header nav li a span, 
    header#main_header nav li > span:first-child {
      font-size: 18px;
    }
    #mobile_nav {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
    }
    #mobile_nav .secondary_nav_wrapper {
      margin-bottom: 36px;
    }
    #mobile_nav #mobile_account_wrapper {
      padding-bottom: 36px;
      border-bottom: 1px solid var(--navy-blue-30);
      text-align: left;
    }
    #mobile_nav .mobile-account {
      color: var(--navy-blue);
      font-weight: var(--weight-semibold);
      text-align: left;
      width: fit-content;
    }
    #mobile_nav .mobile-account span {
      margin-right: 8px;
      position: relative;
      top: 1px;
    }
    header#main_header #mobile_nav .options_wrapper {
      margin: 20px 0 0;
      justify-content: space-between;
    }
    header#main_header #mobile_nav .options_wrapper > div:first-child > ul {
      padding: 0;
    }
    header#main_header #mobile_nav .options_wrapper > div:first-child > ul > li {
      margin-right: 0;
      padding: 0 16px;
    }
    header#main_header #mobile_nav .options_wrapper > div:first-child > ul > li:first-child {
      padding-left: 0;
    }
    header#main_header #mobile_nav .options_wrapper ul > li:last-child {
      border-right: none;
    }
    header#main_header #mobile_nav .options_wrapper .languages-wrapper {
      color: var(--navy-blue);
    }
    header#main_header #mobile_nav .options_wrapper .language_switch ul {
      left: -8px;
    }
    header#main_header #mobile_nav .options_wrapper .language_switch ul::before {
      display: none;
    }
    header#main_header #mobile_nav .options_wrapper .language_switch ul li {
      margin-right: 0;
      padding: 5px 20px;
    }
    header#main_header #mobile_nav .options_wrapper .language_switch ul li * {
      color: var(--white);
    }
    nav#navigation > div > ul > li a {
        font-size: 1.3em;
        padding: 12px 0;
        height: auto;
        color: var(--navy-blue);
        position: relative;
    }
    nav#navigation > div > ul > li.current-menu-parent.menu-item-has-children ul {
        display: inline-block; 
    }
    nav#navigation > div > ul > li ul {
        display: block;
        visibility: visible;
        position: relative;
        opacity: 1;
        color: var(--white);
        background-color: var(--white); 
        width: -webkit-fit-content; 
        width: -moz-fit-content; 
        width: fit-content; 
        left: 0;
        margin: 0;
        padding: 0.8em 0;
        position: fixed;
        top: 0;
        left: 102vw;
        width: 60vw;
        height: 100vh;
        padding-top: 124px;
        z-index: 99;
    }
    nav#navigation.open > div > ul > li ul.open {
        left: 40vw;
    }
    nav#navigation > div > ul > li ul li {
        margin: 0;
        padding: 0;
    }
    nav#navigation > div > ul > li ul li a{
        padding: 10px 16px;
        line-height: 1;
        font-size: 1.15em;
        color: var(--navy-blue);
    }
    #cart_wrapper #cart_count {
      top: -10px;
      right: 2px;
      font-size: 18px;
    }
    /* APP BURGUER */
    header#main_header {
      height: 161px;
    }
    header#main_header.hide_header {
      top: -162px;
    }
    header#main_header #menu-icon {
        width: 45px;
        height: 45px;
        margin-top: 0;
    }
    header#main_header #menu-icon .path {
        width: 100%;
        height: 2.5px;
        background-color: var(--navy-blue);
        top: calc(50% - 2px);
        position: relative;
        margin-top: -2.5px;
    }
    #app_burguer {
        display: block;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 30px;
        left: var(--bootstrap-padding);
        cursor: pointer;
    }
    header#main_header #app_burguer:hover {
        text-decoration: none;
        border-bottom: 0;
    }
    header#main_header #app_burguer #menu-icon .top {
        -webkit-transform:  rotate(0deg) translateY(-13px);
        -ms-transform:      rotate(0deg) translateY(-13px);
        transform:          rotate(0deg) translateY(-13px);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:         all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header#main_header #app_burguer #menu-icon .middle {
        -webkit-transform:  rotate(0deg);
        -ms-transform:      rotate(0deg);
        transform:          rotate(0deg);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:         all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header#main_header #app_burguer #menu-icon .bottom {
        -webkit-transform:  rotate(0deg) translateY(13px);
        -ms-transform:      rotate(0deg) translateY(13px);
        transform:          rotate(0deg) translateY(13px);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:         all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
        width: 90%;
    }
    header#main_header #app_burguer.open #menu-icon .top {
        -webkit-transform-origin:   50% 50%;
        -ms-transform-origin:       50% 50%; 
        transform-origin:           50% 50%; 
        -webkit-transform:  rotate(-45deg);
        -ms-transform:      rotate(-45deg);
        transform:          rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:         all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header#main_header #app_burguer.open #menu-icon .middle {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:         all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header#main_header #app_burguer.open #menu-icon .bottom {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin:     50% 50%; 
        transform-origin:         50% 50%; 
        -webkit-transform:  rotate(45deg);
        -ms-transform:      rotate(45deg);
        transform:          rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:         all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
        width: 100%;
    }
    /* Mobile Search */
    header#main_header .header-searchform {
      display: block;
    }
    /* Mobile menu */
    #submenu_wrapper {
      z-index: 1000;
      background-color: var(--white);
      height: calc(100vh - 36px);
    }
    #submenu_wrapper #first_level,
    #submenu_wrapper #second_level,
    #submenu_wrapper #secondary_nav,
    main.shop-page #filters_sidebar #filters_wrapper {
      width: 100%;
      background-color: transparent;
      padding-left: var(--bootstrap-padding);
      padding-right: var(--bootstrap-padding);
      background-color: var(--white);
      left: 100vw;
      padding-top: 10px;
    }
    #submenu_wrapper #secondary_nav,
    main.shop-page #filters_sidebar #filters_wrapper {
      left: initial;
    }
    #submenu_wrapper #secondary_nav .nav-wrapper,
    main.shop-page #filters_sidebar #filters_wrapper form {
      direction: initial;
    }
    #submenu_wrapper .nav-wrapper {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    main.shop-page #filters_sidebar {
      background-color: var(--white);
    }
    #submenu_wrapper ul,
    main.shop-page #filters_sidebar ul {
      text-align: left;
    }
    #submenu_wrapper .overlay,
    main.shop-page #filters_sidebar .overlay {
      display: none;
    }
    #submenu_wrapper #first_level::before,
    #submenu_wrapper #secondary_nav::before,
    main.shop-page #filters_sidebar #filters_wrapper::before {
      display: none;
    }
    main.shop-page #filters_sidebar #filters_wrapper {
      padding-top: 0;
    }
    #submenu_wrapper #second_level.open {
      left: 0 !important;
    }
    #submenu_wrapper #first_level {
      z-index: 1;
      text-align: left;
    }
    #submenu_wrapper #second_level {
      z-index: 2;
    }
    #submenu_wrapper .nav-wrapper > button {
      margin-bottom: 32px;
      display: inline-block;
    }
    #submenu_wrapper #first_level ul > li {
      right: 0;
    }
    #submenu_wrapper #first_level .nav-wrapper::-webkit-scrollbar,
    #submenu_wrapper #second_level .nav-wrapper::-webkit-scrollbar,
    #submenu_wrapper #secondary_nav .nav-wrapper::-webkit-scrollbar,
    main.shop-page #filters_sidebar #filters_wrapper form::-webkit-scrollbar {
        display: none;
    }
    #submenu_wrapper .nav-wrapper {
        padding: 45px 40px 60px;
        height: calc(100vh - 36px);
    }
    main.shop-page #filters_sidebar #filters_wrapper form {
        padding: 70px 0 60px;
        /* height: calc(100vh - 161px); */
    }
    header#main_header #icons_nav > div {
      margin-top: 6px;
    }
    header#main_header #header_left {
      padding-top: 20px;
      padding-bottom: 20px;
      width: 100%;
    }
    #submenu_wrapper .nav-wrapper > button span {
      font-size: 24px;
    }
    .related-content {
        min-height: 300px;
    }
    .related-content p {
      width: 70%;
    }
    main {
        padding-top: 161px;
    }
    /* SINGLE POST */
    #single_page #content_container h1 {
      font-size: 30px;
    }

    /* GENERAL */
    #hero_section_special .left-side,
    #hero_section_special .right-side {
      width: 50%;
    }
    #hero_section_special .hero-special-content .title-container {
      padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .tag {
        font-size: 16px;
    }
    /* HEADER */
    header#main_header #pre_header {
      overflow: hidden;
    }
    header#main_header #pre_header #ticker_message {
      overflow: visible;
    }
    header#main_header #pre-header #pre-nav > ul {
      display: none;
    }
    header#main_header #pre_header #ticker_message > div {
      -webkit-animation: ticker-animation 30s linear infinite;
      animation: ticker-animation 30s linear infinite;
      animation-delay: -15s;
      padding-left: 60px;
    }
    header#main_header #pre_header #ticker_message > div:last-child {
      -webkit-animation: ticker-animation-again 30s linear infinite;
      animation: ticker-animation-again 30s linear infinite;
      display: block;
    }
    header#main_header #pre_header #pre_nav {
      display: none;
    }
    #header_principal .container {
        width: 100%;
    }
    /* BLOG */
    main#post_index,
    main#post_category {
        padding-top: 125px;
    }
    main.shop-page {
        padding-top: 112px;
    }
    main#post_index section,
    main#post_category section,
    main.shop-page section {
      padding-top: 80px;
    }
    /* SINGLE POST */
    #single_page section > .container > div {
      padding-top: 30px;
    }
    #single_page #breadcrumb {
        margin: 20px 0 30px;
        width: 100%;
    }
    #single_page .responsive_image {
        position: relative;
        top: initial;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .links-bottom a {
        font-size: 17px;
    }
    /* RECIPES */
    .single-recipe #single_page .back-button {
      order: -2;
    }
    .single-recipe #single_page .recipe-image {
      order: -1;
    }
    .single-recipe #single_page .responsive_image {
      margin-bottom: 46px !important;
      padding-left: 0;
    }
    .recipe-card img {
        max-height: 190px;
        height: 190px;
    }
    #single_page .responsive_image {
        padding-left: 0;
    }
    .single-recipe #single_page .flex_recipes_grid {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    /* TEMPLATE CONTACT */
    #contact_page #mobile_contact {
      display: block;
      width: 100%;
      height: auto;
    }
    #contact_page #locations .loc-card .information-wrapper {
        padding: 40px 40px 50px 40px !important;
    }
    #contact_page #locations .loc-card .content,
    #contact_page #locations .loc-card .information-wrapper .card-title + div.row {
      flex-direction: column-reverse;
    }
    #contact_page #locations .loc-card .timetables {
        margin-bottom: 20px;
    }
    #contact_page #locations .loc-card .information > div:last-child {
        margin-bottom: 0;
    }
    #contact_page #locations #our_restaurants .the_button {
      width: 100%;
      text-align: center;
      margin-top: 24px;
      margin-bottom: 0;
    }
    #contact_page .order-last {
      display: none;
    }
    /* GENERAL */
    #hero_section_special .right-side,
     #hero_section_special .left-side .color-background {
      display: none;
    }
    #hero_section_special .left-side {
      width: 100%;
    }

    #hero_section_special .hero-special-content .title-container {
      padding-right: 100px;
    }
    #hero_section_special {
      min-height: initial;
      max-height: initial;
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
    }
    #hero_section_special .hero_special_backgrounds {
      display: block;
    }
    #hero_section_special .left-side .image-container {
      height: initial;
    }
    #hero_section_special .image-container img {
      width: 100%;
      height: auto;
    }
    #hero_section_special .hero-special-content {
        position: relative;
    }
    .special-green .hero-special-content {
      background: var(--special-green) !important;
    }
    .special-red .hero-special-content {
      background: var(--special-red) !important;
    }
    .special-orange .hero-special-content {
      background: var(--special-orange) !important;
    }
    .special-blue .hero-special-content {
      background: var(--special-blue) !important;
    }
    /* SINGLE RECIPE */
    .single-recipe #single_page .flex_product_grid {
      margin-bottom: 0 !important;
    }
    /* SHOP */
    body.tax-product_cat main.shop-page {
        padding-top: 112px;
    }
    
}

@media (max-width: 768px) {
    main {
        padding-top: 133px;
    }
    /* HEADER */ 
    #header_principal {
        padding: 0;
    }
    #app_burguer {
        top: 32px;
        /* right: var(--bootstrap-padding); */
        /* height: 45px; */
        /* width: 45px; */
    }
    header#main_header {
      height: 133px;
    }
    header#main_header #header_principal h1 {
        background-size: 230px;
        display: block;
        height: 100%;
    }
    nav#navigation > div {
        /* max-width: 720px; */
    }
    nav#navigation > div > ul > li ul {
        width: 100vw;
    }
    nav#navigation.open > div > ul > li ul.open {
        left: 0;
    }
    nav#navigation .sub-menu li a {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    /* GENERAL */
    

    /* Footer */
    ul.social_menu {
        text-align: left;
        margin-top: 20px;
    }
    footer #footer #highlighted_text p {
        text-align: left;
        margin-top: 32px;
        font-size: 18px;
    }
    #footer #corp_menu {
        padding: 30px 0 50px;
    }
    #menu-footer-tienda > li {
        min-width: 100%;
        margin-right: 0;
    }
    #footer #corp_menu #footer_corp_left button {
      pointer-events: initial;
    }
    #footer #corp_menu #footer_corp_left button :last-child {
      display: block;
      transition: all .3s ease;
    }
    #footer #corp_menu #footer_corp_left button.open :last-child {
      transform: rotate(180deg);
    }
    #footer #corp_menu #footer_corp_left button + div {
      display: none;
    }
    #footer #corp_menu #footer_corp_left button + div.open {
      display: block;
    }
    #menu-footer-tienda > li:nth-child(odd) {
      margin-right: 0;
    }
    #contact_info {
      margin-top: 40px !important;
    }
    /* BLOG */
    .post-wrapper .h5 {
      font-size: 22px;
      -webkit-line-clamp: initial;
      min-height: initial;
    }
    #pagination #pagination_wrapper .pag-text {
      display: none;
    }
    /* RECIPES */
    .single-recipe #single_page #recipe_preparation ul {
      flex-direction: column;
    }
    .single-recipe #single_page #recipe_preparation ul li {
      border-right: none;
    }
    .single-recipe #single_page #recipe_preparation ul li:not(:last-child) {
      margin-bottom: 12px;
    }
    .single-recipe #single_page p, .single-recipe #single_page li,
    #single_page #content_container p {
        font-size: 18px !important;
    }
    .go-next {
      display: none;
    }
    .go-next.mobile {
      display: block;
    }
    /* TEMPLATE CONTACT */
    #contact_page #locations .loc-card .information-wrapper {
        padding: 30px 30px 40px 30px;
    }
    /* SHOP PAGE */
    main.shop-page #categories_list li a span {
      font-size: 20px;
    }
    main.shop-page {
        padding-top: 134px !important;
    }
    /* body.tax-product_cat main.shop-page {
      padding-top: 134px !important;
    } */
} 
/* @media (max-width: 615px) {
    main.shop-page {
        padding-top: 134px !important;
    }
  } */
@media (max-width: 480px) {

    /* HEADER */ 
    #header_principal .row {
        text-align: left;
    }
    #app_burguer {
        right: var(--bootstrap-padding);
    }
    .related-content p {
      width: 100%;
    }

    /* PAGE - DEFAULT */ 
    .table-wrapper {
        overflow-x:auto;
    }

    /* BLOG */
    .post_block {
        margin-bottom: 29px;
        /* border-bottom: 1px solid var(--navy-blue-20); */
        padding-bottom: 30px;
    }
    .post_block:last-child {
        margin-bottom: 0;
    }
    .post_block .responsive_image {
        margin-bottom: 10px;
    }
    .post_block .date {
        margin-top: 0;
    }
    .page-template-template-blog .date {
        margin-bottom: 0;
    }
    main#post_index section,
    main#post_category section,
    main.shop-page section {
        padding-top: 50px;
    }
    /* main.shop-page {
        padding-top: 30px !important;
    } */
    main#post_index,
    main#post_category,
    main.shop-page {
      overflow-y: hidden;
    }
    main#post_index #categories_list, 
    main#post_category #categories_list,
    /* main.shop-page #categories_list, */
    main.shop-page #filters_list {
      flex-wrap: nowrap;
      white-space: nowrap;
      width: calc(100% + var(--bootstrap-padding));
      overflow: scroll;
      padding-right: 20px;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    main#post_index #categories_list::-webkit-scrollbar, 
    main#post_category #categories_list::-webkit-scrollbar,
    main.shop-page #categories_list::-webkit-scrollbar,
    main.shop-page #filters_list::webkit-scrollbar {
      display: none;
    }

    /* GENERAL */
    #hero_section_special .hero-special-content .title-container {
      padding-right: 0;
    }
    #hero_section_special .image-container img {
        height: 100vw;
    }
    #hero_section_special .hero-special-content .title-container h2, 
    #hero_section_special .hero-special-content .title-container .h2 {
      font-size: 32px;
    }
    /* Footer */
    #footer_logo img {
        /* margin: auto; */
        display: block;
        /* margin-bottom: 30px; */
    }
    #footer_menu_list ul {
        text-align: center;
    }
    #footer_menu_list ul li {
        margin-bottom: 8px;
        line-height: 1.15;
    }
    ul.social_menu a,
    ul.social_menu li:last-child a {
        padding: 0 8px;
    }
    /* 404 */
    main#page_404 #numbers span {
      font-size: 100px;
    }
    main#page_404 #numbers span img {
      width: 70px;
    }
    /* RECIPES */
    .single-recipe #single_page #fast_info {
      flex-direction: column;
    }
    .single-recipe #single_page #fast_info li {
      margin-bottom: 12px;
      border-right: none;
    }
    /* TEMPLATE CONTACT */
    #contact_page #locations .loc-card .information-wrapper {
        padding: 20px 20px 30px 20px !important;
    }
    #contact_page #locations .loc-card .card-title {
        flex-direction: column;
        align-items: flex-start;
    }
    #contact_page #locations .loc-card .card-title img {
        margin-right: 0;
        margin-bottom: 12px;
    }

} 

