.elementor-19870 .elementor-element.elementor-element-7b57396{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0fb6385 *//* =========================================================
AFRI GENERAL — CUSTOM HEADER
========================================================= */

:root {

    --ag-navy: #000000;
    --ag-navy-dark: #000000;
    --ag-blue: #000000;
    --ag-black: #000000;

    --ag-gold-light: #ee8135;

    --ag-cream: #f7f4ed;
    --ag-white: #ffffff;

    --ag-text: #193653;
    --ag-muted: #718096;

    --ag-border: rgba(0, 0, 0, 0.12);
}


/* =========================================================
HEADER
========================================================= */

.ag-header-container {

    width: min(1400px, calc(100% - 60px));

    min-height: 92px;

    margin: 0 auto;

    padding: 14px 24px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    position: sticky;

    top: 15px;

    z-index: 9990;

    background: rgba(247, 244, 237, 0.94);

    border: 1px solid rgba(0, 0, 0, 0.08);

    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.08);

    backdrop-filter: blur(15px);

    -webkit-backdrop-filter: blur(15px);
}


/* =========================================================
DECORATIVE SHAPES
========================================================= */

.ag-header-shape {

    position: absolute;

    pointer-events: none;

    z-index: -1;

    border-radius: 50%;

    opacity: 0.25;

    filter: blur(1px);
}


.ag-shape-1 {

    width: 120px;

    height: 120px;

    background: var(--ag-gold-light);

    top: -65px;

    left: 8%;
}


.ag-shape-2 {

    width: 90px;

    height: 90px;

    background: #9db9d4;

    right: 18%;

    top: -40px;
}


.ag-shape-3 {

    width: 65px;

    height: 65px;

    background: #ee8135;

    right: 5%;

    bottom: -35px;
}


/* =========================================================
LOGO
========================================================= */

.ag-logo {

    width: 220px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-shrink: 0;

    text-decoration: none;
}


.ag-logo img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: left center;

    display: block;
}


/* =========================================================
NAVIGATION
========================================================= */

.ag-nav {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 34px;

    margin-left: auto;
}


.ag-nav a {

    position: relative;

    color: #000000;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.2px;

    padding: 8px 0;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.ag-nav a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 2px;

    background: #ee8135;

    border-radius: 10px;

    transition: width 0.25s ease;
}


.ag-nav a:hover {

    color: #ee8135;

    transform: translateY(-1px);
}


.ag-nav a:hover::after {

    width: 100%;
}


/* =========================================================
HEADER ACTIONS
========================================================= */

.ag-header-actions {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-shrink: 0;
}


/* =========================================================
SEARCH
========================================================= */

.ag-search-form {

    width: 250px;

    height: 48px;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 0 8px 0 16px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(0, 0, 0, 0.13);

    border-radius: 14px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.06);

    transition:
        width 0.3s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.ag-search-form:focus-within {

    width: 290px;

    border-color: #ee8135;

    box-shadow:
        0 8px 25px rgba(238, 129, 53, 0.12);
}


/* Search icon */

.ag-search-icon {

    width: 19px;

    height: 19px;

    flex: 0 0 19px;

    color: #000000;
}


/* Search input */

.ag-search-input {

    width: 100%;

    min-width: 0;

    height: 100%;

    border: 0 !important;

    outline: 0 !important;

    background: transparent !important;

    box-shadow: none !important;

    padding: 0 !important;

    margin: 0 !important;

    color: #000000 !important;

    font-size: 14px;

    font-weight: 500;
}


.ag-search-input::placeholder {

    color: #8b98a8;

    opacity: 1;
}


/* =========================================================
SEARCH SUBMIT BUTTON
========================================================= */

