/** Shopify CDN: Minification failed

Line 185:27 Unexpected ")"

**/
.extra-menu-item {
  display: none !important;
}

.main-nav {
  width: 100%;
}

input#search_main {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0,0,0,.05);
}

li.menu-item-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

#nav>ul>li, #nav-bar>ul>li {
  position: static;
  margin: 0 24px 0 24px;
  font-size: 14px;
}

li.no-check::before {
  display: none !important;
}

.nav-top-icon {
  margin-right: var(--size_8);
  height: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}

#nav-top .l4us li:not(.rendered), #nav-top .l4us .li:not(.rendered) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-menu-container a {
  text-decoration: none !important;
}

.menu-column-right {
  display: none;
}

.main-menu-text {
  color: #5B5A5A !important;
}

span.menu-right-text > * {
  margin-top: 25px;
}

.shopify-section-header > .overlay-close {
  background: unset !important;
}

@media only screen and (min-width: 768px) {
  #nav > ul > li > ul, #nav-bar > ul > li > ul {
    padding: 25px 25px 25px 25px;
  }
  
  
  #nav > ul > li > ul > *, #nav-bar > ul > li > ul > * {
    border-left-width: 0 !important;
  }
  
  #nav > ul.main-nav > li > ul {
    width: 50%;
    height: 40vh;
  }
  
  #nav > ul > li > ul > *:first-child:last-child, #nav-bar > ul > li > ul > *:first-child:last-child {
    width: 50%;
    height: 40vh;

  }
  
  ul.sub-menu-container {
    display: flex;
    flex-direction: row-reverse;
    border-top: 5px solid var(--accent_bg);
  }
  
  .menu-column-right {
    padding: 0 0 0 25px;
    display: block;
  }
  
  .menu-right-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  
  #nav > ul > li > ul.sub-menu-container .menu-column-right {
    border-left: 1px solid rgb(217,217,217) !important;
    border-left-width: 1px !important;
  }

  span.menu-right-text p {
    color: #333333;
  }

  .menu_right_link {
    text-decoration: none;
  }

  .menu-right-text {
    margin-top: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-decoration: none !important;
  }

  .menu-right-text a {
    text-decoration: none !important;
  }

  p#logo {
    margin-top: 0px;
  }

  nav#nav-top {
    justify-content: center !important;
  }

  nav#nav {
    margin-bottom: 5px;
    align-items: end;
  }

  form#search {
    margin-top: 5px;
  }

  .search-compact-is-centered #root #search {
    max-width: 750px
  }

  #nav>ul>li:first-child, #nav-bar>ul>li:first-child {
    margin-left: 0 !important;
  }

  #nav>ul>li:last-child, #nav-bar>ul>li:last-child {
    margin-right: 0 !important;
  }

  nav#nav-top {
    height: 45px;
  }

  ul.main-nav > li:nth-last-child(3) {
    background-color: #FCEDA4 !important;
    border-radius: 5px;
    padding: 0 20px;
  }

  #nav-top .usp-blocks .longer a.linked {
    display: none !important;
   }
}

@media only screen and (min-width: 1001px){
  ul.main-nav li, ul.main-nav li a {
    max-height: 30px;
  }

  .extra-menu-item {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block !important;
  }
}

.main-nav > li:first-child() {
  margin-left: 0 !important;
}

#nav>ul>li.active>a {
  font-weight: 500;
  color: var(--accent_bg) !important;
}

#search input {
  height: 40px;
} 

.shopify-section-header {
  border-bottom: 1px solid rgb(180,211,167);
}

.text-green {
  color: var(--accent_bg);
}

.usp-blocks .swiper-button-next::before,
.usp-blocks .swiper-button-prev:before {
  width: 30px;
  height: 20px;
}

#nav-top>ul.usp-blocks>li {
  margin: 0 72px 0 0;
}

@media only screen and (min-width: 1900px) {
  #nav>ul>li, #nav-bar>ul>li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  #root .shopify-section-header #nav {
    height: -webkit-fill-available !important;
    top: 124px !important;
  }

  #root .shopify-section-header.fixed #nav {
    height: -webkit-fill-available !important;
    top: 78px !important;
  }

  html.m2a {
    overflow: hidden;
  }
}

@media only screen and (max-width: 760px) { 
  #root .shopify-section-header #nav {
    height: -webkit-fill-available !important;
    top: 145px !important;
  }

  #root .shopify-section-header.fixed #nav {
    height: -webkit-fill-available !important;
    top: 116px !important;
  }
}