
/*panelde variable için sayfa oluşturulduğunda taşınacak */
:root {
    --default-theme-one-color: #2770B5;
    --default-theme-opactiy-color: #2770b50a;
    --default-gray-bg-color: #616161;
}

.checkout-wrapper {
    background-color: #F5F5F5;
    margin: 0;
}

.checkout-user {
    height: 48px;
    width: 48px;
    font-weight: bold;
    font-size: 14.4px;
    line-height: 1;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a3a3a;
    text-transform: uppercase;

}

.checkout-wrapper .container.page-container,
.checkout-confirmation .container.page-container {
    max-width: 100% !important;
    background-color: white;
    padding: 0;
}


.checkout-confirmation .container {
    max-width: 1320px !important;
}

.header-checkout {


    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    height: 96px;
    padding: 0 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout {
    padding: 3rem 0;
    margin: 0;
}

.checkout-card,
#ordersummarypagecart {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    position: relative;
    margin: 0 0 12px;
}

.checkout__shipping-invoice {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.checkout__shipping-invoice i {
    font-size: 15px !important;
    margin: 2px 0;
}

.checkout__shipping-invoice span {
    color: var(--default-theme-one-color);
    color: var(--default-theme-one-color);
    font-weight: 500;
    padding: 0 0 0 2px;
}

.checkout__shipping-invoice span i {
    margin-left: 2px;
    font-size: 12px !important;

}

.checkout__section-title {
    font-size: 15px;
    font-weight: 500;
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 14px;
    color: #252531;
}

.checkout__section-title img {
    height: 16px;
}

.checkout__section-content {
    padding: 0 14px 14px;
}

.checkout_payment-method-content {
    padding: 0 14px;
}

/* adres card  */

.address-card__content {
    padding: 0 12px;
    font-size: 14px;
    color: #111111e8;
}

.address-card {
    border: 1px solid var(--default-theme-one-color);
    background-color: var(--default-theme-opactiy-color);
    border-radius: 10px;
    padding: 4px 3px 8px;
}

.address-card__header {

    padding: 7px 12px;
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

.address-card__edit {
    color: var(--default-theme-one-color);
    font-weight: 500;
    padding: 0;
    cursor: pointer;
}

.address-card__details p {
    margin: 0 0 2px;
    color: #111111ab;
    font-weight: 400;
    font-size: 13px;
}


textarea {
    min-height: 80px;
    border-radius: 3px;
    background: #fbfbfb;
    border: 1px solid #e3e0e0;
    width: 100%;
}

.order-note i {
    color: var(--default-theme-one-color);
}

.checkout {
    background-color: #F5F5F5;
}

.ship-to-invoice-address {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.ship-to-invoice-address img {
    width: 80%;
    height: auto;
    object-fit: contain;
}


.ship-to-invoice-address.is-active {
    height: max-content;

}

.ship-to-invoice-address.is-active img {
    display: none;
}

.ship-to-invoice-address.is-active .info {
    background-color: #dce3f4;
    width: 100%;

    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    margin-bottom: 14px;
    margin-top: 10px;
}

.ship-to-invoice-address .info {
    background-color: #dce3f4;
    width: 90%;
    cursor: pointer;
    padding: 20px;
    border-radius: 6px;
    font-size: 25px;
    position: relative;

}

.address-offcanvas .offcanvas-body {

    padding: 1rem 20px 106px !important;

}

#addressEditOffcanvas .offcanvas-body {
    margin-bottom: 8rem;

}

.ship-to-invoice-address .info i {
    font-size: 20px;
}

.ship-to-invoice-address .info label {
    line-height: 1.6;
    color: #47537a;
    font-weight: 500;
}

.ship-to-invoice-address .info .input-check__input:checked~.input-check__box {
    background-color: var(--default-theme-one-color);
}

.ship-to-invoice-address .info .form-check-input {
    background-color: #dce3f4;
    cursor: pointer;
}


.newAdressBtn {
    flex-direction: column;
    color: #252531;
}





.checkout__section-title p {
    margin-top: 3px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--default-gray-bg-color);
    margin-bottom: 8px;
}

/* offcanvas  */


.address-offcanvas .offcanvas-header .btn-close,
.offcanvas-payment .text-reset,
.summary-mobile-container .btn-close {
    background: #dfe6e9;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.address-offcanvas .offcanvas-header .btn-close i {
    color: #494949;
    font-size: 13px;
}

.address-offcanvas .offcanvas-title,
.offcanvas-payment #offcanvasPayment,
#InvoiceLabel,
#offcanvasPaymentTitle {
    color: rgb(72, 72, 72);
    font-weight: 500;
    font-size: 20px;
}

