.header-container {
    padding: 10px 0;
}
.header-container .logo {
    justify-content: center;
}
    .header-container .logo a img {
        max-height: 60px;
    }
.menu-web {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-right {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}
.hamburger-btn {
    height: 18px;
    width: 24px;
    display: flex;
    padding: 0;
    justify-content: space-around;
    flex-direction: column;
    transition: 500ms all;
}

    .hamburger-btn:hover {
        opacity: 0.3;
        transition: 500ms all;
    }

    .hamburger-btn span {
        width: 20px;
        height: 2px;
        display: block;
        background-color: black;
    }
.language .topbar__item-value {
    margin-left: 0px;
}
.topbar-dropdown__btn:after {
    right: -15px;
}
.offcanvas-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

    .offcanvas-container.open {
        background-color: white;
        width: auto;
    }

.overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 999;
    display: none;
}

    .overlay.active {
        display: block;
        height: 100vh;
    }

.offcanvas-container.open {
    transform: translateX(0);
}

.offcanvas-content {
    width: 430px;
    padding: 24px;
    position: relative;
    z-index: 99;
    height: 100%;
    background-color: white;
}

.content-panel {
    flex: 1;
    left: 0;
    background-color: white;
    padding: 0px;
    overflow: auto;
    transition: 500ms all;
    position: absolute;
    width: 430px;
    height: 100%;
    top: 0;
    border-left: 2px solid #cccccc4b;
}

    .content-panel.open {
        left: 430px;
        transition: 500ms all;
    }

.hamburger {
    display: flex;
    list-style-type: none;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    flex-direction: column;
    margin-top: 25px;
}
.hamburger__item-submenu a {
    font-size: 18px;
    color: #2d2e2c;
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
    display: block;
}
.hamburger__item--subbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 430px;
    background: white;
    border-left: 2px solid #cccccc4b;
    display: none;
    padding: 40px 0px 10px 20px;
    transition: transform 0.35s ease;
    overflow-y: auto;
}
    .hamburger__item--subbox.is-open {
        display: block;
        left: 430px;
    }
.hamburger__item--1 {
    color: black;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
}
.mobil-menu-close {
    position: absolute;
    right: 15px;
    z-index: 6;
}
.hamburger__item--2 li a {
    color: #787878;
    font-size: 15px;
    line-height: 15px;
}
.mobil-back-btn {
    display: none;
}
.menu__categories--img a {
    display: none;
}
.menu__categories--img {
    margin: 20px 20px 0 0;
}

.search-icon-box input {
    display: none;
}

.search-icon-box {
    border: none;
    justify-content: end;
}

.search__action-button i {
    font-size: 22px;
    color: var(--default-color-black);
}

.all-categories-item-menu {
    display: none;
}

@media screen and (max-width: 992px) {
    .hamburger__item--subbox {
        left: -100%;
        max-width: 100%;
        transition: left 0.35s ease;
        display: block;
    }
    .hamburger__item--subbox.is-open {
        left: 0;
        padding: 75px 5px 0 20px;
    }
    .mobil-back-btn {
        z-index: 9999;
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .mobil-back-btn {
        display: block;
    }
    .topbar-dropdown {
        align-items: center;
        display: flex;
        padding-right: 12px;
    }
    .topbar-dropdown i {
        font-size:20px;
    }
    .header-container .logo {
        margin-top: 0px;
        margin-left: 10px;
    }
    .search__action-button i {
        font-size: 18px;
        margin-right: 8px;
    }

}

/**************** Footer ****************/

.footer {
    padding: 0;
}

.footer-newsletter {
    padding: 45px 53px 45px !important;
    margin: 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #bbbbbb30;
    border-bottom: 1px solid #bbbbbb30;
}

.footer-subcribe {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.footer-newsletter__form {
    background-color: var(--text-white-color);
    border: 1px solid #bbbbbb40;
    border-radius: 13px;
    overflow: hidden;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
    max-width: 1000px;
    min-width: 150px;
    width: 60%;
}

.footer__form--button {
    height: 100%;
}

.news--accept form {
    display: flex;
}

.accept__box {
    position: relative;
    margin-right: 8px;
}

.news--accept {
    width: 60%;
}

.accept__box input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.accept__box span {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #00000038;
    margin-top: 5px;
    margin-right: 0;
}

.accept__box input[type="checkbox"]:checked + span {
    background-color: #000;
}

@media (min-width: 768px) {
    .footer-subcribe .modal-dialog {
        max-width: 900px;
    }
}

.news--accept label {
    font-size: 15px;
    font-family: 'Poppins-ExtraLight';
    line-height: 22px;
    margin-bottom: 14px;
}

#gizlilik__btn {
    background-color: transparent;
    color: black;
    outline: 0;
    border: 0;
    text-decoration: underline;
}

.footer-newsletter__form-input::placeholder {
    opacity: 1 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #818181;
}
.footer-menu {
    padding: 50px;
}
.fs-footer {
    max-width: 1950px !important;
    margin: auto;
}
.footer__end {
    justify-content: start;
}
.sr-only {
    display: none;
}
.footer .social-links__item {
    margin-left: 0;
    margin-right: 8px;
}
.social-links__item a {
    background-color: transparent;
    border: 2px solid #a9a9a9;
    border-radius: 22px;
    padding: 7px 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .social-links__item i {
    color: var(--text-black-color);
    font-size: 16px;
}
.footer-menu-management {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
    .footer-menu-management .footer__end {
        width: 100%;
    }
.footer__box__item a {
    letter-spacing: 0;
}
.footer-newsletter__title {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.footer--logo .logo {
    justify-content:center;
    margin-bottom: 20px;
}
.footer__bottom--box {
    border-top: none;
}

.footer__bottom {
    border-top: 1px solid #bbbbbb30;
}
@media (min-width: 992px) {
    .footer__end {
        padding: 0 15px;
    }

    .logo__footer {
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .footer-menu-management {
        display: block;
        padding: 0;
    }
    .footer-menu {
        padding: 0px;
        margin-bottom: 45px;
    }
    .footer-menu-management .footer__end, .logo__footer {
        border-bottom: 1px solid #0000001c;
        padding: 0px 25px;
        position: relative;
    }
    .footer .social-links {
        margin-left: 15px;
        margin-top: 0;
        position: absolute;
        bottom: -80px;
    }
    .footer .logo {
        justify-content: center;
    }
    .footer-newsletter {
        padding: 25px !important;
        flex-direction: column;
    }
    .footer-newsletter__title {
        font-size: 16px;
        margin-bottom: 15px;
    }
   
    .news--accept {
        width: 100%;
    }
        .news--accept label {
            font-size: 12px;
        }
    .footer-newsletter__form {
        width: 100%;
    }
    .footer__contact li {
        margin: 15px 0;
    }
    .footer__contact {
        margin-top: 0px;
    }
}
