.headerArea {
    background: #262626;
    padding: 0!important;
    border-bottom: 3px solid #CD1E1E;
}

.mobileHeaderArea
{
    display: none!important;
}

.defaultContainer {
    max-width: 90% !important;
}

.navbarRight {
    display: flex;
    column-gap: 36px;
    align-items: center;
}

.headerLeft {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.headerRight {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

    .navbarRight .search a:hover svg path, .navbarRight .login a:hover svg path, .navbarRight .shopping-cart a:hover svg path {
        stroke: #CD1E1E;
        transition: .4s;
    }

        .navbarRight .search a svg path, .navbarRight .login a svg path, .navbarRight .shopping-cart a svg path
        {
            transition: .4s;
        }

.navbarRight .search, .navbarRight .login, .navbarRight .shopping-cart
{
    height: 90px;
    display: flex;
    align-items: center;
}

.navbarRight .login .userProfileDropdown
{
    height: 100%;
    display: flex;
    align-items: center;
}

.userProfileDropdown.dropdown:hover .dropdown-menu {
    left: unset !important;
    right: -60px;
}

.userProfileDropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}

.headerArea .navbar-collapse {
    height: 90px;
    display: flex !important;
}

.headerArea .navbar-nav {
    height: 100%;
    align-items: center;
}

    .headerArea .navbar-nav .nav-item {
        height: 100%;
        display: flex;
        align-items: center;
    }

        .headerArea .navbar-nav .nav-item .nav-link {
            height: 100%;
            display: flex;
            align-items: center;
            padding: 0px 16px;
            color: #FFF;
            font-family: Oswald;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.16px;
        }

            .headerArea .navbar-nav .nav-item .nav-link.active {
                background: linear-gradient(180deg, rgba(205, 30, 30, 0.00) 4.69%, #CD1E1E 100%);
            }

.headerArea .dropdown-toggle::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: none;
}


.mobileSidenav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    transition: .4s;
    background: #00000061;
}

