/** Shopify CDN: Minification failed

Line 81:22 Unexpected "{"

**/
/* ==== COUNTRIFIED LOGIN SELECT MENU ==== */

.login-select {
  /* border: 5px solid #ffffff; */
  border-radius: 5px!important;
  background-color: #50c89c27;
}
.login-select:hover {
  background-color: #c7eddf;
}

/* .login-select span {
  padding: 0.5em .5em 0.5em 0.5em!important;
} */

/* .login-select span:hover {
  padding: 0.5em 0.5em 0.5em 0.5em!important;
  color: black!important;
} */


/* Logged In Button Text Colors - DARK MODE */
.login-select:after {
  right: 1em!important;
  border-color: white!important;
}
.login-select--selected .login-select__title {
  color:white!important;
  text-transform: none!important;
}
.login-select--selected .login-select__name {
  color: white!important;
  padding-right: 2em;
  text-transform: none!important;
}
.login-select--selected .login-select__title:hover,
.login-select--selected .login-select__name:hover {
  color: white!important;
}
svg.icon-user-active {
  margin: 1em 0.3em;
  fill: white!important;
}
svg.icon-user-active:hover {
  fill: #FF0846!important;
}

/* Logged In Button Text Colors - LIGHT MODE */
.login-select:after {
  right: 1em!important;
  border-color: #212121!important;
}
.login-select--selected .login-select__title {
  color: #212121!important;
  text-transform: none!important;
  font-family: var(--font-stack-primary)!important;
}
.login-select--selected .login-select__name {
  color: #212121!important;
  padding-right: 2em;
  text-transform: none!important;
  font-family: var(--font-stack-primary)!important;
}
.login-select--selected .login-select__title:hover,
.login-select--selected .login-select__name:hover {
  color: #212121!important;
}
svg.icon-user-active {
  margin: 1em 0.3em;
  fill: #212121!important;
}
svg.icon-user-active:hover {
  fill: #000000!important;
}

.login-select:hover > {
  color: white!important;
}

/* UI JR or XX initials */
.initials-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #212121;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  min-width:40px;
  min-height:40px;
}
.initials-circle-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #21212133;
  color: white;
  font-weight: bold;
  font-size: .85em;
  text-transform: uppercase;
  min-width:26px;
  min-height:26px;
}


  
/* ===== Login Menu Dropdown Wrapper ===== */
.login-select__options-wrapper {
  top: 40px;
  left: 0;
}
.site-header__link.login-select__options-wrapper li {
  margin: 0rem!important;
}
.site-header__link.login-select__options-wrapper li:hover {
  margin: 0rem!important;
}
.login-select__options li:last-of-type {
  margin: 0rem!important;
  background-color: #FFFFFF!important;
}

.login-select__options li:nth-last-of-type(2) {
  margin: 0rem!important;
  background-color: #FFFFFF!important;
  margin-bottom: .5rem!important;
}
.login-select__options li:before:last-of-type{
  content: "x";
  border: 1px solid lightgrey;
}

.login-select__options li {
  background-color: #FFFFFF;
  padding: 0.1em 1em;
}
.login-select__options li:hover, 
.login-select__options li:last-of-type:hover,
.login-select__options li:nth-last-of-type(2):hover {
  background-color: #F5F5F5!important;
  border-radius: 4px;
}

.login-select__options-wrapper .login-select__options {
  padding: 10px 0 10px!important;
}

.login-select__options-wrapper .login-select__option {
    line-height: 1.1rem;
    width: 135px;
}

@media only screen and (min-width: 56.25em) {
  .login-select__options-wrapper .login-select__options {
      padding-left:0px!important;
      padding-right:0px!important;
      background-color: white;
  }
}

/* active login menu */
.login-select__options-wrapper {
    padding: 10px 0 10px;
    border-radius: inherit;
    background-color: white;
    box-shadow:  0 -2px 4px 0 rgba(0, 0, 0, .08), 0 32px 32px 0 rgba(0, 0, 0, .08), 0 11.7px 11.7px 0 rgba(0, 0, 0, .055), 0 5.7px 5.7px 0 rgba(0, 0, 0, .045), 0 2.8px 2.8px 0 rgba(0, 0, 0, .035), 0 1.1px 1.1px 0 rgba(0, 0, 0, .028);;
}


/* @media only screen and (min-width: 56.25em) {
  .login-select__options-wrapper .login-select__options {
      padding-left:0px!important;
      padding-right:0px!important;
      background-color: white;
  }
} */



/* ==== LOGIN MENU MOBILE ==== */
/* alter Country Selection to allow items below **/
@media only screen and (max-width: 900px) {
.mobile-nav__additional-links .country-select .country-select__options-wrapper {
  top: 15px;
 /*position: absolute; No position set before */ 
}}  

@media only screen and (max-width: 900px) {
  .login-select {
  background-color: unset;/* check */
  height: 38px;
  width: 62px;
  padding: 4px;
  /* margin-top: 1rem; */
}
.initials-circle-mobile {
    background-color: #50C89C;
  }
.login-select:after {
    top: 50%;
  }
/* active logged in menu */
.login-select__options-wrapper {
   position: absolute!important;
   right:0px;
   left: auto;
}  
.login-select__options-wrapper .login-select__options {
  background-color: white;
}
/* TEST */
.login-select-mobile {
    border: 2px solid white;
}
.login-select-mobile.active {
    border: 2px solid #50C89C;
}
  
}
/* END LOGIN MOBILE */

/* Temporarily force visibility of the login menu */
/* .login-select-mobile {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}  */



/* ====== media query bug fixes scrollbar bottom - 24 ======== */

.site-header__links.site-header__links--right .site-header__wishlist {
  margin-left: 10px;  
}


@media only screen and (max-width: 950px) {
.site-header__logo .site-logo {
    width: 120px!important; /* was 130px */
}

/* search button */
.site-header__search button {
  min-width: 30px!important; /* was 100px */
}
.site-header__search .input-group {
    border: 1px solid var(--color-border);
    width: 200px; /* was 250px */
    height: 56px;
}
/* login button */
.site-header__links.site-header__links--right .site-header__link {
    margin: 0 9px; /* was 19px */
}
}



/* REVIEW LOGIN HIDDEN */
/* @media (min-width: 768px) and (max-width: 991px) {
.login-select.hidden-xs, .login-select.hidden-sm{
  display: inline-block!important;
}
} */


/*===== MY DAHSBOARD Header Menu =====*/
/* .user-logged-in {
  border: 1px solid lightgrey;
  border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 .3em;
  background-color: #f5f5f5;
}
.user-logged-in:hover {
  border: 1px solid #FF0846;
}
.user-logged-in span {
  padding: 0.5em 2em 0.5em 0.5em!important;
  color: black!important;
}
.user-logged-in span:hover {
  padding: 0.5em 2em 0.5em 0.5em!important;
  color: black!important;
}
.user-logged-in svg{
  fill: yellow!important;
}
svg.icon-user-active {
  margin: 1em 0.3em;
  fill: lime!important;
}
svg.icon-user-active:hover {
  fill: red!important;
} */
/* .user-logged-in .country-select:after {
  right: -5!important; 
} */
