﻿
.cart-table .table {
    position: relative;
    z-index: 9;
}

.cart_area table thead {
    background-color: #f4f2f8;
    border: none;
}

.cart_area table tbody tr td {
    width: 10% !important;
}

    .cart_area table tbody tr td:first-child {
        width: 70% !important;
    }

.cart_product_img > a {
    width: 120px;
    margin-right: 20px;
}

.cart-table .table td,
.cart-table .table th {
    padding: 12px;
    padding: 12px;
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
    border: none;
    font-size: 13px;
}

.cart-table .cart_product_img h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.cart-table .qty-minus,
.cart-table .qty-plus {
    background-color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
}

    .cart-table .qty-minus i,
    .cart-table .qty-plus i {
        line-height: 30px;
        font-size: 10px;
    }

.cart-table .qty-text {
    background-color: #f6f6f6;
    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
    width: 50px;
}

.cart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.cart-table .price span,
.cart-table .total_price > span,
.cart-table .action > a {
    font-size: 14px;
}

.cart_area .update-checkout a,
.cart_area .back-to-shop a {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    height: 55px;
    line-height: 51px;
    min-width: 120px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #3a3a3a;
    text-transform: uppercase;
}

    .cart_area .update-checkout a:first-child {
        color: #7a7a7a;
        border-color: #f4f2f8;
    }

    .cart_area .update-checkout a:last-child {
        background-color: #f4f2f8;
        color: #7a7a7a;
        border-color: #f4f2f8;
    }

.cart-page-heading {
    margin-bottom: 50px;
}

    .cart-page-heading h5 {
        text-transform: uppercase;
        font-size: 18px;
    }

    .cart-page-heading p {
        color: #7a7a7a;
        font-size: 14px;
        margin-bottom: 0;
    }

.coupon-code-area form {
    position: relative;
    z-index: 1;
}

    .coupon-code-area form > input {
        width: 100%;
        height: 52px;
        border: none;
        background-color: #f4f2f8;
        padding: 0 30px;
        font-size: 12px;
    }

    .coupon-code-area form > button {
        width: 120px;
        height: 52px;
        border: none;
        text-transform: uppercase;
        background-color: #ff084e;
        padding: 0 30px;
        font-size: 14px;
        position: absolute;
        top: 0;
        color: #fff;
        font-weight: 700;
        right: 0;
    }

.shipping-method-area .custom-control-label span {
    font-size: 14px;
}

.cart-total-chart {
    background-color: #f4f2f8;
    padding: 30px;
}

    .cart-total-chart li {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

.karl-checkout-btn {
    width: 100%;
    height: 60px;
    background-color: #ff084e;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    padding: 0;
}


    .karl-checkout-btn:hover,
    .karl-checkout-btn:focus {
        background-color: #3a3a3a;
        color: #fff;
        font-weight: 700;
    }

.cart_urunler{

    position:relative;
    padding:20px;
    border:1px solid #efefef;
    margin-bottom:10px;
}
.cart_resmi {
    width: 10%;
    display: inline-block;
    box-sizing: border-box;
}


.cart_aciklama {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding:20px;
    text-align:left;
}
.cart_aciklama > p {
    padding:0;
}
.cart_adet {
    width: 15%;
    display: inline-block;
    box-sizing: border-box;
    position:relative;

}


.cart_tutar {
    width: 15%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.cart_islem {
    width: 10%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.cart_adet .kl {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:100%;
}
.cart_tutar p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size:20px;
    font-weight:bold;
}
.cart_islem div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.cart_adet .kl input {
    text-align: center;
}

.cart_adet .kl div:first-child {
    text-align: right;
}

.cart_adet .kl div:last-child {
    text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .cart_resmi {
        width: 100%;
     text-align:center;
    }
    .cart_resmi img{
        max-width:120px;
    }


    .cart_aciklama {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        padding:0;
        text-align:center;
    }

    .cart_adet {
        width:100%;
        display: inline-block;
        box-sizing: border-box;
    }

        .cart_adet .kl {
      
            position: relative;
           margin-top:10px;
            width: 100%;
        }
        .cart_adet .kl input{
            text-align:center;
        }

        .cart_adet .kl div:first-child {
        
            text-align:right;
        }
            .cart_adet .kl div:last-child {
                text-align: left;
            }
            .cart_tutar {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .cart_islem {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        position:relative;
    }
    .cart_tutar p {
      
        position: relative;
        padding-top:20px;
        width: 100%;
    }
    .cart_islem div {
        
        position: absolute;
       
       padding-right:20px;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align:right;
    }
}