.address-offcanvas .offcanvas-header {
    padding: 2rem 20px 10px;
}

.address-offcanvas .offcanvas-end {

    width: 468px !important;

}

.address-offcanvas .address-divider {
    margin: 30px 0;
    position: relative;
    padding: 0;

}

.address-divider p {
    background-color: white;
    position: relative;
    z-index: 99;
    width: max-content;
    padding: 0 10px 0 0;
    font-size: 15px;
    color: var(--default-theme-one-color);
    font-weight: 500;
}

.address-divider::after {
    position: absolute;
    content: '';
    right: 0;
    width: 100%;
    height: 1px;
    top: 10px;
    background-color: #ddd;
}


.address-offcanvas .form-floating>label {
    left: 25px !important;
}

.address-offcanvas form:not(.footer-newsletter__form) .form-floating .form-control,
.creditcard-canvas-container input,
.creditcard-canvas-container select {
    height: 54px;
    padding: 15px 15px 6px 15px;
    font-size: 15px;

    background-color: rgb(238, 238, 238);
    border: 2px solid rgb(238, 238, 238);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;

    outline: 0px;
    padding: 10px 14px;
}


.address-offcanvas form:not(.footer-newsletter__form) .form-floating .form-control option,
.creditcard-canvas-container option {
    background-color: white;
    border-radius: 6px;
}

.address-offcanvas select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.15);
    outline: none;
}


.address-offcanvas textarea {
    min-height: 90px;
}

.corporate-custom-stil {

    justify-content: flex-start !important;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

/* Input görünmez ama etkileşim aktif */
.corporate-custom-stil .custom-control-input,
.payment-method-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Label görünümünü özelleştiriyoruz */
.corporate-custom-stil .custom-control-label,
.shipping-method-label,
.payment-method-label,
.banktransfer__box .form-radio-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 15px;
    border: 1px solid rgb(238, 238, 238);
    padding: 0 0 0 40px;
    height: 50px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    color: var(--default-gray-bg-color);
    font-weight: 500;
}

.shipping-method-label {
    margin: 0 0 5px;
    justify-content: space-between;
}

.corporate-custom-stil .custom-control-label i {
    margin-right: 5px;
    font-size: 16px;
}

/* Daire (boş radio görünümü) */
.corporate-custom-stil .custom-control-label::before,
.shipping-method-label::before,
.payment-method-label::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid #bbb;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* İç dolgu (checked olduğunda büyüyen daire) */
.corporate-custom-stil .custom-control-label::after,
.shipping-method-label::after,
.payment-method-label::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: var(--default-theme-one-color);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.25s ease;
}

/* Checked olduğunda efektler */
.corporate-custom-stil .custom-control-input:checked+.custom-control-label::before,
.shipping-method-box .shipping-method-input:checked+.shipping-method-label::before,
.payment-method-box .payment-method-input:checked+.payment-method-label::before {
    border-color: var(--default-theme-one-color);
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.15);
}

.corporate-custom-stil .custom-control-input:checked+.custom-control-label::after,
.shipping-method-box .shipping-method-input:checked+.shipping-method-label::after,
.payment-method-box .payment-method-input:checked+.payment-method-label::after {
    transform: translateY(-50%) scale(1);
}

/* Checked olduğunda yazı rengi değişimi (isteğe bağlı) */
.corporate-custom-stil .custom-control-input:checked+.custom-control-label,
.shipping-method-box .shipping-method-input:checked+.shipping-method-label,
.payment-method-box .payment-method-input:checked+.payment-method-label {
    color: var(--default-theme-one-color);
    border-color: var(--default-theme-one-color);
    background: var(--default-theme-opactiy-color);
    ;
}

.shipping-method-input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}




.address-offcanvas .adddres-update-btn,
.payment-card-save,
#BillingSubmitBtn {
    background-color: var(--default-theme-one-color);
    color: white;
    border-radius: 8px;
    font-size: 15px;
    padding: 10px 14px;
    font-weight: 500;
    margin-left: 16px;
}

.address-offcanvas .adddres-update-btn:hover,
.offcanvas-header .btn-close:hover,
.payment-card-save:hover,
.offcanvas-payment .btn-close:hover {
    background-color: var(--default-theme-one-color);
    color: white;
}

