.asUrunlerBaslik {
    text-shadow: 2px 2px 0px #d8d8d8;
    text-transform: uppercase;
}

.no-spinner:hover {
    border-color: #fcb941 !important;
    box-shadow: 0 2px 8px rgba(252, 185, 65, 0.2) !important;
}

.no-spinner:focus {
    outline: none !important;
    border-color: #fcb941 !important;
    box-shadow: 0 0 0 3px rgba(252, 185, 65, 0.1) !important;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

