/*
Theme Name: child
Version: 1.0
Description: A child theme of Astra
Author: admin
Template: astra
*/



Checkout

/* SAĞ KOLON ANA KUTU */
.e-checkout__order_review {
    background: #fff;
    border: 1px solid rgba(92, 73, 62, 0.08);
    border-radius: 30px;
    padding: 38px 38px 30px;
    box-shadow: 0 18px 50px rgba(28, 20, 17, 0.04);
    overflow: hidden;
}

/* BAŞLIK */
.e-checkout__order_review h3#order_review_heading {
    margin: 0 0 28px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.035em;
    color: #201917;
}

/* TABLO GENEL */
.woocommerce-checkout-review-order-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

/* TABLE HEAD */
.woocommerce-checkout-review-order-table thead th {
    padding: 0 0 18px;
    border: 0;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #aa9b93;
}

.woocommerce-checkout-review-order-table thead th.product-total {
    text-align: right;
}

/* HER ÜRÜN SATIRI */
.woocommerce-checkout-review-order-table tbody tr.cart_item {
    position: relative;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item td {
    padding: 32px 0;
    vertical-align: top;
    border-top: 1px solid rgba(92, 73, 62, 0.08);
    background: transparent;
}

/* ÜRÜNLER ARASI AYRIM */
.woocommerce-checkout-review-order-table tbody tr.cart_item:not(:last-child) td {
    border-bottom: 1px solid rgba(92, 73, 62, 0.06);
}

/* İLK ÜRÜNÜN ÜSTÜ */
.woocommerce-checkout-review-order-table tbody tr.cart_item:first-child td {
    border-top: 1px solid rgba(92, 73, 62, 0.08);
}

/* SON ÜRÜN ALTI DAHA BELİRGİN */
.woocommerce-checkout-review-order-table tbody tr.cart_item:last-child td {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(92, 73, 62, 0.12);
}

.woocommerce-checkout-review-order-table td.product-name {
    padding-right: 30px;
}

.woocommerce-checkout-review-order-table td.product-total {
    width: 140px;
    text-align: right;
    white-space: nowrap;
}

/* GÖRSEL */
.woocommerce-checkout-review-order-table td.product-name > img {
    float: left;
    width: 92px;
    height: 92px;
    object-fit: cover;
    margin: 2px 18px 0 0;
    border-radius: 18px;
    border: 1px solid rgba(92, 73, 62, 0.08);
    box-shadow: 0 10px 28px rgba(26, 18, 15, 0.05);
}

/* ÜRÜN BAŞLIK */
.woocommerce-checkout-review-order-table .ast-product-image,
.woocommerce-checkout-review-order-table .ast-product-name {
    display: block;
}

.woocommerce-checkout-review-order-table .ast-product-name {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #201917;
    margin: 0 0 6px;
    max-width: 26ch;
}

/* ADET */
.woocommerce-checkout-review-order-table .product-quantity {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #7e7069;
}

/* SAĞ FİYAT */
.woocommerce-checkout-review-order-table td.product-total .amount,
.woocommerce-checkout-review-order-table td.product-total .woocommerce-Price-amount {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #201917;
}

/* META LİSTESİ */
.woocommerce-checkout-review-order-table ul.wcpa_cart_meta {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* HER META SATIRI */
.woocommerce-checkout-review-order-table .wcpa_cart_meta_item {
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(92, 73, 62, 0.06);
    background: transparent;
}

.woocommerce-checkout-review-order-table .wcpa_cart_meta_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-checkout-review-order-table .wcpa_cart_meta_item-label {
    margin: 0 0 4px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aa9b93;
}

.woocommerce-checkout-review-order-table .wcpa_cart_meta_item-value,
.woocommerce-checkout-review-order-table .wcpa_cart_meta_item-value p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    color: #2b2320;
    word-break: break-word;
}

.woocommerce-checkout-review-order-table .wcpa-block-addon-val {
    display: none;
}

/* TOPLAM BLOĞU */
.woocommerce-checkout-review-order-table tfoot {
    position: relative;
}

.woocommerce-checkout-review-order-table tfoot::before {
    content: "";
    display: block;
    height: 18px;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding: 18px 0;
    border-top: 0;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
    padding-top: 28px;
}

/* TOPLAM ÖNCESİ GÜÇLÜ AYRAÇ */
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(92, 73, 62, 0.14);
}

.woocommerce-checkout-review-order-table tfoot th {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8e8078;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #201917;
}

/* ARA TOPLAM */
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td .amount,
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 500;
    color: #6f635d;
}

/* TOPLAM */
.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding-top: 18px;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    color: #201917;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td strong,
.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount,
.woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #201917;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
    opacity: 0.9;
}

/* KUPON KISMI */
.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon {
    margin-top: 22px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: #fff;
    border: 1px solid rgba(92, 73, 62, 0.08);
    border-radius: 18px;
    padding: 18px 20px;
    color: #6b5f59;
    font-size: 15px;
    line-height: 1.5;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}

