:root {
    --buda-progress-bar-width: 500px
}

.point_container {
    max-width: 350px;
}

#payment {
    color: #000;
}

li.wc_payment_method {
    color: #000 !important
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 60px
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0 !important
}

li.woocommerce-MyAccount-navigation-link {
    list-style-type: none !important;
    margin-bottom: 5px;
}

li.woocommerce-MyAccount-navigation-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border: 1px solid gray;
    margin: 10px 0
}

li.woocommerce-MyAccount-navigation-link a {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #FFF !important
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 20px
}

.woocommerce-MyAccount-navigation-link--customer-logout:after {
    display: none !important
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #bd9a5f;
    color: #2b2a31 !important;
    text-decoration: none !important;
    padding: 5px 10px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #FFFFFF;
    color: #2b2a31 !important;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

button[name="save_account_details"] {
    margin: 20px 0
}

.woocommerce-MyAccount-content {
    margin-bottom: 50px
}

/***
*
*/
.progress {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
}

.barOverflow {
    position: relative;
    overflow: hidden;
    width: var(--buda-progress-bar-width);
    max-width: 100%;
    height: 140px;
    margin-bottom: -14px;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--buda-progress-bar-width);
    height: var(--buda-progress-bar-width);
    border-radius: 50%;
    box-sizing: border-box;
    border: 8px solid #eee;
    border-bottom-color: #bd9a5f;
    border-right-color: #bd9a5f;
}

.szint_contanier {
    max-width: var(--buda-progress-bar-width)
}

div[data-elementor-type="footer"] p {
    color: #FFF !important
}

.woocommerce-MyAccount-content a:hover {
    color: #292929 !important
}

@media only screen and (max-width: 600px) {
    .bar {
        width: calc(100vw - 20px);
        height: calc(100vw - 20px);
    }

    .progress {
        margin: 0 !important
    }
}