article[data-module=sales],
#favorites > li[data-module=sales],
#menu > ul > li#sales {
  --dark-color: #94bd0f;
  --light-color: #eaf2cf; }

body:not(.min-left)[data-module=sales] > #menu > ul > li#sales > h3 > a,
body:not(.min-left) > #menu > ul > li#sales:focus > h3 > a,
body:not(.min-left) > #menu > ul > li#sales:hover > h3 > a {
  background: url("img/sales-24-hilight.svg") 10px center no-repeat, url("img/sales-expand-more-24.svg") right no-repeat; }

body:not(.min-left) > #menu > ul > li#sales > h3 > a {
  background: url("img/sales-24.svg") 10px center no-repeat, url("img/expand-more-24.svg") right no-repeat; }

body.min-left[data-module=sales] > #menu > ul > li#sales > h3 > a,
body.min-left > #menu > ul > li#sales:focus > h3 > a,
body.min-left > #menu > ul > li#sales:hover > h3 > a {
  background: url("img/sales-24-hilight.svg") 10px center no-repeat; }

body.min-left > #menu > ul > li#sales > h3 > a {
  background: url("img/sales-24.svg") 10px center no-repeat; }
