/* FORCE WOODMART OVERRIDE */
.single-product #tg-cod-pro {
    background: #ffffff !important;
    padding: 40px !important;
    margin-top: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* TITLE */
.single-product #tg-cod-pro .tg-title {
    text-align: center !important;
    color: #e10600 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

/* INPUTS */
.single-product #tg-cod-pro input,
.single-product #tg-cod-pro select {
    width: 100% !important;
    padding: 16px !important;
    margin-bottom: 20px !important;
    border-radius: 12px !important;
    border: 1px solid #e6e6e6 !important;
    background: #f8f8f8 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.single-product #tg-cod-pro input:focus,
.single-product #tg-cod-pro select:focus {
    border-color: #e10600 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(225,6,0,0.12) !important;
}

/* SUMMARY */
.single-product #tg-cod-pro .tg-summary {
    background: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
}

.single-product #tg-cod-pro .tg-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
}

.single-product #tg-cod-pro .tg-final {
    font-weight: 700 !important;
    font-size: 17px !important;
    border-top: 1px solid #e5e5e5 !important;
    padding-top: 10px !important;
}

/* COD BADGE */
.single-product #tg-cod-pro .tg-cod-badge {
    background: #e8f7ec !important;
    color: #1f8a3d !important;
    padding: 12px !important;
    text-align: center !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

/* BUTTON */
.single-product #tg_submit {
    width: 100% !important;
    background: linear-gradient(90deg, #e10600, #ff2a2a) !important;
    color: #ffffff !important;
    padding: 18px !important;
    border-radius: 12px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

.single-product #tg_submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(225,6,0,0.35) !important;
}