Leadmax-MV
/* تحسين شكل حقول الإدخال */
.woocommerce-checkout input[type=”text”],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
border-radius: 8px !important;
border: 1px solid #e2e2e2 !important;
padding: 12px !important;
background-color: #f9f9f9 !important;
}
/* تحسين شكل العناوين */
.woocommerce-checkout h3 {
font-family: ‘Cairo’, sans-serif;
font-weight: 700;
color: #333;
border-bottom: 2px solid #007cba;
padding-bottom: 10px;
margin-bottom: 20px;
}
/* تحسين جدول مراجعة الطلب */
.woocommerce-checkout-review-order {
background: #ffffff;
padding: 20px;
border: 1px solid #eee;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
/* تمييز زر “إتمام الطلب” */
#place_order {
background-color: #27ae60 !important; /* لون أخضر جذاب */
color: white !important;
padding: 15px 30px !important;
border-radius: 30px !important;
font-size: 18px !important;
font-weight: bold !important;
transition: 0.3s;
}
#place_order:hover {
background-color: #219150 !important;
transform: scale(1.02);
}





المراجعات
لا توجد مراجعات بعد.