.address-offcanvas .offcanvas-header .btn-close:hover i,
.offcanvas-payment .btn-close:hover i {
    color: white;
}

.address-offcanvas .offcanvas-footer {

    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-offcanvas .address-delete-btn,
.payment-card-cancel {
    color: rgb(72, 72, 72);
    font-weight: 600;
    font-size: 15px;
    transition: 500ms all;
}

.address-offcanvas .address-delete-btn:hover {
    color: var(--default-theme-one-color);
    transition: 500ms all;
}

.shipping-new-address {
    width: 100%;
    background-color: var(--default-theme-one-color);
    color: white;

    border: 2px solid transparent;
    border-radius: 8px;
    margin: 20px 0 32px;
    padding: 12px;
    transition: 500ms all;
    font-weight: 500;
    font-size: 15px;
}


.address--box--content .address p {
    margin-bottom: 5px;
    color: #666;
    font-weight: 400;
}

.shipping-new-address:hover {
    color: var(--default-theme-one-color);
    border: 2px solid var(--default-theme-one-color);
    background-color: white;
    transition: 500ms all;
}


.address--box {
    height: max-content;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 3px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}


.address--box--content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 9px;
}

.address--box--content a {
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: var(--default-theme-one-color);
    width: 25px;
    height: 25px;
    background: var(--default-theme-opactiy-color);
    ;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.address--box--title-check .input-check__input:checked~.input-check__box {
    background-color: var(--default-theme-one-color);
}


.address--box--title {
    width: 40px;
    padding: 12px 12px;
}

.address-title {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address--box--title-check .input-check__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* 
.address--box--title-check {
    position: relative;
} */

.address--box--title .input-check__input+.input-check__box+.input-check__icon {
    display: none;
    position: absolute;
    top: 16px;
    left: 16px;
}

.address--box--title .input-check__box {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}


#shipping-addresses-form label.form-radio-label,
#billing-addresses-form label.form-radio-label {
    width: 100%;
    padding: 0;
    font-size: 13px;
}

#shipping-addresses-form span.form-check-input.input-check {
    width: auto;
    background-color: transparent;
}


#shipping-addresses-form .col.mb-1.fromCheckWrp {
    margin-bottom: 30px !important;
}

.new-address-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: max-content;
    background-color: white;
    padding: 0 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 1px 2px 2px;
}

div#shipping-addresses-form {
    border-radius: 5px;
    padding-top: 1rem;
}

.checkout__section-title i {
    transition: transform 0.3s ease;
    color: var(--default-theme-one-color);
    font-size: 13px;
}

.checkout__section-title i.rotated {
    transform: rotate(180deg);
}

.order_contract-form {
    margin-bottom: 3px;
}

.collapsible-box .checkout__section-content {
    display: none;
}

ul.method-list li {
    list-style: none;

}

#shipping-method-form ul.method-list {
    margin: 0px;
    padding: 0px;
}

#shipping-method-form ul.method-list .form-radio-label {
    margin-left: 10px;
}





.shipping-method-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.shipping-method-label {
    font-size: 13px;
    font-weight: 500;
    height: auto;
    padding: 6px 6px 6px 40px;
    margin: 8px 0 0 0;
}

.shipping-method-fee {
    font-size: 13px;
    font-weight: 500;
}


#preInformationForm,
#distanceSellingContract {
    font-size: 12px;
    color: #646464;
    font-weight: 600;
}

.checkout_payment-method {
    position: relative;
}

.checkout_payment-method::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #2a4a8b;
    content: '';
}

.checkout_payment-method::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 2px;
    background-color: #2870B6;
    content: '';
}

.checkout__section-title h3 span {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 400;
}



ul#paymentTabs {
    justify-content: flex-start;
    border: none;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}


ul#paymentTabs li {
    width: 100%;
}

.payment-item .nav-link .payment-text {
    color: var(--default-gray-bg-color);
    border: 1px solid rgb(238, 238, 238);
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding: 10px 10px 10px;
    margin: 8px 0 0 0;
    border-radius: 8px;
}

.payment-item .nav-link .payment-text img {
    height: 16px;
}

.paymnet-content {


    border-radius: 10px;
    padding: 4px 3px 8px;
    margin: 12px 0;
}


.bank__transfer-payment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    /* kutular arası 10px boşluk */
    margin: 0;
    padding: 0;
}

.banktransfer__box {

    position: relative;

}


