.elementor-633 .elementor-element.elementor-element-5727bc1{--display:flex;}/* Start custom CSS for container, class: .elementor-element-5727bc1 *//* ==========================================================================
   OCEANWP + WOOCOMMERCE ACCOUNT PAGE REDESIGN
   ========================================================================== */

/* Fő layout */
.woocommerce {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 40px auto;
}

/* Bal oldal */
.woocommerce-MyAccount-tabs {
    width: 300px;
    flex-shrink: 0;
}

/* Jobb oldal */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

/* ==========================================================================
   PROFIL
   ========================================================================== */

.oceanwp-user-profile {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.oceanwp-user-profile .avatar {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

.oceanwp-user-profile .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.oceanwp-user-profile .logout {
    color: #666;
    text-decoration: none;
}

/* ==========================================================================
   MENÜ
   ========================================================================== */

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 18px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ececec;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    transition: .25s;
}

.woocommerce-MyAccount-navigation a:hover {
    transform: translateX(4px);
    background: #f8f8f8;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ==========================================================================
   TARTALOM
   ========================================================================== */

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
}

.woocommerce-MyAccount-content p {
    color: #444;
    line-height: 1.7;
}

/* ==========================================================================
   TÁBLÁZAT
   ========================================================================== */

.shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.shop_table thead {
    background: #111;
    color: #fff;
}

.shop_table th,
.shop_table td {
    padding: 15px;
}

/* ==========================================================================
   GOMBOK
   ========================================================================== */

.button,
.woocommerce button.button,
.woocommerce a.button {
    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 12px 18px;
    border: none;
    transition: .25s;
}

.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
    transform: translateY(-2px);
}

/* ==========================================================================
   MOBIL
   ========================================================================== */

@media (max-width: 900px) {

    .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-tabs {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        padding: 25px;
    }
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation li,
.woocommerce-MyAccount-navigation a {
    border: none !important;
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation li::before,
.woocommerce-MyAccount-navigation li::after,
.woocommerce-MyAccount-navigation a::before,
.woocommerce-MyAccount-navigation a::after {
    display: none !important;
    content: none !important;
}

.woocommerce-MyAccount-navigation a {
    color: #000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: 0 !important;
    font-size: 16px !important;
    display: block !important;
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #fff !important;
}/* End custom CSS */