/* MOBİL */
@media (max-width: 767px) {
    .e-checkout__order_review {
        padding: 24px 18px 20px;
        border-radius: 22px;
    }

    .e-checkout__order_review h3#order_review_heading {
        font-size: 25px;
        margin-bottom: 22px;
    }

    .woocommerce-checkout-review-order-table thead {
        display: none;
    }

    .woocommerce-checkout-review-order-table,
    .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout-review-order-table tr,
    .woocommerce-checkout-review-order-table td,
    .woocommerce-checkout-review-order-table tfoot,
    .woocommerce-checkout-review-order-table th {
        display: block;
        width: 100%;
    }

    .woocommerce-checkout-review-order-table tbody tr.cart_item {
        display: block;
    }

    .woocommerce-checkout-review-order-table tbody tr.cart_item td {
        padding: 0;
        border: 0;
    }

    .woocommerce-checkout-review-order-table tbody tr.cart_item {
        padding: 24px 0;
        border-top: 1px solid rgba(92, 73, 62, 0.08);
    }

    .woocommerce-checkout-review-order-table tbody tr.cart_item:not(:last-child) {
        border-bottom: 1px solid rgba(92, 73, 62, 0.08);
    }

    .woocommerce-checkout-review-order-table td.product-name {
        padding-right: 0;
    }

    .woocommerce-checkout-review-order-table td.product-total {
        width: auto;
        text-align: left;
        margin-top: 18px;
    }

    .woocommerce-checkout-review-order-table td.product-name > img {
        width: 76px;
        height: 76px;
        margin-right: 14px;
        border-radius: 14px;
    }

    .woocommerce-checkout-review-order-table .ast-product-name {
        font-size: 17px;
        max-width: none;
    }

    .woocommerce-checkout-review-order-table .product-quantity {
        margin-bottom: 14px;
    }

    .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout-review-order-table tfoot td {
        padding: 10px 0;
        text-align: left;
    }

    .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
    .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
        padding-top: 20px;
    }

    .woocommerce-checkout-review-order-table tfoot tr.order-total td strong,
    .woocommerce-checkout-review-order-table tfoot tr.order-total td .amount,
    .woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
        font-size: 24px;
    }
}

	.woocommerce-checkout-review-order-table .cart_item td.product-name{
    max-width: 400px!important;
    padding-inline-end: 0px!important;}




	ul.order_details {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 32px 0 36px;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(90, 70, 60, 0.10);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(30, 20, 18, 0.04);
    overflow: hidden;
}

ul.order_details li {
    flex: 1 1 25%;
    min-width: 0;
    margin: 0;
    padding: 26px 34px 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    min-height: 134px;
    font-size: 0;
    line-height: 1.3;
    box-sizing: border-box;
}

ul.order_details li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: calc(100% - 44px);
    background: rgba(90, 70, 60, 0.10);
}

ul.order_details li::before {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ab9d96;
    margin: 0;
}

ul.order_details li.order::before {
    content: "Sipariş Numarası";
}

ul.order_details li.date::before {
    content: "Sipariş Tarihi";
}

ul.order_details li.total::before {
    content: "Toplam";
}

ul.order_details li.method::before {
    content: "Ödeme Yöntemi";
}

ul.order_details li strong {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #231c19;
    letter-spacing: -0.02em;
    word-break: break-word;
    max-width: 100%;
}

ul.order_details li.total strong {
    font-size: 20px;
}

ul.order_details li.order strong,
ul.order_details li.date strong {
    font-size: 16px;
}

ul.order_details li.method strong {
    max-width: 15ch;
}

ul.order_details .woocommerce-Price-amount,
ul.order_details .woocommerce-Price-amount * {
    color: inherit !important;
}

ul.order_details li > br {
    display: none !important;
}

ul.order_details li {
    color: transparent;
}

ul.order_details li strong,
ul.order_details li strong * {
    color: #231c19 !important;
}

/* ilk ve son kolon optik denge */
ul.order_details li:first-child {
    padding-left: 38px;
}

ul.order_details li:last-child {
    padding-right: 38px;
}

/* tablet */
@media (max-width: 1024px) {
    ul.order_details {
        flex-wrap: wrap;
    }

    ul.order_details li {
        flex: 1 1 50%;
        min-height: 120px;
        border-bottom: 1px solid rgba(90, 70, 60, 0.10);
    }

    ul.order_details li:nth-child(2)::after {
        display: none;
    }

    ul.order_details li:nth-child(3),
    ul.order_details li:nth-child(4) {
        border-bottom: 0;
    }
}

/* mobil */
@media (max-width: 767px) {
    ul.order_details {
        display: block;
        border-radius: 18px;
    }

    ul.order_details li {
        min-height: auto;
        padding: 18px 22px;
        border-bottom: 1px solid rgba(90, 70, 60, 0.10);
        gap: 10px;
    }

    ul.order_details li:first-child,
    ul.order_details li:last-child {
        padding-left: 22px;
        padding-right: 22px;
    }

    ul.order_details li:last-child {
        border-bottom: 0;
    }

    ul.order_details li::after {
        display: none !important;
    }

    ul.order_details li strong,
    ul.order_details li.total strong,
    ul.order_details li.order strong,
    ul.order_details li.date strong {
        font-size: 18px;
    }
}