﻿[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: .25rem;
    right: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #d96100;
    color: #fff
}

[data-cart-items]::after {
    box-sizing: border-box;
}

#subheader .shop.aila-store {
    width: 120px;
    text-align: right;
}

.shopping-cart-counter {
    margin-right: 5px;
    color: #fff;
}

.shopping-cart-counter:hover {
    text-decoration: none;
}