.basket {
    margin-bottom: 1rem;
}

.basket-head,
.basket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
}

.basket-col {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    font-weight: 500;
    padding: 0.5rem;
}

.basket-head {
    padding: 0 1rem;
}

.basket-head .basket-col {
    font-weight: 500;
    text-transform: uppercase;
}

.basket .item-image {
    max-width: 17.5%;
    padding-left: 0;
}

.basket-item .item-image img {
    max-width: 100px;
    width: 100%;
    border-radius: 0.5rem;
}

.basket .item-name {
    max-width: 32.5%;
}

.basket-item__title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.basket-item__amount {
    font-size: 80%;
    color: #777;
    text-transform: uppercase;
}

.basket .item-quantity,
.basket .item-price {
    max-width: 20%;
    text-align: center;
}

.basket-item__price {
    font-size: 18px;
}

.basket .item-action {
    max-width: 10%;
    padding-right: 0;
    text-align: right;
}

.basket-list {
    padding: 0 1rem;
    background-color: #fff;
    border: 1px solid #E2CBB4;
    border-radius: 0.5rem;
}

.basket-item {
    padding: 0.5rem 0;
}

.basket-item+.basket-item {
    border-top: 1px dashed #C3996F;
}

.basket-item__title a:hover,
.basket-item__title a:focus {
    text-decoration: none;
}

.btn-note-edit .icon {
    position: relative;
    color: #000;
    background-color: rgba(86, 164, 43, 0.5);
}

.btn-note-edit .icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #56A42B;
    border-radius: 50%;
}


/* Product Summary */

.summary-product {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.summary-product li {
    padding: 0.75rem 0;
    border-bottom: 1px dashed #C3996F;
}

.summary-product li:last-child {
    border-bottom: 0;
}

.summary-product .media {
    -webkit-align-items: center;
    align-items: center;
}

.summary-product .media .media-left {
    max-width: 30%;
    height: 70px;
}

.summary-product__image {
    max-width: 70px;
    max-height: 70px;
    border-radius: 0.5rem;
}

.summary-product__title {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}

.summary-product__title a {
    color: inherit;
}

.summary-product__title a:hover,
.summary-product__title a:focus {
    text-decoration: none;
}

.summary-product .media-body {
    padding-left: 1rem;
}

.summary-product__info {
    margin-bottom: 0;
}

.summary-product__info+.summary-product__info {
    margin-top: 0.25rem;
}

.summary-product__price {
    font-weight: bold;
    margin-left: 0.5rem;
}


/* Genel Toplam tablosu. Order summary */

.order-summary {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.order-summary li {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 0;
}

.order-summary__label {
    text-align: left;
    flex: 1 1 60%;
    font-weight: bold;
}

.order-summary__price {
    text-align: right;
    flex: 1 1 40%;
}

.order-summary__total {
    margin-top: 0.5rem;
    padding-top: 15px !important;
    border-top: 1px dashed #DCC1A8;
}

.order-summary__total .order-summary__price {
    font-weight: 500;
    font-size: 18px;
}

.btn-basket-order {
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.product-proposal .product-item .product-discount {
    font-size: 12px;
    line-height: 1.2;
    padding: 0.375rem;
}

.product-proposal .product-discount small {
    font-size: 11px;
}

.product-proposal .price-old__new {
    padding-left: 8px;
    padding-right: 8px;
}

.product-proposal .product-item .price-new {
    font-size: 16px;
}

.product-proposal .product-item .price-old {
    font-size: 13px;
}

.payment-address-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.payment-address-item+.payment-address-item {
    border-top: 1px dashed #C3996F;
}

.payment-address-item .custom-control-label {
    display: block;
    cursor: pointer;
    line-height: 1.75rem;
    background: transparent;
    border: 0;
    color: #3C3C3C;
}

.payment-address-item .custom-control-label p {
    margin-bottom: 0;
}

.payment-address-item .custom-control-label strong {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.payment-address-item .custom-control-label span {
    display: inline-block;
    margin-right: 10px;
}

.btn-address-add:after {
    display: none;
}

.btn-address-add .icon {
    transition: transform 0.4s;
}

.btn-address-add.show .icon {
    transform: rotate(45deg);
}

.popup-membership {
    width: 100%;
    max-width: 25rem;
}

.alert-cart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

.alert-fix {
    width: 100%;
    max-width: 420px;
    padding: 30px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    right: 0;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.alert-cart a,
.alert-fix a {
    font-weight: 500;
    color: #000;
}

.modal-privacy {
    max-width: 1170px;
    width: 100%;
    font-size: 14px;
}

.card-payment-address {
    padding: 0.5rem 1rem;
}

.card-payment-type {
    padding: 0.5rem 0;
}

.payment-type-list {}

.payment-type-list .acc-head {
    padding: 0.5rem 1rem;
}

.payment-type-list .acc-link {
    color: #3C3C3C;
    background-color: transparent;
    border: 0;
    padding-left: 2rem;
}

.payment-type-list .acc-link::after {
    display: none;
}

.payment-type-list .acc-content {
    background-color: #F5F5F5;
}

.card-type {
    position: relative;
}

.card-type_icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
}

.card-type_icon img {
    max-width: 40px;
    max-height: 30px;
}

.card-body .basket-list {
    border-width: 0;
    padding: 0;
}

.card-body .basket-head {
    border-bottom: 1px solid #E2CBB4;
}

@media(max-width: 767px) {
    .basket-head {
        display: none;
    }
    .basket-list {
        border-width: 0;
        padding: 0;
        background-color: transparent;
    }
    .basket-item {
        position: relative;
    }
    .basket .item-image {
        max-width: 30%;
        order: 3;
    }
    .basket .item-name {
        max-width: 65%;
        order: 1;
        padding-left: 0;
    }
    .basket .item-price {
        order: 2;
        max-width: 35%;
        padding-right: 0;
        text-align: right;
    }
    .basket .item-quantity {
        max-width: 40%;
        order: 4;
    }
    .basket .item-action {
        max-width: 30%;
        order: 5;
    }
}

@media(min-width:992px) {
    .card-summary-product {
        margin-top: 37px;
    }
    .card-payment-address {
        padding: 0.5rem 1rem;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}


/* MÃ¼ÅŸteri Bilgileri */