.elementor-kit-18{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ----------------------------------------------------
   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;
}

/* ----------------------------------------------------
   OPTIONAL: TIGHTER SPACING SINCE IMAGES ARE REMOVED
---------------------------------------------------- */
.woocommerce-cart-form__cart-item .product-name {
  padding-left: 10px !important;
}

/* ----------------------------------------------------
   REMOVE FORCED FLEX LAYOUT
---------------------------------------------------- */
.woocommerce-cart .elementor-container,
.woocommerce-cart .elementor-section,
.woocommerce-cart .elementor-widget-wrap {
  display: block !important;
}

/* ----------------------------------------------------
   PROCEED TO SCHEDULING BUTTON (YOUR BUTTON)
---------------------------------------------------- */
#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;
}

#cbs-proceed-booking:hover {
  background-color: #AAC4BA;
  transform: translateY(-2px);
}

/* ----------------------------------------------------
   TYPOGRAPHY IMPROVEMENTS
---------------------------------------------------- */
.woocommerce-cart .product-name a,
.woocommerce-cart .product-name {
  font-weight: 600 !important;
  color: #333 !important;
}

.woocommerce-cart .product-quantity,
.woocommerce-cart .quantity .qty {
  font-weight: 600 !important;
  color: #333 !important;
}

.woocommerce-cart .product-price {
  font-weight: 600 !important;
  color: #222 !important;
}

.woocommerce-cart .product-subtotal {
  font-weight: 600 !important;
  color: #222 !important;
}

.woocommerce-cart .cart-subtotal td,
.woocommerce-cart .order-total td strong {
  font-weight: 700 !important;
  color: #111 !important;
}

/* ----------------------------------------------------
   CHECKOUT PAGE NOTICE FIX
---------------------------------------------------- */
.woocommerce-checkout .woocommerce-info {
  background: #f7f7f7 !important;
  border-left: 4px solid #87B3A3 !important;
  color: #333 !important;
  padding: 12px 16px !important;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-info::after {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.woocommerce-checkout .woocommerce-info::before {
  content: none !important;
}

/* ----------------------------------------------------
   CART HEADER TEXT
---------------------------------------------------- */
.cbs-header-cart .cbs-cart-text {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-left: 6px;
  margin-right: 8px;
}

.cbs-session-summary .cbs-session-time {
  font-weight: 500 !important;
  color: #2F3A37 !important;
}
.cart_totals {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px;
    background: #fff !important;
    padding: 20px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin-top: 25px !important;
}
.woocommerce-cart table.shop_table {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin-bottom: 25px !important;
}/* End custom CSS */