* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

textarea {
  resize: vertical; }

.small-cart {
  font-size: 12rem; }
  .small-cart__head {
    font-family: 'BebasNeue', sans-serif;
    font-size: 24rem;
    line-height: 100%;
    text-transform: uppercase; }
  .small-cart__list {
    padding-top: 30rem; }
    @media (max-width: 919.98px) {
      .small-cart__list {
        padding-top: 15rem; } }
  .small-cart__list-container {
    max-height: calc(100vh - 340rem);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20rem;
    padding-right: 20rem; }
    @media (max-width: 919.98px) {
      .small-cart__list-container {
        max-height: calc(100dvh - 258rem);
        margin-right: -10rem;
        padding-right: 10rem; } }
    .small-cart__list-container::-webkit-scrollbar {
      width: 8px;
      background-color: #f9f9fd; }
    .small-cart__list-container::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #DFE3E9; }
    .small-cart__list-container::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: #f9f9fd; }
  .small-cart__total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25rem;
    font-size: 32rem; }
    @media (max-width: 919.98px) {
      .small-cart__total-price {
        font-size: 20rem; } }
    .small-cart__total-price strong {
      font-weight: normal; }
    .small-cart__total-price span {
      font-size: 20rem;
      text-transform: uppercase; }
      @media (max-width: 919.98px) {
        .small-cart__total-price span {
          font-size: 16rem; } }
    .small-cart__total-price p {
      font-size: 12rem;
      text-transform: uppercase;
      color: #7F90A6;
      margin: 0 !important; }
      @media (max-width: 919.98px) {
        .small-cart__total-price p {
          font-size: 16rem; } }
  .small-cart__btn {
    margin-top: 25rem;
    width: 100% !important; }

/*# sourceMappingURL=style.css.map */
