




.compact-order-details {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Tajawal', Arial, sans-serif;
    direction: rtl;
    color: #333;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.order-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-title {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    border: none;
    color: #2c3e50;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-badge i {
    margin-left: 4px;
    font-size: 0.75rem;
}

.status-pending { background: #fffae6; color: #946c00; }
.status-processing { background: #e6f3ff; color: #0062cc; }
.status-on-hold { background: #ffe6e6; color: #cc0000; }
.status-completed { background: #e6fff0; color: #00994d; }
.status-cancelled { background: #f2f2f2; color: #666666; }
.status-refunded { background: #f0e6ff; color: #6600cc; }
.status-failed { background: #ffe6e6; color: #cc0000; }



.main-section {
    margin-bottom: 15px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 4px;
}

.section-title {
    font-size: 1rem;
    margin: 0;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    color: #333;
    display: flex;
    align-items: center;
}

.section-title i {
    margin-left: 6px;
    color: #3498db;
}

.products-list {
    padding: 10px;
}

.product-item {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
}

.product-item:last-child {
    border-bottom: none;
}

.product-image {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-details {
    flex: 1;
}

.product-name {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.product-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    font-size: 0.8rem;
}

.product-meta li {
    margin-bottom: 2px;
}

.meta-key {
    color: #777;
    margin-left: 4px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    margin-top: 5px;
}

.price-details {
    color: #777;
}

.unit-price {
    margin-left: 3px;
}

.price-total {
    font-weight: 600;
    color: #e74c3c;
}

.downloads-content {
    padding: 10px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding: 5px 0;
}

.total-item {
    grid-column: span 2;
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 10px;
    border-bottom: none;
}

.info-label {
    color: #666;
    font-size: 0.85rem;
}

.info-value {
    font-weight: 500;
}

.total-price {
    color: #e74c3c;
    font-weight: 700;
    font-size: 1.1rem;
}

/* للشاشات الصغيرة */
@media (max-width: 600px) {
    .order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .total-item {
        grid-column: 1;
    }








.cart-content-wrapper > .cart-totals-section .cart-totals-inner {
  padding:
25px;
  border: 1px solid var(--brdcolor-gray-200);
  border-radius:
1rem;
  background:
white;
}
input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  padding:
0 15px;
 
  border:
1px solid #ddd;
  border-radius:
8px;
}
form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn, .quantity) {
  flex:
0 0 auto;
  width: 100%;
}
  .summary-inner > .price {
    display: none;
  
}
.woocommerce-variation-price .price {
  font-size: 18px;
  background:
#f0f7f9;
  padding:
12px;
  border-radius:
11px;
  max-width: -webkit-fill-available;
  display: inline list-item;
}
.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review {
  background-color: transparent;
}



	
	
	
	
	
	
	