.cssloader {
  width: 24px;
  height: 24px;
  border: 6px solid #CCCCCC;
  border-bottom-color: #333333;
  border-bottom-color: var(--e-global-color-primary);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-top: 8px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.zed-ajax-single-product-popup .elementor-widget-image img {
  max-width: 260px;
  margin-bottom: 30px;
}

.zed-ajax-single-product-popup .woocommerce-variation-price {
  display: none;
}

.zed-ajax-single-product-popup:not(.popup-add-to-cart) .zed_cart_button .single_variation_wrap {
  display: none !important;
}

.woocommerce .zed-popup-product .elementor-element .cart button.zed-popup-apply-variation {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    border-radius: 4px;
    color: #ffffff;
    display: flex;
     align-items: center;
     flex-direction: row;
     gap: 10px;
     justify-content: center;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    padding: 11px 13px;
    transition: opacity 250ms ease;
    width: 100%;
}
.woocommerce .zed-popup-product .elementor-element .cart button.zed-popup-apply-variation:active,
.woocommerce .zed-popup-product .elementor-element .cart button.zed-popup-apply-variation:focus,
.woocommerce .zed-popup-product .elementor-element .cart button.zed-popup-apply-variation:hover {
    background: var(--e-global-color-primary);
    color: #ffffff;
    opacity: .8;
}
.woocommerce .zed-popup-product .elementor-element .cart button.zed-popup-apply-variation:disabled {
    opacity: .5;
}
.zed-ajax-single-product-popup.popup-add-to-cart .zed-popup-product .elementor-element .cart button.zed-popup-apply-variation {
  display: none;
}

@media only screen and (width <= 500px) {
  .zed-ajax-single-product-popup .dialog-message {
    width: calc(100vw - 50px) !important;
  }
}

.zed-ajax-single-product-popup .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
  top: 0.95em;
}