.nav { padding: 40px 0; } .nav__row { display: flex; justify-content: flex-start; align-items: center; } .nav__logo, a.nav__logo { text-decoration: none; font-family: Noto Sans; font-style: normal; font-weight: normal; font-size: 28px; line-height: 38px; color: #000000; margin-right: 83px; } a.nav__logo:hover{ color: #f72464; } .nav__list { display: flex; margin: 0; padding: 0; list-style-type: none; } .nav__item { margin-right: 30px; font-size: 18px; } .nav__link { text-decoration: none; color: #000; } .nav__link:hover{ color: #f72464; } .nav__cart { margin-left: auto; } .nav__cart-link{ display: inline-block; padding: 5px; position: relative; top: 5px; } .nav__cart-number{ position: absolute; top:0; right: 0; border-radius: 50%; color: #fff; width: 20px; height: 20px; font-weight: bold; font-size: 12px; text-align: center; line-height: 20px; background: #f72464; }