.custom-image-heade-logo{
    width: auto;
    display: block;
}

@media (max-width: 1024px) {
    .custom-image-heade-logo {
        width: 7vw;
        display: block;
    }
}
/*  Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
    .custom-image-heade-logo {
        width: 20vw;
        display: block;
    }
}

.custom-cart-badge-icon svg {
    fill:none;
    /* background-image: url("/store/sfsites/c/cms/delivery/media/MC5L6IZU4LTJF2ROXNY7SW5FZ3WI?"); */
    background-image: url("/sfsites/c/cms/delivery/media/MC5L6IZU4LTJF2ROXNY7SW5FZ3WI?"); /* For UAT and Prod */
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    height: 22px;
    width: 22px;
}
.custom-profile-icon {
    svg {
        fill:none;
        /* background-image: url("/store/sfsites/c/cms/delivery/media/MC4245H3PZARC5TCHYOZZTZRKK6Q?"); */
        background-image: url("/sfsites/c/cms/delivery/media/MC4245H3PZARC5TCHYOZZTZRKK6Q?"); /* For UAT and Prod */
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-size: cover;
        height: 22px;
        width: 22px;
    }

    .menu-trigger-p, p {
        color: #000000 !important;
    }
}

.custom-search-bar {
    .input-wrapper {
        color: #000000 !important;
        border-color: #000000 !important;
    }
    .input-search-button {
        border-color: #000000 !important;
        background-color:#000000 !important;
    }
    svg {
        height:18px;
        width: 18px;
    }
}

.pki-mnav-mobile {
    svg {
        fill: #000000 !important;
    }
}