.elementor-24932 .elementor-element.elementor-element-8683618{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-24932 .elementor-element.elementor-element-1c5e8b9 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-24932 .elementor-element.elementor-element-04b2bb1 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-24932 .elementor-element.elementor-element-04b2bb1 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-24932 .elementor-element.elementor-element-04b2bb1 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-24932 .elementor-element.elementor-element-04b2bb1 .jet-listing-dynamic-field__content{text-align:left;}@media(max-width:767px){.elementor-24932 .elementor-element.elementor-element-1c5e8b9 .elementor-heading-title{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-dc8cd05 */.combo-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.combo-qty-control {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  width: 100%;
  max-width: 130px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.combo-qty-minus,
.combo-qty-plus {
  background: #37AB4A;
  border: none;
  height: 36px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
}

.combo-qty-minus:hover,
.combo-qty-plus:hover {
  background: #f1f1f1;
  color: #37AB4A;
}

.combo-qty {
  border: none;
  height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #37AB4A;
  background: #ffffff;
}

.combo-qty:focus {
  outline: none;
}/* End custom CSS */