@import '../../stylesheets/mixins/_responsive.scss'; .basket-actions{ position: relative; display: inherit; width: 100%; text-align: center; padding: 0 10px 5px 0; @include MQ(md) { padding: 0 10px 10px 0; margin-bottom: 10px; } } .basket-steps, .basket-buttons{ position: relative; display: inline-block; width: auto; text-align: right; } .basket-steps{ @include MQ(sm) { margin-right: 10px; } }