.elementor-13 .elementor-element.elementor-element-6e146a8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-c81df34{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-4257113{text-align:center;}.elementor-13 .elementor-element.elementor-element-4257113 .elementor-heading-title{font-family:"Verdana", Sans-serif;font-size:47px;font-weight:600;color:#000000;}.elementor-13 .elementor-element.elementor-element-2076409{--display:flex;}.elementor-13 .elementor-element.elementor-element-2d2e9f7{--update-cart-automatically-display:none;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-6e146a8f{--content-width:1400px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-2d2e9f7 *//* ===== KOSÁR OLDAL MODERN KINÉZET ===== */

.elementor-element-2d2e9f7,
.elementor-element-2d2e9f7 * {
    box-sizing: border-box;
    font-family: Verdana, Geneva, sans-serif;
}

/* Teljes kosár blokk */
.elementor-element-2d2e9f7 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 18px 70px;
}

/* Két oszlopos elrendezés */
.elementor-element-2d2e9f7 .e-cart__container {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
    gap: 30px;
    align-items: start;
}

/* Oszlopok */
.elementor-element-2d2e9f7 .e-cart__column,
.elementor-element-2d2e9f7 .e-cart__column-inner {
    width: 100%;
    max-width: 100%;
}

/* Fő kártyák */
.elementor-element-2d2e9f7 .e-shop-table,
.elementor-element-2d2e9f7 .coupon,
.elementor-element-2d2e9f7 .e-cart-totals {
    background: #ffffff;
    border: 1px solid rgba(13, 86, 127, 0.16);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(13, 86, 127, 0.08);
    overflow: hidden;
}

/* Táblázat */
.elementor-element-2d2e9f7 table.shop_table {
    width: 100%;
    border: none;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

/* Fejléc */
.elementor-element-2d2e9f7 table.shop_table thead {
    background: #f6fbfe;
}

.elementor-element-2d2e9f7 table.shop_table thead th {
    padding: 18px 14px;
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(13, 86, 127, 0.12);
}

/* Sorok */
.elementor-element-2d2e9f7 table.shop_table tbody td {
    padding: 20px 14px;
    border: none;
    border-bottom: 1px solid rgba(13, 86, 127, 0.10);
    color: #000000;
    font-size: 15px;
    vertical-align: middle;
}

.elementor-element-2d2e9f7 table.shop_table tbody tr:last-child td {
    border-bottom: none;
}

/* Termékkép */
.elementor-element-2d2e9f7 .product-thumbnail img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(13, 86, 127, 0.12);
    background: #ffffff;
}

/* Terméknév */
.elementor-element-2d2e9f7 .product-name a {
    color: #0d567f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.elementor-element-2d2e9f7 .product-name a:hover {
    color: #083f5f;
}

/* Ár és részösszeg */
.elementor-element-2d2e9f7 .product-price,
.elementor-element-2d2e9f7 .product-subtotal,
.elementor-element-2d2e9f7 .woocommerce-Price-amount {
    color: #000000;
    font-weight: 700;
}

/* Törlés gomb */
.elementor-element-2d2e9f7 .product-remove a.remove {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(233, 75, 95, 0.10);
    color: #e94b5f;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.elementor-element-2d2e9f7 .product-remove a.remove:hover {
    background: #e94b5f;
    color: #ffffff;
}

/* Mennyiség mező */
.elementor-element-2d2e9f7 .quantity input.qty {
    width: 70px;
    height: 42px;
    border: 1px solid rgba(13, 86, 127, 0.20);
    border-radius: 12px;
    background: #f6fbfe;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    outline: none;
}

.elementor-element-2d2e9f7 .quantity input.qty:focus {
    border-color: #0d567f;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(13, 86, 127, 0.10);
}

/* Kosár frissítése sor asztali nézetben */
.elementor-element-2d2e9f7 td.actions {
    padding: 22px 18px;
    background: #ffffff;
}

/* Gombok */
.elementor-element-2d2e9f7 .button,
.elementor-element-2d2e9f7 button.button,
.elementor-element-2d2e9f7 .checkout-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    background: #0d567f;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(13, 86, 127, 0.20);
    transition: all 0.25s ease;
}

.elementor-element-2d2e9f7 .button:hover,
.elementor-element-2d2e9f7 button.button:hover,
.elementor-element-2d2e9f7 .checkout-button:hover {
    background: #083f5f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(13, 86, 127, 0.28);
}

