:root {
    --ci-teal: #0aa6a0;
    --ci-brand: #ff6a00;
    --ci-dark: #0b0f14;
    --ci-soft: #E6EDED;
    --ci-line: rgba(0, 0, 0, .10);
    --ci-shadow: 0 18px 45px rgba(0, 0, 0, .15);
    --ci-radius: 18px
}

.top_pro_part {
    padding: 28px 0 10px
}

.product_thumb {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--ci-shadow);
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff
}

.product_thumb img {
    width: 100%;
    height: 100%;
}

.product__price {
    font-size: 24px !important;
    line-height: 32px !important;
    padding-bottom: 10px;
}

.p__desc {
    color: #004545;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 16px;
}

.purpose {
    margin-top: 16px;
    background: var(--ci-soft);
    padding: 14px;
    border-radius: 16px;
    color: #0b1014
}

.purpose .form-group label {
    font-size: 12px;
    font-weight: 900;
    color: rgba(11, 16, 20, .75);
    margin-bottom: 6px
}

.purpose input,
.purpose select {
    width: 100%;
    border: 1px solid rgba(11, 16, 20, .14);
    border-radius: 999px;
    padding: 12px 14px;
    outline: none;
    background: #fff;
    font-size: 14px
}

.purpose .option-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #233 50%), linear-gradient(135deg, #233 50%, transparent 50%);
    background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 38px
}

.total_price {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 900;
    color: var(--ci-teal);
    letter-spacing: .2px
}

.add_button a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    padding: 6px 16px;
    border-radius: 999px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #fff;
    background: linear-gradient(180deg, var(--ci-brand), #ff5a00);
    box-shadow: 0 14px 35px rgba(255, 106, 0, .22);
    text-decoration: none
}

.btn-outline-ci {
    width: 100%;
    margin-top: 12px;
    background: transparent;
    color: var(--ci-brand);
    border: 1px solid rgba(63, 61, 61, .18);
    padding: 16px 16px;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .6px;
    transition: .2s ease
}

.btn-outline-ci:hover {
    border: 1px solid rgba(63, 61, 61, .18);
    color: var(--ci-brand);
    transform: translateY(-1px)
}

.ci-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    z-index: 9999
}

.ci-backdrop.show {
    display: flex
}

.ci-wrap {
    position: relative;
    width: min(620px, 100%)
}

.ci-close-outside {
    position: absolute;
    right: -14px;
    top: -14px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .20);
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease
}

.ci-close-outside:hover {
    transform: scale(1.05)
}

.ci-modal {
    width: 100%;
    background: #fff;
    color: #0b1014;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
    border: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden
}

.ci-head {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    font-weight: 900;
    font-size: 14px;
    color: rgba(11, 16, 20, .80);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.ci-status-badge {
    font-size: 11px;
    font-weight: 900;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(10, 166, 160, .12);
    color: var(--ci-teal);
    display: none;
    white-space: nowrap
}

.ci-status-badge.show {
    display: inline-flex
}

.ci-body {
    padding: 16px 18px 18px
}

.ci-tabs {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    padding-bottom: 8px;
    margin-bottom: 12px
}

.ci-tab {
    font-size: 12px;
    font-weight: 900;
    color: rgba(11, 16, 20, .55);
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    user-select: none
}

.ci-tab.active {
    color: rgba(11, 16, 20, .88)
}

.ci-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 3px;
    background: var(--ci-teal);
    border-radius: 999px
}

.ci-label {
    font-size: 12px;
    font-weight: 900;
    color: rgba(11, 16, 20, .74);
    margin: 10px 0 8px
}

.ci-select {
    width: 100%;
    border: 1px solid rgba(11, 16, 20, .12);
    border-radius: 999px;
    padding: 12px 14px;
    background: #f3f7f7;
    outline: none;
    font-size: 13px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #233 50%), linear-gradient(135deg, #233 50%, transparent 50%);
    background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 38px
}

.ci-row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 14px
}

.ci-optional {
    font-size: 12px;
    font-weight: 900;
    color: rgba(11, 16, 20, .45)
}

.ci-textarea {
    width: 100%;
    border: 1px solid rgba(11, 16, 20, .12);
    border-radius: 12px;
    padding: 12px 12px;
    outline: none;
    min-height: 120px;
    resize: vertical;
    background: #f3f7f7;
    font-size: 13px
}

.ci-submit {
    width: 100%;
    margin-top: 14px;
    border: none;
    background: #547b79;
    color: #fff;
    font-weight: 900;
    padding: 14px 14px;
    border-radius: 999px;
    cursor: pointer;
    letter-spacing: .6px;
    text-transform: uppercase
}

.ci-clear {
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(11, 16, 20, .12);
    background: #fff;
    color: #0b1014;
    font-weight: 900;
    padding: 14px 14px;
    border-radius: 999px;
    cursor: pointer;
    letter-spacing: .4px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .product_thumb img {
        height: 360px
    }

    .ci-close-outside {
        right: 6px;
        top: -16px
    }
}

.qty-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.qty-modal.show {
    display: flex;
}

.qty-modal-content {
    position: relative;
    background: #eee;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.qty-modal-content h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 15px 0px;
    color: #004545;
}

.qty-modal-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    color: #476666;
}

.qty-modal-content small {
    font-size: 10px;
    line-height: 18px;
    margin: 15px;
    color: #004545;
}

.qty-modal-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0px 0px 0px;
    color: #FF5900;
    font-weight: 900;
}


.qty-close {
    position: absolute;
    top: -40px;
    right: -32px;
    color: #FFF;
    font-size: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}