
.bar{
    color: #333;
}

.nav_list{
    background-color: #FFF;
    height: 50px;
    margin-bottom: 20px;
}
.baslik{
    font-weight: bold;
    font-size: 17pt;
}

.marka{
    color: #0d95e8;
    font-weight: bold;
    font-size: 13pt;
}

.fiyat{
    font-weight: bold;
    font-size: 14pt;
    margin-top: 10px;
    color: green;
}

.aciklama{
    float: right;
    font-weight: normal;
    color: #333;
}

.baslik_deger{
    font-weight: bold;
}

.baslik_icerik{
    margin-top: 10px;
    margin-bottom: 10px;
}

.arti_eksi{
    background-color: #CCC;
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.arti_eksi:focus{
    outline: none;
}

#quantity{
    width: 50px;
    text-align: center;
    border: 1px  #CCC solid;
}

#quantity:focus{
    outline: none;
}

.sepet{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.satici{
    width: 100%;

}
.yellow{
    color: #f78529;
}

.yildiz{
    margin-top: 5px;
}

.yildiz span{
    color: #767474;
    font-size: 10pt;
    font-weight: bold;
}