.smart-button-group {

    // ======== Right To Left ========
    &[right-to-left] {
        .smart-button-group-items {
            direction: rtl;
        }
    }
}