.elementor-1313 .elementor-element.elementor-element-cf5c43a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;}.elementor-1313 .elementor-element.elementor-element-cf5c43a:not(.elementor-motion-effects-element-type-background), .elementor-1313 .elementor-element.elementor-element-cf5c43a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-1313 .elementor-element.elementor-element-cf5c43a::before, .elementor-1313 .elementor-element.elementor-element-cf5c43a > .elementor-background-video-container::before, .elementor-1313 .elementor-element.elementor-element-cf5c43a > .e-con-inner > .elementor-background-video-container::before, .elementor-1313 .elementor-element.elementor-element-cf5c43a > .elementor-background-slideshow::before, .elementor-1313 .elementor-element.elementor-element-cf5c43a > .e-con-inner > .elementor-background-slideshow::before, .elementor-1313 .elementor-element.elementor-element-cf5c43a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-1313 .elementor-element.elementor-element-cf5c43a.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-1313 .elementor-element.elementor-element-50b6e86.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}@media(max-width:780px){.elementor-1313 .elementor-element.elementor-element-cf5c43a{--width:500px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--align-content:center;}.elementor-1313 .elementor-element.elementor-element-cf5c43a.e-con{--align-self:flex-start;}.elementor-1313 .elementor-element.elementor-element-50b6e86{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1313 .elementor-element.elementor-element-50b6e86.elementor-element{--align-self:center;--order:99999 /* order end hack */;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for shortcode, class: .elementor-element-50b6e86 *//* تغییر رنگ دکمه ثبت سفارش در صفحه تسویه حساب */
.woocommerce-checkout #place_order {
    background-color: #BB942A !important;  /* رنگ اصلی شما */
    color: #ffffff !important;             /* رنگ متن */
    border: none !important;
    padding: 12px 25px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

/* وقتی موس روی دکمه می‌رود */
.woocommerce-checkout #place_order:hover {
    background-color: #A27F23 !important; /* رنگ کمی تیره‌تر برای هاور */
    color: #ffffff !important;
}

/* حالت غیر فعال دکمه */
.woocommerce-checkout #place_order:disabled {
    background-color: #E0C27A !important; /* رنگ روشن‌تر برای غیر فعال */
    cursor: not-allowed !important;
}
.woocommerce-checkout-review-order-table {
    display: none !important;
}
@media (max-width: 768px) {

  /* حذف محدودیت عرض از کانتینر پرداخت */
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #payment,
  .woocommerce-checkout .woocommerce-checkout-payment,
  .woocommerce-checkout .woocommerce-checkout-review-order {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto !important;
      padding: 0 !important;
      float: none !important;
      display: block !important;
  }

  /* تراز کردن آیتم‌های انتخاب روش پرداخت */
  .woocommerce-checkout #payment ul.payment_methods {
      width: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: stretch !important;
      text-align: center;
  }

  /* دکمه ثبت سفارش وسط‌چین و تمام عرض */
  #place_order {
      display: block !important;
      width: 100% !important;
      max-width: none !important;
      margin: 20px auto !important;
      text-align: center;
  }

  /* اطمینان از حذف فاصله کناری فرم */
  .woocommerce-checkout form.checkout {
      padding: 0 !important;
      margin: 0 !important;
  }
}/* End custom CSS */