@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.v1-header {
    color: #797979;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
}

.v1-header .top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0 1rem;
    z-index: 20;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.v1-header .top-header .primary-menu .navbar-nav a.nav-link {
    color: #222121;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid #e1e1e1;
}

.v1-header .top-header .primary-menu .navbar-nav a.nav-link:hover,
.v1-header .top-header .primary-menu .navbar-nav a.nav-link:focus,
.v1-header .top-header .primary-menu .nav-link.active,
.v1-header .top-header .primary-menu .show>.nav-link {
    background-color: #ffffff;
}

.v1-header .top-header .primary-menu .dropdown-menu .dropdown-item.active,
.v1-header .top-header .primary-menu .dropdown-menu .dropdown-item:active {
    color: #343434;
    text-decoration: none;
    background-color: #f1f0f0
}

.v1-header .top-header .secondary-menu.navbar-nav a.nav-link {
    color: #222121;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0.6rem;
    padding-left: 0.6rem
}

.v1-header .top-header .navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.v1-header .top-header .secondary-menu .cart-badge {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2c2c;
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.v1-header .primary-menu {
    background-color: #ffffff;
}

.v1-header .primary-menu.offcanvas-body {
    padding: 0rem 0rem;
}

.v1-header .offcanvas-header {
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
}

.v1-header .offcanvas-start {
    width: 280px;
}

.v1-header .top-header .primary-menu .dropdown-large-menu {
    width: auto;
    padding: 0.5rem;
}

.v1-header .top-header .primary-menu .dropdown-large-menu .large-menu-title {
    font-size: 15px;
    font-weight: 600;
    padding: 0.25rem 1rem;
}

.v1-header .top-header .primary-menu .dropdown-large-menu ul li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@media all and (min-width: 1200px) {
    .v1-header .top-header .primary-menu .dropdown-large-menu {
        width: 630px;
        padding: 0.5rem;
    }

    #v1-theme #v1-header.top-header .primary-menu .navbar-nav a.nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        height: 65px;
        border-bottom: 0px solid #e1e1e1;
    }

    .v1-header .top-header .primary-menu .navbar-nav a.nav-link:hover,
    .v1-header .top-header .primary-menu .navbar-nav a.nav-link:focus,
    .v1-header .top-header .primary-menu .nav-link.active,
    .v1-header .top-header .primary-menu .show>.nav-link {
        background-color: #f4f4f4;
    }

    .v1-header .primary-menu {
        background-color: rgba(33, 37, 41, 0);
    }

    .v1-header .primary-menu .navbar-nav .nav-item .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
        animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
    }

    .v1-header .primary-menu .navbar-nav .nav-item:hover>.dropdown-menu {
        display: block;
    }
}

.v1-header .top-header .logo-img {
    width: 50px !important;
    height:50px !important;
    object-fit: contain;
}

.v1-header .mobile-menu-btn,
.v1-header .mobile-menu-btn:hover {
    color: #464444;
    font-size: 1.5rem;
}

.v1-header a {
    text-decoration: none;
}


.v5-header {
    color: #797979;
    letter-spacing: 0.5px;

    font-family: "Inria Sans", serif;
}

.v5-header .top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 30px;
    border-radius: 20px;
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);

    padding: 0 1rem;
    z-index: 20;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.175);
}

.v5-header .top-header .primary-menu .navbar-nav a.nav-link {
    color: #222121;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid #e1e1e1;
}

.v5-header .top-header .primary-menu .navbar-nav a.nav-link:hover,
.v5-header .top-header .primary-menu .navbar-nav a.nav-link:focus,
.v5-header .top-header .primary-menu .nav-link.active,
.v5-header .top-header .primary-menu .show>.nav-link {
    background-color: #ffffff;
}

.v5-header .top-header .dropdown-menu {
    border-radius: 20px !important;
    /* margin-top: 20px; */
    padding: 20px !important;
    border: 1px solid #FBAB7E !important;

}

.v5-header .top-header .primary-menu .dropdown-menu .dropdown-item.active,
.v5-header .top-header .primary-menu .dropdown-menu .dropdown-item:active {
    color: #343434;
    text-decoration: none;
    background-color: #f1f0f0
}

.v5-header .top-header .secondary-menu.navbar-nav a.nav-link {
    color: #222121;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0.6rem;
    padding-left: 0.6rem
}

