@charset "utf-8";

#top-sales-bar { width: 100%; height: 40px; background-color: rgb(241, 86, 35); display: flex; justify-content: center; align-items: center; }

#top-sales-inner { width: 100%; height: 30px; display: flex; justify-content: center; align-items: center; }

#top-sales-bar-bold { font-family: "TT Norms W01 Bold"; font-size: 16px; color: rgb(255, 255, 255); text-shadow: rgb(21, 27, 31) 0px 0px 2px; line-height: 15px; }

#top-sales-bar-nonbold { font-family: "TT Norms W01 Regular"; font-size: 17px; color: rgb(255, 255, 255); margin: 0px 8px 0px 12px; text-shadow: rgb(24, 32, 37) 0px 0px 2px; line-height: 15px; }

#top-sales-arrow { font-size: 16px; color: rgb(255, 255, 255); margin: 0px 0px 0px 14px; text-shadow: rgb(24, 32, 37) 0px 0px 2px; line-height: 15px; }

@media screen and (max-width: 768px) {
  #top-sales-bar-bold { font-size: 11px; margin: 0px; }
  #top-sales-bar-nonbold { font-size: 13px; margin: 0px 8px 0px 11px; }
}