/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 15 2026 | 16:40:02 */
.ct-slider-carousel1 .switch label {
	overflow: hidden;
    display: inline-block !important;
}

.ct-slider-carousel1 .switch label .bulb {
	right: 8% !important;
    transition: 0.3s all linear;	
}

.ct-slider-carousel1 .switch input:checked ~ label .bulb {
	right: 60% !important;
}