/* Kikapcsolt gomb */
.elementor-element-2d2e9f7 button.button:disabled,
.elementor-element-2d2e9f7 button.button:disabled:hover {
    background: #eef3f6;
    color: #9aa8b0;
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

/* ===== KUPON RÉSZ ===== */

.elementor-element-2d2e9f7 .coupon {
    margin-top: 24px;
    padding: 22px;
}

.elementor-element-2d2e9f7 .coupon .coupon-col {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0;
}

.elementor-element-2d2e9f7 .coupon .coupon-col-start {
    flex: 1 1 auto;
    min-width: 0;
}

.elementor-element-2d2e9f7 .coupon .coupon-col-end {
    flex: 0 0 260px;
}

.elementor-element-2d2e9f7 .coupon input.input-text {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    border: 1px solid rgba(13, 86, 127, 0.20);
    border-radius: 14px;
    background: #f6fbfe;
    color: #000000;
    font-size: 15px;
    outline: none;
}

.elementor-element-2d2e9f7 .coupon input.input-text:focus {
    border-color: #0d567f;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(13, 86, 127, 0.10);
}

.elementor-element-2d2e9f7 .coupon .coupon-col-end .button,
.elementor-element-2d2e9f7 .coupon .coupon-col-end button {
    width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    background: #0d567f;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(13, 86, 127, 0.20);
    transition: all 0.25s ease;
}

.elementor-element-2d2e9f7 .coupon .coupon-col-end .button:hover,
.elementor-element-2d2e9f7 .coupon .coupon-col-end button:hover {
    background: #083f5f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(13, 86, 127, 0.28);
}

/* ===== JOBB OLDALI ÖSSZESÍTŐ ===== */

.elementor-element-2d2e9f7 .e-cart-totals {
    padding: 28px;
    position: sticky;
    top: 120px;
}

.elementor-element-2d2e9f7 .cart_totals h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 24px;
}

.elementor-element-2d2e9f7 .cart_totals h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    background: #0d567f;
    border-radius: 999px;
    margin-top: 12px;
}

/* Összesítő táblázat */
.elementor-element-2d2e9f7 .cart_totals table.shop_table {
    background: #f6fbfe;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.elementor-element-2d2e9f7 .cart_totals table.shop_table th,
.elementor-element-2d2e9f7 .cart_totals table.shop_table td {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(13, 86, 127, 0.10);
    color: #182c36;
    font-size: 15px;
}

.elementor-element-2d2e9f7 .cart_totals table.shop_table tr:last-child th,
.elementor-element-2d2e9f7 .cart_totals table.shop_table tr:last-child td {
    border-bottom: none;
}

.elementor-element-2d2e9f7 .cart_totals table.shop_table th {
    font-weight: 800;
}

.elementor-element-2d2e9f7 .cart_totals table.shop_table td {
    text-align: right;
    font-weight: 800;
}

/* Fizetés gomb */
.elementor-element-2d2e9f7 .wc-proceed-to-checkout {
    padding: 0;
    margin: 0;
}

.elementor-element-2d2e9f7 .checkout-button {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
    margin: 0;
}

/* Rejtett kuponlista */
.elementor-element-2d2e9f7 #coupons_list[style*="display: none"] {
    display: none;
}

/* ===== TABLET ===== */

@media (max-width: 1024px) {
    .elementor-element-2d2e9f7 .e-cart__container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .elementor-element-2d2e9f7 .e-cart-totals {
        position: static;
    }
}

/* ===== MOBIL ===== */

