.header {
    position: relative;
	transition: all 0.3s ease;
}
.header--border {
    border-bottom: 1px solid #F2F3F5;
}
.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1068;
    height: 60px;
    background: #fff;
}
.header__top {
    background-color: #212529;
    padding: 0.75rem 0;
}
.header__top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.child-mob-menu {
    list-style-type: none;
    font-size: 14px;
    padding: 0 0 24px;
    column-count: 2;
    column-gap: 16px;
    border-bottom: 1px solid #E1E0E5;
    margin: 0;
    font-weight: 400;
}
.child-mob-menu li {
    padding: 0;
}
.main-menu {
    display: flex;
    align-items: center;
    gap: 12px;
}
.main-menu__item {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
	white-space: nowrap;
}
.main-menu__item:after{
	background: url('../img/icons/svg/arrow.svg') no-repeat;
	content: '';
	width: 24px;
	height: 24px;
}
.header__top-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__social-list{
	display:flex;
}
.header__social-list__item{
	height: 28px;
	width: 28px;
	display: flex;
    justify-content: center;
}
.header__social-list__item img{
	width:12px;
}
.header__social-list__item.vk img{
	width:14px;
}
.header__top-phone {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 100%;
	white-space: nowrap;
}
.header__main {
    padding: 1rem 0;
	background: #fff;
}
.header__main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.header__logo-link img {
    width: 128px;
}
.header__logo-description {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    line-height: 1.1;
    bottom: -3px;
    color: #808185;
}
.header__logo-description span {
    display: block;
}
.header__mobile-search {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.875rem;
    background: url('../img/icons/search.svg');
}
.header__search
{
    display: flex;
    justify-content: center;
    flex-grow: 1;
    padding: 0 1.5rem;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.search-form {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px;
}
.search-form__input {
    background-color: #fff;
    font-size: 14px;
    padding: 0 0.5rem;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-form__button {
    background-color: #000;
    border: none;
    height: 100%;
    border-radius: 0 3px 3px 0 !important;
}
.s-i {
    background-image: url("data:image/svg+xml;utf8,<svg style='fill:white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'><path d='M17.86 16.738c.175.176.175.457 0 .598l-.81.809c-.14.175-.421.175-.597 0L12.2 13.89a.567.567 0 01-.105-.317v-.457c-1.301 1.09-2.953 1.758-4.781 1.758A7.307 7.307 0 010 7.562C0 3.556 3.27.25 7.313.25c4.007 0 7.312 3.305 7.312 7.313a7.362 7.362 0 01-1.793 4.78h.457c.106 0 .211.071.316.141l4.254 4.254zm-10.547-3.55a5.619 5.619 0 005.625-5.626c0-3.093-2.532-5.625-5.626-5.625a5.619 5.619 0 00-5.625 5.625 5.597 5.597 0 005.625 5.625z'/></svg>");
	background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    width: 40px;
}
.header__tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.header__tools.burger_on {
    display: none;
}
.header__tools-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 14px;
    width: 24px;
    height: 24px;
    color: transparent;
}
.header__tools-item svg{
	width: 16px;
	height: 16px;
}
.header__tools-item .item-title {
    display: none;
}

.header__tools-item--search {
    background: url(../img/icons/search.svg) 0 / 24px no-repeat;
}
.header__tools-item--auth {
    background: url(../img/icons/user.svg) 0 / 24px no-repeat;
}
.header__tools-item--wishlist {
    display: none ;
    background: url(../img/icons/like.svg) 0 / 24px no-repeat;
}
.header_logout{
	display: none;
}
.header__tools-item--bag {
    background: url(../img/icons/bag.svg) 0 / 24px no-repeat;
}
#bx_basketFKauiI a {
    background: url(/local/templates/edart_product/img/icons/bag.svg) 0 / 24px no-repeat;
}
.nav-item-icon{
	 background:url(../img/icons/nav-tem.svg) no-repeat;
	 width:24px;
 }
 .header__tools-item-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    top: -2px;
    right: -8px;
    position: absolute;
    min-width: 16px;
    height: 16px;
    background-color: #DF1919;
    border-radius: 50%;
    color: #fff;
    padding: 4px;
}
.header__burger {
    display: none;
}
.burger {
    cursor: pointer;
    background: url(../img/icons/burger.svg);
    height: 28px;
    width: 28px;
}
.burger.burger_on {
    background: url(../img/icons/close.svg) no-repeat;
}
.header__catalog {
    padding: 1rem 0;
	background: #fff;
}
.header__catalog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    overflow-x: auto;
}
.header__catalog-col {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.catalog-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.catalog-menu__item {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.header__catalog-link {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.offcanvas-menu {
    color: #212529;
    font-family: 'Jost', sans-serif;
    overflow: scroll;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1050;
}
.offcanvas-menu__content .logout{
	    font-size: 22px;
    font-weight: 500;
	    margin: 24px 0;
    display: block;
}
.offcanvas-menu--show {
    display: block;
}
.offcanvas-menu .container {
    padding: 0 16px;
}
.offcanvas-menu__content {
    padding: 64px 0;
}
.header_menu_contacts {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 40px;
}
.header_menu-contact-item {
    color: #808185;
    font-size: 16px;
    max-width: 73px;
}
.header_menu-contact-item a {
    background: #F4F5F8;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 150px;
    line-height: 46px;
    margin: 0 auto 12px;
    cursor: pointer;
}
.header_menu_nav-list {
    margin: 32px auto;
}
.main-menu__item.parent-menu-item {
    float: left;
    width: calc(100% - 15px);
    display: block;
    border-bottom: none;
}
.offcanvas-menu__phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 22px;
    font-weight: 500;
}
.bx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 10px 0;
}
}
.bx-breadcrumb .bx-breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #808080;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 12px;
    color: #808185;
    font-weight: 500;
    font-family: Inter;
    line-height: 100%;
}
@media (min-width: 451px) {
	.header.fixed{
		height: 123px;
	}
}
@media (min-width: 768px) {
    .header__tools-item .item-title {
        display: block;
    }
	.header__tools-item {
        padding-left: 28px;
        height: 20px;
        background-size: 20px;
        color: #333;
        width: unset;
    }
	.header__tools-item-counter {
        width: 18px;
        height: 18px;
        position: relative;
        top: unset;
        right: unset;
    }
	    .header__tools-item--wishlist {
        display: flex !important;
    }
	.header_logout{
		display: block;
	}
	.header.fixed{
		height: 170px;
	}
}
@media (max-width: 450px) {
    .header__catalog, .bx-breadcrumb {
        display: none !important;
    }
	
	.header__catalog, .bx-breadcrumb {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
	.header--border{
		border:none;
	}
    .header__top {
        display: none;
    }
	
	 .main-menu__item:first-child {
        border-top: 1px solid #E1E0E5;
    }
	.main-menu__item {
        color: #000;
        font-size: 16px;
        padding: 24px 0;
        width: 100%;
        border-bottom: 1px solid #E1E0E5;
        display: flex;
        justify-content: space-between;
    }
	.header__main-content {
        flex-direction: row;
    }
	.header__burger {
        position: relative;
        display: block;
        z-index: 1060;
    }
	.main-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
	.header__main {
        position: relative;
        z-index: 1060;
    }
	
}
@media (max-width: 991.98px) {
    .header__logo-description {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .header__search {
        display: none;
    }
}