.elementor-8814 .elementor-element.elementor-element-946e852{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3a0b67c */.elementor-kit-3159 a {
    font-family: 'Teko', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
/* Style all WCPA custom fields (labels + values) inside the cart */
.wcpa_cart_meta {
    font-family: 'Teko', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
    color: #000 !important; /* Optional: black text */
}
td, tr {
    font-family: 'Teko', sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
    color: #000 !important; /* Optional: black text */
}


.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button {
    background-color: #00796b !important;  /* Same green as BUY NOW */
    color: white !important;
    font-weight: 600;
    font-family: 'Teko', sans-serif !important;
    text-transform: uppercase;
    padding: 16px 32px;
    border: none !important;
    border-radius: 6px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.woocommerce a.checkout-button:hover,
.woocommerce-page a.checkout-button:hover {
    background-color: #005b50 !important;  /* Darker green */
    transform: scale(0.99);
    color: #fff !important;
}




@media only screen and (max-width: 768px) {

  .elementor-kit-3159 a {
      font-size: 15px !important;
  }

  .wcpa_cart_meta {
      font-size: 15px !important;
  }

  td, tr {
      font-size: 18px !important;
      
  }

}/* End custom CSS */