.elementor-kit-6{--e-global-color-primary:#06255B;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#F49737;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Open Sans", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-primary );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Floating cart panel */

/* ===== GENERAL BUTTON TRANSITION ===== */
.elementor-menu-cart__footer-buttons a,
.woocommerce-mini-cart__buttons a,
.xoo-wsc-ft-btn {
  transition: all 0.25s ease !important;
}

/* ===== VIEW CART (secondary button) ===== */
.elementor-menu-cart__footer-buttons a:not(.checkout):hover,
.woocommerce-mini-cart__buttons a:not(.checkout):hover,
.xoo-wsc-ft-btn-cart:hover {
  background: #e4ebf6 !important;
  color: #0b2455 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 46, 109, 0.18);
}

/* ===== CHECKOUT (main button) ===== */
.elementor-menu-cart__footer-buttons a.checkout:hover,
.woocommerce-mini-cart__buttons a.checkout:hover,
.xoo-wsc-ft-btn-checkout:hover {
  background: linear-gradient(135deg, #87572f 0%, #a56d3d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(122, 78, 45, 0.35) !important;
}

/* ===== CLICK EFFECT (nice detail) ===== */
.elementor-menu-cart__footer-buttons a:active,
.woocommerce-mini-cart__buttons a:active,
.xoo-wsc-ft-btn:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.elementor-menu-cart__main,
.xoo-wsc-slider,
.xoo-wsc-container {
  background: #fcfaf7 !important;
  color: #1f2937 !important;
}

/* Title + close */
.elementor-menu-cart__header-title,
.elementor-menu-cart__close-button,
.xoo-wsc-title,
.xoo-wsc-close {
  color: #fff !important;
}

/* Product titles */
.elementor-menu-cart__product-name,
.woocommerce-mini-cart-item a:not(.remove),
.xoo-wsc-pname {
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Price */
.elementor-menu-cart__product-price,
.woocommerce-mini-cart-item .quantity,
.xoo-wsc-qty-price {
  color: #7a4e2d !important;
  font-weight: 600 !important;
}

/* Buttons */
.elementor-menu-cart__footer-buttons a.checkout,
.woocommerce-mini-cart__buttons a.checkout,
.xoo-wsc-ft-btn-checkout {
  background: linear-gradient(135deg, #9a6438 0%, #b67b46 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
}

.elementor-menu-cart__footer-buttons a:not(.checkout),
.woocommerce-mini-cart__buttons a:not(.checkout),
.xoo-wsc-ft-btn-cart {
  background: #eef2f8 !important;
  color: #0f2e6d !important;
  border-radius: 14px !important;
}





/* =========================
   CART PAGE 
   ========================= */

/* Keep 2-column layout on desktop */
.woocommerce-cart .e-cart__container,
.woocommerce-cart .wc-block-cart,
.woocommerce-cart .woocommerce {
  padding: 80px 0px !important;
}

/* Left table cleaner */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .shop_table.shop_table_responsive.cart {
  background: #fff;
  border: 1px solid #eee2d6;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,0.04);
}

.woocommerce-cart table.shop_table {
  border: none !important;
  margin: 0 !important;
}

/* Product image */
.woocommerce-cart .wc-block-cart-item__image,
.woocommerce-cart .wc-block-cart-item__image a {
  width: 170px !important;
  min-width: 170px !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
  width: 150px !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06) !important;
}

/* Product title and text */
.woocommerce-cart .wc-block-components-product-name {
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin-bottom: 6px !important;
  display: inline-block !important;
}

.woocommerce-cart .wc-block-components-product-name:hover { color: #9a6438 !important;
}

/* Quantity area */
.woocommerce-cart .quantity {
  align-items: center !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

/* Quantity input */
.woocommerce-cart .quantity .qty,
.woocommerce-cart input.qty {
  width: 62px !important;
  height: 42px !important;
  border: 1px solid #d9dee7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Plus / minus buttons */
.woocommerce-cart .quantity button,
.woocommerce-cart .quantity .plus,
.woocommerce-cart .quantity .minus,
.woocommerce-cart .wc-block-components-quantity-.elementor-kit-6__button {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #b67b46 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: all 0.2s ease !important;
}

.woocommerce-cart .quantity button:hover,
.woocommerce-cart .quantity .plus:hover,
.woocommerce-cart .quantity .minus:hover,
.woocommerce-cart .wc-block-components-quantity-.elementor-kit-6__button:hover {
  background: #9a6438 !important;
  transform: translateY(-1px);
}

/* Keep trash/remove icon */
.woocommerce-cart .product-remove a,
.woocommerce-cart .wc-block-cart-item__remove-link {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 50% !important;
  background: #f6ede4 !important;
  color: #9a6438 !important;
  font-size: 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  margin-left: 10px !important;
}

.woocommerce-cart .product-remove a:hover,
.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  background: #ead8c7 !important;
  color: #7a4e2d !important;
}

/* Cart totals card */
.woocommerce-cart .cart_totals,
.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .wc-block-components-sidebar {
  background: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%) !important;
  border: 1px solid #efe1d2 !important;
  border-radius: 28px !important;
  padding: 26px !important;
  box-shadow: 0 14px 35px rgba(0,0,0,0.04) !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .wc-block-components-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #0f2e6d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  margin-bottom: 16px !important;
}

/* Fix add coupon box */

/* Coupon fields if expanded */
.woocommerce-cart .coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}

.woocommerce-cart .coupon input.input-text {
  min-width: 180px;
  height: 46px;
  border: 1px solid #ddd9d2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #1f2937 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

.woocommerce-cart .coupon input.input-text:focus {
  border-color: #b67b46 !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(182,123,70,0.10) !important;
}

/* Totals rows */
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .wc-block-components-totals-item,
.woocommerce-cart .wc-block-components-totals-footer-item {
  padding: 14px 16px !important;
  border-color: #f1e8df !important;
}

.woocommerce-cart .order-total td,
.woocommerce-cart .order-total .amount,
.woocommerce-cart .wc-block-formatted-money-amount {
  color: #7a4e2d !important;
  font-weight: 700 !important;
}

/* Checkout button */
.woocommerce-cart .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-block-cart__submit-button {
  background: linear-gradient(135deg, #9a6438 0%, #b67b46 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 54px !important;
  padding: 0 26px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(122,78,45,0.22) !important;
  transition: all 0.25s ease !important;
}

.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover {
  background: linear-gradient(135deg, #87572f 0%, #a56d3d 100%) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Remove underlines */
.woocommerce-cart a {
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  
  .wp-block-woocommerce-cart {
       margin: 0px !important;
       padding: 10px 0 !important;
  }
  
  .woocommerce-cart .wc-block-cart-item__image,
.woocommerce-cart .wc-block-cart-item__image a {
  width: 80px !important;
  min-width: 80px !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
  width: 70px !important;
}

}/* End custom CSS */