/* Custom overrides to force square buttons globally */
.counter .qty-left-minus,
.counter .qty-right-plus,
button.qty-left-minus,
button.qty-right-plus,
button[type="button"].qty-left-minus,
button[type="button"].qty-right-plus {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

[dir=rtl] .counter .qty-left-minus,
[dir=rtl] .counter .qty-right-plus {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

input.qty-input,
input[type="text"].qty-input,
.qty-input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