.banktransfer__box .input-check__input+.input-check__box+.input-check__icon {
    display: block;
    position: absolute;
    top: 21px;
    right: 5px;
    left: unset;
}

.banktransfer__box--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e2e2e2;
    position: relative;
    padding: 5px;
}

.banktransfer__box--title span img {
    height: 45px;
}

.banktransfer__box--content label {
    display: flex;
    flex-direction: column;
}

#paymentTabs li:last-child {
    margin: 0px;
}

#paymentTabs li a {
    border: solid 1px #e2e2e2;
    color: #949494;
    font-weight: normal;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

#paymentTabs li a.active {
    color: white;
    border-color: var(--default-theme-one-color);
    background: var(--default-theme-one-color);
}

ul#paymentTabs li:first-child {
    margin-right: 8px;
}



.jp-card-front {
    background: #999999 !important;
}





.banktransfer__box input[type="radio"] {
    display: none;

}


.banktransfer__box .form-radio-label {
    height: max-content;
    flex-direction: column;
    align-items: self-start;
    justify-content: left;
    overflow: hidden;
    padding: 10px;
    color: var(--default-gray-bg-color);
    background-color: #f5f5f5;

}

.banktransfer__box .form-radio-label::before,
.banktransfer__box .form-radio-label::after {
    top: 23px;
}

.banktransfer__box .form-radio-label img {
    height: 25px;

}



/* input seçiliyse, label'ın border rengini kırmızı yap */
.banktransfer__box input[type="radio"]:checked+.form-radio-label {
    color: var(--default-theme-one-color);
    border-color: var(--default-theme-one-color);
    background: var(--default-theme-opactiy-color);
    ;
}

.banktransfer__box .form-radio-label strong {
    font-weight: 500;
    margin: 0 5px 0 0;
}

.banktransfer__box .form-radio-label ul {
    padding: 5px 0 0 5px;
    font-weight: 400;
    font-size: 14px;
}

.banktransfer__box .form-radio-label ul li {
    padding: 2px 0;
}

.payment-card-add-btn,
.new-address-btn {
    border: 1px dashed var(--default-theme-one-color);
    width: max-content;
    padding: 40px;
    min-width: 100%;
    border-radius: 8px;
    color: var(--default-theme-one-color);
    font-size: 15px;
    margin-bottom: 14px;
    background: #29659d0a;
    font-weight: 500;
}

.payment-card-add-btn i,
.new-address-btn i {
    font-size: 30px;
    margin: 0 5px 0 0;
}

.payment-install-info {
    background: #FFEFD5;
    padding: 6px;
    width: max-content;
    border-radius: 3px;
    font-size: 11px;
    color: #333;
}

.payment-install-info i {
    font-size: 12px;
    color: #212121;
}

.payment-credit-card {
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid black;

}


.order-summary-page-title {
    padding: 14px;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-bottom: 14px;
}



#ordersummarypagecart .order-txt {
    font-size: 15px;
    font-weight: 500;
    color: #252531;
}

.edit-cart-link {
    font-size: 14px;
    text-decoration: underline;
    color: #666;
    position: relative;
    cursor: pointer;
}

.order-count {
    color: var(--default-gray-bg-color);
    font-weight: 400;
    font-size: 12px;
}

.edit-cart-link span {
    display: none;
    font-size: 12px;
    color: var(--default-theme-one-color);
}



.edit-cart-link:hover i {
    display: none;
}

.edit-cart-link:hover span {
    display: block;
}

li.order-summary-li {
    list-style: none;
    padding: 6px;
    border: 1px solid rgb(238, 238, 238);
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 3px 0;
    border-radius: 3px;
    background: #f5f5f500;
    max-height: 90px;
}


#ordersummarypagecart {
    border-radius: 0;
    margin-top: 0 !important;
    padding-bottom: 3px;
}


.price-wrp-checkout {
    width: 100%;
    display: flex;
    margin: 3px 0;
    justify-content: space-between;
}

.order-summary-li .product {
    font-size: 14px;
}


.order-summary-li .product .product-name {
    display: block;
    /* ellipsis çalışması için */
    white-space: nowrap;
    /* satır kırılmasını engelle */
    overflow: hidden;
    /* taşan kısmı gizle */
    text-overflow: ellipsis;
    /* üç nokta ekle */
    width: 100%;
    font-weight: 500;
    color: #252531;
    font-size: 13px;
}



.order-summary-li--details .product {
    padding: 0;
    width: 75%;
}

