.ajax-cart-qty-minus:before {
    font-size: 30px;
    line-height: 28px;
    color: #022740;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\2212';
}

.ajax-cart-qty-plus:before {
    font-size: 30px;
    line-height: 28px;
    color: #022740;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\002B';
}
