.elementor-17110 .elementor-element.elementor-element-9e43a1f{--display:flex;--padding-top:3em;--padding-bottom:3em;--padding-left:0em;--padding-right:0em;}.elementor-17110 .elementor-element.elementor-element-3dd4259 .elementor-heading-title{font-size:22px;}.elementor-17110 .elementor-element.elementor-element-287af42 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-4da9a17 );}.elementor-17110 .elementor-element.elementor-element-287af42 .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-17110 .elementor-element.elementor-element-9e43a1f{--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}}/* Start custom CSS for container, class: .elementor-element-9e43a1f *//* =========================================
   MASAÜSTÜ VE GENEL SEPET AYARLARI
   ========================================= */

/* Eğitim sepetinde gereksiz sütunları gizle */
.woocommerce-cart-form .product-thumbnail,
.woocommerce-cart-form .product-quantity,
.woocommerce-cart-form .product-subtotal {
    display: none !important;
}

/* Güncelle butonu ve işlemler satırını gizle */
.woocommerce-cart-form td.actions {
    display: none !important;
}

/* Ürün tablosunu daha kompakt yap */
.woocommerce-cart-form .shop_table {
    table-layout: auto !important;
}

.woocommerce-cart-form .cart_item td {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.woocommerce-cart-form .product-remove {
    width: 42px !important;
    padding-right: 10px !important;
}

.woocommerce-cart-form .product-name {
    width: auto !important;
}

.woocommerce-cart-form .product-price {
    width: 150px !important;
    text-align: right !important;
    white-space: nowrap;
}

/* Ürün adı bağlantısı */
.woocommerce-cart-form .product-name a {
    color: #555 !important;
    font-weight: 600;
    line-height: 1.45;
}

/* Silme düğmesi */
.woocommerce-cart-form .product-remove a.remove {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    color: #e45757 !important;
    background: #fff1f1;
    font-size: 22px !important;
    text-decoration: none;
}

.woocommerce-cart-form .product-remove a.remove:hover {
    color: #fff !important;
    background: #e45757;
}


/* =========================================
   MOBİL SEPET AYARLARI
   ========================================= */

@media only screen and (max-width: 767px) {

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table thead {
        display: none !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table,
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table tbody {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table tr.cart_item {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 18px 52px 18px 18px !important;
        border: 0 !important;
        border-bottom: 1px solid #e4e4e4 !important;
        background: #fff !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table tr.cart_item td {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        text-align: left !important;
    }

    /* Ürün ve Fiyat mobil başlıklarını kaldır */
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table tr.cart_item td::before,
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table tr.cart_item td:before {
        display: none !important;
        content: none !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form .product-thumbnail,
    body.woocommerce-cart
    .woocommerce-cart-form .product-quantity,
    body.woocommerce-cart
    .woocommerce-cart-form .product-subtotal {
        display: none !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table td.product-name {
        display: block !important;
        padding: 0 0 7px !important;
        color: #444 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.45 !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table td.product-name a {
        display: block !important;
        color: #444 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.45 !important;
        text-align: left !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table td.product-price {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        color: #0d5594 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table td.product-remove {
        position: absolute !important;
        top: 50% !important;
        right: 14px !important;
        left: auto !important;
        z-index: 2 !important;
        display: block !important;
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        transform: translateY(-50%) !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table td.product-remove a.remove {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 30px !important;
        height: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 50% !important;
        color: #df4c4c !important;
        background: #fff0f0 !important;
        font-size: 20px !important;
        line-height: 1 !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table td.actions {
        display: none !important;
    }
}

/* =========================================
   MOBİL SEPET SON DÜZELTME
   Bu kod CSS'in en altında kalmalı
   ========================================= */

@media only screen and (max-width: 767px) {

    /* Görseli kesin olarak gizle */
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table
    tr.cart_item td.product-thumbnail {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Miktarı kesin olarak gizle */
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table
    tr.cart_item td.product-quantity {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* İkinci fiyatı oluşturan ürün ara toplamını gizle */
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table
    tr.cart_item td.product-subtotal {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Yalnızca gerçek ürün fiyatını göster */
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table
    tr.cart_item td.product-price {
        display: block !important;
        width: 100% !important;
        margin-top: 5px !important;
        padding: 0 !important;
        color: #0d5594 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    /* Silme düğmesini sağ tarafa sabitle */
    body.woocommerce-cart
    .woocommerce-cart-form table.shop_table
    tr.cart_item td.product-remove {
        position: absolute !important;
        top: 50% !important;
        right: 14px !important;
        left: auto !important;
        display: block !important;
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        transform: translateY(-50%) !important;
    }
}/* End custom CSS */