@media screen and (max-device-width: 640px) {
    .priceslist-1 {
        width: 100%;
        margin-bottom: 30px;

    }

    .list-item-prices {
        display: flex;
        width: 70% !important;
    }
}


@media screen and (min-device-width: 641px) {
    /*
    Bilgisayar
     */
    .priceslist-1 {
        width: 50%;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }
}


.priceslists {
    width: 100%;
    float: none;
    padding: 0px 0px;
}

.transactions {
    width: 100%;
    float: none;
    padding: 0px 20px;
}

.priceslist-1 {
    box-sizing: border-box;
}

.priceslist-2 {
    width: 50%;
    float: left;
    margin-top: 0px;
    padding-right: 40px;
}

.priceslist-title1, .priceslist-title2 {
    font-size: 22px!important;
    font-weight: 500;
    color: #2E2E2E!important;
}

.priceslist-warning {
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    color: #77673c;
}

.list-header {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    opacity: 60%;
    font-size: 15px;
}

.list-header-birim {
    text-align: left;
    padding-left: 17px;
}

.list-header-prices {
    width: 50%;
    text-align: end;
    display: flex;
}

.list-header-Satis {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.list-header-Alis {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.priceslist-collapse {
    height: 555px;
    height: calc(70vh - 104px);
    overflow-y: auto;
    overflow-x: hidden;
}


.list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 252, 240, 1) 0%, rgba(249, 249, 249, 1) 100%);
    padding: 5px;
    border-radius: 10px;
    align-items: center;
    margin-top: 10px;
    opacity: 100%;
    transition: all .1s ease;
    box-shadow: none;
    opacity: 1;
}

.list-item:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.158) 0px 15px 10px -10px;
}

.list-item-flag {
    min-width: 30px;
    height: 30px;
}

.list-item-flag img {
    width: 100%;
    height: 100%;
}

.list-item-birim {
    float: none;
    display: block;
    padding-left: 10px;
    width: 50%;
}

.list-item-birim span {
    float: none;
    display: block;
    width: 100%;
}

.list-item-birim span:nth-child(1) {
    font-weight: 800;
}

.list-item-birim span:nth-child(2) {
    font-size: 12px;
}


.list-item-flag img {
    width: 100%;
}

.list-item-alis, .list-item-satis {
    display: flex;
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.list-item-alis span, .list-item-satis span {
    padding-right: 8px;
}

.list-item-alis i, .list-item-satis i {
    width: 10px;
}

.fa-caret-down {
    color: red;
}

.fa-caret-up {
    color: #24FF00;
}

.fa-caret- {
    color: blue;
}

.fa-border-up, .fa-border-down, .fa-border- {
    width: 48%;
    margin-right: 2%;
    padding: 4px 10px;
    min-width: 100px;
}

.fa-border-up {
    border-radius: 5px;
    color: #159b00;
}

.fa-border-down {
    border-radius: 5px;
    color: #ba0000ff;
}

.fa-border- {
    border-radius: 5px;
    color: unset;
}

.list-item-prices {
    display: flex;
    width: 50%;
}

.list-item-prices {
    display: flex;
    width: 50%;
}