.header-options > li {
    border-right: 1px solid #999999;
    position: relative;
}
.header-options > li:last-child {
    padding-right: 0;
    border-right: none;
}
.header-language-wrapper,
.header-country-wrapper,
.header-auth-wrapper,
header-searchbox-wrapper{
    left: auto;
    right: 0;
    top: calc(100% + 10px);
}
.header-auth-wrapper,.header-language-wrapper{
    right: auto;
    left: 0;
    top: calc(100% + 10px);
}
nav.sf-navigation > ul > li:first-child a {
    padding-left: 0;
}

nav.sf-navigation > ul > li:first-child a::before {
    left: 0;
    width: calc(100% - 20px);
}

nav.sf-navigation > ul > li:last-child a {
    padding-right: 0;
}

nav.sf-navigation > ul > li:last-child a::before {
    width: calc(100% - 20px);
}
.header-options > li:first-child {
    padding-left: 0;
}
.footer-widget-about .footer-social-icons li:not(:last-child) {
    margin-right: 10px;
}
nav.sf-navigation ul li:not(.megamenu-active) ul {left: 0; text-align: left;}
nav.sf-navigation ul li.megamenu-active > ul {
    left: 0;
    text-align: left;
}
.toolbox-sorting .nice-select .list {
    right: auto;
    left: 0;
    min-width: 170px;
    width: auto;
}
@media (max-width: 768px) {
    .header-minicart, .header-searchbox-wrapper {
        right: auto;
    }
    .toolbox > * {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
    }
    .toolbox-sorting {
        text-align: center;
        margin-bottom: 10px;
    }
    .slider-navigation-1 .slider-navigation.slider-navigation-prev {
         left: auto;
    }
}
.rate {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}
