.elementor-27892 .elementor-element.elementor-element-1a39a6b{--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;}/* Start custom CSS for wc-elements, class: .elementor-element-ef7c4d2 */.elementor-kit-8 .elementor-button, 
.elementor-kit-8 button, 
.elementor-kit-8 input[type=button], 
.elementor-kit-8 input[type=submit] {
    background-color: #03a84e !important; /* Normal durumda arka plan rengini #03a84e yapar */
}

.elementor-kit-8 .elementor-button:hover, 
.elementor-kit-8 button:hover, 
.elementor-kit-8 input[type=button]:hover, 
.elementor-kit-8 input[type=submit]:hover {
    background-color: red !important; /* Hover durumunda arka plan rengini kırmızı yapar */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a39a6b *//* General Styling for the Cart Page */
.woocommerce {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Table Styling */
.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.shop_table th, .shop_table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.shop_table th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.shop_table td {
    vertical-align: middle;
}

.shop_table .product-thumbnail img {
    max-width: 70px;
    border-radius: 4px;
}

/* Buttons Styling */
.button, .checkout-button {
    background-color: #00a859;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: background-color 0.3s;
}

.button:hover, .checkout-button:hover {
    background-color: #008c4a;
}

/* Cart Totals Styling */
.cart_totals {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.cart_totals h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.cart_totals table {
    width: 100%;
    border-collapse: collapse;
}

.cart_totals th, .cart_totals td {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.cart_totals .order-total th, .cart_totals .order-total td {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.cart_totals .includes_tax {
    font-size: 0.9em;
    color: #777;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .shop_table th, .shop_table td {
        display: block;
        width: 100%;
        text-align: right;
        padding: 10px 5px;
    }
    
    .shop_table th {
        text-align: left;
    }
    
    .shop_table .product-thumbnail img {
        max-width: 50px;
    }

    .cart_totals {
        padding: 15px;
    }

    .cart_totals h2 {
        font-size: 1.3em;
    }
}/* End custom CSS */