.ova-button-booking{ .button-booking{ @include transaction( all, 0.3s, linear ); margin: 0; display: inline-flex; justify-content:center; align-items:center; border-radius: 50%; text-align: center; width: 126px; height: 126px; min-width: 126px; background-color: var(--primary); color: var(--heading); font-size: 18px; font-weight: 600; line-height: 1.2; text-transform: uppercase; border: 1px solid transparent; &:hover{ @include transaction( all, 0.3s, linear ); background-color: var(--heading); color: var(--primary); border-color: var(--primary); } } }