.header-primary .right-side .language-box {
    justify-content: flex-end;
}
.wpml-switcher {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}
.wpml-switcher::after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    height: 30px;
    width: 100%;
}
.current-lang {
    font-size: 14px;
    line-height: 1.4;
    color: #FCF2DF;
    padding: 8px 16px;
    border-radius: 8px;
    position: relative;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    transition: 0.3s ease;
    width: max-content;
}
.current-lang::after {
    transition: 0.3s ease;
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6666 6L7.99992 10L3.33325 6' stroke='%23FCF2DF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.current-lang img {
    width: 20px;
    height: auto;
}
.lang-submenu {
    display: none;
    flex-direction: column;
    z-index: 10;
    position: absolute;
    top: 52px;
    left: 0;
    background: #FFF9EF;
    box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.1);
    gap: 8px;
    border-radius: 16px;
    padding: 8px;
    width: max-content;
}
.lang-submenu li {
    list-style-type: none;
}
.lang-submenu li .lang-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 26px 8px 16px;
    font-weight: 600;
    color: #161616;
    white-space: nowrap;
    border-radius: 8px;
    transition: 0.3s ease;
    line-height: 1.4;
    font-size: 16px;
}
.lang-submenu img {
    width: 20px;
}
.lang-submenu li:hover .lang-item {
    background: #FBE4D4;
    color: #E26530;
}
.empty-cart-page-content.cart-page-content .cart-block .container .left-column {
    max-width: 100%;
    flex: 1 1 100%;
}
.woocommerce-cart .wc-empty-cart-message {
    display: none;
}


@media (min-width: 992px) {
    .wpml-switcher:hover .lang-submenu {
        display: flex;
    }
    .wpml-switcher:hover .current-lang {
        background: #FBE4D4;
        color: #E26530;
    }
    .wpml-switcher:hover .current-lang::after {
        transform: rotate(-180deg);
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6666 6L7.99992 10L3.33325 6' stroke='%23E26530' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}
@media (max-width: 992px) {
    .wpml-switcher.active .lang-submenu {
        display: flex;
    } 
    .wpml-switcher .current-lang {
        background: #FBE4D4;
        color: #E26530;
    }
    .wpml-switcher .current-lang::after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6666 6L7.99992 10L3.33325 6' stroke='%23E26530' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .wpml-switcher.active .current-lang::after {
        transform: rotate(-180deg);
    }
}
