.elementor-kit-3161{--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-3161 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){margin-block-end: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 *//* 🔒 Hide WooCommerce's default empty cart content */
.woocommerce-cart .return-to-shop,
.woocommerce a.button.wc-backward {
  display: none !important;
}

/* 🧭 Ensure proper page structure (header at top, footer at bottom) */
body.woocommerce-cart {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart #content {
  flex-grow: 1;
}

/* 🎯 Hide default cart page title (theme/Elementor/Astra) */
body.woocommerce-cart .entry-title,
body.woocommerce-cart .woocommerce-page-title,
body.woocommerce-cart h1.page-title,
body.woocommerce-cart .page-header,
body.woocommerce-cart header.page-header,
body.woocommerce-cart .ast-archive-title {
  display: none !important;
}

/* 🎨 Custom Empty Cart Layout */
.custom-empty-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 100px 20px;
  background-color: #fffef9;
  text-align: center;
}
.custom-empty-cart-wrapper img {
  margin-bottom: 20px;
}
.custom-empty-cart-wrapper h2 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  color: #111;
  margin-bottom: 24px;
}
.custom-empty-cart-wrapper .custom-cart-button {
  background-color: #111;
  color: white;
  border: 1px solid #111;
  border-radius: 50px;
  padding: 14px 34px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-empty-cart-wrapper .custom-cart-button:hover {
  background-color: white;
  color: #111;
  border-color: #b32828;
}
/* ✅ Prevent scroll anchoring that causes jump */
.woocommerce ul.products {
  overflow-anchor: none;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* for extra support */
}
/*small line css*/

html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

* {
  box-sizing: border-box;
}

/*small line css*/

@media only screen and (max-width: 768px) {
  body.page-id-71 .bottom-footer {
    display: none !important;
  }
}/* End custom CSS */