.discount-select {
    background: #F6F6F6;
    border: 1px solid #D8DDE8;
    padding: 17px 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
}
.discount-select:hover {
    cursor:pointer;
}

.select-block-discount {
    position: relative;
    width: 100%;
}
.select-block-discount:after {
    position: absolute;
    bottom: 0.16em;
    top: 0.16em;
    right: 2.5rem;
    content: '\203A';
    transform: rotate(90deg);
    font-size: 40px;
    font-weight: 100;
    color: #95979C;
    pointer-events: none;
}