.elementor-1021 .elementor-element.elementor-element-62d2282{--display:flex;}.elementor-1021 .elementor-element.elementor-element-6d03d8b{--sections-background-color:#02010100;}@media(max-width:767px){.elementor-1021 .elementor-element.elementor-element-62d2282{--min-height:100vh;}}@media(min-width:768px){.elementor-1021 .elementor-element.elementor-element-62d2282{--content-width:1000px;}}/* Start custom CSS *//* Remove PayPal button on all devices when .cart class is present */
.cart .ppc-button-wrapper,
.cart .ppcp-messages {
    display: none !important;
}

/* Ensure checkout button takes full width when .cart class is present */
.cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px;
    margin-top: 15px;
}

/* Mobile-specific cart layout improvements (phones only) for .cart class */
@media screen and (max-width: 480px) {
    .cart .eael-woo-cart-tr-left {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 15px 10px;
        gap: 10px;
    }

    .cart .eael-woo-cart-td.product-thumbnail img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .cart .eael-woo-cart-td.product-name {
        flex-grow: 1;
        padding-top: 15px;
    }

    .cart .eael-woo-cart-td.product-name a {
        font-size: 15px;
        line-height: 1.4;
        display: block;
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
    }

    .cart .eael-woo-cart-product-remove {
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .cart .eael-woo-cart-product-remove a.remove {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 0;
        background: #f0f0f0;
        border-radius: 50%;
        transition: background-color 0.2s ease;
    }

    .cart .eael-woo-cart-product-remove a.remove:hover {
        background: #e0e0e0;
    }

    .cart .eael-woo-cart-product-remove a.remove svg {
        width: 16px;
        height: 16px;
        color: #666;
    }
}

/* General styling for .cart class */
.cart .woocommerce-shipping-totals {
  background-color: transparent;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

/* Title for .cart class */
.cart .woocommerce-shipping-totals th {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

/* Shipping option list for .cart class */
.cart .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.cart .woocommerce-shipping-methods li {
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
}

.cart .woocommerce-shipping-methods input[type="radio"] {
  margin-right: 8px;
  accent-color: #fff;
}

/* Shipping labels for .cart class */
.cart .woocommerce-shipping-methods label {
  cursor: pointer;
  color: white;
  transition: color 0.3s ease;
}

.cart .woocommerce-shipping-methods label:hover {
  color: #ccc;
}

/* Price formatting for .cart class */
.cart .woocommerce-Price-amount {
  font-weight: bold;
  color: #fff;
}

/* Estimate message for .cart class */
.cart .woocommerce-shipping-estimate-html {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}/* End custom CSS */