.mobileSidenavContent {
    width: 75%;
    background: radial-gradient(76.92% 102.28% at 0% 90.99%, rgb(135 135 135 / 0%) 0%, rgba(0, 0, 0, 0.00) 100%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(47.18% 100% at 100% 18.83%, rgb(205 30 30 / 9%) 0%, rgb(0 0 0 / 68%) 100%), rgba(0, 0, 0, 0.86);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 88px;
}

    .mobileSidenavContent::-webkit-scrollbar
    {
        display: none;
    }


    .closeSideNav {
        padding: 1rem;
        text-align: end;
        display: flex;
        justify-content: end;
    }

    .closeSideNav i {
        width: 30px;
        height: 30px;
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.sideNavMenuList ul {
    margin: 0;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
    list-style: none;
}

.accordion-item.isNotSubMenu .accordion-button::after
{
    content: unset!important;
}


.mobileNavAccordion .accordion-item {
    background: transparent;
    border: none;
}

.mobileNavAccordion .accordion-button {
    background-color: transparent;
    padding: 0;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #262626;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.sideNavMenuList ul li a {
    display: block;
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #262626;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.mobileNavAccordion .accordion-button::after {
    color: #fff;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    background-image: unset!important
}

.mobileNavAccordion .accordion-button:not(.collapsed)::after {
    color: #900909;
}

.mobileNavAccordion .accordion-button:focus, .mobileNavAccordion .accordion-button:focus-visible, .mobileNavAccordion .accordion-button:active {
    box-shadow: none;
    outline: none;
    border-color: #262626!important;
}

.mobileNavAccordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #e00c0c;
    box-shadow: none;
}

.sideNavMenuList ul li:last-child a {
    margin-bottom: 0;
}

.mobileNavAccordion {
    padding: 0px 24px;
}

    .mobileNavAccordion .accordion-body {
        padding: 0;
    }

        .mobileNavAccordion .accordion-body ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .mobileNavAccordion .accordion-body ul li {
                padding: 0px 20px;
            }

                .mobileNavAccordion .accordion-body ul li a {
                    margin: 0;
                    padding-bottom: 22px;
                    margin-bottom: 22px;
                    border-bottom: 1px solid #262626;
                    font-size: 14px;
                    color: #fff;
                    font-family: 'Montserrat';
                    font-weight: 500;
                }

.languageSelector {
    padding: 0px 24px;
    padding-bottom: 96px;
}

    .languageSelector a {
        display: flex;
        align-items: center;
        column-gap: 8px;
        color: #FFF !important;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.sideNavSocialMedia {
    display: flex;
    column-gap: 1rem;
    padding: 0 24px;
}
    .sideNavSocialMediaItem{
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .sideNavSocialMediaItem a {
            color: #FFFFFF3D !important;
        }

.nav-item .nav-link {
    color: black;
    font-weight: 600;
    font-size: 14px;
}
.sepet{
    font-weight: 600;
    font-size: 14px;
    cursor:pointer;
}
.kisi{  
    font-weight: 600;
    font-size: 14px;
}
.garajım{
    font-weight: 600;
    font-size: 14px;
    color:white;
    cursor:pointer;
}
.garaj {
    width: 12rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px !important;
    border-radius: 8px!important;
}

.desktopHeaderRight {
    column-gap: 24px;
}

    .desktopHeaderRight a {
        color: #000000;
    }
    .desktopHeaderRight a:hover
    {
        color: #000;
    }

.userDropdown li a {
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

    .userDropdown li a i {
        color: #595959;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .userDropdown li:last-child a
    {
        border-bottom: none;
    }

.dropdown-menu.userDropdown[data-bs-popper] {
    top: 150%;
    left: -20px;
    margin-top: var(--bs-dropdown-spacer);
    padding: 12px 24px;
    border-radius: 8px;
}

.userDropdown .dropdown-item:focus, .userDropdown .dropdown-item:hover {
    color: #000;
    background-color: transparent;
}

.dropdown-mega a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.dropdown-menu .mega-content {
    width: 60.93rem;
}
/* .arabalar{
    width: 38.43rem;
    height: 56.12rem;
} */
.dropdown-item {
    margin: 1rem;
    width: unset !important;
    border-bottom: 1px solid #8080802b;
}
.dropdown-menu .list-group li {

    list-style: none;
}
    .dropdown-menu .list-group li a {
        color: #000;
        border-bottom: 1px solid #E6E6E6;
        text-decoration: none;
        width: 19.5rem;
        display: flex;
        column-gap: 10px;
        padding: .5rem 0rem;
    }
.dropdown-menu .list-group li a:hover{
    border: transparent;
    border-bottom: 1px solid #E6E6E6;
}

.dropdow button:focus{
    border: transparent !important;
    box-shadow: none !important;

}
.username-header {
    background: black;
    padding: 0.5rem;
    color: white;
    border-radius: 50%;
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9.8px;
    line-height: normal;
}

    .username-header span {
        display: flex;
        align-items: center;
        justify-content: center;
    }


.basketProductCount {
    position: absolute;
    top: -.3rem;
    right: -.5rem;
    width: 10px;
    height: 10px;
    background: #d01b02;
    z-index: 4;
    font-size: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    padding: .5rem;
}

.basketCountArea {
    position: relative;
}


.dropdown .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #cd1e1e;
    padding: 0;
    background: #262626;
    border-bottom: 3px solid #cd1e1e;
}
.dropdown:hover .dropdown-menu {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    margin-top: 0;
}

 .dropdown .dropdown-menu .dropdown-item,  .dropdown .dropdown-menu .dropdown-item:active,  .dropdown .dropdown-menu .dropdown-item:hover {
    margin: 0;
    padding: 16px;
    color: #FFF;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    background: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

 .dropdown .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF9E;
    }
 .dropdown .dropdown-menu .dropdown-item.active:hover
    {
        color: #fff;
    }

 .dropdown .dropdown-menu .dropdown-item.active {
        background: linear-gradient(180deg, rgba(205, 30, 30, 0.00) 4.69%, #CD1E1E 100%);
    }

.userProfile {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cd1e1e;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.shopping-cart a {
    position: relative;
}

.shopping-cart a .basketProductCount {
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
}


@media only screen and (max-width: 1440px) {
    .headerArea .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px)
{
    .navbarRight {
        display: flex;
        column-gap: 16px;
    }
}

@media only screen and (max-width: 1025px) {
    .garaj {
        width: unset;
    }

}
.mobile-header {
    display: none
}
@media only screen and (max-width: 1025px) {
  .mobile-header{
      display:block
  }
    .desktop-header {
        display: none !important;
    }
    .dropdown-menu.mobileDropdown {
        left: unset;
        right: 0;
        margin-top:1rem;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        border: 0;
        border-radius: 0;
        right:0;
        top:99%;
        margin-top:unset !important
    }
    .dropdown-menu .mega-content {
         width: 100%; 
    }
    .navigation-bar {
        background: #E6E6E6;
        justify-content:space-around;
    }
    .navigation-bar a {
        font-weight:600;
    }
/*    .navigation-bar .oppurtunity {
        border-right: 2px solid red;
        padding-right: 3.5rem;
    }*/
}

@media only screen and (max-width: 991px)
{
    .headerArea
    {
        display: none!important;
    }
    .mobileHeaderArea {
        display: flex !important;
        justify-content: space-between;
        background: #262626;
        padding: 16px;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .pageContent {
        padding-top: 75px;
    }

    .dropdown:hover .dropdown-menu {
        top: calc(100% + 19px);
    }
}

@media only screen and (max-width: 425px)
{
    .mobileSidenavContent {
        width: 85%;
    }
}