.select-wrapper span.caret {
    pointer-events: none;
}

.ae-miniorder-custom .number-field {
    position: relative;
}

.ae-miniorder-custom .number-field input[type="text"] {
    margin-bottom: 0px;
    text-align: right;
    padding-right: calc(50% + 60px);
}

.ae-miniorder-custom .number-field::after {
    content: attr(data-countpages);
    display: inline-block;
    position: absolute;
    left: calc(50% - 60px);
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
