/** Shopify CDN: Minification failed

Line 171:12 Expected identifier but found whitespace
Line 171:14 Unexpected "{"
Line 171:23 Expected ":"
Line 171:74 Unexpected "3rem"
Line 171:80 Unexpected "{"
Line 171:89 Expected ":"
Line 171:142 Expected ":"
Line 197:18 Expected identifier but found whitespace
Line 197:20 Unexpected "{"
Line 197:29 Expected ":"
... and 5 more hidden warnings

**/
#PCheader {
    box-shadow: none !important;
}

.PCheader {
    border-bottom: 1px solid #d9d9d9 !important;
}
  
ul.navbar-menu > li > a > div {
    color: #000 !important;
}

ul.navbar-menu > li > a:hover > div {
    color: #21548b !important;
}

.navbar-item-svg > svg {
    width: 12px;
    height: 8px;
}

.navbar-item-svg {
    margin-top: -3px;
}

.navbar-item-svg > svg > path {
    stroke: #000 !important;
}

.header__heading svg {
    width: 105px;
    height: 55px;
}

@media screen and (min-width: 990px) {
	.header{
	  padding-top:2rem !important;
      padding-bottom:2rem !important;
	}
}

.header__icon svg > rect {
    transition: 0.3s linear;
}

.header__icon--search svg > rect {
    fill: #000;
}


.header__icon:hover svg > rect {
    fill: #597FA8;
}

.shili2 {
    padding: 2rem 0 !important;
}

.shili2Item-text {
    color: #000 !important;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.shili2Item-img{
width:auto !important;
}

.shili2Item-img > img{
  width:20px;
  height:20px;
}



@media(min-width:771px){
  .predictive-search__heading{
    font-size: min(3vw, 36px) !important;
}
}  



  
  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }
  sticky-header{
   
    transition: all .5s ease;
  }
  .maxwidthunset{
    transition: all .5s ease;
    max-width: 4000px !important;
  }
  #PCheader{
    margin: 0 auto;
    transition: all .2s ease;
    background: #fff;
    max-width:1500px;
    box-shadow: 0 1px 1px 1px #0000001c;
  }
  .PCheader{
   
    border-bottom: 1px solid #d9d9d9;
  }
  .ShelterMenu-link{
      height: 40px !important;
  }
  .header__heading-link{
      padding: 0;
  }


  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }


   .header {
    padding: {{ section.settings.padding_top | times: 0.5 | round: 0 }}px 3rem {{ section.settings.padding_bottom | times: 0.5 | round: 0 }}px 3rem;
  }

  .section-header {
    position: sticky; 
    margin-bottom: -75px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
    
    }
    .section-header {
      margin-bottom: -118.19px;
    }    
  }


  @media screen and (max-width: 1440px) {
    .section-header{
      position: fixed;
      width: 100%;
    }
  }
  @media screen and (min-width: 990px) {
    .header {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
    .PCheader{
      max-width:1500px;
      margin:0 auto;
    }
  }
.to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 37px;
  bottom: 100px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}

.to-top:hover {
  transform: scale(1.05);
}

.to-top.show22 {
  opacity: 1;
  visibility: visible;
}
  .width100{
    width:100% !important;
  }
  .shili1Box{
    position: relative;
    transition: all .2s ease;
    background:#fff;
    width:40%;
    margin:0 auto;
  }
  .shili1{
    margin:0 auto;
    min-width: 375px;
    max-width:761px;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 3rem;

  }
 
  @media screen and (max-width: 1024px) {
    .shili1Box{
      width: 65%;
    }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .shili1Box{
      width: 65%;
    }
  }
  @media screen and (max-width: 770px) {
    .shili1Box::before,
    .shili1Box::after {
      width: 6.17px; 
    }
    .shili2{
      overflow: scroll;
    }
    .shili2box{
      padding: 0 10px;
    }
  }  
  @media screen and (max-width: 450px) {
    .shili1Box{
      width: 100%;
    }
    .shili1{
      min-width: unset;
    }
  }  
  .shili1Box::before {
    left: 0;
    transform: translateX(-100%);
  }
  .shili1Box::after {
    top:0;
    right: 0;
    transform: rotate(180deg) translateX(-100%);
  }  
  .shili1item{
    margin:0 auto;
    text-align: center;
  }  
  .shili1item a{
    color: #000000;
    font-weight: 500;
  }
  .shili2{
    transition: all .2s ease;
    padding: 5px 0;
    max-width: 1500px;
    margin: 0 auto;
    background: #fff;    
    margin:0 auto;

  }
  .shili2box{
    max-width: 1500px;
    margin: 0 auto !important ;
  }
  .shili2Item{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shili2Item-img{
    font-size:0;
    width:15px;
    margin-right:5px;
  }

  .shili2Item-text{
    transition: all .3s ease;
    font-size: 12px;
  }
  .changeOpac #PCheader{
    box-shadow: 0 1px 1px 0px #00000012;
  }
  .changeOpac .shili2{

  }
  .changeOpac .shili2Item-text{
    color: #ffffff;
  }
  .changeOpac .navbar-item-first{
    color: #ffffff;
  }
  .changeOpac .navbar-item-svg svg path{
    stroke: #fff;
  }
  .changeOpac .shili1Box{
    background: transparent;
  }
  .changeOpac #PCheader{
    background: transparent;
  }
  .changeOpac .PCheader{
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
  }
  .changeOpac .shili2{
    background: transparent;
  }
  .changeOpac .shili1Box .shili1item a{
    color:#fff;
  }