/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2025 | 22:24:01 */
.jet-checkboxes-list, .jet-radio-list-wrapper {
	margin-bottom: 40px !important;
}

.yogurt-only {
	font-size: 60%;
    display: block;
	line-height: 1;
	position: relative;
	    padding-left: 45px;
}

.yogurt-only::before {
	background: url('https://www.yomg.com.au/wp-content/uploads/2022/12/squiggle-1.svg') no-repeat;
	left: 0;
    top: 0;
    content: "";
    width: 40px;
    height: 11px;
    position: absolute;
    background-size: 40px;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__button { 
	color: var(--e-global-color-primary);
    font-family: "Poppins", Sans-serif;
   font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	background: #722C9E;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator {
	margin-top: 5px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}