.elementor-kit-6{--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;background-color:#F4F4F4;}.elementor-kit-6 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 */.quantity {
  display: inline-flex;  align-items: center;
  position: relative;  border: 1px solid #ddd;  border-radius: 6px;  background-color: #f9f9f9;  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  overflow: hidden;  max-width: fit-content;}
.quantity .qty {
  width: 36px;                
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 0.85rem;  font-weight: 500;
  color: #333;
  padding: 0.3rem 0.2rem;  outline: none;
  -moz-appearance: textfield;}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;}

.quantity button.minus,
.quantity button.plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #ffffff;  color: #444;  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.quantity button.minus {
  border-inline-end: 1px solid #ddd;
}
.quantity button.plus {
  border-inline-start: 1px solid #ddd;
}

.quantity button.minus:hover,
.quantity button.plus:hover {
  background-color: #efefef;
  transform: scale(1.05);
}

.quantity button.minus:active,
.quantity button.plus:active {
  transform: scale(0.98);
  background-color: #e2e2e2;
}/* End custom CSS */