﻿.basket-container {
   min-height: 56vh;
   max-width: 80%;
}
#stepcontainer {
    max-width: 550px;
    position: relative;
}

.step-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin-top: 20px;
    align-items: center;
}

.step-item {
    position: relative;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-circle {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-color: var(--color-itopya-orange);
    padding: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    position: relative;
    z-index: 2;
}

    .step-circle.active {
        opacity: 1;
        box-shadow: 0 0 10px rgba(250, 112, 20, 0.8);
    }

        .step-circle.active::after {
            content: "";
            position: absolute;
            top: -9px;
            left: -9px;
            width: 90px;
            height: 90px;
            border: 3px dashed var(--color-itopya-orange);
            border-radius: 50%;
            animation: rotate-border 15s linear infinite;
        }

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.step-text {
    font-weight: bold;
    margin-top: 20px;
    color: #666;
    text-align: center;
}

    .step-text.active {
        color: black;
    }

.step-line {
    position: absolute;
    top: 35%;
    left: 77%;
    width: 84px;
    height: 3px;
    background-color: #ffd0b5;
    z-index: 1;
    transform: translateY(-50%);
}

.step-item:last-child .step-line {
    display: none;
}
.new_price {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.24px;
}
.Pagamento-container {
    background: rgba(217, 217, 217, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 30px 10px;
}
.nav{
    gap:20px;
}
.tab-content {
    border: 1px solid rgba(0, 0, 0, 0.27);
    border-radius: 0px 10px 10px 10px;
    padding: 10px 20px;
}
.nav-tabs .nav-link {
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px 10px 0px 0px;
    color: rgba(196, 196, 196, 1);
}
    .nav-tabs .nav-link.active svg {
        color: rgba(250, 112, 20, 1);
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: var(--color-itopya-orange);
        background: rgba(250, 112, 20, 0.09);
        border: 1px solid var(--color-itopya-orange);
        border-radius: 10px 10px 0px 0px;
    }
.card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.paymentKrediKarti-title{
    font-weight:800;
    font-size:20px;
    line-height:18px;
    letter-spacing:0.24px;
}
.btn-itopya {
    background: var(--color-itopya-orange);
    border-radius: 10px !important;
}
    .btn-itopya:hover {
        background: var(--color-itopya-orange-dark);
    }
    .adr-nav {
        gap: 0;
    }
.adr-nav-item{
    width:50%;
}
.adr-tan-content {
    border-radius: 0px 0px 10px 10px !important;
}
.adr-nav-item .adr-nav-link {
    font-weight: 700;
    text-align: center;
    opacity: .5;
    font-size: 21px;
    padding: 15px 1rem;
    height: 100%;
    color: #000;
}
    .adr-nav-item .adr-nav-link svg {
        opacity: .3;
    }
    .adr-nav-item .adr-nav-link.active {
        color: rgba(41, 41, 41, 1);
        background: rgba(217, 217, 217, 0.65);
        border: .5px solid rgba(0, 0, 0, 0.37);
        border-radius: 10px 10px 0px 0px;
        opacity: 1;
    }
        .adr-nav-item .adr-nav-link.active svg {
            opacity: 1;
        }
        /* Ana adres gösterimi */
        .page-radius-color {
            width: 343px;
            height: 105px;
            overflow: hidden;
            border-radius: 10px;
            background-color: #ededed;
            padding: 10px;
        }
/* Popup içerisindeki adres butonları */
.popup-address-btn {
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: rgb(244 244 244);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    min-height: 127px;
    line-height: 20px;
    letter-spacing: 0.24px;
    width: 100%;
}

    .popup-address-btn:hover {
        background-color: #f7f7f7;
    }
.popup-container {
    padding: 7px;
}
/* +3 Butonu */
#showPopupButton {
    height: 100%;
    width: 90%;
    border-radius: 10px;
    border: 0;
    display: flex;
    flex-direction: column;
    opacity: .5;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

    #showPopupButton .number {
        font-size: 40px;
    }

    #showPopupButton .label {
        font-size: 15px;
    }
