.header_bottom_wrapper {
    --offset-s: 8px;
    --offset-m: 16px;
    --offset-b: 24px;

    --ps-font-size-s: 16px;
    --ps-font-size-m: 20px;
    --ps-font-size-b: 24px;
}

.header_bottom_wrapper .header-logo{
    width: 240px;
    margin: 0;
}
.sumbenu-container a{
    font-size: var(--ps-font-size-m);
    margin-right: var(--offset-b) !important;
}
.sumbenu-container a.catalog-menu-btn button{
    margin-right: var(--offset-s) !important;
    width: 24px;
    height: 24px;
}
.sumbenu-container a.catalog-menu-btn button span{
    width: 24px;
    height: 24px;
    display:block;
}
.sumbenu-container a.catalog-menu-btn button span::before{
    top:0;
    left: 0;
}
.header_bottom_wrapper .main-search {
    width: 450px;
    margin-right: var(--offset-b);
}
.wrapper header .header_bottom_wrapper .header_menu {
    margin-left: unset !important;
}
.header_menu .header_menu-item{
    margin-right: var(--offset-b);
}
.header_menu .header_menu-item a{
    font-size: var(--ps-font-size-m);
}

.addcartcountchange_detail{
    height: unset;
}
.addcartcountchange_detail #addcartcountminus,
.addcartcountchange_detail #addcartcountplus{
    font-size: 24px !important;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addcartcountchange_detail #addcartcountminus{
    margin-right: 16px;
}
.addcartcountchange_detail #addcartcountvalue{
    width: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addcartcountchange_detail #addcartcountvalue label{
    margin-bottom: 0 !important;
}
.addcartcountchange_detail #addcartcountvalue #count_position{
    font-size: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addcartcountchange_detail #addcartcountvalue .add_count{
    width: unset !important;
    position: initial;
    top: unset;
    left: unset;
}

@media( max-width: 1600px ) {
    .header_bottom_wrapper .header-logo-wrapper{
        display: none;
    }
    .header_bottom_wrapper .main-search {
        width: 300px;
    }
    .wrapper header .header_bottom_wrapper .header_menu {
        height: 40px;
        margin-top: 5px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        max-width: unset;
    }
    .wrapper.slim header .top_basket_row::before{
        top: 0;
    }
}