.v5-header .top-header .navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.v5-header .top-header .secondary-menu .cart-badge {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2c2c;
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.v5-header .primary-menu {
    /* background-color: #ffffff; */
}

.v5-header .top-header .navbar .offcanvas {}

.v5-header .primary-menu.offcanvas-body {
    padding: 0rem 0rem;
}

.v5-header .offcanvas-header {
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
}

.v5-header .offcanvas-start {
    width: 280px;
}

.v5-header .top-header .primary-menu .dropdown-large-menu {
    width: auto;
    padding: 0.5rem;
}

.v5-header .top-header .primary-menu .dropdown-large-menu .large-menu-title {
    font-size: 15px;
    font-weight: 600;
    padding: 0.25rem 1rem;
}

.v5-header .top-header .primary-menu .dropdown-large-menu ul li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@media all and (min-width: 1200px) {
    .v5-header .top-header .primary-menu .dropdown-large-menu {
        width: 630px;
        padding: 0.5rem;
    }

    #v5-theme #v5-header.top-header .primary-menu .navbar-nav a.nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        height: 65px;
        border-bottom: 0px solid #e1e1e1;
    }

    .v5-header .top-header .primary-menu .navbar-nav a.nav-link:hover,
    .v5-header .top-header .primary-menu .navbar-nav a.nav-link:focus,
    .v5-header .top-header .primary-menu .nav-link.active,
    .v5-header .top-header .primary-menu .show>.nav-link {
        background-color: #f4f4f4;
    }

    .v5-header .primary-menu {
        background-color: rgba(33, 37, 41, 0);
    }

    .v5-header .primary-menu .navbar-nav .nav-item .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
        animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
    }

    .v5-header .primary-menu .navbar-nav .nav-item:hover>.dropdown-menu {
        display: block;
    }
}

.v5-header .top-header .logo-img {
    width: 100px;
}

.v5-header .mobile-menu-btn,
.v5-header .mobile-menu-btn:hover {
    color: #464444;
    font-size: 1.5rem;
}

.v5-header a {
    text-decoration: none;
}
.nav-item .dropdown {
    background-color: transparent !important;
}

.v5-header .top-header .primary-menu .navbar-nav a.nav-link {
    background-color: transparent !important;
}
/***************************************/



/* v4 Header */

.v4-header .header-row-style .top-header-menu-style {
    padding: 10px;
    border-radius: 35px;
    width: 30%;
}

.v4-header .header-row-style .line {
    height: 2px;
    width: 100%;
    background-color: #cecbcb71;
    margin: 0 28px;
}

.v4-header .header-row-style .setting .circle-set .setting {
    border: none;
    background-color: transparent;
}

.v4-header .header-row-style .setting .circle-set .setting i {
    background-color: #0096ff;
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
}

.v4-header .header-row-style .setting .circle-set .menu-btn-style {
    border: none;
    background-color: transparent;
    margin-left: -6px;
    position: relative;
    z-index: 2;
}

.v4-header .header-row-style .setting .circle-set .menu-btn-style i {
    background-color: #0096ff;
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
}

.v4-header .header-row-style .setting .circle-img {
    margin-left: -6px;
}

.v4-header .header-row-style .setting .circle-img img {
    border: 1px solid #0096ff;
}

.v4-header .header-row-style .setting .user-profile-circle-set .login {
    background-color: #0096ff;
    border-radius: 25px;
    color: white;
    text-align: center;
    transition: 0.5s;
}

.v4-header .header-row-style .setting .user-profile-circle-set .signup {
    background-color: white;
    border-radius: 25px;
    color: black;
    text-align: center;
    border: 1px solid #0096ff;
    transition: 0.5s;
}

.v4-header .header-row-style .setting .user-profile-circle-set .login:hover {
    background-color: #0583dd;
}

.v4-header .header-row-style .setting .user-profile-circle-set .signup:hover {
    background-color: #0583dd;
    color: white;
}

.v4-header .header-row-style .inner-menu {
    background-color: white;
    border-radius: 45px;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.v4-header .header-row-style .inner-menu nav ul li {
    list-style: none;
}

.v4-header .header-row-style .inner-menu nav ul li a {
    text-decoration: none;
    padding: 0 10px;
    color: #7a7777;
}

.v4-header .header-row-style .inner-menu nav ul li a i {
    background-color: #0096ff;
    color: white;
    padding: 10px;
    border-radius: 50%;
}

.v4-header .overlay-style-set-d-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.342);
    z-index: 10;
    display: none;
    transition: 0.3s;
}

.v4-header .offcanvas-main-sidebar-style-set-d {
    position: fixed;
    left: -300px;
    top: 0;
    min-height: 100vh;
    width: 300px;
    background-color: white;
    z-index: 11;
    transition: 0.3s;
    z-index: 999999 !important;
}

