.elementor-911 .elementor-element.elementor-element-17af90a0{--display:flex;}@media(max-width:767px){.elementor-911 .elementor-element.elementor-element-17af90a0{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}}/* Start custom CSS for text-editor, class: .elementor-element-6e06180d */.wc-proceed-to-checkout .checkout-button {
  line-height: normal !important;      /* reset line height */
  padding: 12px 30px !important;       /* adjust padding as needed */
  display: inline-flex !important;     /* use flexbox for vertical centering */
  align-items: center !important;      /* center text vertically */
  justify-content: center !important;  /* center text horizontally */
  white-space: nowrap;                  /* prevent line breaks */
}
.wc-proceed-to-checkout .checkout-button br {
  display: none;
}
input[type="radio"].shipping_method {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  border: 2px solid #6a00ff !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
  margin-right: 8px !important;
  position: relative !important;
}

input[type="radio"].shipping_method:checked {
  background-color: #6a00ff !important;
  border-color: #6a00ff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-17af90a0 */.checkout-button.button.alt.wc-forward {
  height: 40px; /* or your button height */
  line-height: 40px; /* match height for vertical centering */
  padding-top: 0; 
  padding-bottom: 0;
  display: block;
  text-align: center;
  vertical-align: middle;
}

/* Checkout button vertical align fix */
.checkout-button .button.alt.wc-forward {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* Hide table header */
  .woocommerce-cart-form__contents thead {
    display: none !important;
  }

  /* Cart item container */
  .woocommerce-cart-form__cart-item {
    display: flex !important;
    align-items: flex-start;
    flex-wrap: nowrap;
    border: none !important; /* Remove top line */
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 10px;
    background-color: transparent !important;
    position: relative;
  }

  /* Product image */
  .woocommerce-cart-form__cart-item .product-thumbnail {
    flex: 0 0 30%;
    margin-left: -10px;       /* Move image left */
    padding: 10px 10px 0 0;   /* Shift image down slightly */
    border-top: none !important;
  }

  .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
  }

  /* Product info area */
  .woocommerce-cart-form__cart-item td:not(.product-thumbnail):not(.product-remove):not(.product-subtotal) {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    border: none !important;
    padding: 0 !important;
    padding-top: 5px; /* Shift content (name, price) down */
    text-align: left;
  }

  .woocommerce-cart-form__cart-item .product-name {
    order: 1;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .woocommerce-cart-form__cart-item .product-name a {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
  }

  .woocommerce-cart-form__cart-item .product-price {
    order: 2;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
  }

  /* Quantity box */
  .woocommerce-cart-form__cart-item .product-quantity {
    order: 3;
    margin-top: 25px; /* Shift quantity box down */
    position: relative;
    z-index: 1;
  }

  .woocommerce-cart-form__cart-item .product-quantity input.qty {
    width: 42px;
    padding: 5px;
    border-radius: 5px;
    background: #fff; /* White background */
    border: 1px solid #555;
    color: #000; /* Black text for contrast */
    font-size: 12px;
  }

  /* Remove subtotal */
  .woocommerce-cart-form__cart-item .product-subtotal {
    display: none !important;
  }

  /* Remove button (X) */
  .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
  }

  /* Remove any default label styling */
  .woocommerce-cart-form__cart-item td::before {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
  }
}/* End custom CSS */