.menu-1 .top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.menu-1 .top ul {
    margin-bottom: 0;
}

.menu-1 .top > * {
    width: 100%;
}

.menu-1 .top .cart {
    padding: .25em .5em;
    text-align: right;
}

.menu-1 .top .cart .snipcart-checkout {
    cursor: pointer;
    position: relative;
}

.menu-1 .top .cart .items-count {
    align-items: center;
    background-color: hsl(180, 40%, 55%);
    border-radius: 50%;
    bottom: -5px;
    color: #ffffff;
    display: flex;
    font-size: 0.75rem;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: -5px;
    width: 24px;
}

.menu-1 .top .language {
    display: flex;
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    justify-content: flex-end;
}

.menu-1 .top .language > div {
    padding: 0 5px;
}

.menu-1 .top .language a {
    border-bottom: 0;
    color: #ffffff;
}

.menu-1 .top .language a.current {
    font-weight: 700;
}

ul.shop-legend {
    display: flex;
    margin-bottom: 1.5em;
}

ul.shop-legend li:before {
    display: none;
}

ul.shop-legend li {
    font-size: 0.75rem;
    margin: 0 20px 0 0;
    padding: 0;
    text-transform: uppercase;
}

ul.shop-legend .available,
ul.shop-legend .sold-out {
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    transform: skewY(-5deg);
    width: 25px;
}

ul.shop-legend .available {
    background-color: hsl(180, 40%, 55%);
}

ul.shop-legend .sold-out {
    background-color: #191919;
}

.wine-vintage-selector__item a {
    color: #f2f2f2;
}

.wine-vintage-selector__item.purchasable a {
    background-color: hsl(180, 40%, 55%);
}

.wine-vintage-selector .wine-vintage-selector__link:hover {
    background-color: #191919;
    color: hsl(180, 40%, 55%);
}

.wine-vintage-selector .wine-vintage-selector__item.purchasable a:hover {
    background-color: hsl(180, 40%, 55%);
    color: #191919;
}

@media screen and (min-width: 1121px) {
    .menu-1 .top {
        flex-wrap: nowrap;
    }

    .menu-1 .top > * {
        width: auto;
    }

    .menu-1 .top .cart {
        border-left: 2px solid #ffffff;
    }
}


