/** Shopify CDN: Minification failed

Line 164:0 Unexpected end of file

**/
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  background-color: rgb(var(--color-background));
}

.list-menu--disclosure:focus {
  outline: none;
}

.only_for_mobile.list-menu__item {
    display: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

/* custom css */
.cart-count-bubble{font-size: 12px;}

.header-wrapper--border-bottom {
    border-bottom: 0.1rem solid #ddd;
}

#shopify-section-announcement-bar {z-index: 21;}

.header__heading-logo {
  	width: 100%;
    max-width: 300px;
    display: block;
}

.header__heading-link {position: relative;}

.logo-name {display: block;
    width: 100%;
    font-family: sans-serif;
    font-size: 15px;}

.header--top-center>.header__search,
.header__inline-menu,
.menu-drawer__utility-links{display: none;}

.header--top-center .header__heading-link {display: block;}

header-drawer {
    display: block !important;
}

.header{
  padding: 0;
}

.header--top-center *>.header__search input{
  background: transparent;
    border-radius: 0 !important;
    width: 250px;
    border-bottom: 1px solid #304a6f;
}

.field:after{content: none;}

.field__input:focus{box-shadow: none;}

.header__icons .header__icon {
    border-radius: 100%;
    display: flex;
    width: 40px;
    margin: 0 6px;
  	font-family: sans-serif;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}

.icon-title {
    font-size: 10px;
    text-decoration: none !important;
    text-underline-offset: 0;
    width: 100%;
    line-height: normal;
    margin-top: 8px;
    color: #304a6f;
    height: auto !important;
      line-height: 10px;
}

.header__icon--account svg {
    width: 16px  !important;
    height: 16px !important;
}
.header__icon--cart svg {
    width: 20px !important;
    height: 18px !important;
}

.header__icon--wishlist svg {
    width: 20px !important;
    height: 16px !important;
}

.header__icon--search svg {
    width: 16px !important;
    height: 16px !important;
}
.announcement-bar{  
  background: #c3fbd0;
}

.announcement-bar__message{
  font-size: 16px;
  line-height: normal;
  color: #304a6f;
}
@media screen and (max-width:767px) 
{
  .header__icon--search svg 
  {
      width: 12px !important;
      height: 12px !important;
  }
  .header__icon--cart svg 
  {
      width: 13px !important;
      height: 13px !important;
  }
}
.menu-drawer li.only_for_mobile.list-menu__item { width: 100%; }

.menu-drawer li.only_for_mobile.list-menu__item .header__icon {  color: #304a6f !important; justify-content: flex-start; width: 100%;text-transform: uppercase;}

.menu-drawer .header__icon.header__icon--account.link.focus-inset svg, 
.menu-drawer li.only_for_mobile.list-menu__item .header__icon svg
{  width: 20px;  margin-right: 10px; color: #76B389 !important; }

.menu-drawer li.only_for_mobile.list-menu__item .header__icon--account-login, 