.swal2-title{
    color:#000;
}

    .popup-address-btn:hover {
        border: 1px solid rgba(250, 112, 20, 1);
    }
.swal2-popup {
    width: 52em !important;
    font-family: var(--body-font), sans-serif !important;
}
.swal2-html-container {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F07D00;
    border-color: #F07D00;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.legaltext {
    background-color: #ffff;
    border-radius: 4px;
    position: relative;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}
    .legaltext span {
        margin-left: 20px;
        display: block;
    }
        .legaltext span:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 100%;
            background-color: rgba(217, 217, 217, 1);
        }

.word-cut-lenght {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
}

.teslim-type-selector {
    min-height: 50px;
    padding-top: 12px;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 5px;
}

    .teslim-type-selector img {
        height: 30px;
        margin-right: 10px;
    }
.order-box-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 16px 10px;
}

    .order-box-product .check {
        display: block;
        width: 26px;
        margin: 0 20px 0 0;
    }

        .order-box-product .check input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

            .order-box-product .check input + span {
                display: block;
                width: 26px;
                height: 26px;
                background: url('https://img.yenieera22.com/cdn/assets/images/unchecked.svg') no-repeat center;
                background-size: contain;
            }

            .order-box-product .check input:checked + span {
                background-image: url("https://img.yenieera22.com/cdn/assets/images/checked.svg");
            }

    .order-box-product .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap:20px;
    }

        .order-box-product .product-info .order-image {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height:100%;
        }

            .order-box-product .product-info .order-image img {
                max-width: 100%;
                max-height: 100%;
            }

        .order-box-product .product-info > img {
            max-width: 100px;
            max-height: 100px;
            margin-right: 20px;
        }

        .order-box-product .product-info > div {
           margin:0;
        }

            .order-box-product .product-info > div small {
                display: block;
                font-size: 12px;
                font-weight: 200;
                line-height: normal;
                color: rgb(0 0 0);
            }

            .order-box-product .product-info > div strong {
                display: block;
                font-size: 16px;
                line-height: 14px;
                color: #00273a;
                min-width: 444px;
            }
                .order-box-product .product-info > div strong u{

                }
                .order-box-product .product-info > div strong a {
                    display: inline-block;
                    text-decoration: underline;
                    border: 1px solid transparent;
                    transition: all .3s ease;
                    padding: 4px 3px;
                    margin: 0 -3px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 19px;
                    letter-spacing: 0.24px;
                    text-decoration-line: underline;
                    color: #000000;
                }

                    .order-box-product .product-info > div strong a:hover {
                        text-decoration: none;
                        border-color: var(--dark);
                    }

            .order-box-product .product-info > div span {
                display: block;
                font-size: 11px;
                line-height: 16px;
                color: #000;
                color: black;
                font-weight: 700;
                font-size: 12px;
                letter-spacing: 0.24px;
            }

            .order-box-product .product-info > div .amount {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 15px 0 0 0;
            }

                .order-box-product .product-info > div .amount > * + * {
                    margin-left: 8px;
                }

                .order-box-product .product-info > div .amount span {
                    font-size: 14px;
                    color: #000000;
                    font-weight: 400;
                }

                .order-box-product .product-info > div .amount select {
                    background-color: #EEEEEE;
                    border: 0;
                    border-radius: 3px;
                    font-size: 14px;
                    line-height: 30px;
                    width: 50px;
                    height: 23px;
                    text-align: center;
                }

                .order-box-product .product-info > div .amount a {
                    font-size: 12px;
                    color: #1541a6;
                }

    .order-box-product .detail-link {
        width: 40%;
 
    }

        .order-box-product .detail-link a {
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            line-height: 14px;
            letter-spacing: 0.24px;
            text-decoration: underline;
            color: var(--black);
        }

    .order-box-product .price {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        min-width: 100px;
    }

