.header-style1 {
    border-bottom: none;
    box-shadow: 0px 6px 7px 0px rgba(135, 145, 172, 0.07);
    .top-form.top-search {
        width: 100%;
        max-width: 650px;
    }
}
.newheader .yt-header-under-2 {
    border-top: 1px solid #f2f4fb;
    border-bottom: none;
}
.header-under-menu {
    display: flex;
    align-items: center;
}

.mini-cart-header,
.mini-my-account {
    margin: 0;
}
.mini-my-account {
    background: linear-gradient(to left, #f2f4fb, transparent);
    border: 1px solid #ffffff !important;
    box-shadow: 0 0 60px #d7dae7;
}
.mini-cart-header {
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
}
.mini-cart-btn {
    align-items: center;
    gap: 10px;
    display: flex;
    padding: 5px 8px;
    .minicart-number {
        background: #fff;
        color: var(--main-color);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 12px;
        margin-right: 0;
        padding: 0px 5px;
        height: 18px;
    }
}
.newheader .yt-header-under-2.sticky-menu .mini-cart-header {
    width: fit-content;
    margin: 7px auto 7px 0;
    padding: 0px 6px !important;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
