.gf-cart-button-notification a{
    display: flex;
    flex-direction: row;
    height: 21px;
}
.gf-cart-button-notification{
	margin-top: -2px;
}
.gf-cart-button-notification-content-inner{
    width: 21px;
    margin-right: 5px;
}

.gf-cart-button-notification-number{
    color: white;
    background-color: black;
    border-radius: 3px;
    width: 21px;
    height: 100%;
    line-height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    padding-top: 2px;
}