<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 979px) {
  #categoriestopmenuxxl {
    background-color:#6d6d6d !important;
    background-image:-moz-linear-gradient(top,#888888,#444444) !important;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#888888),to(#444444)) !important;
    background-image:-webkit-linear-gradient(top,#888888,#444444) !important;
    background-image:-o-linear-gradient(top,#888888,#444444) !important;
    background-image:linear-gradient(to bottom,#888888,#444444) !important;
    background-repeat:repeat-x !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff444444', GradientType=0) !important;
  }
  #categoriestopmenuxxl_ul {
    display:none;
    clear:both;
  }
  #categoriestopmenuxxl_showmenu {
    display:block;
    float:left;
  }
  #categoriestopmenuxxl_showmenu a, #categoriestopmenuxxl_hidemenu a {
    position:relative;
    text-transform:uppercase;
    padding-right:25px;
  }
  #categoriestopmenuxxl_showmenu span.menu_arrow {
    background:url(../../img/front/arrows.png) no-repeat;
    position:absolute;
    top:34%;
    right:10px;
    width:10px;
    height:10px;
    overflow:hidden;
  }
  #categoriestopmenuxxl li {
    background:none;
    border-bottom:1px solid rgba(0,0,0,0.1) !important;
    border:0;
    width:100%;
  }
  #categoriestopmenuxxl li.last, #categoriestopmenuxxl ul ul li { border:0 !important; }
  #categoriestopmenuxxl li:hover &gt; a, #categoriestopmenuxxl a.selected {
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background:#515151;
  }
  #categoriestopmenuxxl ul ul {
    height:auto;
    padding-bottom:10px;
  }
  #categoriestopmenuxxl .categoriestopmenuxxl_container { display:none; }
  #categoriestopmenuxxl ul ul li { margin:5px 15px 0; }
  #categoriestopmenuxxl ul ul li:hover &gt; a, #categoriestopmenuxxl ul ul a.selected { background:none; }
  #categoriestopmenuxxl li  &gt; ul, #categoriestopmenuxxl li:hover  &gt; ul {
    display:block;
    position:static;
  }
  #categoriestopmenuxxl_home {
    border-right:1px solid rgba(0,0,0,0.1) !important;
    margin:0 !important;
  }
  #categoriestopmenuxxl_specials {
    border-left:1px solid rgba(0,0,0,0.1) !important;
    margin:0 !important;
  }
  #categoriestopmenuxxl_news {
    border-left:1px solid rgba(0,0,0,0.1) !important;
    margin:0 !important;
  }
}
@media (max-width: 480px) {
  #categoriestopmenuxxl a { font-size:12px; }
  #categoriestopmenuxxl ul ul li a {
    font-size:14px;
    line-height:14px;
  }
}
</pre></body></html>