@charset "utf-8";
/* CSS Document */

body {
    font-size: 12px;
    line-height: 20px;
    font-family: 'arial';
    color: #646464;
    text-align: left;
    background: transparent url("../images/bg_resim1.jpg") repeat-x top left;
    /* overflow: hidden;*/
}


.kategori { height: 250px; position: relative;}
.kategori  h1 {

    position: absolute;
    left:0px;
    bottom: 0px;
    width: 100%;

}

.min-price {
    color: #ff3838;
    font-size: 15px;
}

.siparisOnay.disabled {

    cursor: initial;
}

.siparisOnay.disabled span {
    background-color: #eccf8a !important;
}
ul.mensei_list {
    display: flex;
    align-items: stretch;
}
ul.mensei_list li{
    display: flex;
    list-style: none;
    margin-bottom: 30px;
    margin-right: 20px;
}
ul.mensei_list li a{
    display: flex;
    width: 240px;
    height: 100%;
    flex:0 0 240px;
    max-width: 240px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ccc;
    color:#222;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    opacity: .6;
    font-family: 'Dosis', sans-serif !important;
    padding:20px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}
ul.mensei_list li:hover a,
ul.mensei_list li.active a {
    opacity: 1;
    background-color: #6fd1df;
    color:#fff;
}