.order-summary-li--details {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

.order-summary-li--details .discount {
    font-size: 13px;

}

#ordersummarypagecart .productAttributeMappings {
    display: flex;
    align-items: center;

    width: 100%;
}

#ordersummarypagecart .productAttributeMappings .productAttribute {
    font-size: 12px !important;
    color: var(--default-gray-bg-color) !important;
    font-weight: 400;
    margin-right: 4px;
}

#ordersummarypagecart .productAttributeMappings .productAttributeMapping {
    margin: 0 5px;
}

#ordersummarypagecart .attributes {

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
}

span.product-quantity {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 5px;
    font-weight: 400;
    color: var(--default-gray-bg-color);
}

a.order-summary-product-img img {
    max-width: 70px;
    border-radius: 3px;
    height: 70px;
    object-fit: contain;
}

a.order-summary-product-img {
    margin-right: 12px;
    width: 60px;
}

#ordersummarypagecart .sku-number {
    font-size: 11px;
    color: #666666b0;
}



.prod-total {
    font-size: 14px;
    font-weight: 500;
}


.checkout-product-view {
    max-height: 290px;
    overflow-y: auto;
    /* İçerik taşarsa scroll aktif olur */
    margin-bottom: 14px;
    padding: 0 14px;
}

/* Scrollbar varsayılan olarak gizli değil */
.checkout-product-view::-webkit-scrollbar {
    width: 6px;
    /* scroll genişliği */
}

.checkout-product-view::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* scroll rengi */
    border-radius: 3px;
}

.checkout-product-view::-webkit-scrollbar-track {
    background: transparent;
    /* scroll arkaplanı */
}


#ordersummarypagecart .cart-footer {
    padding: 0 14px;
}



.totals-price-wrp td.col-6.cart-total-left {
    font-size: 14px;
    border: 0;
    text-align: left;
}

.totals-price-wrp td.col-6.cart-total-right {
    font-size: 14px;
    border: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.totals-price-wrp td.col-6.cart-total-right i {
    font-size: 12px;
}

.cart-total-right {
    font-size: 19px;
    font-weight: 700;
}

.discount-details-list {
    background: white;
    padding: 5px;
    font-size: 14px;
}

.discount-details-list li {
    background: white;
    padding: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[dir=ltr] .cart__totals tr> :last-child .value-summary strong {
    font-weight: normal;
}

.value-summary {
    font-weight: 600;
    font-size: 14px;
}


.total-info {
    background: #f5f5f5;
}

.selected-shipping-method {


    padding: 3px 3px;
    width: max-content;
    font-size: 12px;

}

.cart-total-left,
.cart-total-right {
    font-size: 14px;
}

.cart-total-right span {
    text-align: right;
    width: 100%;
    display: block;
}


.checkout-wrapper .order-total {
    border-top: 1px solid rgb(213 210 210);
}

.value-summary-paymnet {
    font-size: 12px;
}

.checkout-wrapper .checkout-button,
.contract-container {
    background-color: white;
    padding: 14px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}



.terms-of-service {
    margin-bottom: 14px;
    color: #878787;
    font-size: 12px;
}

.terms-of-service .custom-control {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.terms-of-service .custom-control a {
    font-weight: bold;
    color: #878787;
    text-decoration: underline;
}

.terms-of-service input {
    border: 1px solid #cccccc;
}

.terms-of-service .custom-control-description {
    padding-left: 0;
}



/* chekout btn  */
.checkout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    position: relative;
}

.checkout-btn p {
    position: absolute;
    top: 13px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    z-index: 9999;
}

.state-block {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #9b9b9b;
    position: relative;
}

.state-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--default-theme-one-color);
    border-radius: 5px;
    transition: width 0.3s ease;
}

.state-block.active::before {
    width: 100%;
}

/* chekout btn  */

.edit-cart-link i {
    color: var(--default-theme-one-color);
}



.animated-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;

}

/* Sadece sözleşme tooltip'ine özel */
.tooltip.tooltip-contract .tooltip-inner {
    background-color: var(--default-theme-one-color);
    color: #fff;
}

.tooltip.tooltip-contract .tooltip-arrow::before {
    border-top-color: var(--default-theme-one-color);
}

