.col {
    flex: 1 0 0%;
    width: 100%
}

.col-md-auto {
    flex: 0 0 auto
}

.col, .col-md-auto {
    padding: 0 12px;
}

.align-items-center {
    align-items: center;
}

.header-top {
    padding: 16px!important;
}

.header-top .btn {
    margin: 0;
}

.header-top .wrap_icon {
    padding: 0!important;
    width: 20px;
    height: 20px!important;
}

.header-top .wrap_icon svg {
    fill: #fff;
}

.header-top .wrap_icon:hover svg {
    fill: orange;
}

.header-bottom {
    background-color: #fff;
    border-bottom: 1px solid #003162;
}

.logo_and_menu-row .header-top .personal-link svg, .logo_and_menu-row .header-top .personal-link .svg.inline.big {
    width: 20px!important;
    height: 20px!important;
}
.header-desktop {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 900;
}
#panel ~ .body {
    margin-top: 0;
}
.body {
    margin-top: 0;
}
@media (min-width: 1367px) {
    #panel ~ .body {
        margin-top: 60px;
    }
    .body {
        margin-top: 130px;
    }
}
.btn_store-link .svg, .logo_and_menu-row .wrap_icon svg {
    max-width: 22px;
}
#mobileheader .mobileheader-v1 {
    border-bottom: none!important;
}

.cart--header {
    display: block !important;
}

.inline-cart-show {
    background: none;
    border: none;
}

.phone-block--column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phone-button-modal {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid white;
    width: fit-content;
    color: white;
}

.logo_and_menu-row .header-top .house--header {
    max-height: 50px;
    height: auto !important;
    width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.house--header span {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 0.8;
    width: fit-content;
}