@media (max-width: 767px) {

    .elementor-element-2d2e9f7 {
        padding: 10px 14px 48px;
    }

    .elementor-element-2d2e9f7 .e-cart__container {
        display: block !important;
        width: 100% !important;
    }

    .elementor-element-2d2e9f7 .e-cart__column {
        width: 100% !important;
        max-width: 100% !important;
    }

    .elementor-element-2d2e9f7 .e-cart__column + .e-cart__column {
        margin-top: 22px;
    }

    /* Külső fehér kosárdoboz mobilon */
    .elementor-element-2d2e9f7 .e-shop-table {
        padding: 18px;
        background: #ffffff;
        border: 1px solid rgba(13, 86, 127, 0.16);
        border-radius: 22px;
        box-shadow: 0 10px 26px rgba(13, 86, 127, 0.08);
        overflow: visible;
    }

    /* Táblázat mobilon */
    .elementor-element-2d2e9f7 table.shop_table thead {
        display: none !important;
    }

    .elementor-element-2d2e9f7 table.shop_table,
    .elementor-element-2d2e9f7 table.shop_table tbody {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        background: transparent !important;
    }

    /* Terméksor, belső keret nélkül */
    .elementor-element-2d2e9f7 table.shop_table tr.cart_item {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 86px minmax(0, 1fr);
        grid-template-areas:
            "image title"
            "price price"
            "qty qty"
            "subtotal subtotal";
        gap: 14px;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .elementor-element-2d2e9f7 table.shop_table tr.cart_item td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        text-align: left !important;
    }

    /* Több termék esetén elválasztó */
    .elementor-element-2d2e9f7 table.shop_table tr.cart_item + tr.cart_item {
        margin-top: 18px !important;
        padding-top: 18px !important;
        border-top: 1px solid rgba(13, 86, 127, 0.10) !important;
    }

    /* Törlés gomb */
    .elementor-element-2d2e9f7 .product-remove {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 5 !important;
    }

    .elementor-element-2d2e9f7 .product-remove::before,
    .elementor-element-2d2e9f7 .product-thumbnail::before,
    .elementor-element-2d2e9f7 .product-name::before {
        display: none !important;
        content: "" !important;
    }

    .elementor-element-2d2e9f7 .product-remove a.remove {
        width: 34px !important;
        height: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #fff1f3 !important;
        color: #d6455d !important;
        border-radius: 50% !important;
        font-size: 25px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        box-shadow: 0 6px 14px rgba(214, 69, 93, 0.14) !important;
    }

    /* Kép */
    .elementor-element-2d2e9f7 .product-thumbnail {
        grid-area: image !important;
        align-self: start !important;
    }

    .elementor-element-2d2e9f7 .product-thumbnail a {
        display: block !important;
        width: 86px !important;
        height: 86px !important;
    }

    .elementor-element-2d2e9f7 .product-thumbnail img {
        width: 86px !important;
        height: 86px !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 16px !important;
        border: 1px solid rgba(13, 86, 127, 0.12) !important;
        background: #ffffff !important;
    }

    /* Terméknév */
    .elementor-element-2d2e9f7 .product-name {
        grid-area: title !important;
        min-width: 0 !important;
        align-self: center !important;
        padding-right: 42px !important;
    }

    .elementor-element-2d2e9f7 .product-name a {
        display: block !important;
        width: 100% !important;
        color: #0d567f !important;
        font-size: 17px !important;
        line-height: 1.28 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        text-align: left !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    /* Mobil adat sorok */
    .elementor-element-2d2e9f7 .product-price {
        grid-area: price !important;
    }

    .elementor-element-2d2e9f7 .product-quantity {
        grid-area: qty !important;
    }

    .elementor-element-2d2e9f7 .product-subtotal {
        grid-area: subtotal !important;
    }

    .elementor-element-2d2e9f7 .product-price,
    .elementor-element-2d2e9f7 .product-quantity,
    .elementor-element-2d2e9f7 .product-subtotal {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 10px 0 !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        color: #000000 !important;
        font-size: 15px !important;
        text-align: left !important;
    }

    .elementor-element-2d2e9f7 .product-price::before,
    .elementor-element-2d2e9f7 .product-quantity::before,
    .elementor-element-2d2e9f7 .product-subtotal::before {
        display: inline-block !important;
        float: none !important;
        content: attr(data-title) ":" !important;
        color: #000000 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .elementor-element-2d2e9f7 .product-price .amount,
    .elementor-element-2d2e9f7 .product-subtotal .amount {
        color: #000000 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .elementor-element-2d2e9f7 .product-quantity .quantity {
        margin: 0 !important;
    }

    .elementor-element-2d2e9f7 .product-quantity input.qty {
        width: 74px !important;
        height: 38px !important;
        padding: 0 8px !important;
        border: 1px solid rgba(13, 86, 127, 0.18) !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    /* Kosár frissítése gomb elrejtése mobilon */
    .elementor-element-2d2e9f7 .woocommerce-cart-form td.actions,
    .elementor-element-2d2e9f7 .woocommerce-cart-form button[name="update_cart"] {
        display: none !important;
    }

    /* Kupon mobil */
    .elementor-element-2d2e9f7 .coupon {
        margin-top: 18px;
        padding: 18px;
        border-radius: 18px;
    }

    .elementor-element-2d2e9f7 .coupon .coupon-col {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .elementor-element-2d2e9f7 .coupon .coupon-col-start,
    .elementor-element-2d2e9f7 .coupon .coupon-col-end {
        flex: 1 1 100%;
        width: 100%;
    }

    .elementor-element-2d2e9f7 .coupon .coupon-col-end .button,
    .elementor-element-2d2e9f7 .coupon .coupon-col-end button {
        width: 100%;
        border-radius: 14px;
    }

    /* Összesítő mobil */
    .elementor-element-2d2e9f7 .e-cart-totals {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .elementor-element-2d2e9f7 .cart_totals h2 {
        font-size: 22px;
        text-align: center;
    }

    .elementor-element-2d2e9f7 .cart_totals h2::after {
        margin-left: auto;
        margin-right: auto;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table {
        display: table !important;
        width: 100% !important;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table tbody {
        display: table-row-group !important;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table tr {
        display: table-row !important;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table th,
    .elementor-element-2d2e9f7 .cart_totals table.shop_table td {
        display: table-cell !important;
        width: auto !important;
        padding: 16px 12px !important;
    }

    .elementor-element-2d2e9f7 .checkout-button {
        min-height: 52px;
        font-size: 15px;
        border-radius: 14px;
    }
}
/* ===== KOSÁR ÖSSZESÍTŐ DUPLA FELIRAT JAVÍTÁS MOBILON ===== */

@media (max-width: 767px) {

    .elementor-element-2d2e9f7 .cart_totals table.shop_table_responsive td::before,
    .elementor-element-2d2e9f7 .cart_totals table.shop_table td::before {
        display: none !important;
        content: "" !important;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table th {
        display: table-cell !important;
        width: 45% !important;
        text-align: left !important;
        color: #000000 !important;
        font-weight: 800 !important;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table td {
        display: table-cell !important;
        width: 55% !important;
        text-align: right !important;
        color: #000000 !important;
        font-weight: 800 !important;
    }

    .elementor-element-2d2e9f7 .cart_totals table.shop_table td .amount {
        white-space: nowrap !important;
    }
}/* End custom CSS */