.tooltip.show {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.animated-checkbox .custom-control-input {
    display: none;
    /* Varsayılan checkbox'ı gizle */
}

.animated-checkbox .custom-control-label {
    width: 30px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.animated-checkbox .custom-control-input:checked+.custom-control-label {
    background-color: var(--default-theme-one-color);
    border-color: var(--default-theme-one-color);
    animation: pulse 0.3s ease;
}

.animated-checkbox .custom-control-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: scale(0) rotate(45deg);
    transition: all 0.3s ease;
}

.animated-checkbox .custom-control-input:checked+.custom-control-label::after {
    transform: scale(1) rotate(45deg);
}

/* Küçük bir "pulse" animasyonu */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


#payment-method-block .tab-content {
    padding: 14px 0;

}

tr.installment-title th {
    font-weight: 500 !important;
    font-size: 14px;

}

table.installment-table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table.installment-table tbody tr:hover {
    background-color: #2770b530;
}

table.installment-table .input-check__input:checked~.input-check__box {
    background-color: var(--default-theme-one-color);
}

.edit-credit-cart {
    color: var(--default-theme-one-color);
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

#payment-card-contents {
    position: relative;
}

#checkout-payment-card .input-check__body .input-check__input {
    cursor: pointer;
}

#checkout-payment-card {
    overflow: hidden;
    border-radius: 12px;
    margin-top: 30px;
    border: 1px solid #dedede;
}


table.table.installment-table th,
table.table.installment-table td {
    font-weight: normal;
    border-top: none;
    height: 45px;
    font-size: 14px;
}


#CreditCardInfoModel .form-floating>label {
    position: unset !important;
    transform: none !important;
    opacity: 1 !important;
    font-size: 14px;
}


#CreditCardInfoModel .col-form-label,
#CreditCardInfoModel .form-floating>label {
    font-size: 14px;
    color: gray;
    padding: 6px;
}

.confirm_mobile-detail {
    display: none;
}

@media screen and (max-width:768px) {
    .checkout-wrapper .checkout-button {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        position: fixed;
        width: 100%;
        height: max-content;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        padding: 0;

    }

    .jp-card-container {
        z-index: 0 !important;
    }

    li.order-summary-li {
        max-height: auto;
    }

    .checkout {
        padding: 0 0 9rem 0;
        margin: 0;
    }

    .header-checkout {
        padding: 14px 4px;
        height: max-content;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .checkout__main {
        margin-top: 14px;
    }

    .checkout-user {
        height: 40px;
        width: 40px;

        font-size: 14px;
    }

    #confirm-order-buttons-container button {
        max-width: 50%;
    }

    .state-block,
    .state-block::before {
        border-radius: 0;
        background-color: var(--default-theme-one-color);
    }

    .state-block.active::before {
        display: none;
    }

    .checkout-btn {
        border-radius: 6px;
        overflow: hidden;
        background-color: var(--default-theme-one-color);
    }

    #confirm-order-buttons-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px;
    }

    .confirm_mobile-detail {
        width: 100%;
        text-align: left;
        color: var(--default-theme-one-color);
        font-weight: 500;
        font-size: 15px;

        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .confirm_mobile-detail i {
        font-size: 13px;
        margin-left: 10px;

    }

    .summary-mobile-container {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: max-content;
        padding-bottom: 120px;
        /* visibility: visible !important;
        transform:unset !important; */
    }

    .summary-mobile-container .offcanvas-body {
        padding: 0;
    }

    .confirm_mobile-text {
        color: var(--default-theme-one-color);
        font-size: 12px;
        font-weight: 500;
    }

    .confirm_mobile-price {
        font-size: 18px;
        color: black;
    }

    #checkout_box-contract {
        border-bottom: 1px solid rgb(238, 238, 238);
        margin: 0;
        padding: 10px 14px;
    }

    .animated-checkbox .custom-control-label {
        width: 24px;
        height: 20px;

    }

    #ordersummarypagecart {
        box-shadow: none;
    }

    .summary-mobile-container .offcanvas-header {
        border-bottom: 1px solid rgb(238, 238, 238);
        font-weight: 500;
    }

    .summary-mobile-container .btn-close i {
        font-size: 12px;
    }

    .summary-mobile-container .btn-close {
        width: 10px;
        height: 10px;
    }

    .order-summary-li--details .product {
        width: 76%;
    }

    .checkout-product-view {
        margin: 14px 0;

    }

    .price-wrp-checkout {

        justify-content: flex-start;
    }

    .checkout-wrapper .offcanvas {
        width: 100%;
    }

    .checkout__shipping-address .checkout__section-title {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .checkout__shipping-invoice {
        margin-top: 10px;
    }

    .checkout-btn p {
        font-size: 12px;
    }
}



