.is-more-tabs.tabs{
    width: 100%;
    max-width: 470px;
}
ul.tabs-list{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0;
    position: relative;
    bottom: -2px;
}
.user-form {
    background: #fff;
    padding: 55px;
    border-radius: 7px 0 7px 7px;
}

.__acc.half .left {
    width: 760px;
    order: 1;
}

.__acc.half .right {
    display: flex;
    justify-content: end;
    width: calc(100% - 760px);
    padding: 100px 0 0;
}

.__acc .is-m-t-list li {
    color: #caa181;
    background: #fff;
    list-style: none;
    width: 49.5%;
    text-align: center;
    cursor: pointer;
    line-height: 1.1;
    vertical-align: bottom;
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
}

.__acc .is-m-t-list li.active {
    padding-top: 23px;
    border-bottom: none;
    font-weight: 400;
    margin: 0;
}

.tabs-content {
    display: none;
}

.tabs-content.active {
    display: block;
}

.title_acc {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

button[type="submit"] {
    width: 165px;
    color: #0b0a08;
    background: #CAA181;
    border: 2px solid #caa181;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin: 0;
    height: 42px;
    padding: 0 18px;
    cursor: pointer;
}
button[type="submit"]:hover{
    color: #CAA181;
    background: #0b0a08;
}
.woocommerce-account footer{
    margin: 0;
}
label.woocommerce-form__label{
    font-size: 16px;
}


.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
    content: "";
    display: block;
    text-decoration: none;
    width: 36px;
    height: 36px;
    background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="36px" height="36px" viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;" xml:space="preserve"><path d="M21.8,18c0,2.1-1.7,3.8-3.8,3.8s-3.8-1.7-3.8-3.8c0-0.2,0-0.5,0.1-0.7c1.8,0.7,3.7-1.1,3-3c0.2,0,0.4-0.1,0.7-0.1C20.1,14.2,21.8,15.9,21.8,18z M18,9.3c-9.5,0-15,8.2-15,8.2s6,9.3,15,9.3c9.7,0,15-9.3,15-9.3S27.6,9.3,18,9.3z M18,24.3c-3.5,0-6.3-2.8-6.3-6.3c0-3.5,2.8-6.3,6.3-6.3c3.5,0,6.3,2.8,6.3,6.3C24.3,21.5,21.5,24.3,18,24.3z"/></svg>');
}
@media (max-width: 1280px) {
    .half.__acc {
        align-items: end;
    }

    .__acc.half .right {
        width: 460px;
    }

    .__acc.half .left {
        width: calc(100% - 480px);
    }
}

@media (max-width: 980px) {
    .half.__acc {
        display: block;
        max-width: 460px;
        margin: auto;
    }

    .__acc.half .right,
    .__acc.half .left {
        width: 100%;
        padding: 0;
    }
    .__acc.half .right {
        position: relative;
        top: -80px;
    }
    .user-form {
        width: 100%;
    }
}
@media (max-width: 500px){
    .half.__acc {
        max-width: none;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }
    .user-form {
        padding: 55px 25px;
    }
}