.elementor-9 .elementor-element.elementor-element-dc02e06{--display:flex;--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9 .elementor-element.elementor-element-a914d45{--display:flex;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-dc02e06{--content-width:500px;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-786c5be{margin:27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-320c6f8 > .elementor-widget-container{margin:0px 15px -34px 15px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-dc02e06 */.sticky-atc-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f8f9fa;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    display: none !important;
}
#custom-checkout-form button[type="submit"] {
  animation: pulse 1.5s infinite;
  transition: all 0.3s ease-in-out;
}

/* تعريف الحركة */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 10px 10px rgba(0, 128, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 128, 0, 0);
  }
}/* End custom CSS */