/* Order confirmation page  */

.order-confirm-banner {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #E4F5ED;


}

.order-confirm-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.order-confirm-banner-text {
    position: relative;
    min-height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;

}

.order-confirm-banner-text i {
    font-size: 50px;
    color: #44bd32;
    margin-bottom: 10px;
}

.order-confirm-banner-text h6 {
    color: #44bd32;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.order-confirm-banner-text p {
    color: #757778;
    font-size: 13px;
    font-weight: 400;
}

.order-confirm-content {

    max-width: 1300px;
    margin: -60px auto 0;
    position: relative;
    align-items: flex-start !important;

}

.order-confirm-sidebar,
.order-confirm-info {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    min-width: 330px;
    min-height: 200px;
    background: white;
    padding: 10px;
    width: 300px;
}

.order-confirm-info {
    margin-right: 20px;
    width: 950px;
}

.order-confirm-sidebar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 14px;
    flex-direction: column;
    text-align: center;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    position: sticky;
    top: 15px;

}

.order-confirm-sidebar i {
    font-size: 32px;
    transform: rotate(180deg);
    color: #2870B6;

}

.order-confirm-sidebar p {
    padding-bottom: 14px;
    color: #7e7e7e;
    margin-bottom: 10px;
    font-size: 12px;
}

.order-confirm-icon {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: #286fb62b;
    margin-bottom: 12px;
}

.order-confirm-sidebar .order-confirm-downland {
    border-bottom: 1px solid #e5e4e4;
    padding-bottom: 10px;
    color: black;
    font-size: 14px;
}

.order-confirm-sidebar .order-details-buttons .dropdown-toggle {
    min-width: 100%;
    width: 100%;
    padding: 8px;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    border-radius: 30px;
}

.order-confirm-sidebar .order-details-buttons {
    width: 85%;
}

.order-confirm-mail {
    color: #2770B5;
    font-size: 13px;
    margin: 7px;
    display: block;
}

.checkout-confirmation .product-summary-card__delivered,
.checkout-confirmation .product-summary-card__btns,
.checkout-confirmation .product-summary-card__header,
.order-product-attributes br,
.checkout-confirmation .product-summary-payment-info,
.checkout-confirmation .product-summary-cargo-info,
.checkout-confirmation .product-summary-footer,
.checkout-confirmation .order-cargo,
.checkout-confirmation .order-status {
    display: none;
}



.checkout-confirmation .order-confirm-container {
    padding: 8px;
    margin: 0;
    background-color: #286fb61a;
    border-radius: 0;
    border: 1px dashed #286fb654 !important;
    justify-content: space-between;
    display: flex;
}

.checkout-confirmation .order-total {
    text-align: left;
}

.checkout-confirmation .product-summary-card__products,

.checkout-confirmation .product-summary-card__product {
    width: 100%;
    border-radius: 0;
}

.checkout-confirmation .product-summary-card__product {
    margin: 5px 0;
    border: 1px solid #dee2e6;
}

.checkout-confirmation .product-summary-card__products {
    padding: 0;
}

.checkout-confirmation .product-summary-billing-info {
    margin-right: 6px;
}

.checkout-confirmation .product-summary__card ul li,
.checkout-confirmation .product-summary__card ul span {
    color: #7e7e7e;
    font-size: 12px;
}

.checkout-confirmation .product-summary__card ul li.title {
    color: black;
    font-size: 14px;
}

.checkout-confirmation .product-summary__card {
    width: 100%;
    border-radius: 0;
}

.checkout-confirmation .order-total {
    border: 0;
}

.checkout-confirmation .order-overview,
.checkout-confirmation .order-overview-box {
    margin: 4px 0 !important;
    border: 0;
    font-size: 12px;
    padding: 0;
}

.checkout-confirmation .order-overview-box {

    width: 50%;
}


.checkout-confirmation .product-summary-card__content {
    border: 0;
}

.checkout-confirmation .product-summary-card__product img {
    width: 75px;
    height: 75px;
}

.checkout-confirmation .order-product-sku {
    font-size: 10px;
}

.checkout-confirmation .product-summary-card__product-info h5 {
    color: #484848;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.checkout-confirmation .order-product-attributes {
    font-size: 13px;
}

.checkout-confirmation .order-overview-title {
    font-weight: 400;
}

.checkout-confirmation .product-summary-card,
.checkout-confirmation .product-summary-info-container {
    margin: 0;
}

.order-confirm-banner__btns {
    margin: 10px 0 20px;

}

