.twc-bat-addon-wrapper {
    margin-bottom: 20px;
    font-family: inherit;
    width:100%;
}

.twc-bat-addon-field-group {
    margin-bottom: 16px;
}

.twc-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.twc-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.twc-help-text {
    font-size: 12px;
    color: #999;
}

.twc-toggle-group {
    display: inline-flex;
    overflow: hidden;
}

.twc-toggle {
    padding: 5px 0px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
}

.twc-toggle input {
    display: none;
}

.twc-toggle input:checked + span {
    background-color: #8d1b13 !important;
    color: #fff !important;
}

.twc-toggle span {
    padding: 4px 20px;
    display: block;
    border: 1px solid #c1c1c1;
}

.twc-toggle span:first-child {
    border-radius: 999px 0 0 999px;
}

.twc-toggle span:last-child {
}

.twc-toggle input:checked + span:first-child {
    border-radius: 999px 0 0 999px;
    background-color: #b11;
    color: #fff;
}

.twc-toggle input:checked + span:last-child {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.twc-kits-row {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.twc-kit-card {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #faf7f5;
    overflow: hidden;
}

.twc-kit-header {
    background: #8D1B13;
    color: #fff;
    padding: 8px 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 7px;
    margin: 10px;
    min-width: 170px;
    text-align: center;
}

.twc-kit-subheader {
    text-align: right;
    padding: 6px 12px 0;
    font-size: 11px;
    font-weight: 600;
}

.twc-kit-table {
    padding: 8px 12px 12px;
    font-size: 12px;
}

.twc-kit-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #e3ded9;
}

.twc-kit-row:last-child {
    border-bottom: 0;
}

.twc-kit-total {
    font-weight: 700;
}

.twc-kit-choice {
    margin: 10px 0 20px;
    display: flex;
    gap: 20px;
}

.twc-radio {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
}

.twc-radio input {
    accent-color: #b11;
}

.twc-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.twc-item-label {
    flex: 1 1 auto;
}

.twc-item-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 999px;
    overflow: hidden;
    width: 15%;
}

.twc-qty-input {
    border:  none !important;
    text-align: center;
    background: #fff;
    padding: 10px !important;
    width: 100%;
}

.twc-item-price {
    margin-left: 10px;
    white-space: nowrap;
    width: 10%;
    text-align: right;
}

.twc-shipping-options {
    margin-top: 16px;
    font-size: 13px;
}

.twc-shipping-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.twc-strike {
    text-decoration: line-through;
    color: #999;
    margin-right: 4px;
}

.twc-free {
    color: #0a0;
    font-weight: 600;
}

.twc-total-row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    padding-top: 10px;
    font-weight: 700;
    width:100%;
}
.twc-kit-header-wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .twc-kits-row {
        flex-direction: column;
    }
}
