.subscribe-item__input label {
    display: block;
    position: absolute;
    height: 75%;
    width: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}

.basket-item-actions-remove {
    display: block;
    position: absolute;
    background: var(--color-primary-6) url(../svg/i-cross.svg) no-repeat center;
    border-radius: 9px;
    width: 33px;
    height: 33px;
    right: 0;
    top: 0;
}

.cart-item__bottom {
    margin-top: 10px;
}

.user__avatar img {
    width: 24px;
}

.header-old-site-link {
    background: var(--color-primary);
    padding: 15px 0;
}

.old-site-link__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header-old-site-link span {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin: 0 40px;
}

.header-old-site-link a.button {
    background-color: #fff;
    height: auto;
    font-size: 13px;
    line-height: 24px;
    margin: 0 40px;
    padding: 0 85px;
    display: inline-block;
}

.header-old-site-link a.button:hover {
    background-color: #fff;
}