diff --git a/src/routes/shop/__layout.svelte b/src/routes/shop/__layout.svelte index b2be20e..b96b1af 100644 --- a/src/routes/shop/__layout.svelte +++ b/src/routes/shop/__layout.svelte @@ -105,7 +105,8 @@ -
+ +
diff --git a/src/style/pages/_shop.scss b/src/style/pages/_shop.scss index cadcbc3..83378a0 100644 --- a/src/style/pages/_shop.scss +++ b/src/style/pages/_shop.scss @@ -87,34 +87,8 @@ } } - // Cart - &__cart { - position: relative; - - @include bp (sm) { - display: flex; - margin-left: auto; - } - - .quantity { - position: absolute; - top: 50%; - left: -12px; - transform: translateY(-50%); - display: flex; - align-items: center; - justify-content: center; - width: 22px; - height: 22px; - font-size: rem(11px); - font-weight: 600; - color: #fff; - background-color: $color-secondary; - border-radius: 100%; - } - } - - .notifications { + // Notifications + &__notifications { position: absolute; z-index: 100; top: 72px;