.order-confirm-banner__btns a {
    background-color: transparent;
    color: #000000;
    margin: 0 3px;
    min-width: 143px;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #0000007a;
    font-size: 13px;
    transition: 500ms all;
    border-radius: 3px;
}

.order-confirm-banner__btns a:hover {
    background-color: black;
    border: 1px solid black;
    color: white;
    transition: 500ms all;
}

/* .order-confrim-quest h4 {
    display: flex;
    align-items: center;
    padding: 14px;
    background-color: #286fb62b;
    font-size: 14px;
    color: #fff;

    
   
background: -webkit-linear-gradient(to right, #2ebf91, #8360c3); 
background: linear-gradient(to right, #2ebf91, #8360c3);

} */


.order-confrim-quest h4 {
    display: flex;
    align-items: center;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(270deg, #2ebf91, #8360c3, #2ebf91);
    background-size: 400% 400%;
    animation: gradientMove 6s ease infinite;

}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.order-confrim-quest i {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 13px;
    background: transparent;
}

.order-confrim-quest ul {
    border: 1px solid #11111124;
    border-top: 0;
    padding: 8px 16px;
    font-size: 14px;
    margin-bottom: 8px;
}


.order-confrim-quest ul li {
    display: flex;
    flex-direction: column;
    margin: 6px 0;
}

.order-confrim-quest ul li strong {
    font-weight: 500;
    color: #000000d4;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.order-confrim-quest ul li strong span i {
    border: 0;
    /* width: 24px; */
    /* height: 24px; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #c1c1c1; */
    margin-right: 6px;
    background: transparent;
    font-size: 17px;
    color: #2870B6;
    ;
}

.order-confrim-quest ul li p {
    color: #00000094;
    font-size: 13px;
    padding: 0 0 0 36px;
    font-weight: 400;
}

.order-confrim-quest a {
    width: 100%;
    background-color: #2870B6;
    color: white;
    border-radius: 14px;
    display: block;
    margin: auto 0 auto auto;
    max-width: 175px;
    text-align: center;
    padding: 6px 6px;
    font-size: 13px;



}

.order-confirm-date {
    position: relative;
    display: flex;
    align-items: center;
    margin: 6px 0;
    justify-content: flex-end;
}

.order-confirm-date span {
    background-color: #ffc10742;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 3px;
    color: #d35400;
}

.order-confirm-date h3 {
    font-size: 13px;
    font-weight: 500;

}

.checkout-confirmation .order-overview-box span {
    color: #7e7e7e;
}

@media screen and (max-width:1000px) {

    .order-confirm-content {
        flex-direction: column;
    }

    .order-confirm-sidebar,
    .order-confirm-info,
    .checkout-confirmation .order-overview-box {
        margin-right: 0;
        width: 100%;
    }

    .order-confrim-quest i {
        display: none;
    }

    .order-confrim-quest a {
        margin: 10px auto 0 auto;
    }

    .order-confrim-quest h4 {
        flex-direction: column;
        text-align: center;
    }

    .checkout-confirmation .order-overview,
    .checkout-confirmation .order-overview-box {
        text-align: left !important;
        margin: 4px 0 !important;
    }

    .order-confirm-container {
        flex-direction: column;
    }

    .checkout-confirmation  .order-cargo-info {
        width: max-content;
    }
}

.checkout-confirmation .order-cargo-info img {
    width: 30px;
    margin-right: 6px;
}

.checkout-confirmation .order-cargo-info {
    background-color: #073fff12;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 3px;
    color: #10286c;
    /* border: 1px dashed; */
    border-radius: 3px;
    display: inline-flex  !important;
    align-items: center;
    justify-content: center;
}

.checkout-confirmation .order-gift-note {
    border-radius: 0;
    margin: 5px 0;
    color: #7e7e7e;
    font-size: 12px;
}

.checkout-confirmation .order-gift-note h6 {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: black;
}

.shipping-method-logo {
    display: flex;
    align-items: center;
}

.shipping-method-logo img {
    max-width: 30px;
    height: 100%;
    margin-right: 12px;
    border-radius: 4px;
}

.checkout-wrapper .discount-coupon {
    border: 1px dashed #857750;
    padding: 8px 12px;
    margin: 0 15px 8px !important;
    background: #f6f5f3;
    color: #857750;
    text-align: center;
    font-size: 13px;
}

.free-cargo {
    font-weight: 400;
    color: green;
    font-size: 13px;
}