﻿*, *:before, *:after { box-sizing: border-box; }

header { display: block; }
header ul{list-style:none;padding:0;margin:0; }
img { max-width: 100%; height: auto; display: block; }
.relative { position: relative; }
#headerNew .headerContainer { margin: 0 auto; clear: both; }
.flex-row { display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; width: 100%; }
.header .flex-row { height: 100%; }
.flex-col { height: 100%; display: flex; align-items: center; }
.flex-grow { flex: 1; }
.flex-left { margin-right: auto; }
.header-bottom .flex-left { flex:1; }
.flex-center { margin: 0 auto; }
.flex-right { margin-left: auto; }
.nav-left { justify-content: flex-start; }
.nav-right { justify-content: flex-end; }

@media (min-width: 850px) {
    [data-show="show-for-medium"], .show-for-medium { display: none !important; }
}

.header, .header-wrapper { width: 100%; z-index: 1002; position: relative; background-size: cover; background-position: 50% 0; transition: background-color .3s, opacity .3s; }
.header-wrapper .header-main { position: relative; margin: 0; }
.header-wrapper .header-top,
.header-wrapper .header-bottom { display: flex; align-items: center; flex-flow: nowrap; position: relative; }
.nav { width: 100%; display: inline-block; display: flex; flex-flow: row wrap; align-items: center; height: 100%; }
.logo-center .flex-left { order: 1; flex: 1 1 0; }
.logo-center #hb-logo { order: 2; margin: 0 30px; }
.logo-center .flex-right { order: 3; flex: 1 1 0; }
.flex-left .nav-left { flex-flow: nowrap; }
.flex-right .nav-right { flex-flow: nowrap; }
/*Logo*/
.logo { line-height: 1; margin: 0; }
.logo-left .logo { margin-left: 0; margin-right: 30px; text-align: center; align-items: center;}
.logo img { display: block; width: auto; }
.logo svg { display: block; width: 100%; }
/*Sepet*/
.cart-item { position: relative; align-items: center; display: flex; }
.cart-item .header-button { display: flex; height: 100%; }
.cart-item a.header-cart-link.headerButon { display: flex; justify-content: center; align-items: center; gap: 10px; position: relative; }
.header-cart-hover p { margin-top: 0; margin-bottom: 0; }
.header-cart-hover { width: 450px; background: #fff; float: left; padding: 10px; z-index: 99999; position: absolute; top: 100%; right: -1px; margin-left: -150px; border: 1px solid #f0f0f0; border-radius: 3px; box-shadow: 0 0 16px -10px #000; opacity: 0; visibility: hidden; }
.cart-item .header-button:after { display: none; position: absolute; left: 0; right: 0; bottom: -15px; height: 15px; content: ''; }
.header-cart-hover .divustSepetteUrunYok { text-align: center;}
.header-cart-hover .spanustSepetteUrunYok { font-size: 12px; color: #000; }

@media(min-width: 768px) {
    .cart-item:not(.mobileStyle):hover .header-cart-hover { display: block !important; visibility: visible; opacity: 1; top: calc(100% + 15px); }
    .cart-item:not(.mobileStyle):hover .header-button:after { display: block; }
}

.cart-item:not(.mobileStyle) .header-cart-hover:before { content: ''; height: 30px; position: absolute; left: 0; right: 0; top: -15px; }
.header-cart-hover ul { padding: 0; margin: 0;list-style:none; }
.header-cart-hover .SProduct { float: left; width: 100%; max-height: 215px; overflow-y: auto; overflow-x: hidden; padding-right: 10px; }
.header-cart-hover .SProduct li { float: left; width: 100%; position: relative; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee; }
.header-cart-hover .SProduct li:last-child { padding-bottom: 0; margin-bottom: 0; border: 0; }
.header-cart-hover .SProduct li a { float: left; width: 100%; text-align: left; color: #000; padding-right: 30px; display: flex; }
.header-cart-hover .SProduct li a .sepetimg { float: left; width: 90px; height: 90px; margin-right: 20px; display: flex; align-items: center; justify-content: center; }
.header-cart-hover .SProduct li a .SepettopAd { width: calc(100% - 110px); float: left; display: flex; flex-direction: column; justify-content: center; }
.header-cart-hover .SProduct li a .SepettopAd .urunAd { margin-bottom: 10px; }
.header-cart-hover .SProduct li a .SepettopAd .urunAd span { font-weight: 600; font-size: 15px; display: block; line-height: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block !important; }
.header-cart-hover .SProduct li a .SepettopAd .varyAd { margin-bottom: 5px; }
.header-cart-hover .SProduct li a .SepettopAd .varyAd span { font-size: 14px; line-height: 14px; }
.header-cart-hover .SProduct li a .SepettopAd .sptAdet { margin-bottom: 10px; }
.header-cart-hover .SProduct li a .SepettopAd .sptAdet span { display: inline-block; vertical-align: top; font-size: 14px; line-height: 14px; }
.header-cart-hover .SProduct li a .SepettopAd .sptAdet span:first-child { margin-left: 10px; }
.header-cart-hover .SProduct li a .sepetTopSatisBirimi { display: inline-block !important; vertical-align: middle; float: left; }
.header-cart-hover .SProduct li a .sepetTopFiyat { display: block !important; font-weight: 600; font-size: 16px; margin: 0; color: #000; line-height: 16px; }
.header-cart-hover .SProduct li a.sptDel { position: absolute; right: 0; top: 50%; margin-top: -20px; width: auto !important; font-size: 15px; padding: 0; }
.header-cart-hover .SProduct li a .sepetTopBirimFiyat { display: none !important; }
.header-cart-hover .SProduct li a .fa-times { font-family: 'FontAwesome'; font-weight: 300; }
.header-cart-hover .SProduct li a .fa-times:before { content: '\f2ed'; }
.header-cart-hover .SPrice { float: left; width: 100%; font-size: 14px; font-weight: 600; padding: 10px 0; margin: 20px 0 10px; display: none; color: #000; }
.header-cart-hover .SPrice li { font-size: 0; }
.header-cart-hover .SPrice li span { float: left; color: #000; font-size: 14px; text-transform: uppercase; }
.header-cart-hover .SPrice .sepetToplamTutar { float: right; text-align: right; font-size: 16px; }
.header-cart-hover .mspetBtn { margin: 0 !important; float: left; width: calc(50% - 10px); font-size: 14px !important; line-height: 35px; border-radius: 0; padding: 0; text-transform: uppercase; font-weight: 600; border: 1px solid #ccc; text-align: center; line-height: 45px; color: #000; }
.header-cart-hover .headerOrderBtn { float: right; background: #000; color: #fff; border-color: #000; }
.header-cart-hover.more .SPrice { display: block; }
.header-cart-hover.more .Title { display: block; }
.header-cart-hover.more .cart-footer { display: block; }
.header-cart-hover.more .headerCartBtn { display: block !important; }
.header-cart-hover.more .headerOrderBtn { display: block !important; }
.sepetimBody .cart-item:hover .header-cart-hover { visibility: hidden; opacity: 0; top: 0; }
.sepetimBody .cart-item:hover .header-button:after { display: none; }

.mobileStyle .newCartTop { float: left; width: calc(100% + 20px); text-align: center; color: #fff; line-height: 50px; font-size: 16px; margin-left: -10px; margin-right: -10px; margin-top: -10px; background: #000; }
.mobileStyle .newCartTop span { display: inline-block; vertical-align: top }
.mobileStyle .newCartTop .cartCloseBtn { float: left; width: 40px; font-size: 22px; position: absolute; left: 0;cursor:pointer; }
.mobileStyle .newCartTop .cartCloseBtn i { display: inline-block; vertical-align: top; line-height: 50px; font-weight: 300 }
.mobileStyle .header-cart-hover { background: #fff; background-size: 100%; position: fixed; right: -100%; top: 0; width: 360px; height: 100%;padding: 0; display: block !important; border: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease; opacity: 1; visibility: visible; box-shadow: none; padding: 10px; border-radius: 0;margin:0; }
.mobileStyle.mobileactive .header-cart-hover { right: 0 }
.mobileStyle .header-cart-hover .SProduct { float: left; width: 100%; max-height: calc(100% - 160px); overflow-y: auto; overflow-x: hidden; font-size: 0; text-align: left; margin: 10px 0 0 }
.mobileStyle .header-cart-hover .headerCartBtn { line-height: 38px; font-size: 12px !important; text-align: center }
.mobileStyle .header-cart-hover .headerOrderBtn { line-height: 40px; font-size: 12px !important; text-align: center }

/*Üye Giriş*/
.account-item { position: relative; align-items: center; display: flex; }
.account-item .header-button { display: flex; height: 100%; align-items: center; }
.account-item a.account-link.headerButon { display: flex; justify-content: center; align-items: center; gap: 10px; position: relative; }
.account-item .header-button-useLogin > ul { display: flex; align-items: center; height: 100%; gap: 10px;}
.account-item .header-button-useLogin > ul > li { display: flex; align-items: center; height: 100%; }

.account-item .nav-dropdown { display: none; float: left; padding: 5px; border-radius: 3px; width: 170px; z-index: 99999; position: absolute; top: calc(100% + 15px); right: 0; box-shadow: 0 0 16px -10px #000; }
.account-item:hover .nav-dropdown { display: block; }
.account-item .nav-dropdown:before { content: ''; height: 30px; position: absolute; left: 0; right: 0; top: -15px; }
.account-item .nav-dropdown ul { text-align: left; display: block; float: left; width: 100%;padding:0;margin:0;list-style:none; }
.account-item .nav-dropdown ul li { display: block; padding: 0; float: left; clear: both; width: 100%; }
.account-item .nav-dropdown ul li:last-child { margin-bottom: 0; }
.account-item .nav-dropdown ul li a { line-height: 1.4; padding: 5px 15px; display: block; }
.account-item .nav-dropdown .header-member-name { padding: 3px;; text-align: center; line-height: 1.4; font-weight: 500; cursor: default; float: left; width: 100%; margin-bottom: 5px; }
/*Favori*/
.header-favori-item { position: relative; align-items: center; display: flex; }
.header-favori-item .header-button { display: flex; height: 100%; align-items: center; }
.header-favori-item a.favori-link.headerButon { display: flex; justify-content: center; align-items: center; gap: 10px; position: relative; }
/*search*/
#divTopProductSearch { align-items: center; display: flex; height: 100%; }
.newSearcBtnClick { align-items: center; height: 100%; display: none; }
.newSearcBtnClick a { display: flex; justify-content: center; align-items: center; }
[data-search-icon="true"] #divTopProductSearch { width: auto; }
[data-search-icon="true"] .newSearcBtnClick { display: flex; }
[data-search-icon="true"] #divTopProductSearch .header-search-form-wrapper { display: none; }
[data-search-icon="true"] #divTopProductSearch .searchform-wrapper {float:none;display:flex;}
#divTopProductSearch .header-search-form-wrapper { float: left; width: 100%; }
#divTopProductSearch .searchform-wrapper { float: left; width: 100%; }
#divTopProductSearch .searchform-wrapper .searchform { float: left; width: 100%; }
#divTopProductSearch .searchform-wrapper #txtbxArama { border: none; width: 100%; letter-spacing: 0; }
#divTopProductSearch .searchform-wrapper #btnKelimeAra { width: auto; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; margin: 0; line-height: normal; font-size: 100%; position: static; }

#divTopProductSearch.dropactive .header-search-form-wrapper { display: block; position: absolute; left: 0; top: 100%; right: 0; width: auto; z-index: 5; }
#divTopProductSearch.dropactive .header-search-form-wrapper .searchform-wrapper { margin: 0 auto; }

#divTopProductSearch .searchform-wrapper #ddlAramaKategori { border: none; border-width: 0 1px 0 0; border-style: solid; line-height: 1; min-width:110px; }

#divArama:before { display: none; }
#divArama:after{display:none;}
/*Social Object*/
/*Menu Custom*/
.newHeaderNavigation { float: left; width: 100%; height: 100%; display: flex; }
[data-menu-icon="true"] .newHeaderNavigation { flex: 0; }
[data-menu-icon="true"] .newMenuBtnClick { display: flex; }
[data-menu-icon="true"] .newHeaderNavigation .newHeaderNav { display: none; }
.newHeaderNavigation .newMenuBtnClick { padding: 0; }
.newMenuBtnClick { align-items: center; height: 100%; display: none; }
.newMenuBtnClick a { display: flex; justify-content: center; align-items: center; }
.newHeaderNavigation .newHeaderNav { float: left; width: 100%; display: flex; height: 100%; }
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl { float: left; width: 100%; display: flex; height: 100%;padding:0;margin:0;list-style:none;}
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li { display: flex; height: 100%; align-items: center; }
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a { float: left; position: relative; display: flex; flex-direction: column; height: 100%; justify-content: center; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a { display: flex;flex-direction:column; position:relative;}
.newHeaderNavigation:not(.mobileStyle) .nav-submenu > li > a { display: flex; flex-direction: column;position:relative;}
.newHeaderNavigation:not(.mobileStyle) .nav-submenu > li > a .upTagText,
.newHeaderNavigation:not(.mobileStyle) .nav-submenu > li > a .downTagText,
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a .downTagText,
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a .upTagText,
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a .upTagText,
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a .downTagText { line-height: normal; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a .upTagText,
.newHeaderNavigation:not(.mobileStyle) .nav-submenu > li > a .upTagText { top: 0; position: absolute; white-space: nowrap; }
.newHeaderNavigation:not(.mobileStyle) .nav-submenu > li > a .downTagText,
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a .downTagText { bottom: 0; position: absolute; white-space:nowrap; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon { display: flex; flex-direction: column; list-style: none; padding: 0; margin: 0; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li { display: flex; flex-direction: column; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon .nav-submenu { display: flex; flex-direction: column; list-style: none; padding: 0; margin: 0; width:100%; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon .nav-submenu li { display: flex; flex-direction: column; }

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover .menu-wrap { display: block; }
.newHeaderNavigation:not(.mobileStyle) .menu-wrap { position: absolute; top: 100%; left: 0; right: 0; background: #f7f7f8; display: none; opacity: 1; visibility: visible;z-index:6; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row { margin: 0 auto; display: flex; flex-flow: wrap; float: none !important; width: auto !important }
.newHeaderNavigation:not(.mobileStyle) .menu-list-kolon { display: flex; flex-flow: wrap; flex: 1; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-image { display: flex; flex-flow: wrap; flex: 1; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-image-row { display: flex; flex-flow: wrap; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .kolon { flex: 0 0 100%; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="2"] .kolon { flex: 0 0 50%; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="3"] .kolon { flex: 0 0 33.33%; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="4"] .kolon { flex: 0 0 25%; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="5"] .kolon { flex: 0 0 20%; }
.newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="6"] .kolon { flex: 0 0 16.66%; }
/*mobilestyle*/
.newHeaderNavigation.mobileStyle .newHeaderNav,
.newHeaderNavigation.mobileStyle .menu-wrap,
.newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu { float: left; width: 360px; position: fixed; left: -100%; bottom: 0; height: calc(100% - 45px); top: 45px; transition: left .3s ease-in-out; overflow-y: auto; overflow-x: hidden; z-index: 10; opacity: 1; visibility: visible; right: auto; pointer-events: auto; }
.newHeaderNavigation.mobileStyle .menu-wrap.active, #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu.active { left: 0; }
.newHeaderNavigation.mobileStyle.mobileactive .newHeaderNav { left: 0; }
.newHeaderNavigation.mobileStyle .newHeaderNav { height: auto; display: block; top: 0; }
.newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop { float: left; width: 100%; height: 45px; display: flex; justify-content: flex-end; }
.newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn { display: none; cursor: pointer; }
.newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn.active { display: flex; align-items: center; flex: 1; padding: 0 15px; gap: 10px; }
.newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn { display: flex; align-items: center; padding: 0 15px; cursor: pointer; }
.newHeaderNavigation.mobileStyle .newHeaderNavUl { float: left; width: 100%; overflow-y: auto; display: block; height: calc(100% - 45px); overflow-x: hidden; list-style: none; padding: 0; margin: 0; }
.newHeaderNavigation.mobileStyle .newHeaderNavUl li { position: relative; }
.newHeaderNavigation.mobileStyle .newHeaderNavUl > li { height: auto; float: left; width: 100%; display: flex; }
.newHeaderNavigation.mobileStyle .newHeaderNavUl li a { float: left; padding: 5px 35px 5px 15px; line-height: 1.4; z-index: 2; position: relative; min-height: 40px; display: flex; justify-content: center;width:100%;flex-direction:column; }
.newHeaderNavigation.mobileStyle .menu-list-row { float: left; width: 100%; display: block !important; }
.newHeaderNavigation.mobileStyle .menu-list-kolon { float: left; width: 100%; }
.newHeaderNavigation.mobileStyle .menu-list-image { display: none; }
.newHeaderNavigation.mobileStyle .menu-list-row .kolon { float: left; width: 100%; padding: 0 !important; border: none; margin: 0; list-style: none; }
.newHeaderNavigation.mobileStyle .menu-list-row .kolon > li { float: left; width: 100%; margin: 0; padding: 0; }
.newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu { list-style: none; padding: 0; margin: 0; }
.newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu .nav-item { float: left; width: 100%; margin: 0; padding: 0; }
.newHeaderNavigation.mobileStyle .nextKolonBtn, #headerNew .header .newHeaderNavigation.mobileStyle .nextSubBtn { float: right; font-size: 22px; position: absolute; right: 0; top: 0; left: 0; bottom: 0; z-index: 1; padding-right: 20px; cursor: pointer; display: flex; align-items: center; justify-content: flex-end; }
.newHeaderNavigation.mobileStyle .ulVar .nextKolonBtn, #headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn { left:50%;z-index:3; }
.newHeaderNavigation.mobileStyle .imgBoxMobile{position:absolute;right:0;top:0;bottom:0;overflow:hidden;}

.header-cart-hover .SProduct::-webkit-scrollbar,
.newHeaderNavigation.mobileStyle .menu-wrap::-webkit-scrollbar,
.newHeaderNavigation.mobileStyle .newHeaderNavUl::-webkit-scrollbar,
.newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu::-webkit-scrollbar { width: 2px; }
.header-cart-hover .SProduct::-webkit-scrollbar-track,
.newHeaderNavigation.mobileStyle .menu-wrap::-webkit-scrollbar-track,
.newHeaderNavigation.mobileStyle .newHeaderNavUl::-webkit-scrollbar-track,
.newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu::-webkit-scrollbar-track { background: #efefef; }
.header-cart-hover .SProduct::-webkit-scrollbar-thumb,
.newHeaderNavigation.mobileStyle .menu-wrap::-webkit-scrollbar-thumb,
.newHeaderNavigation.mobileStyle .newHeaderNavUl::-webkit-scrollbar-thumb,
.newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu::-webkit-scrollbar-thumb { background: #000; }

/*Instagram Story*/
#instagramStoryWrapper .stories.carousel { position: relative; right: 0; bottom: 0; }
#instagramStoryWrapper .stories.carousel .story { display: inline-block; width: 55px; max-width: 55px; margin: 0; vertical-align: top; }
#instagramStoryWrapper .stories.carousel .story > .item-link > .item-preview { display: block; box-sizing: border-box; font-size: 0; max-height: 54px; height: 55px; overflow: hidden; transition: transform .2s; display: block; box-sizing: border-box; font-size: 0; transition: transform .2s; background: url(instagramborder.png); background-size: contain; padding: 3px; background-repeat: no-repeat; }
#instagramStoryWrapper .stories.carousel .story > .item-link > .item-preview img { display: block; box-sizing: border-box; height: 100%; width: 100%; object-fit: cover; border: 0 !important; border-radius: 99999px; }
#instagramStoryWrapper #instaStories .info { display: none; }

@media(max-width:1041px) {
    #instagramStoryWrapper .stories.carousel .story { width: 30px; max-width: 30px; }
    #instagramStoryWrapper .stories.carousel .story > .item-link > .item-preview { max-height: 30px; height: 30px; }
}

@media(max-width:767px) {
    #instagramStoryWrapper .stories.carousel { right: 85px; bottom: 25px; }
    #instagramStoryWrapper .stories.carousel .story { width: 30px; max-width: 30px; }
    #instagramStoryWrapper .stories.carousel .story > .item-link > .item-preview { max-height: 30px; height: 30px; }
}

/*Dil*/
.header-dil-content { display: flex; }
.header-dil-content #lang_flag_container { position: relative !important; transform: none; margin: 0; float: left; top: 0 !important; left: 0 !important; right: 0 !important;z-index:5!important; }
.header-dil-content #lang_flag_container #langHover { background: transparent !important; padding: 0 5px !important; }
.header-dil-content #lang_flag_container #langHover:before {display:none!important; }
.header-dil-content #lang_flag_container #langHover:after {display:none!important; }
.header-dil-content #lang_flag_container #langHover.white { background: transparent !important; }
.header-dil-content #lang_flag_container #lang{line-height:1!important;padding: 0 0 0 25px!important;min-height:13px;display:flex;align-items:center;}
.header-dil-content #lang_flag_container #lang span{line-height:1!important;}
.header-dil-content #lang_flag_container #lang:after{display:none;}
.header-dil-content #lang_flag_container #lang:before { display: none; }
.header-dil-content #lang_flag_container #lang-detail {top: 100% !important; }
/*store*/
.header-wrapper #store_region_container { position: relative; align-items: center; display: flex; top: 0; }
.header-wrapper #store_region_container .storeRegionSelector { display: flex; justify-content: center; align-items: center; gap: 10px; position: relative; }
.header-wrapper #store_region_container .storeRegionSelector i { font-weight: 300; }

.mobile-item-button { display: none; }
/*tablet*/
@media (max-width:1099px) {
    #headerNew .header-dil-content { display: none; }
    #headerNew #store_region_container { display: none; }
    #headerNew #instagramStoryWrapper { display: none; }
    #headerNew #instagramStoryWrapper.active { display: block; }
    #headerNew #instagramStoryWrapper .stories.carousel .story { width: 35px; max-width: 35px; }
    #headerNew #instagramStoryWrapper .stories.carousel .story > .item-link > .item-preview { height: 35px; max-height: 35px; }
    #headerNew .header-favori-item { display: none; }
    #headerNew .mobile-item-button.mobile-favori-item { display: none; }
    #headerNew .mobile-item-button { display: block; }
    #headerNew #divHeaderUyeV2 a.account-link.headerButon span { display: none; }
    #headerNew .account-item .nav-dropdown { display: none !important; }
    #headerNew .header-cart-title { display: none !important; }
    #headerNew .cart-price { display: none !important; }
    #headerNew .cart-item:not(.mobileStyle) .header-cart-hover { display: none !important; }
    #headerNew .newHeaderNavigation { flex: 0; }
    #headerNew .newMenuBtnClick { display: flex; }
    #headerNew .newHeaderNavigation .newMenuBtnClick { display: none; }
    #headerNew .newHeaderNavigation .newHeaderNav { display: none; }
    #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav { display: block; }
    #headerNew .newSearcBtnClick { display: flex; }
    #headerNew #divTopProductSearch .newSearcBtnClick { display: none; }
    #headerNew #divTopProductSearch .header-search-form-wrapper { display: none; }
    #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper { display: block; }
    #headerNew .header-favori-item a.favori-link .header-favori-title { display: none; }
    #headerNew #divHeaderUyeV2 { display: none; }
    #headerNew .cart-item a.header-cart-link.headerButon .cart-icon { display: none; }
    #headerNew .cart-item a.header-cart-link.headerButon .svgIcon { display: none; }
    #headerNew .header-main { padding: 10px 0; height: 85px; }
    #headerNew .header-bottom { height: auto; }
    #headerNew #divTopProductSearch { display: none; }
    #headerNew .logo-center #hb-logo { margin: 0 20px; }
    #headerNew #hb-logo { order: 2; margin: 0 20px; width: 45%;justify-content:center; }
    #headerNew .header-main .flex-left { order: 1; flex: 0 0 25%; margin: 0;}
    #headerNew .header-main .flex-right { order: 3; flex: 0 0 25%; margin: 0; margin-left: 0 !important; }
    #headerNew .newMenuBtnClick a { color: #000; font-size: 22px; }
    #headerNew .newMenuBtnClick a .svgIcon svg { width: 22px; }
    #headerNew .newSearcBtnClick a { color: #000; font-size: 22px; }
    #headerNew .newSearcBtnClick a .svgIcon svg { width: 22px; }
    #headerNew .mobile-user-item .account-link { color: #000; font-size: 22px; }
    #headerNew .mobile-user-item .account-link .svgIcon svg {width: 22px; }
    #headerNew .mobile-cart-item .cart-icon { color: #000; font-size: 22px; }
    #headerNew .mobile-cart-item .svgIcon svg {width: 22px; }
    #headerNew .header-favori-item a.favori-link.headerButon .svgIcon svg { width: 22px; }
    #headerNew .header-main .header-nav.nav-left { gap: 20px; height: auto; }
    #headerNew .header-main .header-nav.nav-right { gap: 20px;height:auto; }
    #headerNew .header-main .headerContainer { max-width: 100%; padding: 0 10px; }
    #headerNew #top-bar .headerContainer { max-width: 100%; padding: 0 10px; }
    #headerNew .header-bottom .headerContainer { max-width: 100%; padding: 0 10px; }
    #headerNew #divTopProductSearch { width: auto; }
    #headerNew #divTopProductSearch.dropactive { display: block; }
    #headerNew #hb-logo a { height: 100%; display: flex; align-items: center; justify-content: center; }
    #headerNew #hb-logo img { max-height: 100%; }
    #headerNew #top-bar .cart-item { display: none; }
    #headerNew .cart-item { position: absolute; align-items: center; display: flex; top: 25px; right: 5px; width: 15px; height: 15px; }
    #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi { background: #000; color: #fff; border-radius: 100%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; font-size: 10px; }
    #headerNew .cart-item a.header-cart-link.headerButon:hover .sepetUrunSayisi { color: #fff; }
    #headerNew #store_region_container { display: none; }
    #headerNew .header-main #store_region_container { position: absolute; left: 5px; top: 5px; }
    #headerNew #store_region_container.active { display: block; }
    #headerNew #store_region_container .storeRegionSelector { font-size: 10px; gap: 5px; }
    #headerNew #store_region_container .storeRegionSelector i { font-size: 13px; }
    #headerNew .header-dil-content #lang_flag_container #langHover { padding: 0 !important; }
    #headerNew #lang { font-size: 0 !important; padding: 0 0 0 20px !important; width: 20px; height: 13px; }
    #headerNew #lang span { display: none; }
    #headerNew .cart-item:not(.mobileStyle):hover .header-cart-hover { display: none !important; }
    #headerNew .header-dil-content.active { display: block; }
    #headerNew .header-favori-item.active { display: block; }
    #headerNew .header-favori-item .header-favori-count { position: absolute; align-items: center; display: flex; top: -5px; right: -5px; }
    #headerNew .header-favori-item .header-favori-count #favCount { background: #000; color: #fff; border-radius: 100%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; font-size: 10px; }
    #headerNew .header-favori-item:hover .sepetUrunSayisi #favCount { color: #fff; }
    #headerNew .header-main .header-dil-content { position: absolute; right: 5px; top: 5px; }
    #headerNew .header-main .header-dil-content #lang_flag_container #lang-detail { right: 0; left: auto; }   
}
/*mobile*/
@media(max-width:767px) {
    #headerNew .logo-center #hb-logo { margin: 0 10px; }
    #headerNew #hb-logo { margin: 0 10px; }
    #headerNew .header-main .header-nav.nav-left { gap: 15px; }
    #headerNew .header-main .header-nav.nav-right { gap: 15px; }
}
@media(max-width:425px) {
    #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav,
    #headerNew .newHeaderNavigation.mobileStyle .menu-wrap,
    #headerNew .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu { width: 100%; }
    #headerNew .mobileStyle .header-cart-hover { width: 100%; }
}