:root {
  --evo-brand-secondary: #2d6fb7; 
  --evo-brand-accent: #dcddde;
  --evo-header-background: #fff;

}


header .minicart_container .cart-btn>a.btn {
background: #ffffff;
    border: 1px solid #d3d3d3;
    color: #2d6fb7 !important;
    transition: color .35s , 
background .35s ;
}

/* Change this for desktop */

.header-full .logo img {
    max-width: 400px !important;
    height: auto !important;
    max-height: none !important;
}

@media only screen and (max-width: 425px){
header .header-mobile .logo img {
/* change this for mobile portrait view */
    max-width: 150px;
}
}
@media only screen and (max-width: 768px){
header .header-mobile .logo img {
/* change this for mobile landscape view */
    max-width: 200px;
}
}

.no-cats .nav-wrapper {
  display: none !important;
}


text-input-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-input-wrap label {
  font-weight: 700;
  font-size: 1rem;
}
.text-input-wrap textarea {
  padding-left: 20px;
  width: 100%;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid lightgrey;
}
.switch-branch-trigger { content-visibility: hidden; height: 1rem; }