.sticky-nav__price span {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.sticky-nav__price {
  font-family: 'SFR-Regular', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* UI ICONS */
/* ICONS */
.sticky-content {
  position: relative; }

.sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.sticky-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #1d0d1b; }
  .sticky-nav .fixed .sticky-nav__content {
    z-index: 10; }
  .sticky-nav__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%; }
  .sticky-nav__list {
    display: none;
    list-style: none;
    margin: 0;
    height: 100%; }
    @media (min-width: 992px) {
      .sticky-nav__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border: none;
        border-radius: 0; } }
    .sticky-nav__list li {
      height: 100%; }
      .sticky-nav__list li:not(:first-child) {
        margin-left: 24px; }
    .sticky-nav__list a {
      position: relative;
      display: block;
      height: 100%;
      padding: 0 13px;
      text-decoration: none;
      line-height: 55px;
      color: #ffffff;
      white-space: nowrap;
      transition: color 0.3s ease-out; }
      .sticky-nav__list a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: linear-gradient(to right, #871D81 0%, #E2001A 100%);
        transition: width 0.4s ease-out; }
      .sticky-nav__list a.current {
        font-family: "SFR-Bold", sans-serif; }
        .sticky-nav__list a.current::after {
          width: 100%; }
  .sticky-nav__right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .sticky-nav__right {
        margin-left: 40px; } }
  .sticky-nav__price {
    font-size: 11px;
    text-transform: uppercase; }
    .sticky-nav__price span {
      font-size: 22px; }
  .sticky-nav__button {
    margin-left: 8px; }
