/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 16 2026 | 09:41:47 */
.custom-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
	    border-radius: 50px 50px 50px 50px;
}

.qty-btn {
  width: 42px;
 
  border: none;
  background: #f6f6f6;
  font-size: 22px;
  cursor: pointer;
}

.qty-input {
  width: 50px;
  height: 42px;
  border: none;
  text-align: center;
  font-size: 16px;
}
.elementor-jet-single-add-to-cart {
	width: 250px;
}
.single_add_to_cart_button.button.alt {
	width: 120px!important;
	padding: 14px 0px 14px 0px!important;
}
.jet-woo-builder-single-ajax-add-to-cart .custom-qty {
	height: 40px;
}
.qty-btn.qty-minus, .qty-btn.qty-plus {
    border-radius: unset;	
	background: #b8be14!important;

}
.qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 22px;
}
    .elementor-4006 .elementor-element.elementor-element-c7a7282 {
        --width: 70%;
    }

