﻿body {
    background: rgba(255, 255, 255, 1) !important;
}

.notyf__ripple {
    background-color: #FF8000 !important;
}

.desktopNavbar {
    background: #fff;
}

.profile-page-left {
    padding-top: 110px;
    padding-bottom: 110px;
}

.profile-page-right {
    padding-top: 110px;
    padding-bottom: 110px;
}

.bas-btn {
    background-color: #2F4858;
    color: white;
    border-radius: 7rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.customer-account-tab {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}*/

.customer-name-and-logout {
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    padding: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    box-shadow: 0px -1px 0px 0px #ECEEF1 inset;
    background: #FCFCFD;
}

.customer-name {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: left;
    color: #444444;
}

.logout-button a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
     
    font-size: 16px;
    font-weight: 500;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: left;
    color: #D0121C;
}

    .logout-button a i {
        transform: rotate(-180deg);
    }

.customer-personal-information {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.customer-personal-information-title {
     
    font-size: 20px;
    font-weight: 600;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: left;
    color: #151515;
}

.customer-personal-information-page-list ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .customer-personal-information-page-list ul li a.active {
        color: #2B4250 !important;
    }

        .customer-personal-information-page-list ul li a.active i {
            color: #FF8000 !important;
        }

.text-uppercase {
     
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.customer-account-tab {
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    border: 1px solid #EAEDEE;
    box-shadow: 0px 1px 0px 0px #E4E7ECB2;
    background-color: white;
}

.customer-personal-information-page-list li {
    width: 90%;
    margin: auto;
    padding: 16px;
    border-bottom: 1px solid #E4E7ECB2 !important;
}

.logout-button {
    padding: 16px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.customer-personal-information-page-list ul li a {
    display: flex;
    align-items: center;
    column-gap: 8px !important;
     
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2B4250;
}

.desktopNavbarTop {
    background: #FF8000;
    padding: 10px 0;
}

.desktopNavbarTopContainer {
    display: flex;
    justify-content: space-between;
}

.desktopNavbarTopContainer {
    max-width: 1617px;
}

.desktopNavbarBottomContainer {
    max-width: 1617px;
}

.desktopNavbarSearch {
    position: relative;
    z-index: 2;
}

.icerik-yazilari {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}


    /* width */
    .icerik-yazilari::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .icerik-yazilari::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .icerik-yazilari::-webkit-scrollbar-thumb {
        background: #dcdcdc;
    }

        /* Handle on hover */
        .icerik-yazilari::-webkit-scrollbar-thumb:hover {
            background: #cacaca;
        }


    .icerik-yazilari a:first-child {
        margin-top: 36px;
    }

    .icerik-yazilari a {
        padding: 10px 24px;
        text-decoration: none;
        color: #2c2c2c;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .icerik-yazilari a span {
            font-size: 13px;
            color: #999999;
        }

.dropdownArea {
    padding: 0;
     
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: rgba(106, 117, 124, 1);
    border-radius: 0;
    border: 1px solid rgba(233, 234, 235, 1);
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #E9EAEB;
    z-index: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

    .dropdownArea.active {
        display: block;
    }

.desktopNavbarTopLinks {
    display: flex;
    list-style: none;
    column-gap: 24px;
    padding: 0;
    margin: 0;
}

.desktopNavbarTopLeft {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

    .desktopNavbarTopLeft a, .desktopNavbarTopLeft span {
        display: flex;
        column-gap: 3px;
        align-items: center;
         
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
        text-decoration: none;
    }

.desktopNavbarTopLinks li a {
    color: #fff;
     
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.desktopNavbarMiddle {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1617px;
}

.desktopNavbarMiddleContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktopNavbarSearch .searchArea {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .desktopNavbarSearch .searchArea input {
        height: 57px;
        width: 430px;
        border-radius: 0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-color: #E9EAEB;
        padding: 10px 24px;
         
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        border-top-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
    }

        .desktopNavbarSearch .searchArea input:focus, .desktopNavbarSearch .searchArea input:focus-visible, .desktopNavbarSearch .searchArea input:active {
            border-color: #E9EAEB;
            box-shadow: none;
            outline: none;
        }

        .desktopNavbarSearch .searchArea input::placeholder {
             
            font-size: 15px;
            font-weight: 400;
            line-height: 23px;
            color: #6A757C;
        }

    .desktopNavbarSearch .searchArea button {
        width: 58px;
        height: 57px;
        border-radius: 0 !important;
        border: 1px solid #FF8000;
        background: #FF8000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important;
    }

.desktopNavbarMiddleRightLinks {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    column-gap: 20px;
    border: 1px solid #E9EAEB;
    border-radius: 50px;
}

    .desktopNavbarMiddleRightLinks a {
        display: flex;
        height: 20px;
        width: 20px;
        position: relative;
    }

        .desktopNavbarMiddleRightLinks a svg path {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            stroke: #21313B;
            transition: .4s;
        }

        .desktopNavbarMiddleRightLinks a:hover svg path {
            stroke: #FF8000;
            transition: .4s;
        }

    .desktopNavbarMiddleRightLinks .vr {
        height: 15px;
        min-height: unset;
        opacity: 1;
        width: 1px;
        align-self: unset;
        background: #E9EAEB;
    }

.desktopNavbarBottom {
    padding: 21px 0;
    background: rgba(249, 249, 249, 1);
}


.desktopNavbarBottomContainer .desktopNavbarBottomLinkCol .desktopNavbarBottomLink {
    text-align: center;
}

.desktopNavbarBottomLinkCol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-other-categories {
    width: 100%;
}

    .desktop-other-categories .desktopNavbarBottomLink {
        width: 100%;
    }


.desktopNavbarBottomContainer .desktopNavbarBottomLinkCol:last-child::after {
    content: unset;
}

.desktopNavbarBottomContainer .desktopNavbarBottomLinkCol::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
}

.desktop-other-categories::after {
    content: unset !important;
}

.desktopBasketButton > svg, .desktopProfileButton > svg {
    cursor: pointer;
}

.desktopBasketButton:hover > svg path, .desktopProfileButton:hover > svg path {
    stroke: #FF8000;
    transition: .4s;
}

.desktopBasketButton:hover > .basketItemCount {
    background: #E1AD17;
    transition: .4s;
}

.desktopBasketButton > svg path, .desktopProfileButton > svg path {
    transition: .4s;
}

.desktopNavbarBottomLink a, .desktopNavbarBottomLink .dropdown > button {
     
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #21333E;
    text-decoration: none;
    transition: .4s;
    background: none;
    border: none;
}

    .desktopNavbarBottomLink a:hover, .desktopNavbarBottomLink .dropdown:hover > button {
        color: #FF8000;
        transition: .4s;
    }

.basketBox {
    position: relative;
}


.basketBoxContent {
    visibility: hidden;
    position: absolute;
    width: max-content;
    transform: translate(-180px, 40px);
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 5px 0px #0000003d;
    padding: 32px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    opacity: 0;
    transition: .4s;
}

.desktopBasketButton:hover .basketBoxContent {
    visibility: visible;
    opacity: 1;
    transform: translate(-180px, 20px);
    transition: .4s;
}

.basketBoxIcon {
    display: flex;
    justify-content: center;
}

    .basketBoxIcon .basketIconBox {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background: #F9FAFB;
    }

.basketBoxTextArea {
    text-align: center;
}

    .basketBoxTextArea .basketBoxTitle {
         
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #000;
    }

.basketBoxDescription {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
}

.basketBoxButtonArea {
    display: flex;
    justify-content: center;
}

    .basketBoxButtonArea .blueBtn {
        background: #2F4858;
        border: 1px solid #2F4858;
        padding: 8px 24px;
        border-radius: 6px;
        display: flex;
        align-items: center;
         
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        column-gap: 10px;
    }


.basketBoxContent::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1.5px;
    border-bottom: 18px solid #ffffff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    transform: translate(49px, -15px);
}

.basketBoxContent::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(49px, -11px);
    border-right: 14px solid transparent;
    border-bottom: 18px solid #c1c1c15e;
    border-left: 14px solid transparent;
    top: -7px;
}




.profileBox {
    visibility: hidden;
    position: absolute;
    width: max-content;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 5px 0px #0000003d;
    padding: 12px 20px;
    padding-left: 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    opacity: 0;
    transition: .4s;
}

    .profileBox::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -1.5px;
        border-bottom: 18px solid #ffffff;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        transform: translate(-14px, -15px);
    }

    .profileBox::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, -11px);
        border-right: 14px solid transparent;
        border-bottom: 18px solid #c1c1c15e;
        border-left: 14px solid transparent;
        top: -7px;
    }

.desktopProfileButton:hover .profileBox {
    z-index: 15151515;
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: .4s;
}

@media (max-width: 1440px) {
    .u-header-topbar__nav-item:last-child .profileBox,
    .u-header-topbar__nav-item:nth-last-child(2) .profileBox {
        left: auto;
        right: -42px;
        transform: translateX(0);
    }

        .u-header-topbar__nav-item:last-child .profileBox::after,
        .u-header-topbar__nav-item:nth-last-child(2) .profileBox::after {
            left: auto;
            right: 20px;
        }

        .u-header-topbar__nav-item:last-child .profileBox::before,
        .u-header-topbar__nav-item:nth-last-child(2) .profileBox::before {
            left: auto;
            right: 20px; 
        }
}

.desktopProfileButton:hover .profileBox {
    z-index: 15151515;
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: .4s;
}
.profileBoxUserInfo {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    padding-top: 4px;
    column-gap: 16px;
    border-bottom: 1px solid #ECEEF1;
}

.userProfileCircle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    background: #2F4858;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.userProfileName {
     
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
}

