/**
Theme Name: mons theme 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mons-theme
Template: astra
*/
/* === Checkout Container === */
.mons-checkout-form {
    max-width: 720px;
    margin: 32px auto;
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    direction: rtl;
    font-family: "Tajawal", "Cairo", sans-serif;
  }
  
  /* === Titles === */
  .mons-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    text-align: right;
  }
  
  .mons-title-sub {
    margin: 28px 0 14px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
    text-align: right;
    border-right: 3px solid #1e88e5;
    padding-right: 8px;
  }
  
  /* === Billing Fields === */
  .mons-custom-billing-fields .form-row {
    margin-bottom: 16px;
  }
  
  .mons-custom-billing-fields input,
  .mons-custom-billing-fields select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    transition: all 0.2s ease;
  }
  
  .mons-custom-billing-fields input:focus,
  .mons-custom-billing-fields select:focus {
    border-color: #1e88e5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
    outline: none;
  }
  
  /* === Order Review Table === */
  .mons-order-review table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    direction: rtl;
    font-size: 15px;
  }
  
  .mons-order-review table.shop_table th,
  .mons-order-review table.shop_table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  
  .mons-order-review thead th {
    background: #f7f9fc;
    font-weight: 600;
    color: #333;
  }
  
  .mons-order-review tfoot th {
    text-align: right;
    font-weight: 600;
  }
  
  /* === Shipping Section (طريقة التوصيل) === */
  /* === Shipping Section Modern === */
.mons-shipping {
    margin-top: 28px;
    padding: 20px 18px;
    background: #f9fafc;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    direction: rtl;
  }
  
  .mons-shipping h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    border-right: 3px solid #e53935;
    padding-right: 8px;
  }
  
  /* Container flex for inline shipping methods */
  .mons-shipping-methods {
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  /* Each shipping option */
  .mons-shipping-methods li {
    flex: 1; /* equal width */
    padding: 16px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    position: relative;
  }
  
  /* Hover effect */
  .mons-shipping-methods li:hover {
    border-color: #e53935;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.1);
  }
  
  /* Selected state */
  .mons-shipping-methods li.active {
    border-color: #e53935;
    background: #fff5f5;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.2);
  }
  
  /* Cost inside */
  .mons-shipping .method-cost {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #e53935;
  }
  
  /* Hide native radio */
  .mons-shipping-methods input[type="radio"] {
    display: none !important;
  }
  
  /* Method label */
  .mons-shipping .method-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
  }
  
  /* Method cost */
  .mons-shipping .method-cost {
    font-size: 15px;
    font-weight: 700;
    color: #1e88e5;
  }
  
  /* === Actions / Submit Button === */
  .mons-actions {
    margin-top: 28px;
  }
  
  .mons-submit {
    display: block;
    width: 100%;
    background: #e53935;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
  }
  
  .mons-submit:hover {
    background: #c62828;
    transform: translateY(-2px);
  }
  
  .mons-submit:active {
    transform: translateY(0);
  }
  
  /* Radio button */

/* === Buy Now Button Animation === */
@keyframes mons-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(229, 57, 53, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(229, 57, 53, 0);
    }
}

.mons-buy-now:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.mons-buy-now.disabled {
    animation: none;
}