.v4-header #sideBarCloseBtn {
    display: block;
    text-align: center;
}

.v4-header .mobile-view-menu-style-set {
    display: none;
}

.v4-header .bottom-icons-sidebar-fixed-style {
    width: 267px;
}

.v4-header .nav-link-style-set-s {
    font-size: 20px;
    text-align: start;
}

.v4-header .sidebar-list-height-set-style {
    height: 100vh;
}

.v4-header .drop-d-style-clr {
    position: absolute !important;
    margin: 0px !important;
    transform: translate3d(-70px, 36px, 0px) !important;
    inset: 0px auto auto 0px;
}


.v4-header{
background-color: #e3f3fa !important;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 992px) {
    .v4-header .header-row-style .top-header-menu-style {
        width: 100% !important;
    }
}
.v1-header .logo-img
{
    height:30px !important;

}
.v2-header{
    height:100px !important;
}




.modern_building_header {
    --background-gradient: linear-gradient(to right, #f0f0f0, #e0e0e0);
    --primary-purple: #7b1fa2;
    --text-color: #222;
}
.modern_building_header .header-container {
    background: rgba(223, 222, 222, 0.979);
    position: relative;
    width: 100%;
    /* padding: 15px 0; */
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;

}

.modern_building_header .header-container .left-bar-content-style-s {
    border-bottom-right-radius: 10px;
}

/* Logo styling */
.modern_building_header .header-container .logo-text {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 0.9;
    color: var(--text-color);
    /* text-transform: lowercase; */
    letter-spacing: -1px;
    align-content: center;
}

.modern_building_header .header-container .logo-text span {
    display: block;
}

/* Menu button styling */
.modern_building_header .header-container .menu-btn {
    background-color: var(--primary-purple);
    border: none;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: 1100; */
    position: relative;
}

.modern_building_header .header-container .menu-btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.modern_building_header .header-container .menu-open .menu-btn i.fa-bars {
    transform: rotate(90deg);
}

/* Navigation links */
.modern_building_header .header-container .nav-links {
    display: flex;
    gap: 30px;
    margin-bottom: 0;

}

.modern_building_header .header-container .nav-links a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.modern_building_header .header-container .nav-links a:hover {
    color: var(--primary-purple);
}

/* Search box */
.modern_building_header .header-container .search-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 20px;
}

.modern_building_header .header-container .search-input {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    padding-right: 40px;
    color: #555;
    outline: none;
    width: 180px;
}

.modern_building_header .header-container .search-input::placeholder {
    color: #777;
    font-style: italic;
}

.modern_building_header .header-container .search-btn {
    background-color: var(--primary-purple);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    right: 0;
}

/* User icon */
.modern_building_header .header-container .user-btn {
    background-color: #222;
    border: none;
    /* width: 35px;
    height: 35px; */
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}


.modern_building_header .overlay-style-set-d-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.342);
    z-index: 10;
    display: none;
    transition: 0.3s;
}


.modern_building_header .offcanvas-main-sidebar-style-set-d {
    position: fixed;
    left: -300px;
    top: 0;
    min-height: 100vh;
    width: 300px;
    background-color: white;
    z-index: 11;
    /* display: none; */
    transition: 0.3s;
}

.modern_building_header .bottom-icons-sidebar-fixed-style {
    width: 267px;
}

.modern_building_header .nav-link-style-set-s {
    font-size: 20px;
}


.modern_building_header .sidebar-list-height-set-style {
    height: 100vh;
}





/* Mobile menu */
.modern_building_header .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.modern_building_header .menu-open .mobile-menu {
    transform: translateY(0);
}

.modern_building_header .mobile-nav-links {
    list-style: none;
    padding: 0;
    text-align: center;
}

.modern_building_header .mobile-nav-links li {
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.modern_building_header .menu-open .mobile-nav-links li {
    opacity: 1;
    transform: translateY(0);
}

.modern_building_header .menu-open .mobile-nav-links li:nth-child(1) {
    transition-delay: 0.1s;
}

.modern_building_header .menu-open .mobile-nav-links li:nth-child(2) {
    transition-delay: 0.2s;
}

.modern_building_header .menu-open .mobile-nav-links li:nth-child(3) {
    transition-delay: 0.3s;
}

.modern_building_header .mobile-nav-links a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: lowercase;
    transition: color 0.2s ease;
}

.modern_building_header .mobile-nav-links a:hover {
    color: var(--primary-purple);
}
.modern_building_header .cart-count-circle {
    background-color: white;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;

}