.userProfileEmail {
     
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #475467;
}

.profileBoxPageList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .profileBoxPageList ul li a {
        width: 100%;
        height: unset;
        display: flex;
        padding: 12px 14px;
        border-bottom: 1px solid #E4E7ECB2;
        column-gap: 8px;
        align-items: center;
         
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #2F4858;
        text-decoration: none;
        transition: .4s;
    }

        .profileBoxPageList ul li a span {
            min-width: 25px;
        }

    .profileBoxPageList ul li:last-child a {
        border-bottom: none;
    }

    .profileBoxPageList ul li a:hover {
        color: #cfa111;
        transition: .4s;
    }

.profileBox.align-left {
    left: auto;
    right: 0;
    transform: translateX(0);
}

.desktopCategoriesButton > button {
    background: none;
    border: none;
     
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #21333E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}


.desktopCategories {
    position: absolute;
    top: 22px;
    left: 0;
    transform: translate(0px, 20px);
    min-width: 100%;
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    z-index: 1;
}

    .desktopCategories ul {
        background: #fff;
        padding: 0;
        margin: 0;
        padding: 10px 16px;
        margin-top: 15px;
        list-style: none;
        box-shadow: 0 0 5px 0px #0000003d;
        border-radius: 6px;
        height: 400px;
        overflow: hidden;
        overflow-y: auto;
    }


        /* width */
        .desktopCategories ul::-webkit-scrollbar {
            width: 10px;
        }

        /* Track */
        .desktopCategories ul::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        .desktopCategories ul::-webkit-scrollbar-thumb {
            background: #dcdcdc;
        }

            /* Handle on hover */
            .desktopCategories ul::-webkit-scrollbar-thumb:hover {
                background: #cacaca;
            }

        .desktopCategories ul li {
            text-align: start;
        }

            .desktopCategories ul li a {
                padding: 10px 0px;
                border-bottom: 1px solid #e9eaeb;
            }

            .desktopCategories ul li:last-child a {
                border-bottom: none;
            }

.desktopCategoriesButton:hover .desktopCategories {
    z-index: 2;
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
    transition: .4s;
}

.desktopCategoriesButton > button {
    transition: .4s;
}

.desktopCategoriesButton:hover > button {
    color: #FF8000;
    transition: .4s;
}


.desktopBasketButton {
    position: relative;
}

.basketItemCount {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #FF8000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: normal;
    color: #fff;
    border: 2px solid #fff;
    user-select: none;
    cursor: pointer;
    transition: .4s;
}

.mobileNavbar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 54px;
    background: #fff;
}


