#basketBoxHeader {
    display: flex;
    align-items: center;
}

#basketBoxHeader h2 {
	flex-grow: 1;
}

#basketBoxHeader a {
    display: block;
    padding-right: 5px;
}