.eskifiyat > h1:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 45%;*/
    /*max-width: 7.5vw;*/
    /*!* min-width: 40%; *!*/
    /*width: inherit;*/
    /*left: auto;*/
    /*height: 4px;*/
    /*padding: 0 7px;*/
}

.eskifiyat > h1 {
    font-family: ProximaBlack;
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 20px;
}

.eskifiyat > span {
    /*float: left;*/
    font-family: ProximaBlack;
    font-size: 18px;
    /*text-align: center;*/
}

@media screen and (max-width: 1040px) {
    .eskifiyat > h1 {
        font-size: 6vw;
        line-height: 7vw;
    }

    .fyatDiv h1:before {
        content: '';
        position: absolute;
        top: 45%;
        max-width: 7rem;
        /* min-width: 40%; */
        width: inherit;
        left: auto;
        height: 4px;
        padding: 0 7px;
    }
}

.simdifiyat {
    padding: 0 7px;
    flex: auto;
}

.eskifiyat {
    flex: auto;
    margin-right: 6px;
}

@media screen and (max-width: 1040px) {
    .leftawiDiv span b {
        font-size: 3.4vw;
        font-weight: 900;
        line-height: 3.6vw;
    }
}

.leftawiDiv span b {
    font-family: 'ProximaBold';
}

.leftawiDiv span {
    font-family: 'ProximaLight';
}

.invalid-feedback {
    font-size: 15px !important;
}

@media screen and (max-width: 1040px) {
    .imagearea img {
        width: 100vw !important;
    }
}

@media screen and (min-width: 1040px) {
    .imagearea img {
        width: 300.2% !important;
    }
}

textarea::placeholder {
    color: #7a8289 !important;
}



.ts-control {
    height: 50px;
}

.ts-control div[data-ts-item] {
    font-size: 20px !important;
    font-weight: lighter !important;
    margin-top: 6px !important;
}

.items-placeholder::placeholder {
    font-size: 20px !important;
    font-weight: lighter !important;
    margin-top: 6px !important;
    color: #6c7985 !important;
}





.inputTitle {
    color: #fefef7  !important;
    background: none;
    -webkit-text-fill-color: #fefef7  !important;
}

.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}

.bg-white {
    background-color: #ffffff !important;
}