/**
 * Theme Name:     Mediachee
 * Author:         Mediachee.ir
 * Template:       hello-elementor
 * Text Domain:	   mediachee
 * Description:    No Description
 * Theme URI:      https://mediachee.ir
 * Author URI:     https://mediachee.ir
 * Version:        1.0
 * License:        mediachee.ir
 * License URI:    https://mediachee.ir
 */

/* استایل کلی بخش سفارش */
.woocommerce-order-details {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px;
    font-family: yekanbakh; 
    color: #111;
}

/* دکمه بازگشت */
.beban-back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* باکس رهگیری */
.beban-tracking-box {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}
.beban-tracking-text {
    font-size: 14px;
    color: #333;
}
.beban-tracking-link a {
    color: #e50914;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.beban-tracking-link a:hover {
    color: #000;
}

/* کد رهگیری */
.beban-tracking-code {
    background: #f7f7f7;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    margin-top: 8px;
    font-size: 15px;
}

/* جدول سفارش */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    border: 1px solid #eee;
    padding: 12px;
}
.woocommerce-table--order-details thead {
    background: #000;
    color: #fff;
}
.woocommerce-table--order-details tfoot th {
    background: #fafafa;
    font-weight: 600;
}

/* مرسولات */
.beban-order-products {
    margin-top: 25px;
}
.beban-order-title {
    font-size: 18px;
    border-bottom: 2px solid #e50914;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.beban-product-card {
    display: flex;
    gap: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    align-items: center;
    transition: all 0.3s ease;
}
.beban-product-card:hover {
    border-color: #e50914;
    background: #fff;
}
.beban-product-details a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.beban-product-details a:hover {
    color: #e50914;
}

/* لیست علاقه‌مندی‌ها */
.beban-wishlist-account-page {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px;
    font-family: yekanbakh;
    color: #111;
}

/* هدر */
.beban-wishlist-account-header h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 2px solid #e50914; 
    display: inline-block;
    padding-bottom: 4px;
}

.beban-wishlist-account-header p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

/* پیام خالی بودن */
.beban-wishlist-account-page > p {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    text-align: center;
    background: #f9f9f9;
    transition: all 0.3s ease;
}
