.elementor-kit-39{--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-39 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.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 *//* ─── RESET BUTTON STYLES ─── */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--view-cart,
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--checkout {
  /* Undo any inherited backgrounds/colors */
  background: none !important;
  background-color: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* ─── VIEW CART BUTTON ─── */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--view-cart {
  background-color: transparent    !important;
  border: 1px solid #000          !important;
  border-radius: 5px              !important;
  color: #000                     !important;
  padding: 15px 25px              !important;
  margin-right: 5px               !important;
  white-space: nowrap             !important;
  transition: border-color 0.3s ease,
              color        0.3s ease  !important;
}

/* Ensure no inner element adds a white box */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--view-cart * {
  background: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
}

/* VIEW CART HOVER */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--view-cart:hover {
  background-color: transparent !important;
  border-color: #7e7e54      !important;
  color:        #7e7e54      !important;
}

/* ─── CHECKOUT BUTTON ─── */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--checkout {
  background-color: #7e7e54   !important;
  border:           1px solid #7e7e54 !important;
  border-radius:    5px       !important;
  color:            #FFF      !important;
  padding:          15px 25px !important;
  transition:       background-color 0.3s ease,
                    border-color     0.3s ease !important;
}

/* Ensure no inner element adds a white box */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--checkout * {
  background: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
}

/* CHECKOUT HOVER */
.elementor-menu-cart__container[aria-hidden="false"]
  .elementor-menu-cart__footer-buttons
  a.elementor-button--checkout:hover {
  background-color: #4c4f33 !important;
  border-color:    #4c4f33 !important;
  color:           #FFF      !important;
}

/* === MINI‑CART REMOVE (X) BUTTON OVERRIDE === */

/* Hide any existing icon or background */
.elementor-menu-cart__container[aria-hidden="false"] 
  .elementor-menu-cart__product-remove a {
  background: none !important;
  border: none !important;
  color: transparent !important;
  opacity: 1 !important;
  position: relative !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

/* Inject our own visible “×” */
.elementor-menu-cart__container[aria-hidden="false"] 
  .elementor-menu-cart__product-remove a::after {
  content: "×" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #000 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.elementor_remove_from_cart_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-left: 10px;
  opacity: 1 !important;
}

.elementor_remove_from_cart_button::before {
  content: '×'; /* This is the "x" */
  font-size: 20px;
  color: black;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

.elementor_remove_from_cart_button:hover::before {
  color: red;
}/* End custom CSS */