/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 17:51:42 */
.onix-thankyou-full {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.onix-header-main {
    background: #112121;
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

.onix-icon-check {
    width: 60px; height: 60px; background: #1bbbbb;
    border-radius: 50%; margin: 0 auto 20px;
    font-size: 30px; line-height: 60px;
}

.onix-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.onix-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.onix-card h3 {
    font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
    color: #112121; border-bottom: 2px solid #1bbbbb;
    display: inline-block; margin-bottom: 20px; padding-bottom: 5px;
}

.onix-prod-item {
    display: flex; align-items: center;
    padding: 15px 0; border-bottom: 1px solid #f7f7f7;
}

.prod-img img {
    width: 70px; height: 70px; border-radius: 8px;
    object-fit: cover; margin-right: 15px; border: 1px solid #eee;
}

.prod-details { flex-grow: 1; display: flex; justify-content: space-between; }
.prod-name { font-weight: 600; color: #333; }
.prod-name span { color: #888; margin-left: 8px; font-weight: 400; }
.prod-price { font-weight: 700; color: #112121; }

.onix-total-line {
    display: flex; justify-content: space-between;
    padding: 10px 0; font-size: 14px; color: #666;
}

.is-total {
    border-top: 2px solid #112121; margin-top: 15px;
    padding-top: 15px; font-size: 20px; font-weight: 800; color: #112121;
}

.btn-onix-pdf {
    display: block; background: #112121; color: #fff !important;
    text-align: center; padding: 18px; border-radius: 10px;
    text-decoration: none !important; font-weight: 700; font-size: 16px;
    transition: 0.3s;
}

.btn-onix-pdf:hover { background: #1bbbbb; transform: translateY(-2px); }

.btn-onix-back {
    display: block; text-align: center; margin-top: 15px;
    color: #888; text-decoration: none; font-size: 14px;
}

@media (max-width: 768px) {
    .onix-container { grid-template-columns: 1fr; }
}