/** Shopify CDN: Minification failed

Line 713:0 Unexpected "}"

**/

.custom-order-detail .container {
    max-width: 1100px;
    margin: 0 auto;
    padding-inline: 20px;
}
.custom-order-detail h2 {
    color: #191919;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 40px;
}
.custom-order-detail-return-back-button {
    margin-bottom: 40px;
}
.custom-order-detail-return-back-button a {
    display: inline-flex;
    align-items: center;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s linear;
    span {
        padding-left: 8px;
    }
    svg {
        path {
            transition: .2s linear;
        }
    }
}
.custom-order-detail-return-back-button a:hover {
    color: #e01e30;
    svg {
        path {
            stroke: #e01e30;
        }
    }
}
.custom-order-detail-area {
}
.custom-order-detail-left-side {
    padding-block: 20px;
    border-top: 1px solid #eee;
}
.custom-order-detail-information {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.custom-order-detail-information-left {
    flex: 1 0 0;
    max-width: 100%;
}
.custom-order-detail-information-left > div {
    display: flex;
    align-items: center;
    color: #878787;
    font-size: 13px;
    padding-block: 4px;
}
.custom-order-detail-information-left > div span {
    padding-right: 6px;
}
.custom-order-detail-information-left > div strong {
    font-size: 14px;
}
.custom-order-detail-information-right {
    flex: 0 0 auto;
    max-width: none;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.custom-order-detail-information-right > div > a {
    display: flex;
    align-items: center;
    height: 36px;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    padding-inline: 24px;
    background-color: #EDEDED;
    border-radius: 6px;
    transition: .2s linear;
}
.custom-order-detail-information-right > div > a:hover {
    color: #fff;
    background-color: #191919;
}
.custom-order-detail-address-area {
    display: grid;
 /* grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr); */
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
}
.custom-order-detail-address-area > div {
    height: 100%;
}
.custom-order-detail-address-area > div:last-child {
    padding-bottom: 0;
}
.custom-order-detail-address-area > div h6 {
    margin-bottom: 24px;
}
.custom-order-detail-address-content {
    line-height: 22px;
    color: #878787;
    font-size: 14px;
    font-weight: 500;
    padding: 24px;
    border: 2px solid #eee;
    border-radius: 6px;
}
.custom-order-detail-address-content > div {
    display: flex;
    align-items: center;
}
.custom-order-detail-address-content > div h3 {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 12px !important;
}
.custom-order-detail-address-content > div > span {
    flex: 0 0 20%;
    max-width: 20%;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}
.custom-order-detail-address-content > div > strong {
    flex: 1 0 0;
    max-width: none;
    line-height: 28px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
}
.custom-order-detail-product-item {
    padding-block: 24px;
    border-top: 1px solid #eee;
}
.custom-order-detail-product-status {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 16px;
}
.custom-order-detail-product-status > div:first-child {
    flex: 1 0 0;
    display: flex;
    align-items: center;
}
.custom-order-detail-product-status > div:first-child > span {
    color: #878787;
    font-size: 13px;
    padding-right: 6px;
}
.custom-order-detail-product-status > div:first-child > div > div {
    display: flex;
    align-items: center;
    line-height: 22px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    svg {
        margin-right: 8px;
    }
    span.delivered-status {
        color: #266041;
    }
    span.shipping-status {
        color: #ED7623;
    }
    span.default-status,
    span.cancelled-status,
    span.refunded-status {
        color: #DB0032;
    }
}
.cancelled-status-title {
    color: #878787;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.custom-order-detail-cancel-before {
    color: #888;
    font-size: 16px;
}
.custom-order-detail-cancel-before > div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.custom-order-detail-cancel-before > div span {
    padding-left: 8px;
}
.custom-order-detail-cancel-before > div svg {
    width: 18px;
    height: 18%;
}
.custom-order-detail-cancel-before i {
    display: block;
    width: 200px;
    font-style: normal;
    font-size: 12px;
}
.custom-order-detail-product-cargo-button a {
    display: flex;
    align-items: center;
    height: 36px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-inline: 12px;
    background-color: #EF873F;
    border-radius: 6px;
    transition: .2s linear;
    span {
        padding-left: 4px;
    }
    svg {
        width: 22px;
        height: 22px;
    }
}
.custom-order-detail-product-cargo-button a:hover {
    background-color: #000;
}
.custom-order-detail-product-invoice-button a {
    display: flex;
    align-items: center;
    height: 36px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding-inline: 12px;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 6px;
    transition: .2s linear;
    span {
        padding-left: 4px;
    }
    svg {
        width: 22px;
        height: 22px;
    }
}
.custom-order-detail-product-invoice-button a:hover {
    background-color: #eee;
}
.custom-order-detail-product-cargo-code {
    display: flex;
    align-items: center;
    color: #db0032;
    font-size: 15px;
    background-color: #f3f3f3;
    padding: 2px 12px;
    border-radius: 8px;
}
.custom-order-detail-product-cargo-code span {
    color: #272727;
    font-size: 13px;
    padding-right: 6px;
}
.custom-order-detail-product-information > a {
    display: flex;
    align-items: center;
    padding: 16px;
    column-gap: 24px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.custom-order-detail-product-image {
    position: relative;
    width: 70px;
    aspect-ratio: 1;
    border: 2px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
}
.custom-order-detail-product-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 4px;
    object-fit: cover;
}
.custom-order-detail-product-count {
    position: absolute;
    right: -12px;
    top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #000000;
    font-size: 11px;
    text-align: center;
    background-color: #D9D9D9;
    border-radius: 100%;
}
.custom-order-detail-product-inside {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    padding-right: 20px;
}
.custom-order-detail-product-inside > div {
    flex: 1 0 0;
}
.custom-order-detail-product-name {
    color: #191919;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.custom-order-detail-product-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.custom-order-detail-payment-information-content {
    line-height: 22px;
    height: calc(100% - 44px);
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid #eee;
    border-radius: 6px;
    background-color: #F6F6F6;
}
.custom-order-detail-payment-information-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}
.custom-order-detail-payment-information-row strong {
    font-size: 13px;
    font-weight: 400;
}
.custom-order-detail-payment-information-row div {
    color: #000;
}
.custom-order-detail-payment-information-row-1 div {
    font-size: 16px;
}
.custom-order-detail-payment-information-row-2 div {
    font-size: 16px;
}
.custom-order-detail-payment-information-row-1,
.custom-order-detail-payment-information-row-2 {
    color: #000;
    border-bottom: 2px solid #eee;
}
.custom-order-detail-payment-information-row-1 strong,
.custom-order-detail-payment-information-row-2 strong {
    font-size: 14px;
    font-weight: 500;
}
.custom-order-detail-payment-information-row-3,
.custom-order-detail-payment-information-row-4 {
    padding-block: 0;
}
.custom-order-detail-payment-information-row-3 div,
.custom-order-detail-payment-information-row-4 div {
    font-size: 16px;
}
.custom-order-detail-payment-information-row-3 {
    padding-top: 10px;
}
.custom-order-detail-payment-information-row-4 {
    padding-bottom: 10px;
}

.custom-order-detail-refund-fixed,
.custom-order-detail-cancelled-fixed {
    position: fixed;
    right: -540px;
    top: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    width: 540px;
    height: 100%;
    padding: 36px;
    background-color: #fff;
    transition: .2s linear;
    overflow-y: auto;
}
.custom-order-refund-active:before,
.custom-order-cancelled-active:before {
    content: '';
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.custom-order-refund-active,
.custom-order-cancelled-active {
    overflow: hidden;
}
.custom-order-refund-active .custom-order-detail-refund-fixed,
.custom-order-cancelled-active .custom-order-detail-cancelled-fixed {
    right: 0;
}
.custom-order-detail-refund-fixed-header,
.custom-order-detail-cancelled-fixed-header {
    position: relative;
    color: #000;
    font-size: 18px; /* Kapıdan İade */
    height: 22px; /* Kapıdan İade */
    /* padding: 12px 24px; */ /* Kapıdan İade */
    margin-bottom: 10px; /* Kapıdan İade */
    top: -15px; /* Kapıdan İade */
    font-weight: 600; /* Kapıdan İade */
    text-align: center;
    /* border-bottom: 1px solid #eee; */ /* Kapıdan İade */
}
.custom-order-detail-refund-fixed-header .close,
.custom-order-detail-cancelled-fixed-header .close {
    position: absolute; /* Kapıdan İade */
    right: 4px; /* Kapıdan İade */
    /*top: 2px;*/ /* Kapıdan İade */
    cursor: pointer;
    width: 18px;
    height: 22px; /* Kapıdan İade */
}
.custom-order-detail-refund-fixed-info,
.custom-order-detail-cancelled-fixed-info {
    color: #111827; /* Kapıdan İade */
    font-size: 14px; /* Kapıdan İade */
    font-weight: 600; /* Kapıdan İade */
}
.custom-order-detail-refund-fixed-info strong,
.custom-order-detail-cancelled-fixed-info strong {
    font-size: 14px;
}
.custom-order-detail-refund-fixed-info > div,
.custom-order-detail-cancelled-fixed-info > div {
    padding-block: 12px;
    border-bottom: 1px solid #eee;
}
.custom-order-detail-refund-fixed-info > span,
.custom-order-detail-cancelled-fixed-info > span {
    display: block;
    /* padding-block: 12px; */ /* Kapıdan İade */
}
.custom-order-detail-refund-fixed-inside,
.custom-order-detail-cancelled-fixed-inside {
    flex: 1 0 0;
    overflow: auto;
    .custom-order-detail-product-item:first-child {
        padding-top: 0;
        border-top: none;
    }
    &::-webkit-scrollbar {
        width: 4px;
        height: 2px;
    }
    &::-webkit-scrollbar-track {
        background: #eee;
    }
    &::-webkit-scrollbar-thumb {
        background: #333;
    }
    .custom-order-detail-product-item a {
        position: relative;
        margin-bottom: 20px;
        .checkbox-wrapper {
            input {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 2;
                width: 100%;
                height: 100%;
                cursor: pointer;
                -webkit-appearance: none;
                appearance: none;
                background: none;
                border: none;
                margin: 0;
                padding: 0;
            }
            label {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                width: 22px;
                height: 22px;
                border: 1px solid #333;
                border-radius: 4px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 100%;
            }
            input:checked + label {
                background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 10.5092L7.43557 14.5833L16.6663 5.41663' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            }
        }
    }
    .custom-order-detail-product-status {
        display: none;
    }
    .custom-order-detail-product-inside > svg {
        display: none;
    }
}
select.cancel-reason-select,
select.refund-reason-select {
    width: 100%;
    height: 48px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 6px 52px 6px 16px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #333;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L12 16L20 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.custom-order-detail-refund-button,
.custom-order-detail-cancelled-button {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding-top: 24px; /* Kapıdan İade */
    /* border-top: 1px solid #eee; */ /* Kapıdan İade */
}
.custom-order-detail-refund-button button,
.custom-order-detail-cancelled-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Kapıdan İade */
    height: 44px; /* Kapıdan İade */
    color: #fff;
    font-size: 14px; /* Kapıdan İade */
    font-weight: 500; /* Kapıdan İade */
    padding-inline: 12px;
    text-align: center;
    background-color: #000;
    border-radius: 6px;
}
.success-message {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly; /* Kapıdan İade */
    flex-direction: column;
    height: 100%;
    max-height: 781px; /* Kapıdan İade */
}
.success-message-info-circle { /* Kapıdan İade */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FEF3C7;
    border: 1px solid #FDE68A;
    position: relative;
    top: 12px;
    left: -12px;
}
.success-message > p,
.success-message-top { /* Kapıdan İade */
    padding-top: 0 !important;    
}
.success-message-top > p { /* Kapıdan İade */
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-block: 12px;
    line-height: 42px;
    color: #111827;
    margin-block-end: -30px;
}
.success-message > div {
    display: block;
    line-height: 20px;
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
}
.success-message-cancellation > div {
    padding-top: 0;
    padding-bottom: 30px;
}
.success-message-top > span { /* Kapıdan İade */
    display: block;
    line-height: 20px;
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 12px;
    background-color: #FFFBEB;
    color: #111827;
    border: 2px solid #FEF3C7;
    border-radius: 8px;
}
.success-message-middle { /* Kapıdan İade */
    width: 100%;
    padding-top: 10px !important;
}
.cargo-logo {  /* Kapıdan İade */
    display: flex;
    justify-content: center;
    text-align: center;
}
.cargo-customer-code {
    padding-block: 7px;
}
.cargo-customer-code.cargo-refund-code {
    margin-bottom: 0;
}
.cargo-customer-code > span {
    display: block;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
}
.cargo-customer-code-item { /* Kapıdan İade */
    display: flex;
    align-items: center;
    height: 49px;
    padding: 16px;
    background-color: #F9FAFB;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.cargo-customer-code-item svg {
    flex: 0 0 auto;
}
.cargo-customer-code-item span { /* Kapıdan İade */
    flex: 1 0 0;
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.copy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 100px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    border-radius: 6px;
    transition: .3s linear;
}
.copy-button:hover {
    color: #000;
    background-color: #fff;
}
.success-message-bottom {  /* Kapıdan İade */
    width: 100%;
    padding: 0 !important;
}
.success-message-bottom ul {   /* Kapıdan İade */
    padding-bottom: 10px;
    /* margin: 0; */
    display: grid;
    margin: 20px 0;
    text-align: left;
    gap: 10px;
}
}
.success-message-bottom ul li {  /* Kapıdan İade */
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #333333;
    font-size: 12px;
    height: 30px;
}
.custom-order-detail-product-cargo-code {
    display: flex;
    align-items: center;
    height: 36px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    padding-inline: 24px;
    background-color: #ededed;
    border-radius: 6px;
    transition: .2s linear;
}
.custom-order-detail-product-cargo-code:hover {
    color: #fff;
    background-color: #191919;
}
button.close-modal-button { /* Kapıdan İade */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 300px; */
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-inline: 12px;
    text-align: center;
    background-color: #000;
    border-radius: 6px;
    /* margin-top: 20px; */
}
.checkmark {
    width: 56px;
    height: 56px;
    stroke-width: 2;
    stroke: #4caf50;
    fill: none;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke: #4caf50;
    animation: stroke-circle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check {
    stroke-width: 2;
    stroke: #4caf50;
    animation: stroke-check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.2s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke-check {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke-circle {
    100% {
        stroke-dashoffset: 0;
    }
}
.show-success {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.loading-spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 12px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.custom-order-detail-refund-fixed { /* Kapıdan İade */
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 36px 32px;
    justify-content: center;
}
.custom-order-detail-refund-fixed-header { /* Kapıdan İade */
    flex: 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    height: 70px;
}
.refund-header-area {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    height: 22px;
}
.custom-order-detail-refund-fixed-info { /* Kapıdan İade */
    flex: 1 1 auto;
    overflow-y: auto;
    margin-block: 12px;
}
.refund-fixed-chooses { /* Kapıdan İade */
    flex: 0 0 auto;
}
.refund-footer-area { /* Kapıdan İade */
    flex: 0 0 auto;
    height: 65px;
}
.cargo-information { /* Kapıdan İade */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #E5E7EB;
    height: 49px;
    border-radius: 8px;
    padding: 4px 12px;
    color: #000000;
    margin-block: 10px;
}
.cargo-information-bovo { /* Kapıdan İade */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #E5E7EB;
    height: 98px;
    border-radius: 8px;
    padding: 16px;
    color: #000;
    flex-direction: column;
    font-size: 12px;
    gap: 12px;
    line-height: 1;
    margin-block: 12px;
}
.cart-information { /* Kapıdan İade */
    border: 1px solid #E5E7EB;
    display: grid;
    border-radius: 8px;
    padding: 16px;
    gap: 16px;
}
.cart-information-title { /* Kapıdan İade */
    text-align: left;
    height: 17px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}
.cart-information-customer-cart { /* Kapıdan İade */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #334155;
    font-weight: 500;
}
.cart-number-area { /* Kapıdan İade */
    display: flex;
    align-items: center;
}
.cart-type { /* Kapıdan İade */
    padding-right: 10px;
}
.cart-number { /* Kapıdan İade */
    color: #334155;
    font-size: 14px;
    font-weight: 500;
}
.cart-information-item-payment-info { /* Kapıdan İade */
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    border-top: 1px solid #E5E7EB;
    padding-top: 12px;
}
.success-message-top-header { /* Kapıdan İade */
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    .custom-order-detail-return-back-button {
        margin-bottom: 20px;
    }
    .custom-order-detail-information-left {
        margin-bottom: 20px;
    }
    .custom-order-detail-information-right>div>a {
        height: 32px;
        font-size: 13px;
        padding-inline: 16px;
    }
    .custom-order-detail-product-information>a {
        padding: 8px;
        column-gap: 16px;
    }
    .custom-order-detail-product-item {
        padding-block: 16px;
    }
    .custom-order-detail-information {
        display: block;
    }
    .custom-order-detail-product-status {
        margin-bottom: 6px;
    }
    .custom-order-detail-product-status>div:first-child>span {
        font-size: 12px;
    }
    .custom-order-detail-product-status>div:first-child>div>div {
        line-height: 20px;
        font-size: 12px;
    }
    .custom-order-detail-product-cargo-code {
        font-size: 14px;
    }
    .custom-order-detail-product-cargo-button a {
        height: 30px;
        font-size: 12px;
        padding-inline: 8px;
    }
    .custom-order-detail-product-invoice-button a {
        height: 30px;
        font-size: 12px;
        padding-inline: 8px;
    }
    .custom-order-detail-product-image {
        width: 58px;
    }
    .custom-order-detail-product-name {
        font-size: 11px;
    }
    .custom-order-detail-product-price {
        font-size: 14px;
    }
    .custom-order-detail-product-inside {
        padding-right: 10px;
    }
    .custom-order-detail-product-inside>div {
        padding-right: 10px;
    }
    .custom-order-detail-refund-fixed,
    .custom-order-detail-cancelled-fixed {
        width: 360px;
        padding: 16px;
    }
    .custom-order-detail-refund-fixed-header,
    .custom-order-detail-cancelled-fixed-header {
        font-size: 18px;
        top: 0; /* Kapıdan İade */
    }
    .custom-order-detail-refund-fixed-header .close svg,
    .custom-order-detail-cancelled-fixed-header .close svg {
        width: 100%;
        height: 100%;
    }
    select.cancel-reason-select, select.refund-reason-select {
        height: 40px;
        font-size: 12px;
        padding: 6px 32px 6px 16px;
        background-size: 14px;
    }
    :is(.custom-order-detail-refund-fixed-inside,.custom-order-detail-cancelled-fixed-inside) .custom-order-detail-product-item a {
        margin-bottom: 8px;
    }
    .custom-order-detail-refund-button, .custom-order-detail-cancelled-button {
        padding-top: 16px;
    }
    .custom-order-detail-refund-button button, .custom-order-detail-cancelled-button button {
        min-width: 220px;
        height: 42px;
    }
    .success-message-middle { /* Kapıdan İade */
        /* padding-inline: 10px; */
    }
    .custom-order-detail-refund-fixed-order-number {
        position: relative;
        width: 100%;
        height: 17px;
        text-align: center;
        padding: 13.5px 0;
        font-size: 14px;
    }
    .custom-order-detail-refund-fixed { /* Kapıdan İade */
        padding-block: 30px 55px;
    }
    .custom-order-detail-refund-fixed-header { /* Kapıdan İade */
        flex: 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        height: 70px;
    }
    .refund-fixed-chooses  { /* Kapıdan İade */
        height: 175px; 
    }
    .refund-footer-area { /* Kapıdan İade */
        height: 25px;
    }
}