.sol_link{
    width: 100%;
    height:25px;
    float: left;
    padding-left: 5px;
    color: #222222;
}
.sol_link:hover{
    font-weight: bold;
}

.hata_gosterim{

    font-size: 19pt;
    color: red;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;

}

.hata_gosterim i {
    font-size: 40pt;
}

.filtre_sol{
    list-style: none;
    padding: 0px;
    padding-left: 5px;
}

.sol_ce{
    transform: scale(1.5);
    margin-right: 10px;
}

.markalar{
    list-style: none;
    padding: 0px;
    height: 200px;
    padding-left: 5px;
}

.arama{
    height: 40px;
    margin-bottom: 10px;
}

.sorting-box-list {
    padding: 2px;
    background-color: #ededed;
    height: 37px;
    width: 264px;
    border-radius: 10px;
}

.sorting-box-list  li{
    float: left;
    list-style: none;
    height: 33px;
    width: 130px;
    line-height: 33px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.active{
    background-color: white;
}

.str-paginate-area a{
    margin-right: 5px;
}