.elementor-kit-7{--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-7 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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Footer Cart Styling */
.wpt-new-footer-cart {
  background: #0f1822 !important;
  color: #ffffff !important;
  border-top: 2px solid #EC4E20 !important;
  padding: 12px 16px !important;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.3) !important;
}

.wpt-new-footer-cart ul li { 
  list-style: none !important; 
  margin: 5px 0 !important; 
  padding: 5px 0 !important; 
  color: #0b141d !important; 
}

.wpt-new-footer-cart .wpt-cart-subtotal .subtotal-text { 
  font-weight: 600 !important; 
}

.wpt-new-footer-cart .wpt-cart-subtotal .subtotal-price { 
  color: #EC4E20 !important; 
  font-weight: 700 !important; 
}

.wpt-new-footer-cart .wpt-cart-contents {
  background: #1c2833 !important;
  color: #ffffff !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.wpt-new-footer-cart .wpt-view-n {
  background: #EC4E20 !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: background-color 0.25s ease-in-out;
}
.wpt-new-footer-cart .wpt-view-n:hover {
  background: #d4431c !important;
}

.wpt-new-footer-cart .wpt-trash-empty,
.wpt-new-footer-cart .wpt_empty_cart_btn {
  color: #EC4E20 !important;
  cursor: pointer !important;
}
.wpt-new-footer-cart .wpt-trash-empty:hover,
.wpt-new-footer-cart .wpt_empty_cart_btn:hover {
  color: #d4431c !important;
}


/* === Extra Footer Cart Details === */

/* Top divider / list section border */
.wpt-new-footer-cart .wpt-lister {
  border-top: 2px solid #EC4E20 !important;
  padding-top: 8px !important;
  margin-top: 6px !important;
}


/* Only recolor the background of the collapse/expand toggle */
.wpt-fcart-coll-expand {
  background-color: #EC4E20 !important;
}


/* Hard-lock the "View Cart" button size */
table.wpt_product_table a.added_to_cart.wc-forward {
  background: #EC4E20 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background-color 0.25s ease-in-out;

  /* exact fixed size */
  width: 127.28px !important;
  max-width: 127.28px !important;
  min-width: 127.28px !important;
  height: 31px !important;
  line-height: 31px !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/* kill any button class overrides */
table.wpt_product_table a.added_to_cart.wc-forward.button {
  width: 127.28px !important;
  max-width: 127.28px !important;
  min-width: 127.28px !important;
}

/* Hover */
table.wpt_product_table a.added_to_cart.wc-forward:hover {
  background: #d4431c !important;
  color: #ffffff !important;
}/* End custom CSS */