.order-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    margin-bottom: 18px;
    border-radius: 10px;
}
.order-info-box-sticky-sidebar {
    position: sticky;
    top: 80px; /* Sabitleneceği üstten mesafe */
    z-index: 100; /* Gerekirse katmanlama için */
}
.order-info-box .total-product {
    font-size: 17px;
    line-height: 30px;
    padding: 10px 20px 20px 10px;
    color: var(--color-itopya-orange-dark);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.24px;
    text-decoration: underline;
}

    .order-info-box .total-product-row {
        background: #fafafa;
        padding: 20px;
        margin: 0px;
        border-top: 0.5px solid #00000052;
        border-radius:0 0 10px 10px;
    }

    .order-info-box .price {
      padding:0;
       
    }

    .order-info-box .small-message {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #0d2f44;
    }

    .order-info-box .btn {
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        height: 36px;
        border-radius: 2px;
    }

    .order-info-box table {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.04em;
    }

        .order-info-box table tr td:last-child {
            text-align: right;
        }
.kdv-content {
 font-size: 50%;
    margin-left: 10px;
}
.kdv-content-payment {
    position: absolute;
    font-size: 10px;
    top: 26px;
    width: 100%;
    left: -15px;
}
.showMoreAddresses {
    font-size: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background: rgba(217, 217, 217, 0.48);
    border: 0;
    border-radius: 10px;
    min-height: 55px;
    font-weight: 700;
    padding: 0px 54px;
}
.add-address {
    color: #000;
    border-bottom: 1px solid #000;
}
.w-15{
    width:15%;
}
.w-73{
    width:73%;
}
.map-text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    text-decoration: underline;
}

.choose-address {
    margin-bottom: 18px;
}

    .choose-address h6 {
        font-size: 21px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 20px;
        letter-spacing: 0.24px;
        line-height: 18px;
    }

.choose-address .address-block {
    display: block;
    margin-bottom: 15px;
}


    .choose-address .address-block > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .choose-address .address-block > input:checked + .content, .choose-address .address-block:hover > input + .content {
            background-color: #ededed;
            opacity:1;
        }

        .choose-address .address-block > input + .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 18px;
            border-radius: 10px;
            background: #ededed;
            min-height: 136px;
            opacity:0.4;
        }

            .choose-address .address-block > input + .content .check {
                margin-right: 15px;
                text-align: center;
            }
                .radio-btn-container{
                    position:relative;
                }
                    .radio-btn-container .check input, .choose-address .address-block > input + .content .check span {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        background: url('https://img.yenieera22.com/cdn/assets/images/icon-untick-black.png') no-repeat center;
                        background-size: contain;
                    }

                    .radio-btn-container .check input:checked, .choose-address .address-block > input:checked + .content .check span {
                        background-image: url('https://img.yenieera22.com/cdn/assets/images/icon-tick-green-rounded.png');
                    }

        .choose-address .address-block > input + .content .location {
            width: 100%;
        }

            .choose-address .address-block > input + .content .location strong {
                display: block;
                font-size: 20px;
                font-weight: 700;
                line-height: 18px;
                letter-spacing: 0.24px;
            }

            .choose-address .address-block > input + .content .location span {
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                letter-spacing: 0.24px;
                width: 90%;
                display: inline-block;
                margin-top: 7px;
            }

        .choose-address .address-block > input + .content > a {
            width: 25%;
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            text-decoration: underline;
            line-height: 18px;
            letter-spacing: 0.24px;
        }

.choose-address .add-address {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.24px;
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
}

    .choose-address .add-address > i, .choose-address .add-address > svg {
        margin-right: 10px;
    }

.choose-address .choose-address-footer {
    background: #f1f1f1;
    padding: 15px 23px;
    margin: 20px -20px -20px -20px;
}

    .choose-address .choose-address-footer .btn {
        font-size: 13px;
        line-height: 22px;
        height: 40px;
        border-radius: 3px;
    }

