
.custom-cart-header-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    font-weight:600;
    font-size:16px;
    color:inherit;
    transition:all .2s ease;
}

.custom-cart-header-link:hover{
    opacity:.8;
}

.custom-cart-header-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}

.custom-cart-header-icon svg{
    width:22px;
    height:22px;
    display:block;
}

.custom-cart-header-total{
    line-height:1;
}
