﻿
.cart {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-right:90px;
    margin-top:-5px;
}

a.cart-in {
    width: 75px;
    height: 75px;
    background: url(../images/sepet.png)no-repeat;
    display: block;
    text-decoration: none;
}

.cart span {
   
    border-radius: 100px;
    color: #fff;
    font-size: 1.4em;
    width: 22px;
    height: 22px;
    display: block;
    top: -3px;
    right: 20px;
    position: absolute;
    text-align: center;
    padding: 2px 0 0;
    cursor:pointer;
}

.sub-icon1 h3 {
    font-size: 1.1em;
    padding: 0 0 0.5em;
    color: #f95a32;
}

.icon1:before, .icon1:after {
    content: "";
    display: table;
}

.icon1:after {
    clear: both;
}

ul.icon1 {
    float: right;
    zoom: 1;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.icon1 li {
    float: left;
    position: relative;
}

    .icon1 li:last-child {
        border-right: none;
    }

    .icon1 li:hover > a {
        color: #fafafa;
    }

    *html .icon1 li a:hover { /* IE6 only */
        color: #fafafa;
    }

.icon1 ul {
    width: 250px;
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70px;
    z-index: 1;
    right: -75px;
    background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0em;
}

.icon1 li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 9999;
}

.icon1 ul ul {
    top: 6px;
    left: 158px;
    margin: 0 0 0 20px;
}

.icon1 ul li {
    /*--float: none;--*/
    display: block;
    border: 0;
}

    .icon1 ul li:first-child {
        border-top: none;
    }

        .icon1 ul li:first-child a {
            border-top-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            -moz-border-top-left-radius: 5px;
            -o-border-top-left-radius: 5px;
        }

    .icon1 ul li:last-child {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.icon1 ul a {
    _height: 10px; /*IE6 only*/
    white-space: nowrap;
    float: none;
    text-transform: none;
}

.active-icon {
    display: block;
}

.icon1 ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 45%;
    top: -30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
}

.icon1 ul ul li:first-child a:after {
    left: -100px;
    top: 0%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #323757;
}

.list_img {
    float: left;
    width: 40%;
    border: 1px solid #e0e0e0;
    margin-right: 6%;
    height: 45px !important;
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    border: none !important;
    height: 45px !important;
}

.list_desc {
    float: left;
    width: 50%;
}

    .list_desc h4 a {
        color: #000 !important;
        font-size: 12px !important;
        text-decoration: none;
        font-weight: 400;
        text-transform: uppercase;
        padding: 1em 0 !important;
    }

.total {
    padding: 10px;
    background: #F9F9F9;
    margin: 0.3em 0;
}

.cart_box, .cart_box1 {
    position: relative;
}

.alert-close {
    background: #fb5e33 url('../images/close.png') no-repeat 6px 6px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right: -12px;
    top: 5px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.alert-close1 {
    background: #fb5e33 url('../images/close.png') no-repeat 6px 6px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right: -12px;
    top: 5px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.total_left {
    float: left;
}

.total_right {
    float: right;
    font-size: 0.85em;
    color: #00556e;
    font-weight: 600;
}



.icon1 ul {
    width: auto;
    top: 30px !important;
}


.sepetOzetOpsiyonlar {
    font-size: 10px;
    width: 100%;
    display: block;
}

sepetOzetOpsiyonlar2 {
    font-size: 11px;
    width: 100%;
    display: block;
}

.SepetOzetLink {
    color: #00556e !important;
    width: 70px !important;
    padding: 0px !important;
    float: right !important;
    margin-right: 30px;
}

.siparisAdedi {
    font-size: 1.5em;
    font-weight: bold;
    float: right;
    background-color: #d1d1d1;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .siparisAdedi a {
        line-height: 36px;
        width: 25px;
        display: block;
        text-align: center;
        float: left;
    }

    .siparisAdedi input {
        width: 40px;
        line-height: 34px;
        text-align: center;
        float: left;
        background-color: #fff;
        border: 1px solid #d1cdcd;
    }

.sepeteAt {
    float: right;
}

.cart_box, .cart_box1 {
    position: relative;
}

.cart_box {
    margin-bottom: 1em;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
