.elementor-40 .elementor-element.elementor-element-fa92d56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-40 .elementor-element.elementor-element-8c7fa0b .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-primary );}.elementor-40 .elementor-element.elementor-element-8c7fa0b .e-cart-section{border-width:1px 1px 1px 1px;}.elementor-40 .elementor-element.elementor-element-8c7fa0b{--sections-border-color:var( --e-global-color-primary );--sections-title-color:var( --e-global-color-primary );--links-normal-color:var( --e-global-color-primary );--forms-rows-gap:0px;--totals-color:var( --e-global-color-secondary );--totals-divider-weight:0px;--checkout-button-normal-text-color:var( --e-global-color-a7e19e4 );--checkout-button-border-radius:33px 33px 33px 33px;}.elementor-40 .elementor-element.elementor-element-8c7fa0b {--sections-descriptions-color:var( --e-global-color-accent );}@media(max-width:767px){.elementor-40 .elementor-element.elementor-element-8c7fa0b{width:100%;max-width:100%;}.elementor-40 .elementor-element.elementor-element-8c7fa0b > .elementor-widget-container{margin:15px 12px 25px 09px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-8c7fa0b *//* MOBİL WOOCOMMERCE SEPET TASARIMI */
@media only screen and (max-width: 767px) {

    body.woocommerce-cart .site-main,
    body.woocommerce-cart .elementor-widget-shortcode {
        width: 100%;
        max-width: 100%;
    }

    body.woocommerce-cart .woocommerce {
        width: 100%;
    }

    /* Masaüstü tablo başlığını gizle */
    body.woocommerce-cart table.shop_table_responsive thead {
        display: none;
    }

    /* Her ürünü ayrı bir kart yap */
    body.woocommerce-cart table.shop_table_responsive tbody tr.cart_item {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 16px;
        padding: 16px;
        background: #ffffff;
        border: 1px solid #e8e8e8;
        border-radius: 14px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item td {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 11px 0 !important;
        text-align: right !important;
        border: 0;
        border-bottom: 1px solid #eeeeee;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item td:last-child {
        border-bottom: 0;
    }

    /* Fiyat, adet ve toplam etiketleri */
    body.woocommerce-cart table.shop_table_responsive tr td::before {
        float: none !important;
        margin-right: 14px;
        font-size: 13px;
        font-weight: 600;
        color: #666666;
    }

    /* Ürün görseli */
    body.woocommerce-cart td.product-thumbnail {
        display: flex !important;
        justify-content: center !important;
        padding-top: 4px !important;
        border-bottom: 0 !important;
    }

    body.woocommerce-cart td.product-thumbnail::before {
        display: none !important;
    }

    body.woocommerce-cart td.product-thumbnail img {
        width: 90px !important;
        height: 90px !important;
        margin: 0 !important;
        object-fit: cover;
        border-radius: 12px;
    }

    /* Ürün adı */
    body.woocommerce-cart td.product-name {
        display: block !important;
        padding: 6px 34px 14px !important;
        text-align: center !important;
    }

    body.woocommerce-cart td.product-name::before {
        display: none !important;
    }

    body.woocommerce-cart td.product-name a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        color: inherit;
    }

    /* Silme butonu */
    body.woocommerce-cart td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block !important;
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
        z-index: 2;
    }

    body.woocommerce-cart td.product-remove::before {
        display: none !important;
    }

    body.woocommerce-cart td.product-remove a.remove {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin: 0;
        font-size: 21px;
        line-height: 1;
        background: #f3f3f3;
        border-radius: 50%;
    }

    /* Adet alanı */
    body.woocommerce-cart .quantity {
        display: inline-flex;
    }

    body.woocommerce-cart .quantity .qty {
        width: 72px !important;
        min-height: 44px;
        padding: 6px;
        text-align: center;
        border: 1px solid #dddddd;
        border-radius: 8px;
    }

    /* Kupon ve sepeti güncelleme alanı */
    body.woocommerce-cart table.shop_table td.actions {
        display: block !important;
        width: 100%;
        padding: 0 !important;
        border: 0;
    }

    body.woocommerce-cart .coupon {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    body.woocommerce-cart .coupon label {
        display: none;
    }

    body.woocommerce-cart .coupon .input-text,
    body.woocommerce-cart .coupon button,
    body.woocommerce-cart button[name="update_cart"] {
        width: 100% !important;
        min-height: 48px;
        margin: 0 !important;
        padding: 11px 14px !important;
        border-radius: 9px !important;
    }

    body.woocommerce-cart button[name="update_cart"] {
        float: none !important;
    }

    /* Sepet toplamları */
    body.woocommerce-cart .cart-collaterals {
        width: 100%;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        float: none !important;
        width: 100% !important;
        margin-top: 22px;
        padding: 18px;
        background: #ffffff;
        border: 1px solid #e8e8e8;
        border-radius: 14px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    body.woocommerce-cart .cart_totals h2 {
        margin: 0 0 15px;
        font-size: 21px;
    }

    body.woocommerce-cart .cart_totals table {
        margin-bottom: 16px;
        border: 0;
    }

    body.woocommerce-cart .cart_totals table th,
    body.woocommerce-cart .cart_totals table td {
        padding: 12px 0 !important;
    }

    /* Ödemeye geç butonu */
    body.woocommerce-cart .wc-proceed-to-checkout {
        padding-bottom: 0;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 54px;
        margin-bottom: 0;
        padding: 13px 18px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        border-radius: 10px;
    }
}/* End custom CSS */