.elementor-kit-23{--e-global-color-primary:#164D42;--e-global-color-secondary:#D5ECE1;--e-global-color-text:#7A7A7A;--e-global-color-accent:#49CC93;--e-global-color-172e074:#F5F5F2;--e-global-color-e8e2f04:#FFE5D6;--e-global-color-707f5d1:#FDE8ED;--e-global-color-dc4d708:#E6F2FB;--e-global-color-44007fd:#F2ECFA;--e-global-color-ee4882e:#E8F6EA;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.2px;color:#000000;font-size:18px;}.elementor-kit-23 button,.elementor-kit-23 input[type="button"],.elementor-kit-23 input[type="submit"],.elementor-kit-23 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2.1px;padding:18px 40px 18px 40px;}.elementor-kit-23 button:hover,.elementor-kit-23 button:focus,.elementor-kit-23 input[type="button"]:hover,.elementor-kit-23 input[type="button"]:focus,.elementor-kit-23 input[type="submit"]:hover,.elementor-kit-23 input[type="submit"]:focus,.elementor-kit-23 .elementor-button:hover,.elementor-kit-23 .elementor-button:focus{background-color:#0A7064;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23 p{margin-block-end:0px;}.elementor-kit-23 h1{color:#000000;font-size:76px;}.elementor-kit-23 h2{color:#000000;font-size:50px;}.elementor-kit-23 h3{color:#000000;font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */html {
  scroll-behavior: smooth;
}
.woocommerce-privacy-policy-link{
color: green !important;
}
.elementor-widget-text-editor p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0px;
}

/* keep the sidebar stuck to the top only */
#lb-sidebar .lb-sidebar-inner { position: sticky; top: 20px; }

/* kill any previously-added bottom-stick class */
#lb-sidebar .lb-sidebar-inner.stick-bottom { top: 20px !important; bottom: auto !important; }

/* stack normally on mobile */
@media (max-width: 991px){
  #lb-sidebar .lb-sidebar-inner { position: static; top: auto; }
}
/* Hide by default */
.order-summary {
  display: none;
}

/* Show only on screens 768px wide and smaller */
@media screen and (max-width: 768px) {
  .order-summary {
    display: block;
  }
}

.wfacp-qty-count, .wfty_quantity_value_box:after {
  background-color: #164d42 !important; /* green example */
  color: #fff !important; /* text color inside the circle */
}
/* Target lists inside your popup */
.elementor-popup-modal .elementor ul {
  padding-left: 30px;   /* reduce this number (default is often 40px) */
  margin-left: 0;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    padding-bottom:10px !important;
}
.woocommerce-MyAccount-content h2:first-of-type{
    margin-bottom:20px !important;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads

 {
     margin-bottom: 0 !important;
 }
 .elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details{
     margin-bottom:10px !important;
 }
 .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #F5F5F2;
    color: #164D42;
    border-top: 3px solid #164D42;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size:16px;
 }
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .button{
    font-size:14px;
    font-weight:500;
   background-color: #164D42;
  color:#ffffff; 
  }
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .button:hover{
   background-color: #164D42 !important;
  color:#ffffff; 
  }
  .woocommerce-info::before {
      color: #164D42;
  }
 
/* Base styling for the quantity container */
.woocommerce .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

/* Style input box in the middle */
.woocommerce .quantity input.qty {
  width: 60px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  border: none;
  padding: 0;
  margin: 0;
}

/* Hide default arrows/spinners */
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input.qty {
  -moz-appearance: textfield;
}

/* Add plus/minus buttons */
.woocommerce .quantity:before,
.woocommerce .quantity:after {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  font-size: 20px;
  color: #333;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
.woocommerce .quantity:before {
  content: '–';
  border-right: 0px solid #ddd;
}
.woocommerce .quantity:after {
  content: '+';
  border-left: 0px solid #ddd;
}
/* Target WooCommerce quantity wrapper */
.woocommerce div.product form.cart .quantity {
  height: 44px; /* Match button height or adjust as needed */
  display: flex;
  align-items: center;
  border-radius: 12px; /* Match your design */
  overflow: hidden;
}
}

/* Prevent full width */
.woocommerce div.product form.cart .quantity input.qty {
  width: 50px !important;
  text-align: center;
  padding: 8px 4px;
  border: none;
  box-shadow: none;
}

/* Fix minus/plus button sizing */
.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus {
  width: 40px;
  height: 100%;
  padding: 8px;
  font-size: 18px;
  line-height: 1;
  border: none;
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
}

/* Optional: add hover effect */
.woocommerce div.product form.cart .quantity .minus:hover,
.woocommerce div.product form.cart .quantity .plus:hover {
  background: #eee;
}
/* Limit the quantity container to only fit its contents */
.woocommerce div.product form.cart div.quantity {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: unset !important;
}

/* Optional: Prevent input field from expanding too much */
.woocommerce div.product form.cart div.quantity input.qty {
  width: 3rem !important;
  text-align: center;
}
.e-atc-qty-button-holder {
   display: flex;
  flex-direction: column !important;
  align-items: flex-start; /* left-aligns items */
  gap: 20px;
}
.single_add_to_cart_button{
 width:100%;   
}/* End custom CSS */