.elementor .e-afe0859{width:1000px;flex-direction:column;/* ----------------------------------------------------
 GLOBAL CART PAGE STYLING
---------------------------------------------------- */
.woocommerce-cart-form,
.cart_totals,
.woocommerce table.shop_table {
font-family: "Lato", sans-serif;
color: #7A7A7A;
}

/* ----------------------------------------------------
 REMOVE PRODUCT IMAGE COLUMN COMPLETELY
---------------------------------------------------- */
.woocommerce-cart-form table.shop_table td:nth-child(2),
.woocommerce-cart-form table.shop_table th:nth-child(2) {
display: none !important;
width: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}

/* ----------------------------------------------------
 TABLE STYLING
---------------------------------------------------- */
.woocommerce table.shop_table {
border: none;
border-collapse: collapse;
width: 100%;
}

.woocommerce table.shop_table th {
background: #87B3A3;
color: #ffffff;
font-weight: 600;
padding: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.woocommerce table.shop_table td {
padding: 16px;
border-bottom: 1px solid #e5e5e5;
vertical-align: middle;
}

/* ----------------------------------------------------
 REMOVE (RED X) BUTTON
---------------------------------------------------- */
.woocommerce a.remove {
color: #ffffff !important;
background: #d9534f;
border-radius: 50%;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
font-size: 18px;
transition: 0.2s ease;
}

.woocommerce a.remove:hover {
background: #c9302c;
color: #ffffff !important;
}

/* ----------------------------------------------------
 QUANTITY INPUTS
---------------------------------------------------- */
.woocommerce .quantity input.qty {
width: 60px;
height: 40px;
border: 2px solid #87B3A3;
border-radius: 6px;
font-size: 16px;
color: #7A7A7A;
font-family: "Lato", sans-serif;
text-align: center;
}

.woocommerce .quantity input.qty:focus {
border-color: #AAC4BA;
outline: none;
}

/* ----------------------------------------------------
 BUTTONS (Update Cart, Apply Coupon)
---------------------------------------------------- */
.woocommerce button.button,
.woocommerce a.button {
background: #87B3A3 !important;
color: #ffffff !important;
border-radius: 8px !important;
padding: 12px 20px !important;
font-family: "Lato", sans-serif !important;
font-size: 16px !important;
transition: background 0.2s ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
background: #AAC4BA !important;
}

.woocommerce button.button:disabled {
opacity: 0.5;
cursor: not-allowed;
}

/* ----------------------------------------------------
 CART TOTALS BOX
---------------------------------------------------- */
.cart_totals {
border: 2px solid #87B3A3;
padding: 20px;
border-radius: 10px;
}

.cart_totals h2 {
font-family: "Lato", sans-serif;
color: #7A7A7A;
margin-bottom: 15px;
}

.cart_totals table th {
color: #7A7A7A;
background: transparent;
}

.cart_totals table td {
color: #7A7A7A;
}

/* ----------------------------------------------------
 CHECKOUT BUTTON
---------------------------------------------------- */
.woocommerce .checkout-button {
background: #87B3A3 !important;
color: #ffffff !important;
border-radius: 8px !important;
padding: 14px 24px !important;
font-size: 18px !important;
font-weight: 600;
}

.woocommerce .checkout-button:hover {
background: #AAC4BA !important;
}

/* ----------------------------------------------------
 OPTIONAL: TIGHTER SPACING SINCE IMAGES ARE REMOVED
---------------------------------------------------- */
.woocommerce-cart-form__cart-item .product-name {
padding-left: 10px !important;
}

/* ----------------------------------------------------
 FIX: REMOVE FORCED FLEX LAYOUT SO BUTTON CAN SIT OUTSIDE CARD
---------------------------------------------------- */
.woocommerce-cart .elementor-container,
.woocommerce-cart .elementor-section,
.woocommerce-cart .elementor-widget-wrap {
display: block !important;
}

/* ----------------------------------------------------
 PROCEED TO SCHEDULING BUTTON (OUTSIDE WHITE CARD)
---------------------------------------------------- */
#cbs-proceed-booking {
display: block;
width: 100%;
max-width: 260px; /* same as Continue to Checkout */
margin: 35px auto 0 auto;
background-color: #87B3A3;
color: #ffffff !important;
padding: 14px 24px;
border: none;
border-radius: 999px;
font-size: 18px;
font-weight: 600;
cursor: pointer;
font-family: "Lato", sans-serif;
text-align: center;
transition: background-color 0.2s ease, transform 0.15s ease;
text-decoration: none;
}

#cbs-proceed-booking:hover {
background-color: #AAC4BA;
transform: translateY(-2px);
}
/* FORCE the Proceed to Scheduling button OUTSIDE the white card */
.cart_totals #cbs-proceed-booking {
  position: relative;
  top: 30px;          /* pushes it downward out of the card */
  margin-bottom: -30px; /* pulls the card's bottom back up */
  display: block;
}

#cbs-proceed-booking {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 35px auto 0 auto;
  background-color: #87B3A3;
  color: #ffffff !important;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.15s ease;
  text-decoration: none;
}\n}