.mobileNavbarLeft {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.mobileNavbarRightLinks {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.mobileNavbarLogo img {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 54px;
}

.mobileNavbarRightLinks .vr {
    height: 14px;
    align-self: unset;
}

.mobileNavbarRightLink a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktopNavbarMiddleRightLink {
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
}

.mobileNavbarButton button {
    padding: 0;
    border: none;
    background: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475467;
}

.mobileSidenav {
    position: fixed;
    top: 54px;
    width: 100%;
    height: calc(100% - 54px);
    z-index: 4;
    background: #fff;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    padding: 64px;
    overflow: hidden;
    overflow-y: auto;
}

    .mobileSidenav.open {
        visibility: visible;
        opacity: 1;
        transition: .4s;
    }

    .mobileSidenav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

        .mobileSidenav ul li a {
             
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            text-decoration: none;
            color: #21333E;
        }

            .mobileSidenav ul li a.active {
                color: #E1AD17;
            }

    .mobileSidenav .accordion-button {
        padding: 0;
        justify-content: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #21333E;
        column-gap: 10px;
    }

        .mobileSidenav .accordion-button:not(.collapsed), .mobileSidenav .accordion-button:focus, .mobileSidenav .accordion-button:focus-visible, .mobileSidenav .accordion-button:active {
            background-color: unset;
            box-shadow: unset;
            outline: unset;
        }

        .mobileSidenav .accordion-button:not(.collapsed) {
            color: #E1AD17;
        }

        .mobileSidenav .accordion-button::after {
            content: unset;
        }

    .mobileSidenav .accordion-item {
        border: none;
    }

    .mobileSidenav .accordion-body {
        padding: 0;
        margin-top: 40px;
    }

.mobileSearchArea {
    display: none;
    background: #fff;
    padding: 10px 10px;
}

.mobileSearchInput {
    display: flex;
    align-items: center;
    position: relative;
}

    .mobileSearchInput input {
        border: 1px solid #E9EAEB;
        padding: 10px 20px;
        height: 46px;
        border-radius: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        width: calc(100% - 46px);
        margin: 0;
        position: relative;
        z-index: 3;
        box-shadow: none !important;
        outline: none !important;
    }

    .mobileSearchInput button {
        width: 46px;
        height: 46px;
        margin: 0;
        padding: 0;
        border: 1px solid #FF8000;
        background: #FF8000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        position: relative;
        z-index: 3;
    }

.mobile-search-result {
    position: absolute;
    top: 0px;
    z-index: 2;
    background: #fff;
    /*padding: 16px;*/
    /*padding-top: 60px;*/
    /*padding-bottom: 24px;*/
    /*border: 1px solid #E9EAEB;*/
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*row-gap: 12px;*/
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: inset 0 0 0px 1px #e9eaeb;
}

.mobile-search-result-items {
    overflow: hidden;
    overflow-y: auto;
}

.mobile-search-result a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    padding-right: 20px;
     
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #2c2c2c;
    text-decoration: none;
}

    .mobile-search-result a span {
        font-size: 13px;
        color: #999999;
    }

    .mobile-search-result a:first-child {
        margin-top: 10px;
    }

    .mobile-search-result a:last-child {
        margin-bottom: 10px;
    }

.cart-summary {
    --bs-offcanvas-width: 450px;
}

.basketOffcanvas {
    position: fixed;
    top: 0;
    right: -520px;
    width: 520px;
    height: 100%;
    background: #fff;
    z-index: 2;
    transition: .4s;
}

    .basketOffcanvas.show {
        transition: .4s;
        right: 0;
    }

.basketOffcanvasBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

    .basketOffcanvasBackdrop.show {
        visibility: visible;
        opacity: 1;
        transition: .4s;
    }

.offcanvasCloseButton {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: none;
    background: none;
}

.offcanvasHeader {
    padding: 32px 24px;
    border-bottom: 1px solid #E9E9E9;
}

.offcanvasHeaderTitle {
     
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #2B4250;
}

.offcanvasHeaderDescription {
     
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #2F4858;
}

.offcanvasBody {
    padding: 24px;
    min-height: calc(100% - 328.5px);
    max-height: calc(100% - 328.5px);
    overflow: hidden;
    overflow-y: auto;
}

.basketItems {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.basketItem {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.basketItemImage {
    border: 1px solid #e5e5e5;
    position: relative;
}

.basketItemRemoveButtonMobile {
    position: absolute;
    top: -10px;
    left: -10px;
    background: red;
    color: #fff;
    border: 1px solid red;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: none;
}


.basketItemImage {
    min-width: 120px;
    max-width: 120px;
}

    .basketItemImage, .basketItemImage img {
        aspect-ratio: 1/1.2;
        object-fit: contain;
        border-radius: 4px;
    }

.basketItemTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.basketItemTitle {
     
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #262626;
}

.basketItemDescription {
     
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #596D79;
}

.basketOffcanvasItemCount {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4B4B4B;
}

.basketItemPrice {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #2B4250;
    justify-content: start;
}

.basketItemTextAndPriceArea {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
}

.basketItemPriceAndButtonArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basketItemPriceArea {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

    .basketItemPriceArea .cart-btn {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #efefef;
        font-family: 'Poppins';
        cursor: pointer;
    }

        .basketItemPriceArea .cart-btn.qty_increment {
            background: #2f4858;
            color: #fff;
            border: 1px solid #2f4858;
        }

    .basketItemPriceArea .card-qty {
        font-family: 'Poppins';
        font-size: 16px;
        line-height: 24px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.basketItemRemoveButton button {
    width: 35px;
    height: 35px;
    padding: 4px;
    background: #fff;
    border: 1px solid #EAEDEE;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF0000;
}

.offcanvasFooter .totalPriceArea {
    display: flex;
    justify-content: space-between;
    background: #EAEDEE;
    padding: 10px 24px;
    align-items: center;
}

    .offcanvasFooter .totalPriceArea .totalPrice {
         
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #2F4858;
    }

    .offcanvasFooter .totalPriceArea .totalPriceAmount {
         
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: #2B4250;
    }


.offcanvasFooterButtonsArea {
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .offcanvasFooterButtonsArea a {
        width: 100%;
    }

    .offcanvasFooterButtonsArea .completeOrderButton {
        background: #2F4858;
         
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        color: #fff;
        border: 1px solid #2F4858;
        padding: 12.5px;
        border-radius: 4px;
        width: 100%;
        text-align: center;
    }

    .offcanvasFooterButtonsArea .resumeShoppingButton {
        padding: 12.5px;
        border: 1px solid #fff;
        background: #fff;
        color: #2F4858;
         
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        width: 100%;
        text-align: center;
    }

.cart-summary-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0;
}

.offcanvas-cart-items {
    padding: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    max-height: calc(100% - 293px);
    overflow: hidden;
    overflow-y: auto;
}

    .offcanvas-cart-items::-webkit-scrollbar {
        display: none;
    }

.footerArea {
    background: #FBFBFB;
}

.footerPageListArea {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footerPageTitle {
     
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #2F4858;
}

.footerPageListArea .footerPageList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .footerPageListArea .footerPageList ul li a {
         
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: #2F4858;
        text-decoration: none;
    }

.footerSocialMediaList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

    .footerSocialMediaList ul li a {
         
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: #2F4858;
        text-decoration: none;
        display: flex;
        align-items: center;
        column-gap: 12px;
    }

        .footerSocialMediaList ul li a .socialMediaIcon {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #ff8000;
        }


.footerContactArea {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footerContactTextAndInformation {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.footerContactText {
     
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #74848F;
}

.footerContactInformation {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.footerContactItem a {
    display: flex;
    align-items: center;
    column-gap: 12px;
     
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    color: #2F4858;
}

.footerContactItem svg {
    width: 24px !important;
    min-width: 24px !important;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #E9EAEB;
    margin-top: 1rem;
}

.eticaretiz-logo {
    padding-top: 1rem;
    display: flex;
    justify-content: start;
}

.footerCardTypes {
    display: flex;
    align-items: center;
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}


.footerCopyrightArea {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #2F4858;
}

.footerTop {
    border-top: 1px solid #EAEDEE;
    /*padding-bottom: 45px;*/
    padding-top: 45px;
}



.mobileFooter {
    display: none;
    background: #FBFBFB;
    padding: 34px 20px;
    border-top: 1px solid #EAEDEE;
    padding-bottom: 90px;
}

.mobileFooterPageListArea .accordion-button {
    padding: 0;
    background-color: unset;
    box-shadow: unset;
    outline: unset;
     
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #364F6B;
    box-shadow: none !important;
    background-color: unset !important;
    color: #000 !important;
}

.mobileFooterPageListArea .accordion-item {
    border: none;
    background-color: unset;
}

.mobileFooterPageListArea .accordion-body {
    padding: 12px 0px;
    padding-bottom: 0;
}

.mobileFooterPageList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.mobileFooterPageListArea .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E9EAEB;
}

.mobileFooterPageList ul li a {
     
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #364F6B;
    text-decoration: none;
}

.mobileFooterSocialMediaList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .mobileFooterSocialMediaList ul li a {
         
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        text-decoration: none;
        color: #364F6B;
        display: flex;
        column-gap: 12px;
    }

        .mobileFooterSocialMediaList ul li a .socialMediaIcon {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #E1AD17;
        }

.mobileFooterContactArea {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.mobileFooterContactText {
     
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #74848F;
}

.mobileFooterContactList ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .mobileFooterContactList ul li a {
         
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: #364F6B;
        text-decoration: none;
        display: flex;
        column-gap: 12px;
        align-items: center;
    }

.mobileFooterCardTypes {
    display: flex;
    column-gap: 16px;
    overflow: hidden;
    overflow-x: auto;
}

    .mobileFooterCardTypes::-webkit-scrollbar {
        display: none;
    }

.mobileFooterBottom {
    padding-top: 32px;
}

.mobileFooterCopyright {
     
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #364F6B;
    margin-top: 12px;
}


.empty-offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    padding-top: 20px;
}

.cart-empty-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
}

.cart-empty-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.cart-empty-title {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #121212;
}

.cart-empty-description {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}


.offcanvas-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

    .offcanvas-title-area .offcanvas-title {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #121212;
    }

    .offcanvas-title-area .offcanvas-description {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

.mobile-other-categories {
    display: none;
}



.mobile-fixed-bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
    box-shadow: 0 0 6px 2px #0000001c;
    display: none;
}

.mobile-fixed-navigation-item-list ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
}

    .mobile-fixed-navigation-item-list ul li a {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
         
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: #74848F;
        text-decoration: none;
    }

        .mobile-fixed-navigation-item-list ul li a.active {
            color: #FF8000;
        }

            .mobile-fixed-navigation-item-list ul li a.active svg path {
                stroke: #FF8000;
            }

    .mobile-fixed-navigation-item-list ul li button {
        border: none;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
         
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        width: 100%;
        color: #74848F;
        box-shadow: none !important;
        outline: none;
    }

.mobile-fixed-navigation-list-item-icon {
    position: relative;
}

.mobile-shopping-cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 18px;
    height: 18px;
    background: #FF8000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 11px;
    color: #fff;
}



/*Sepet*/

.cart-summary {
    --bs-offcanvas-width: 550px;
    border-top-left-radius: 24px;
    --bs-offcanvas-height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

.basket-offcanvas-header {
    padding: 0 42px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

}

.basket-offcanvas-header-title {
     
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: start;
    color: #000000;
}

.basket-offcanvas-header-description {
     
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: start;
    color: #2F4858;
}

.basket-offcanvas-close-button {
    background: none;
    border: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000000;
}

.basket-offcanvas-body {
    height: calc(100vh - 95px);
    display: flex;
    flex-direction: column;
}

.basket-offcanvas-footer {
    padding: 40px 42px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    background: #F6F6F6;
    box-shadow: 0px -9px 31.7px 0px #87878740;
}

.basket-offcanvas-footer-text-and-total-price-area {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.basket-offcanvas-footer-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.basket-offcanvas-footer-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.basket-offcanvas-footer-description {
    font-size: 13px;
    line-height: 21px;
    color: #2F4858;
}

.basket-offcanvas-footer-total-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.basket-offcanvas-footer-buttons .complete-shopping-button {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    background: #FF8000;
    border: 1px solid #FF8000;
    padding: 14px 24px;
    width: 100%;
    border-radius: 50px;
    text-decoration: none;
    display: block;
}


.basket-offcanvas-product-list {
    padding: 24px;
    min-height: calc(100% - 246px);
    max-height: calc(100% - 246px);
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

    .basket-offcanvas-product-list::-webkit-scrollbar-track {
        background: #F6F6F6;
    }

    .basket-offcanvas-product-list::-webkit-scrollbar {
        width: 10px;
    }

    .basket-offcanvas-product-list::-webkit-scrollbar-thumb {
        background: #FF8000;
        border-radius: 50px;
    }

.basket-product {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.basket-product-image {
    position: relative;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

    .basket-product-image, .basket-product-image img {
        width: 130px;
        min-width: 125px;
        aspect-ratio: 1/1.10;
        object-fit: contain;
    }

.basket-product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #3d3d3d;
}

.basket-product-properties {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.basket-product-count-and-remove {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.basket-product-price-and-count-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.basket-product-qty-input {
    padding: 6px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

    .basket-product-qty-input button {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        box-shadow: none;
        outline: none;
        color: #939393;
    }

.basket-product-remove button {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    color: #D0121C;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Breadcrumb*/

.default-breadcrumb {
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px;
}

    .default-breadcrumb .default-breadcrumb-item a {
        text-decoration: none;
         
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #74848F;
    }

    .default-breadcrumb .default-breadcrumb-item i {
        font-size: 12px;
        color: #74848F;
    }

    .default-breadcrumb .default-breadcrumb-item:last-child a {
        color: #2F4858;
        font-weight: 500;
    }


@media only screen and (max-width: 1399px) {
    .desktopNavbarBottomLink a, .desktopNavbarBottomLink .dropdown > button {
        font-size: 12px;
        line-height: 18px;
    }

    .desktopCategoriesButton > button {
        font-size: 12px;
        line-height: 18px;
    }

    .footerCardTypes {
        column-gap: 12px;
        row-gap: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .desktopCategoriesButton:hover .desktopCategories {
        transform: translate(0px, 15px);
    }

    .desktopCategories {
        position: absolute;
        top: 22px;
        left: 0;
        transform: translate(-30px, 20px);
        min-width: 165px;
        max-width: max-content;
        visibility: hidden;
        opacity: 0;
        transition: .4s;
    }

    .desktopCategoriesButton:hover .desktopCategories {
        transform: translate(-30px, 15px);
    }

    .footerBottom {
        flex-direction: column;
        row-gap: 12px;
    }
}

@media only screen and (max-width: 991px) {

    .desktopNavbar {
        display: none;
    }

    .mobileNavbar {
        display: flex;
    }

    .mobileSearchArea {
        display: block;
    }

    .mobile-other-categories {
        display: block;
    }

    .desktop-other-categories {
        display: none;
    }

    .mobile-fixed-bottom-navigation {
        display: block;
    }
}
/*@media only screen and (max-width: 767px) {
    .footerContactItem svg {
        width: 7rem !important;
    }
}*/
@media only screen and (max-width: 575px) {
    .desktopFooter {
        display: none;
    }

    .mobileFooter {
        display: block;
    }

    .basketOffcanvas {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
    }

    .basketItemImage, .basketItemImage img {
        aspect-ratio: 1/1;
    }

    .offcanvasCloseButton {
        top: 32px;
        right: 24px;
    }

    .offcanvasHeader {
        padding: 16px 24px;
    }

    .offcanvasFooter .totalPriceArea {
        padding: 12px 24px;
    }

        .offcanvasFooter .totalPriceArea .totalPrice {
            font-size: 16px;
            line-height: 22px;
        }

        .offcanvasFooter .totalPriceArea .totalPriceAmount {
            font-size: 18px;
            line-height: 24px;
        }

    .offcanvasFooterButtonsArea .completeOrderButton {
        font-size: 14px;
        line-height: 21.5px;
    }

    .offcanvasFooterButtonsArea .resumeShoppingButton {
        font-size: 14px;
        line-height: 21.5px;
    }

    .offcanvasBody {
        min-height: calc(100% - 271.5px);
        max-height: calc(100% - 271.5px);
    }

    .basketItemRemoveButtonMobile {
        display: block;
    }

    .basketItemRemoveButton {
        display: none;
    }

    .basketItemPriceArea {
        width: 100%;
        justify-content: space-between;
    }

    .offcanvasHeaderTitle {
        font-size: 20px;
        line-height: 28px;
    }

    .offcanvasHeaderDescription {
        font-size: 14px;
        line-height: 21.5px;
    }

    .eticaretiz-logo {
        padding-top: 1rem;
        display: flex;
        justify-content: center;
    }

    .basket-product-remove {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .basket-product-qty-input {
        border: none !important;
    }
}

@media only screen and (max-width: 425px) {
    .basketItemPriceArea {
        flex-direction: column;
        align-items: start;
    }

    .basket-product-image, .basket-product-image img {
        width: 95px;
        min-width: 95px;
        aspect-ratio: 1/1.10;
        object-fit: contain;
    }

    .basketItemPrice {
         
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        color: #2B4250;
    }
}

@media only screen and (max-width: 375px) {
    .basket-offcanvas-footer {
        row-gap: 24px;
    }

    .basket-offcanvas-footer-text-and-total-price-area {
        flex-direction: column;
        row-gap: 24px;
    }

    .basket-offcanvas-product-list {
        min-height: calc(100% - 280px);
        max-height: calc(100% - 280px);
    }
}

.header-balance-section {
    padding: 0.5rem;
}

.modal-content {
    max-width: 450px;
    margin: 0 auto;
}

.progress-bar {
    transition: width 0.6s ease;
}

.alert {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }

    .modal-content {
        max-width: 100%;
    }

    .modal-footer .row {
        flex-direction: column;
    }

    .modal-footer .col-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .balance-info {
        display: none !important;
    }
}
.header-balance-trigger:hover {
    background-color: #f8f9fa !important;
    border-color: #007bff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 991px) {
    .header-balance-section {
        order: -1;
    }
}