﻿body {
    font-family: "Segoe UI", Arial, sans-serif
}
#div1 {
    display: flex;
}

.sepetliste {
    display: flex;
    flex-direction: column;
    border: 1px solid #e9e8ea;
    padding:20px;
    margin:20px;
    min-width:625px;

}

    .sepetliste hr {
        color: #e9e8ea;
        opacity: .5;
        margin-top: 32px;
    }
    .sepetliste li {
        height: 200px;
        clear: both;
        display: flex;
        align-items: center;
    }
    .sepetliste .toplam {
        font-weight: bold;
        font-size: 15px;
        display: flex;
        align-items: center;
    }
.sepetliste01 {
    width:225px;
    height: 150px;
    display: flex;
    flex-direction: column;
}
.sepetliste li div {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
}
.sepetliste li input {
    height: 30px;
    max-width: 55px;
    text-align: center;
}

.sepettoplam {
    margin: 20px 5px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-left: 20px;
    max-width: 325px;
    width: 100%;
    border: 1px solid #e9e8ea;
    clear: both;
}
.sepettoplam01 {
    font-size:17px;
    display: flex;
    justify-content: space-between;
    clear: both;
    width: 100%;
    margin: 10px 0px;
}
.sepettoplam span {
    font-weight: 300;
    display: flex;
}
    .sepettoplam strong {
        display: flex;
        
    }
.sepettamamla {
    margin-top: 15px;
    padding: 0 10px;
    height: 34px;
    font-size: 15px;
    color: #fff;
    
    background-color: #db1e28;
    border: 1px solid #db1e28;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius:6px !important;
}
.sepettamamla:hover {
 
    background-color: #fff;
 
}
.sil {
    margin: 10px;
    background: url(/images/sil1.jpg) no-repeat;
    width: 30px;
    height: 30px !important;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    cursor: pointer;
}

.sepethareket { display:flex; height:30px !important; width:150px;
}
.sepethareket input{

}

    .sepethareket .arti {
        margin: 0px 5px;
        content: '+';
        width: 15px;
        height: 30px;
        cursor: pointer;
        display: flex;
        font-size: 20px;
        justify-content: center;
        opacity:.7;
    }
    .sepethareket .eksi {
        margin: 0px 5px;
        content: '-';
        width: 15px;
        height: 30px;
        cursor: pointer;
        display: flex;
        font-size: 20px;
        justify-content: center;
        opacity: .7;
    }
.sepet02 {
 
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px) {
    #div1 {
     margin-top:10px;
    }
    .sepethareket {
        width: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sepet02 {
        flex-direction: column;
        align-items: flex-start;
    }
    #div1 {
        display: flex;
        flex-direction: column;
    }
    .sepetliste01 {
        width: 205px;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .sepetliste {
        display: flex;
        flex-direction: column;
        border: 1px solid #e9e8ea;
        padding: 5px;
        margin: 7px;
        min-width: 305px;
        font-size: 14px
    }
        .sepetliste img {
            max-width: 125px !important;
            height: auto !important;
        }
        .sepetliste li input {
            max-width: 35px;
        }
        .sepetliste li div {
           
            padding: 0px 5px;
        }
        .sepetliste li { height:auto;
        }
        /*    .sepetliste01 span br { display:none;
    }*/
        .sil {
            margin-left: 35px;
        }
    }