.ag-search-submit {

    width: 38px;

    height: 38px;

    flex: 0 0 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0 !important;

    border-radius: 11px;

    background: #000000 !important;

    color: #ffffff !important;

    cursor: pointer;

    padding: 0 !important;

    margin: 0 !important;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


/* Search icon inside submit */

.ag-search-submit svg {

    width: 19px;

    height: 19px;

    display: block;

    stroke: #ffffff !important;

    color: #ffffff !important;
}


.ag-search-submit svg circle,
.ag-search-submit svg path {

    stroke: #ffffff !important;
}


.ag-search-submit:hover {

    background: #ee8135 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


.ag-search-submit:hover svg,
.ag-search-submit:hover svg circle,
.ag-search-submit:hover svg path {

    stroke: #ffffff !important;

    color: #ffffff !important;
}


/* =========================================================
CART BUTTON
========================================================= */

.ag-cart-btn {

    position: relative;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(0, 0, 0, 0.13) !important;

    border-radius: 14px;

    background: var(--ag-white) !important;

    color: #000000 !important;

    cursor: pointer;

    padding: 0 !important;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.ag-cart-btn svg {

    width: 21px;

    height: 21px;
}


.ag-cart-btn:hover {

    background: #000000 !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}


.ag-cart-btn:hover svg {

    color: #ffffff !important;

    stroke: #ffffff !important;
}


/* =========================================================
CART COUNT
========================================================= */

.ag-cart-count {

    position: absolute;

    top: -6px;

    right: -6px;

    min-width: 20px;

    height: 20px;

    padding: 0 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

    background: #ee8135;

    color: #fff;

    font-size: 10px;

    line-height: 1;

    font-weight: 700;

    border: 2px solid var(--ag-cream);
}


/* =========================================================
CONTACT BUTTON
========================================================= */

.ag-header-cta {

    min-height: 48px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 0 18px;

    color: #fff !important;

    background: #000000;

    border-radius: 14px;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 700;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.ag-header-cta b {

    font-size: 18px;

    font-weight: 400;

    line-height: 1;
}


.ag-header-cta:hover {

    background: #ee8135;

    color: #fff !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(238, 129, 53, 0.2);
}


/* =========================================================
CART OVERLAY
========================================================= */

.ag-cart-overlay {

    position: fixed;

    inset: 0;

    background: rgba(5, 20, 35, 0.48);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    z-index: 9998;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;

    backdrop-filter: blur(3px);
}


.ag-cart-overlay.active {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}


/* =========================================================
CART SIDEBAR
========================================================= */

.ag-cart-sidebar {

    position: fixed;

    top: 0;

    right: 0;

    width: min(430px, 94vw);

    height: 100vh;

    display: flex;

    flex-direction: column;

    background: #000000 !important;

    color: #ffffff !important;

    z-index: 9999;

    transform: translateX(105%);

    visibility: hidden;

    box-shadow:
        -15px 0 50px rgba(5, 20, 35, 0.35);

    transition:
        transform 0.4s cubic-bezier(.77,0,.18,1),
        visibility 0.4s ease;
}


.ag-cart-sidebar.active {

    transform: translateX(0);

    visibility: visible;
}


/* =========================================================
SIDEBAR HEADER
========================================================= */

.ag-cart-sidebar-header {

    min-height: 105px;

    padding: 25px 26px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: #000000 !important;

    color: #fff !important;

    position: relative;

    overflow: hidden;
}


.ag-cart-sidebar-header::after {

    content: "";

    position: absolute;

    width: 150px;

    height: 150px;

    right: -65px;

    top: -80px;

    border-radius: 50%;

    background: rgba(238, 129, 53, 0.18);
}


.ag-cart-small-label {

    display: block;

    margin-bottom: 4px;

    color: #ee8135;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}


.ag-cart-sidebar-header h3 {

    margin: 0;

    color: #fff !important;

    font-size: 23px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
CLOSE BUTTON
========================================================= */

.ag-cart-close {

    position: relative;

    z-index: 2;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,0.25) !important;

    border-radius: 12px;

    background: rgba(255,255,255,0.08) !important;

    color: #fff !important;

    font-size: 26px;

    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    padding: 0 !important;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.ag-cart-close:hover {

    background: #ee8135 !important;

    color: #fff !important;

    transform: rotate(90deg);
}


/* =========================================================
MINI CART
========================================================= */

.ag-mini-cart-wrapper {

    flex: 1;

    overflow-y: auto;

    padding: 20px;

    background: #000000 !important;
}


.ag-mini-cart-wrapper::-webkit-scrollbar {

    width: 5px;
}


.ag-mini-cart-wrapper::-webkit-scrollbar-thumb {

    background: rgba(255, 255, 255, 0.25);

    border-radius: 20px;
}


/* =========================================================
WOOCOMMERCE MINI CART
========================================================= */

.ag-mini-cart-wrapper .woocommerce-mini-cart {

    list-style: none;

    margin: 0 !important;

    padding: 0 !important;
}


.ag-mini-cart-wrapper
.woocommerce-mini-cart-item {

    position: relative;

    min-height: 95px;

    margin: 0 0 12px !important;

    padding: 12px !important;

    display: flex;

    align-items: center;

    gap: 13px;

    background: #ffffff !important;

    border: 1px solid rgba(0,0,0,0.08);

    border-radius: 16px;

    box-shadow:
        0 5px 18px rgba(0,0,0,0.15);
}


/* Product image */

.ag-mini-cart-wrapper
.woocommerce-mini-cart-item img {

    width: 68px !important;

    height: 68px !important;

    object-fit: contain;

    background: #f7f7f5;

    border-radius: 11px;

    margin: 0 !important;

    float: none !important;
}


/* Product link */

.ag-mini-cart-wrapper
.woocommerce-mini-cart-item
a:not(.remove) {

    color: #000000 !important;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.4;
}


/* Quantity */

.ag-mini-cart-wrapper
.woocommerce-mini-cart-item
.quantity {

    display: block;

    margin-top: 5px;

    color: var(--ag-muted);

    font-size: 12px;
}


/* Remove */

.ag-mini-cart-wrapper
.woocommerce-mini-cart-item
.remove {

    position: absolute;

    top: 8px;

    right: 9px;

    width: 22px;

    height: 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f1f3f5;

    color: #718096 !important;

    font-size: 16px;

    text-decoration: none;

    z-index: 3;
}


.ag-mini-cart-wrapper
.woocommerce-mini-cart-item
.remove:hover {

    background: #d9534f;

    color: #fff !important;
}


/* =========================================================
SUBTOTAL
========================================================= */

.ag-mini-cart-wrapper
.woocommerce-mini-cart__total {

    margin: 18px 0 0 !important;

    padding: 18px 5px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top: 1px solid rgba(255,255,255,0.18);

    color: #ffffff !important;

    font-size: 14px;
}


.ag-mini-cart-wrapper
.woocommerce-mini-cart__total strong {

    font-weight: 700;

    color: #ffffff !important;
}


.ag-mini-cart-wrapper
.woocommerce-mini-cart__total .amount {

    color: #ee8135 !important;

    font-size: 19px;

    font-weight: 800;
}


/* =========================================================
EMPTY CART
========================================================= */

.ag-mini-cart-wrapper
.woocommerce-mini-cart__empty-message {

    margin: 40px 0;

    padding: 35px 20px;

    text-align: center;

    color: #718096;

    background: #ffffff !important;

    border-radius: 18px;
}


/* =========================================================
SIDEBAR FOOTER
========================================================= */

.ag-cart-sidebar-footer {

    padding: 20px 24px 24px;

    background: #ffffff !important;

    border-top: 1px solid rgba(0,0,0,0.12);
}


/* =========================================================
TRUST MESSAGE
========================================================= */

.ag-cart-footer-note {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 18px;
}


.ag-cart-footer-note > span {

    width: 26px;

    height: 26px;

    flex: 0 0 26px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(238,129,53,0.14);

    color: #ee8135;

    font-weight: 800;
}


.ag-cart-footer-note p {

    margin: 0;

    color: var(--ag-muted);

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
CART FOOTER BUTTONS
========================================================= */

.ag-cart-footer-buttons {

    display: grid;

    grid-template-columns: 1fr 1.25fr;

    gap: 10px;
}


.ag-view-cart,
.ag-checkout-btn {

    min-height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-radius: 12px;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 700;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.ag-view-cart {

    color: #000000 !important;

    background: #eef2f5;
}


.ag-view-cart:hover {

    color: #fff !important;

    background: #000000;

    transform: translateY(-2px);
}


.ag-checkout-btn {

    color: #fff !important;

    background: #ee8135;
}


.ag-checkout-btn span {

    font-size: 18px;

    font-weight: 400;
}


.ag-checkout-btn:hover {

    color: #fff !important;

    background: #000000;

    transform: translateY(-2px);
}


/* =========================================================
BODY WHEN CART IS OPEN
========================================================= */

body.ag-cart-open {

    overflow: hidden;
}


/* =========================================================
SEARCH LOADING
========================================================= */

#custom-products-grid.loading {

    opacity: 0.5;

    pointer-events: none;

    transition: opacity 0.2s ease;
}


.custom-search-empty {

    grid-column: 1 / -1;

    padding: 60px 20px;

    text-align: center;

    color: var(--ag-muted);

    background: #fff;

    border-radius: 18px;
}


/* =========================================================
MOBILE MENU BUTTON
========================================================= */

.ag-mobile-toggle {

    display: none;

    width: 46px;

    height: 46px;

    padding: 0 !important;

    border: 1px solid rgba(0,0,0,0.12) !important;

    border-radius: 13px;

    background: #fff !important;

    cursor: pointer;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 5px;
}


.ag-mobile-toggle span {

    width: 20px;

    height: 2px;

    display: block;

    background: #000000;

    border-radius: 10px;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


.ag-mobile-toggle.active span:nth-child(1) {

    transform:
        translateY(7px)
        rotate(45deg);
}


.ag-mobile-toggle.active span:nth-child(2) {

    opacity: 0;
}


.ag-mobile-toggle.active span:nth-child(3) {

    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================================================
MOBILE MENU
========================================================= */

.ag-mobile-menu {

    display: none;
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 1200px) {

    .ag-header-container {

        width: min(100% - 30px, 1100px);

        gap: 18px;
    }


    .ag-logo {

        width: 160px;
    }


    .ag-nav {

        gap: 20px;
    }


    .ag-nav a {

        font-size: 13px;
    }


    .ag-search-form {

        width: 210px;
    }


    .ag-search-form:focus-within {

        width: 230px;
    }


    .ag-header-cta {

        padding: 0 14px;
    }
}


/* =========================================================
TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 1020px) {

    .ag-header-container {

        min-height: 82px;
    }


    .ag-nav {

        display: none;
    }


    .ag-search-form {

        width: 230px;
    }


    .ag-search-form:focus-within {

        width: 250px;
    }


    .ag-mobile-toggle {

        display: flex;
    }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 700px) {

    .ag-header-container {

        width: calc(100% - 24px);

        min-height: 72px;

        padding: 10px 12px;

        border-radius: 17px;

        gap: 8px;
    }


    .ag-logo {

        width: 135px;

        height: 50px;
    }


    .ag-header-actions {

        gap: 7px;
    }


    .ag-search-form {

        width: 43px;

        height: 43px;

        padding: 0;

        justify-content: center;

        border-radius: 12px;
    }


    .ag-search-form:focus-within {

        position: absolute;

        left: 12px;

        right: 12px;

        top: calc(100% + 8px);

        width: auto;

        height: 50px;

        padding-left: 15px;

        background: #fff;

        z-index: 10;
    }


    .ag-search-input {

        display: none;
    }


    .ag-search-form:focus-within
    .ag-search-input {

        display: block;
    }


    .ag-search-submit {

        width: 37px;

        height: 37px;

        flex: 0 0 37px;
    }


    .ag-search-submit svg,
    .ag-search-submit svg circle,
    .ag-search-submit svg path {

        stroke: #ffffff !important;
    }


    .ag-cart-btn {

        width: 43px;

        height: 43px;

        border-radius: 12px;
    }


    .ag-cart-btn svg {

        width: 19px;

        height: 19px;
    }


    .ag-header-cta {

        display: none;
    }


    .ag-mobile-toggle {

        width: 43px;

        height: 43px;

        border-radius: 12px;
    }


    .ag-header-shape {

        display: none;
    }


    /* =================================================
       MOBILE MENU
    ================================================== */

    .ag-mobile-menu {

        position: absolute;

        top: 82px;

        left: 12px;

        right: 12px;

        z-index: 9997;

        display: flex;

        flex-direction: column;

        gap: 4px;

        padding: 12px;

        background: var(--ag-cream);

        border: 1px solid var(--ag-border);

        border-radius: 18px;

        box-shadow:
            0 18px 45px rgba(0,0,0,0.13);

        opacity: 0;

        visibility: hidden;

        transform: translateY(-10px);

        transition:
            opacity 0.25s ease,
            visibility 0.25s ease,
            transform 0.25s ease;
    }


    .ag-mobile-menu.active {

        opacity: 1;

        visibility: visible;

        transform: translateY(0);
    }


    .ag-mobile-menu a {

        display: flex;

        align-items: center;

        min-height: 48px;

        padding: 0 15px;

        border-radius: 11px;

        color: #000000 !important;

        text-decoration: none !important;

        font-size: 14px;

        font-weight: 600;

        transition:
            background 0.2s ease,
            color 0.2s ease;
    }


    .ag-mobile-menu a:hover {

        background: rgba(238,129,53,0.13);

        color: #ee8135 !important;
    }


    .ag-mobile-menu
    .ag-mobile-checkout {

        margin-top: 5px;

        justify-content: center;

        background: #000000;

        color: #fff !important;
    }


    .ag-mobile-menu
    .ag-mobile-checkout:hover {

        background: #ee8135;

        color: #fff !important;
    }


    /* =================================================
       MOBILE CART
    ================================================== */

    .ag-cart-sidebar {

        width: min(430px, 94vw);

        background: #000000 !important;
    }


    .ag-mini-cart-wrapper {

        background: #000000 !important;
    }
}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ag-header-container {

        width: calc(100% - 16px);

        padding: 9px;
    }


    .ag-logo {

        width: 120px;
    }


    .ag-header-actions {

        gap: 5px;
    }


    .ag-cart-btn,
    .ag-mobile-toggle,
    .ag-search-form {

        width: 40px;

        height: 40px;
    }


    .ag-search-form {

        flex: 0 0 40px;
    }


    .ag-search-submit {

        width: 36px;

        height: 36px;

        flex: 0 0 36px;

        background: transparent !important;

        color: #000000 !important;
    }


    /* Keep search icon white only when submit has black background */
    .ag-search-form:focus-within .ag-search-submit {

        background: #000000 !important;

        color: #ffffff !important;
    }


    .ag-search-form:focus-within .ag-search-submit svg,
    .ag-search-form:focus-within .ag-search-submit svg circle,
    .ag-search-form:focus-within .ag-search-submit svg path {

        stroke: #ffffff !important;
    }


    .ag-cart-count {

        top: -5px;

        right: -5px;

        min-width: 18px;

        height: 18px;

        font-size: 9px;
    }
}


/* =========================================================
WOOCOMMERCE AJAX CART COMPATIBILITY
========================================================= */

.woocommerce-cart-form
.woocommerce-cart-form__cart-item {

    transition: opacity 0.2s ease;
}


.widget_shopping_cart
.woocommerce-mini-cart-item
.variation {

    margin: 3px 0 0;

    font-size: 10px;
}


/* =========================================================
PREVENT PORTO / THEME BUTTON STYLES
========================================================= */

.ag-search-submit:hover,
.ag-cart-btn:hover,
.ag-cart-close:hover {

    box-shadow: none !important;
}


/* =========================================================
ACCESSIBILITY
========================================================= */

.ag-search-submit:focus-visible,
.ag-cart-btn:focus-visible,
.ag-cart-close:focus-visible,
.ag-mobile-toggle:focus-visible {

    outline: 2px solid #ee8135;

    outline-offset: 3px;
}


/* =========================================================
STICKY HEADER SUPPORT
========================================================= */

html,
body {

    overflow-x: hidden;
}


.elementor {

    overflow: visible !important;
}


/* =========================================================
FINAL OVERRIDES
FORCE SEARCH ICON WHITE + CART SIDEBAR BLACK
========================================================= */

/* Search submit */

.ag-search-submit {

    background: #000000 !important;

    color: #ffffff !important;
}


.ag-search-submit svg {

    stroke: #ffffff !important;

    color: #ffffff !important;
}


.ag-search-submit svg circle,
.ag-search-submit svg path {

    stroke: #ffffff !important;
}


.ag-search-submit:hover {

    background: #ee8135 !important;

    color: #ffffff !important;
}


.ag-search-submit:hover svg,
.ag-search-submit:hover svg circle,
.ag-search-submit:hover svg path {

    stroke: #ffffff !important;

    color: #ffffff !important;
}


/* Cart sidebar */

.ag-cart-sidebar,
.ag-cart-sidebar.active {

    background: #000000 !important;

    color: #ffffff !important;
}


.ag-cart-sidebar-header {

    background: #000000 !important;

    color: #ffffff !important;
}


.ag-mini-cart-wrapper {

    background: #000000 !important;

    color: #ffffff !important;
}


/* Keep product cards white */

.ag-mini-cart-wrapper
.woocommerce-mini-cart-item {

    background: #ffffff !important;
}


/* Cart footer stays white */

.ag-cart-sidebar-footer {

    background: #ffffff !important;
}/* End custom CSS */