body .ht-mcs-sidebar-widget-flag ul{
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
}

/*
body .header__drop-down.active > p.header__list_link{
    color: #000;
}*/

body .header__drop-down.lang-list.active{
    background: none;
    outline: none;
}

body .header__drop-down.currency-list.active{
    background: none;
    outline: none;
}

.header__inner p {
    color: var(--color-white);
    transition: all var(--duration-normal);
}

@media screen and (min-width: 768px) {
    .header__inner .header__drop-down_item p {
        width: 100%;
    }
    .header__inner .header__drop-down_item p:hover {
        background-color: var(--color-white);
        color: var(--color-primary);
    }
}

@media screen and (max-width: 991px) {
    .header__localization {
        overflow: scroll;
        gap: 2rem;
        align-items: center;
    }
    /*body .header__localization:not(.currency-switcher) {
        justify-content: center;
    }*/

    .header__localization_button:not(:last-child)::after {
        content: "";
        margin: 0 8px;
        color: #000;
        font-weight: 800;
        position: absolute;
        right: -18px;
        z-index: 9;
        top: 2px;
        font-size: 20px;
        width: 1px;
        height: 20px;
        border-right: 2px solid #000;
    }

    .header__localization_button:not(:first-of-type):before {
        display: none;
        left: -40%;
    }

    body .filters__item_list{
        left: 70%;
    }

}

body .woocommerce-form-coupon-toggle {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    pointer-events: auto !important;
}


/* Checkout */
body .woocommerce-error a,
body .woocommerce-info a,
body .woocommerce-message a{
    color: #000000;
}
body .woocommerce-error a:hover,
body .woocommerce-info a:hover,
body .woocommerce-message a:hover{
    color: #000000;
}

body.loading {
    cursor: progress !important;
}

body .filters__item_option:hover {
    background: #ccc;
}

body .product-card__title{
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    body .product-card__title {
        margin-bottom: 0.2rem;
        font-weight: 500;
    }
}