/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2026 | 22:31:41 */
.neoweb-thankyou-page {
    max-width: 700px;
    margin: 0 auto;
    color: #101117;
}

.neoweb-thankyou-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}

.neoweb-thankyou-check {
    width: 28px;
    height: 28px;
    color: #163d8f;
    flex: 0 0 28px;
    margin-top: 2px;
}

.neoweb-thankyou-check svg {
    display: block;
    width: 100%;
    height: 100%;
}

.neoweb-thankyou-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #101117;
}

.neoweb-thankyou-text {
    margin: 0;
    font-size: 16px;
    color: #2d3139;
}

.neoweb-thankyou-text strong {
    font-weight: 700;
}

.neoweb-thankyou-notice {
    display: flex;
    gap: 14px;
    padding: 18px 18px;
    border: 1px solid #f07b57;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 26px;
}

.neoweb-thankyou-notice-icon {
    width: 26px;
    height: 26px;
    color: #f07b57;
    flex: 0 0 26px;
    margin-top: 2px;
}

.neoweb-thankyou-notice-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.neoweb-thankyou-notice-content {
    font-size: 15px;
    line-height: 1.65;
    color: #2d3139;
}

.neoweb-thankyou-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 34px;
}

.neoweb-summary-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 10px;
    align-items: start;
}

.neoweb-summary-row span {
    font-size: 15px;
    color: #2d3139;
}

.neoweb-summary-row strong {
    font-size: 15px;
    font-weight: 700;
    color: #101117;
}

.neoweb-summary-row strong.is-green {
    color: #20a64a;
}

.neoweb-thankyou-register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 16px;
    margin: 0 0 30px;
    box-shadow: 0 0 0 1px rgba(16, 17, 23, 0.06);
}

.neoweb-thankyou-register-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.neoweb-thankyou-register-icon {
    width: 26px;
    height: 26px;
    color: #163d8f;
    flex: 0 0 26px;
    margin-top: 1px;
}

.neoweb-thankyou-register-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.neoweb-thankyou-register h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.neoweb-thankyou-register p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #2d3139;
    max-width: 420px;
}

.neoweb-thankyou-shipment h2 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #101117;
}

.neoweb-shipment-box {
    background: #fff;
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: 0 0 0 1px rgba(16, 17, 23, 0.06);
}

.neoweb-shipment-title {
    font-size: 16px;
    font-weight: 700;
    color: #101117;
    margin-bottom: 16px;
}

.neoweb-shipment-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.neoweb-shipment-item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.neoweb-shipment-item-image {
    width: 72px;
    flex: 0 0 72px;
}

.neoweb-shipment-item-image img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}

.neoweb-shipment-item-content {
    min-width: 0;
    flex: 1;
}

.neoweb-product-name {
    display: inline-block;
    color: #101117;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.neoweb-product-name:hover {
    text-decoration: underline;
}

.neoweb-shipment-item-meta {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #7a7f87;
}

.neoweb-thankyou-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.neoweb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all .2s ease;
    box-sizing: border-box;
}

.neoweb-btn-primary {
    background: #163d8f;
    color: #fff;
    border: 1px solid #163d8f;
}

.neoweb-btn-primary:hover {
    background: #102f70;
    border-color: #102f70;
    color: #fff;
}

.neoweb-btn-secondary {
    background: #fff;
    color: #163d8f;
    border: 1px solid #163d8f;
}

.neoweb-btn-secondary:hover {
    background: #f6f8fd;
    color: #163d8f;
}

.neoweb-btn-outline {
    background: #fff;
    color: #163d8f;
    border: 1.5px solid #163d8f;
    min-width: 218px;
}

.neoweb-btn-outline:hover {
    background: #f6f8fd;
    color: #163d8f;
}

.neoweb-btn-large {
    min-width: 235px;
    min-height: 46px;
}

@media (max-width: 767px) {
    .neoweb-thankyou-page {
        padding: 0px;
    }
	
	.neoweb-thankyou-title {
		font-size: 20px
	}
	
	.neoweb-thankyou-check {
    width: 24px;
    height: 24px;
    color: #163d8f;
    flex: 0 0 24px;
    margin-top: 1px;
}
	.neoweb-thankyou-text {
		font-size: 14px;
	}

    .neoweb-summary-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .neoweb-thankyou-register {
        flex-direction: column;
        align-items: stretch;
    }

    .neoweb-thankyou-register-right,
    .neoweb-btn-outline,
    .neoweb-btn-large {
        width: 100%;
        min-width: 0;
    }

    .neoweb-thankyou-footer {
        justify-content: stretch;
    }
}

.neoweb-order-status-box {
    display: flex;
    gap: 14px;
    border-radius: 12px;
    padding: 18px 18px;
    margin: 18px 0 28px;
    background: #fff;
}

.neoweb-order-status-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    margin-top: 2px;
}

.neoweb-order-status-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.neoweb-order-status-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #2d3139;
}

.neoweb-order-status-content strong {
    font-weight: 700;
    color: #101117;
}

.neoweb-order-status-box.is-warning {
    border: 1px solid #f07b57;
}

.neoweb-order-status-box.is-warning .neoweb-order-status-icon {
    color: #f07b57;
}

.neoweb-order-status-box.is-success {
    border: 1px solid #6fbe7b;
    background: #fff;
}

.neoweb-order-status-box.is-success .neoweb-order-status-icon {
    color: #2ea44f;
}

@media (max-width: 767px) {
    .neoweb-order-status-box {
        padding: 16px;
        gap: 12px;
    }

    .neoweb-order-status-content p {
        font-size: 12.5px;
        line-height: 1.5;
    }
	
	.neoweb-order-status-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 1px;
}
}

.neoweb-shipment-item-content a {
	word-break: break-word;
}