
/* Cart row inline */
form.cart {
  display: flex;
  align-items: center;
  gap: 12px;                 /* exact space between qty and button */
}

/* Quantity box */
form.cart .quantity input.qty {
  width: 44px;               /* compact */
  height: 40px;
  border: 1px solid #dcdcdc; /* light grey border */
  border-radius: 6px;        /* slight rounded corners */
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0;
  outline: none;
  -moz-appearance: textfield;
}
form.cart .quantity input.qty::-webkit-inner-spin-button,
form.cart .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Add To Cart button */
form.cart .single_add_to_cart_button {
  background: #A5D66A;        /* exact light green */
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
form.cart .single_add_to_cart_button:hover {
  background: #94c85c;        /* slightly darker on hover */
}
.post-edit-link {
  display: none !important;
}
#billing.wc-block-components-address-form input,
#billing.wc-block-components-address-form select,
#billing.wc-block-components-address-form textarea {
  border: 2px solid #001f3f !important; /* Navy blue border */
  border-radius: 6px; /* optional smooth corners */
  padding: 10px; /* spacing inside input */
  transition: border-color 0.3s ease;
}

/* Focus state (jab user type kare) */
#billing.wc-block-components-address-form input:focus,
#billing.wc-block-components-address-form select:focus,
#billing.wc-block-components-address-form textarea:focus {
  border-color: #003366 !important; /* brighter navy on focus */
  outline: none;
}
/* Hide Next button ONLY on donor info step */
.give-step-donor-info .givewp-donation-form__steps-button-next {
  display: none !important;
}




.wcgs-slider-image img {
    width: 500px !important;
    height: 500px !important;
    object-fit: contain !important;
}

.wcgs-photo {
    width: 500px !important;
    height: 500px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}





/* Smaller, responsive grid that never overflows */
.wpo-image-buttons {
  --tile: 104px;               /* make tiles a bit smaller (tweak as needed) */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--tile), 1fr));
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Ensure grid items can shrink and don?t force horizontal scroll */
.wpo-image-button {
  display: block;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Square, padded tile with safe overflow handling */
.wpo-image-wrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;            /* prevents layout spill */
  box-sizing: border-box;
}

/* Image fits inside (contain), centered, no distortion */
.wpo-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Optional: if the container still gets a tiny horizontal bar on some themes */
.wpo-image-buttons { overflow-x: clip; } /* or hidden, if clip unsupported */

/* (Optional) Slightly smaller on very small screens */
@media (max-width: 380px) {
  .wpo-image-buttons { --tile: 92px; }
}
.give-form button.button[name="give_register_submit"],
.give-form input.button[name="give_register_submit"] {
    font-family: 'DM Sans', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 700 !important;
	background-color: #000000 !important;
}
.product-content
{
	display:none !important;
}

/* ====== GiveWP Register Form Styling ====== */
#give-register-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fff;
}

/* Legend (form title) */
#give-register-form legend {
    font-size: 18px;
    font-weight: 600;
    color: #1a2440;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

/* Form rows */
#give-register-form .form-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

/* Labels */
#give-register-form label {
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

/* Inputs */
#give-register-form input.give-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.2s ease;
}

#give-register-form input.give-input:focus {
    border-color: #1a2440;
    outline: none;
    box-shadow: 0 0 5px rgba(26,36,64,0.2);
}

/* Two-column layout for username/email & password/confirm */
#give-register-form .form-row-first,
#give-register-form .form-row-last {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#give-register-form .form-row-first {
    margin-right: 4%;
}

/* Submit button */
#give-register-form input.button {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
}

#give-register-form input.button:hover {
    background: #1a2440;
}
.jetpack-likes-widget-loaded {
	display:none;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form)
 {
    flex-wrap: wrap ;
}
.elementor-element-22fde77 {
	height:650px
}