.cart-item-services-toggle {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}
.cart-item-services-toggle:focus, 
.cart-item-services-toggle:hover {
    color: #222222;
}
.cart-item-services-toggle svg {
    margin-left: 12px;
}
@media (min-width: 767px) {
    .service-group-body {
        margin-left: 33px;
        margin-top: 10px;
    }
}
@media (max-width: 667px) {
    .cart-item-services-toggle {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 550px) {
    .extra-service-checkbox-label .checkbox-label-title {
        padding-right: 7px;
    }
}