.header-top .header-logo img {
    width: fit-content;
    height: 48px;
}

.site-header--style2 .header-logo::after {
    content: none;
}

html[dir=rtl] .mm-spn--open {
    padding-right: 0 !important;
    width: 100%;
}

html[dir=rtl] .mm-spn--open li::before {
    top: 18px !important;
    left: 25px !important;
    left: calc(var(--mm-spn-item-height) / 2) !important;
    right: auto !important;
    width: 10px !important;
    transform: rotate(225deg) translate(0, -50%) !important;
}

html[dir=rtl] .mm-spn li:after {
    margin-left: 0 !important;
}

html[dir=rtl] .mm-spn a:not(:last-child):after {
    left: 0;
    right: auto;
}

html[dir=rtl] .site-header--style2 .header-top-flex-part.header-top-flex-part--left {
    order: 1 !important;
}

html[dir=rtl] .header-menu > li:last-child::before {
    display: none !important;
}
