#header .nav-item-cart {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#header .nav-item-divider {
    width: 1px;
    height: 34px;
    margin: 0 14px;
    padding: 0;
    align-self: center;
    background-color: #D7DEE8;
    list-style: none;
}

#header .wfi-header-minicart {
    margin: 0;
    position: relative;
}

#header .wfi-header-cart__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background-color: #F4F7FB;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    color: #0F1E36;
    text-decoration: none !important;
    position: relative;
    box-sizing: border-box;
}

#header .wfi-header-cart__toggle:hover,
#header .wfi-header-cart__toggle:focus {
    background-color: #EEF2F7;
    color: #0F1E36;
    text-decoration: none !important;
}

#header .wfi-header-cart__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header .wfi-header-cart__icon-wrap svg {
    width: 22px;
    height: 22px;
    display: block;
}

#header .wfi-header-cart__count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding: 0 5px;
    background-color: #D3642C;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

#header .wfi-header-cart__count[hidden] {
    display: none !important;
}

@media (max-width: 767.98px) {
    #header .nav-item-divider {
        display: none;
    }

    #header .nav-item-cart {
        justify-content: center;
        margin-top: 12px;
    }

    #header .wfi-header-cart__dropdown {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        min-width: 280px;
    }
}
