/** Shopify CDN: Minification failed

Line 12:7 Unexpected "and"

**/
#header_notif {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 700;
}

@media and screen (max-width: 480px) {
  #header_notif {
    font-size: 13px;
  }
  
}
.announcement-banner{
  background-color: #9999;
  font-size: 12px;
  padding: 10px 10px;
  text-align: center;
  font-weight: 600;
}

/* .special-top{
 	top: 40px; 
} */

/* .with-header0 ~ #r_nav {
    top: 189px;
}

#r_nav{
  top: 139px;    
}

@media screen and (max-width: 952px){
  .special-top{
    top: 52px; 
  }
  .with-header0 ~ #r_nav {
    top: 196px;
  } 
}
@media screen and (max-width: 797px){
  #r_nav{
    top: 146px;    
  }
}
@media screen and (max-width: 1060px){
  .announcement-banner{
    font-size: 12px
  }
}

@media screen and (max-width: 767px){
  .with-header0 ~ #r_nav {
    top: 0px;
  }  
  #r_nav{
   	top:0; 
  }
} */