.address-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    height: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
}

    .address-box > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        /*   .address-box label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-color: transparent;
        height: 100%;
        padding: 25px;
        margin: 0;
    }*/

        .address-box > input + label:hover, .address-box > input:checked + label {
            background-color: #ededed;
        }

    .address-box > span {
        display: block;
        font-weight: bold;
    }

    .address-box > h6 {
        font-weight: bold;
        margin: 26px 0 10px 0;
    }

    .address-box > p {
        -webkit-box-flex: 50;
        -ms-flex-positive: 50;
        flex-grow: 50;
        margin: 0 0 20px 0;
    }

    .address-box .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
        padding-top: 37px;
    }

        .address-box .actions * + * {
            margin-left: 20px;
        }

        .address-box .actions .remove {
            color: #000;
        }

        .address-box .actions .edit {
            color: var(--color-itopya-orange);
            text-decoration: underline;
        }

    .address-box.add-address {
        background: #ededed;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 50px 0;
    }

        .address-box.add-address strong {
            display: block;
            font-size: 14px;
            color: #000;
            padding-top: 14px;
        }
.important-warning {
    background: rgba(245, 81, 81, 1);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}
important-warning-container{

}
.important-warning-text {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom:0;
}
.store-form {
    width: 100% !important;
    border: 1px solid rgba(0, 39, 58, 0.49);
    font-size: 11px;
    padding: 20px;
}
#paymentTab{
    border:0;
}
.payment-label-title {
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.24px;
    color: #000000;
}
.copy-btn {
    background: transparent;
    border: 0;
    margin-left: 12px;
}
    .copy-btn svg{
        width:15px;
        height:15px;
    }
    .text-payment {
        font-weight: 800;
        font-size: 18px;
    }
.contract-box {
    background: rgba(226, 226, 226, 0.17);
    border-right: 0px;
    border-left: 0px;
    border-top: .5px solid rgba(0, 0, 0, 0.32);
    border-bottom: .5px solid rgba(0, 0, 0, 0.32);
}
.toplamTutar {
    font-size: 30px;
   
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: row;
}
.chcMesafeliSatis {
    font-weight: 800;
    font-size: 14px;
}
.coupon-box {
    background: #f2f2f2;
}
.coupon-title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04em
}
.accordion-coupon-btn {
    color: #000;
    font-weight: 900;
    font-size: 22px !important;
}
    .accordion-coupon-btn:hover {
        text-decoration: none;
        color: #000;
    }

.coupon-btn {
    width: 100%;
    font-size: 22px !important;
    line-height: 22px;
    height: 36px;
    border-radius: 8px;
    margin: 15px 0 0 0;
    background-color: var(--color-itopya-orange);
 
    font-weight: 700;
}
.coupon-btn.active {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    height: 36px;
    border-radius: 2px;
    margin: 15px 0 0 0;
}

.coupon-form {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border: .5px solid rgba(44, 44, 44, 1);
    margin-bottom: 10px;
}
.plus-btn {
    margin-left: 15px;
    height: 100%;
    width: 70%
}
.memoodo {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
.unique-instructions {
    background-color: rgb(244 244 244);
    border-radius: 6px;
    padding: 20px;
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
}

    .unique-instructions h2 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase;
        color: rgba(222, 39, 39, 1);
    }
.unit {
   
    margin-left: 5px;
}
.bank_row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin: 1rem 15px 0px 15px;
}
/* Benzersiz sipariş üst bilgi alanı */
.customOrderUpper {
    background-color: #f7f7f7;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin-bottom: 1rem;
}
/* Bilgi başlık ve metin alanları */
.specialInformationTitle {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 18px;
    color: #000;
}

.specialInformationText {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    opacity: .8;
}
canvas {
    display: block;
    margin: auto;
    background: white;
}
.product-old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #272727;
    margin-right: 3px;
    font-weight: 200;
}
.product-container {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin-bottom: 18px;
    background: rgba(226, 226, 226, 0.17);
}

.title-iyzico {
    display: flex;
    align-items: center;
    margin: 1rem 15px 1rem 15px;
}
.radioCuzdan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iyizico-img{
    width:117px;
}
.order-info-box .contract-box
{
    border-radius:0;
}
.payment-coupon-card .add-coupon-button 
{
    width:100%;
    font-size:20px;
    font-weight:600;
    padding:6px;
}
.payment-coupon-card .coupon-btn
{
    padding:10px;
    font-size:18px !important;
    height:auto;
}