.logitech_header .logitech-main-container-hero-style {
    background-color: #202020;
    color: white;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding-right: 20px;
}

.logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .left-sidebar {
    width: 10%;
    min-height:70px !important;
}
@media(max-width:550px)
{
    .logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .left-sidebar 
    {
        width:30% !important;
    }
}

.logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .left-sidebar .sidebar-left {
    background-color: #090909;
    border-radius: 25px;
}

.logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .mid-main-content {
    width: 90%;
    background-color: #090909;
}
.logitech_header .mobile-button
{
    display: none;
}

@media(max-width:550px)
{
    .logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .mid-main-content
    {
        display: none !important;
    }
    .logitech_header .mobile-button {
        text-align: right;
        position: absolute;
        width: 50px;
        right: 30px;
        font-size: 28px;
        border-radius: 10px;
        display: block;
        top:10px !important;
    }
    .logitech_header .mobile-button .mobile_button
    {
        background-color:#000 !important;
        color:#BE8D2D !important;
        padding:15px !important;
        border:none !important;
        border-radius: 15px !important;
        
    }
}


.logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .left-sidebar .sidebar-left .menu-item-left-s ul li a {
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.5s;
}

.logitech_header .logitech-main-container-hero-style .hero-main-left-side-content-s .left-sidebar .sidebar-left .menu-item-left-s ul li a:hover {
    background-color: white;

    color: black !important;
}

.logitech_header .logitech-main-container-hero-style .menu-btn-style-top-set {
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
}

.logitech_header .logitech-main-container-hero-style .mid-log-logo-section-style-d {
    position: absolute;
}

.logitech_header .logitech-main-container-hero-style .mid-logo-hero-header-style-s {
    position: absolute;
    left: 50%;
    top: 0;
}

.logitech_header .logitech-main-container-hero-style .mid-logo-hero-header-style-s .logo {
    background-color: #202020;
}

.logitech_header .logitech-main-container-hero-style .mid-logo-hero-header-style-s .left {
    /* padding: 10px; */
    width: 30px;
    background-color: #202020;
    border-bottom-left-radius: 30px;
}

.logitech_header .logitech-main-container-hero-style .mid-logo-hero-header-style-s .left::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    background-color: transparent;
    width: 30px;
    height: 34px;
    box-shadow: 10px -10px #202020;
    border-top-right-radius: 30px;
}

.logitech_header .logitech-main-container-hero-style .mid-logo-hero-header-style-s .right {
    /* padding: 10px; */
    width: 30px;
    background-color: #202020;
    border-bottom-right-radius: 30px;
}

.logitech_header .logitech-main-container-hero-style .mid-logo-hero-header-style-s .right::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0px;
    background-color: transparent;
    width: 30px;
    height: 34px;
    box-shadow: -10px -10px #202020;
    border-top-left-radius: 30px;
}

.logitech_header .logitech-main-container-hero-style .mid-scenaro-img-style-s-d {
    height: 200px;
}

.logitech_header .logitech-main-container-hero-style .mid-scenaro-img-style-s-d img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logitech_header .box-btn-menu-set-style {
    display: none;
}

.logitech_header #overlayStyleSectionSS {
    background-color: rgba(0, 0, 0, 0.377);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    /* opacity: 0; */
    display: none;
    transition: 0.3s;
}

.logitech_header .mobile-view-menu-style-set {
    display: none;
}

.logitech_header #sideBarCloseBtn {
    display: none;
}

.logitech_header .overlay-style-set-d-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.342);
    z-index: 10;
    display: none;
    transition: 0.3s;
}

.logitech_header .offcanvas-main-sidebar-style-set-d {
    position: fixed;
    left: -300px;
    top: 0;
    min-height: 100vh;
    width: 300px;
    background-color: white;
    z-index: 11;
    /* display: none; */
    transition: 0.3s;
}

.logitech_header .mobile-view-menu-style-set {
    display: none;
}

.logitech_header .bottom-icons-sidebar-fixed-style {
    width: 267px;
}

.logitech_header .nav-link-style-set-s {
    font-size: 20px;
    text-align: start;
}

.logitech_header .sidebar-list-height-set-style {
    height: 100vh;
}

.logitech_header .cart-count-style {
    position: absolute;
    right: -3px;
    top: -7px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}





.mage_header .dark-mage-header-style {
    background: rgba(223, 222, 222, 0.979);
    padding: 7px;
    border-radius: 35px;
    position: absolute;
    top: 3%;
    left: 3%;
}

