/** Shopify CDN: Minification failed

Line 13:35 Unexpected "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-sub-menu .t4s-heading, .t4s-sub-menu .t4s-menu-item, .t4s-footer a {
    font-family: 'Nunito' !important;
}
.t4s-sub-menu li.t4s-menu-item a,  {
    font-weight: normal !important;
}
.t4s-sub-menu .t4s-heading {
  font-weight: 700 !important;}

.t4s-drawer__header {
  display: none;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #t4s-menu-drawer  {
    background-color: #927FBA;
}
.t4s-mb__menu .t4s-sub-menu li>a, .t4s-mb__menu>li>a {
    color: #ffffff;
}
.t4s-drawer__header span {
    color: #F47C51;
}
.t4s-mb__menu .t4s-menu_infos_title, .t4s-mb__menu .t4s-menu_infos_text, .t4s-mb__menu .t4s-menu_infos_text a {
    color: #ffffff;
}
.t4s-nav_link_txt, .t4s-menu-item.t4s-item-level-1{
    font-family: 'Nunito' !important;
}
.t4s-menu-item.t4s-item-level-1{
font-weight:normal;
}
}