.mage_header .dark-mage-header-style .navar-btn-style-s {
    background-color: #edd965;
    border: 0;
    border-radius: 25px;
    padding: 6px 17px;
}

.mage_header .overlay-style-set-d-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.342);
    z-index: 10;
    display: none;
    transition: 0.3s;
}

.mage_header .offcanvas-main-sidebar-style-set-d {
    position: fixed;
    left: -300px;
    top: 0;
    min-height: 100vh;
    width: 300px;
    background-color: white;
    z-index: 11;
    /* display: none; */
    transition: 0.3s;
}

.mage_header .bottom-icons-sidebar-fixed-style {
    width: 267px;
}

.mage_header .nav-link-style-set-s {
    font-size: 20px;
}

.mage_header .sidebar-list-height-set-style {
    height: 100vh;
}

.mage_header .cart-count-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    background-color: #edd965;
    color: black;
    width: 18px;
    height: 18px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.nissan_header .nissan-header-main {
    left: 0;
    top: 0;
    width: 100%;
}

.nissan_header .left-bumber-front-style-set {
    width: 60px;
    position: relative;
    background-color: white;
    clip-path: polygon(100% 0%, 100% 100%, 50% 61%, 11% 12%, 24% 0%);
    margin-right: -1px;
}

.nissan_header .right-bumber-front-style-set {
    width: 60px;
    position: relative;
    background-color: white;
    clip-path: polygon(0% 0%, 0% 100%, 50% 61%, 89% 12%, 76% 0%);
    margin-left: -1px;
}

.nissan_header .left-bmp-style-set-s-d {
    /* Adding backdrop filter for glass blur effect */
    backdrop-filter: blur(15px);
    /* Increase the blur value for more effect */
    -webkit-backdrop-filter: blur(15px);
    /* Safari support */

    /* Optional: You can adjust opacity for a better glass effect */
    opacity: 0.9;
    /* Adjust the transparency to make the effect more prominent */
    background: linear-gradient(135deg,
            rgba(204, 204, 204, 0.637),
            rgba(170, 170, 170, 0.26));

    /* background-color: red; */
    clip-path: polygon(0% 0%,
            85% 0%,
            82% 17%,
            87% 50%,
            98% 100%,
            10% 100%,
            2% 50%);
    margin-right: -45px;
}

.nissan_header .left-bmp-style-set-s-d ul {
    margin-right: 60px;
}

.nissan_header .left-bmp-style-set-s-d {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    background: linear-gradient(135deg,
            rgba(204, 204, 204, 0.637),
            rgba(170, 170, 170, 0.26));

    clip-path: polygon(0% 0%,
            85% 0%,
            82% 17%,
            87% 50%,
            98% 100%,
            10% 100%,
            2% 50%);
    margin-right: -45px;
}

.nissan_header .left-bmp-style-set-s-d ul {
    margin-right: 60px;
}

.nissan_header .right-bmp-style-set-s-d {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    background: linear-gradient(135deg,
            rgba(204, 204, 204, 0.637),
            rgba(170, 170, 170, 0.26));

    clip-path: polygon(100% 0%,
            15% 0%,
            18% 17%,
            13% 50%,
            2% 100%,
            90% 100%,
            98% 50%);

    margin-left: -45px;
}

.nissan_header .right-bmp-style-set-s-d .welcome-container {
    margin-left: 60px;
}

.nissan_header .welcome-container {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nissan_header .welcome-text {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.nissan_header .separator {
    color: white;
    margin: 0 4px;
}

.nissan_header .avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ccc;
}

.nissan_header .overlay-style-set-d-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.342);
    z-index: 10;
    display: none;
    transition: 0.3s;
}

.nissan_header .offcanvas-main-sidebar-style-set-d {
    position: fixed;
    left: -300px;
    top: 0;
    min-height: 100vh;
    width: 300px;
    background-color: white;
    z-index: 11;
    /* display: none; */
    transition: 0.3s;
}

.nissan_header #sideBarCloseBtn {
    display: block;
    text-align: center;
}

.nissan_header .mobile-view-menu-style-set {
    display: none;
}

.nissan_header .bottom-icons-sidebar-fixed-style {
    width: 267px;
}

.nissan_header .nav-link-style-set-s {
    font-size: 20px;
    text-align: start;
}

.nissan_header .sidebar-list-height-set-style {
    height: 100vh;
}

.nissan_header .cart-count-style {
    position: absolute;
    right: -7px;
    top: -5px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:550px)
{
    .logitech_header .left-menu-desktop-view-style-set
    {
        display: none !important;
    }
}