div#total_price {
    padding: 10px 15px;
}

.cart-checkout-wrap {
    display: flex;
    align-items: stretch;
    min-height: 600px;
}

.cart-left-panel {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 52%;
    justify-content: flex-end;
    padding: 50px;
}

.cart-left-panel-inner {
    max-width: 530px;
}

.cart-right-panel {
    background: #2B2B2B;
    flex: 0 0 48%;
    box-sizing: border-box;
    display: flex;
    padding: 50px;
    justify-content: flex-start;
    color: #fff;
}

.cart-right-panel-inner {
    max-width: 530px;
}

.cart-checkout-wrap--payment .cart-left-panel {
    order: 1;
}

.cart-checkout-wrap--payment .cart-right-panel {
    order: 2;
}

.cart-section-hdr,
.cart-pay-info-hdr {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.cart-section-hdr {
    margin: 37px 0 15px;
}

.cart-section-hdr:first-child {
    margin-top: 0;
}

.cart-section-hdr--profile {
    font-size: 20px;
    letter-spacing: 0.2px;
}

.cart-section-hdr--compact {
    margin-top: 20px;
}

.cart-section-hdr--billing {
    font-size: 18px;
}

.cart-pay-info-hdr {
    margin: 37px 0 15px;
}

.cart-profile-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart-profile-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #e7ebf0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    color: #6b7280;
    flex-shrink: 0;
}

.cart-profile-name {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
}

.cart-profile-sub {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    margin-top: 0;
}

.cart-profile-menu-icon {
    font-size: 22px;
    color: #000;
    cursor: pointer;
    line-height: 1;
}

.cart-marketing-optin {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    margin-bottom: 4px;
    font-weight: 400;
}

.cart-addr-label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 6px;
    line-height: 20px;
}

.cart-addr-input {
    border-radius: 100px;
    border: 1px solid #7e7f81;
    padding: 10px 30px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    transition: border-color .2s;
}

.cart-addr-input:focus {
    border-color: #111;
}

select.cart-addr-input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.cart-addr-row {
    display: flex;
    gap: 15px;
}

.cart-addr-group {
    flex: 1;
    margin-bottom: 15px;
}

.cart-addr-group--wide {
    flex: 1;
}

.cart-addr-group--narrow {
    flex: 1;
}

.cart-addr-group.zip {
    max-width: 180px;
}

.cart-save-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 14px 24px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.2px;
    cursor: pointer;
    margin-top: 6px;
    font-family: "Montserrat", Helvetica, sans-serif;
    transition: background .2s;
    text-align: center;
    min-width: 200px;
}

.cart-save-btn:hover {
    background: #eb0000;
}

.cart-addr-err {
    display: none;
    background: #fff5f5;
    border-left: 4px solid #eb0000;
    border-radius: 4px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #333;
}

.cart-pay-locked {
    border: 2px dashed #d0d0d0;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    background: #fafafa;
}

.cart-pay-locked-title {
    font-weight: 700;
    font-size: 15px;
    color: #222;
    margin: 10px 0 8px;
    font-family: "Montserrat", Helvetica, sans-serif;
}

.cart-pay-locked-sub {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

.cart-terms-row {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    margin-top: 20px;
}

.cart-terms-row a {
    color: #1a1a1a;
    font-weight: 700;
}

.cart-terms-checkbox {
    margin-top: 2px;
    flex-shrink: 0;
}

.cart-pay-now-btn {
    background: #ccc;
    color: #999;
    border: none;
    border-radius: 100px;
    padding: 14px 24px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.2px;
    cursor: not-allowed;
    margin-top: 14px;
    font-family: "Montserrat", Helvetica, sans-serif;
    text-align: center;
}

.cart-pay-now-btn.is-active {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.cart-billing-row {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 15px;
}

.cart-billing-addr-display {
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.2;
    flex: 0 1 auto;
}

.cart-billing-edit-link {
    color: #eb0000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: underline;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.cart-billing-edit-link:hover {
    color: #c90000;
}

.cart-addr-security-note {
    font-size: 12px;
    color: #575859;
    line-height: 1.2;
    margin: 0 0 37px;
}

.cart-addr-security-note a {
    color: #575859;
    font-weight: 700;
    text-decoration: underline;
}

.cart-addr-security-note--form {
    margin: 0 0 15px;
}

.cart-addr-form-heading {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    margin: 37px 0 15px;
}

#addr_edit_section {
    display: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 16px;
    margin-top: 16px;
}

.cart-addr-cancel-link {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.cart-ri-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.cart-ri-icon {
    width: 57px;
    height: 57px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

/* Discount item icon — red background per Figma */
.cart-ri-item:has(.cart-ri-price.disc) .cart-ri-icon {
    background: #eb0000;
    border: none;
    border-radius: 12px;
}

.cart-checkout-wrap--address-required .cart-ri-icon {
    background: #fff;
}

.cart-ri-icon img {
    height: auto;
    max-height: 43px;
    max-width: 34px;
    object-fit: contain;
    width: auto;
}

.cart-ri-details {
    flex: 1;
    min-width: 0;
}

.cart-ri-name {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.cart-ri-sub {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.cart-ri-price {
    margin-left: auto;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    padding-left: 10px;
}

.cart-ri-price.disc {
    color: #fff;
}

.cart-ri-divider {
    border: none;
    border-top: 1px solid #fff;
    margin: 0 0 24px;
}

.cart-ri-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
}

.cart-ri-row--flush {
    margin-bottom: 0;
}

.cart-ri-lbl {
    color: #fff;
    display: flex;
    align-items: stretch;
    gap: 10px;
    line-height: 20px;
}

/* Fees & Taxes labels — SemiBold with tracking per Figma */
#fees_row .cart-ri-lbl,
#taxes_row .cart-ri-lbl {
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.cart-ri-info {

}

.cart-checkout-wrap--address-required .cart-ri-info {
    width: 15px;
    height: 15px;
    border: 0;
    background: #555;
    color: #fff;
}

.cart-ri-val {
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.cart-ri-total {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4px;
}

.cart-ri-note {
    background: #fff;
    border: 1px solid #7e7f81;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    color: #000;
    text-align: left;
    margin-top: 24px;
    line-height: 1.5;
}

.cart-ri-note--compact {
    margin-top: 24px;
}

.cart-ri-note a {
    color: #eb0000;
    font-weight: 700;
    text-decoration: underline;
}

.cart-referral-block {
    margin-bottom: 24px;
}

.cart-ref-link {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 0;
}

.cart-ref-link:focus, .cart-ref-link:active, .cart-ref-link:hover {
    color: #fff;
}

.cart-ref-applied-row,
.cart-ref-input-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cart-ref-input-wrap {
    margin-top: 24px;
}

.cart-ref-input-wrap input,
.cart-ref-applied-input {
    border-radius: 100px;
    border: 1px solid #555;
    padding: 8px 16px;
    flex: 1;
    font-size: 16px;
}

.cart-ref-input-wrap input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #7e7f81;
    color: #000;
    height: 40px;
    padding: 10px 30px;
}

.cart-ref-input-wrap input {
    outline: none;
}

.cart-ref-input-wrap button, .cart-ref-reset-btn {
    border: medium none;
    border-radius: 100px;
    cursor: pointer;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.2px;
    padding: 0 24px;
    white-space: nowrap;
}

.cart-ref-input-wrap button {
    background: #fff;
    color: #000;
    width: 200px;
    flex-shrink: 0;
}

.cart-ref-applied-input {
    background: #2a2a2a;
    color: #fff;
}

.cart-ref-reset-btn {
    background: #555;
    color: #fff;
}

.cart-right-panel #total_price {
    padding: 0 !important;
    display: inline;
}

.cart-right-panel #total_price .tp_txt_1 {
    display: none;
}

.cart-right-panel #total_price .tp_txt_2 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.cart-right-panel #fee_html,
.cart-right-panel #tax_html {
    color: #bbb;
    font-size: 13px;
    margin-bottom: 4px;
}

#checkout-flash,
.cart-hidden,
.cst_ref_cic_up,
.has-expandable-referral,
#fee_html_bd,
#tax_html_bd,
#fee_html,
#tax_html,
.cst_show_err_sec {
    display: none;
}

#checkout-flash {
    margin: 10px 0;
}

#tax_string,
#tax_info {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

.cart-ri-breakdown {
    background: #222;
    border-radius: 6px;
    padding: 10px 14px;
    margin: -4px 0 12px;
    font-size: 12px;
    color: #ccc;
    line-height: 1.9;
}

.cart-ri-breakdown .item_array_row,
.cart-ri-breakdown .item_array_3 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding: 3px 0;
}

.cart-ri-breakdown .item_array_row:last-child {
    border-bottom: none;
}

.cart-ri-breakdown .ia_astr {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 12px;
}

.cart-ri-breakdown .ia_descr,
.cart-ri-breakdown .tf_obj_name {
    color: #aaa;
}

.cart-ri-breakdown .tf_obj_trig {
    display: none;
}

.cart-bd-separator {
    border-top: 1px solid #444;
    margin: 5px 0;
}

.cart-bd-line {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}

.cart-bd-desc {
    color: #ccc;
    font-size: 13px;
}

.cart-bd-amount {
    color: #fff;
    font-size: 13px;
}

.cart-bd-desc-sub,
.cart-bd-amount-sub {
    color: #999;
    font-size: 12px;
}

.cart-bd-desc-sub {
    padding-left: 14px;
}

.crt-pay-spinner {
    text-align: center;
    padding: 40px 0;
    color: #888;
    font-size: 14px;
}

#checkout2 .cro_os_wrap1,
#checkout2 .rt__2 > .row > .col-md-6:last-child,
#checkout2 .cro_ops_wrap1,
#checkout2 .refill-header,
#checkout2 .payment-purpose,
#checkout2 .payment-infos,
#checkout2 .item_array_row,
#checkout2 #tax_array_row,
#checkout2 hr,
#checkout2 .st_sprtor,
#checkout2 .crf_wrap3,
#checkout2 #ref_div,
#checkout2 .crf_wrap1,
#checkout2 .crf_billing_field {
    display: none !important;
}

#checkout2 .rt__2 > .row > .col-md-6:first-child,
#checkout2 .col-md-8.col-md-offset-2 {
    width: 100% !important;
    float: none !important;
}

#checkout2 .col-md-8.col-md-offset-2 {
    margin: 0 !important;
}

#checkout2 .single-widget {
    box-shadow: none !important;
    padding: 0 !important;
}

#checkout2 .refill.refill-three {
    padding: 0 !important;
    margin: 0 !important;
}

#checkout2 #step3 {
    padding: 0 !important;
}

#checkout2 #payment-form,
#checkout2 form {
    max-width: 100% !important;
    width: 100% !important;
}

#checkout2 .crf_wrap4 {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.cart-ship-method {
    display: flex;
    align-items: center;
    border: 2px solid #cccdd0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    gap: 8px;
    transition: border-color .15s, background .15s;
}

.cart-ship-method:last-child {
    margin-bottom: 0;
}

.cart-ship-method input[type="radio"],
.cart-pay-method-opt input[type="radio"] {
    display: none;
}

/* Custom radio dot — matches Figma exactly */
.cart-radio-dot {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    display: inline-block;
}

.cart-radio-dot::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #7e7f81;
    box-sizing: border-box;
}

.cart-ship-name-items {
    flex: 1 1 0;
}

/* Checked state — 6px black border creates filled-dot with white center */
.cart-ship-method.is-selected .cart-radio-dot::after,
.cart-pay-method-opt.is-selected .cart-radio-dot::after {
    border: 6px solid #000;
}

.cart-ship-method.is-selected {
    border-color: #000;
    background: #eb0000;
}

.cart-ship-name {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 120%;
}

.cart-ship-name-2 {
    color: #575859;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.cart-ship-method.is-selected .cart-ship-name-2 {
    color: #fff;
}

.cart-ship-sub {
    font-size: 16px;
    color: #575859;
    font-weight: 400;
}

.cart-ship-price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.4px;
    flex: 0 1 0;
}

.cart-ship-price.free {
    color: #2e7d32;
}

/* Selected shipping card — all text goes white */
.cart-ship-method.is-selected .cart-ship-name,
.cart-ship-method.is-selected .cart-ship-sub,
.cart-ship-method.is-selected .cart-ship-price,
.cart-ship-method.is-selected .cart-ship-price.free {
    color: #fff;
}

.cart-free-ship-banner {
    background: rgba(144, 199, 62, 0.2);
    border: 1px solid #90c73e;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    text-align: center;
}

.cart-pay-method-sel {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.cart-pay-method-opt {
    align-items: center;
    border-bottom: 1px solid #cccdd0;
    border-left: 1px solid #cccdd0;
    border-radius: 0 0 16px 16px;
    border-right: 1px solid #cccdd0;
    cursor: pointer;
    display: flex;
    padding: 20px;
    transition: border-color 0.2s ease 0s;
}

.cart-pay-method-opt.is-selected {
    
}


.cart-pm-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cart-pm-name {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cart-pm-logos {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: auto;
}

.cart-pm-logo {
    height: 20px;
    width: auto;
}

.cart-pm-kt-logo {
    height: 18px;
    width: auto;
    vertical-align: middle;
    margin-left: 20px;
}

.ec_title {
    border: none;
    font-size: 32px;
    margin: 0;
    padding: 12px 0;
    color: black;
    text-align: center;
    font-weight: 800;
    text-transform: none;
}

#tax-dialog .close:nth-child(2) {
    display: none;
    color: red !important;
}

.ec_btn {
    border-radius: 100px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
    max-width: 220px;
    padding: 8px 10px 6px;
    background: #000000;
    border-color: transparent;
    text-transform: none;
}

.ec_btn:hover {
    background: #eb0000;
    color: white;
}

.order_det_tt {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

span.poptext {
    width: 100%;
    display: inline-block;
}

hr.line {
    margin: 0 auto;
    border-top: 1px solid #CCCDD0;
    width: 100%;
}

.popular {
    background-color: #EB0000;
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 1rem;
    font-weight: 700;
    font-size: 20px;
    width: 70%;
    margin: 2rem 0 0;
    max-width: 250px;
}

.rp_red_txt {
    color: #EB0000 !important;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 0;
}

.top_reg_pr {
    margin-bottom: 0;
    font-size: 16px;
    text-decoration: line-through;
    color: black;
    font-weight: 600;
}

.katapult-price-calculator,
.reb_min_ht,
.cst_ship_txt {
    color: black;
}

.reb_min_ht a {
    font-size: 18px;
    color: black;
}

.empty_plan .reb_min_ht {
    height: 199px;
    align-items: flex-end;
    justify-content: center;
}

.pre_ap_in a {
    color: #ED5370;
    font-weight: 700;
}

.kat_as_low {
    margin: 0;
}

.kat_logo img {
    width: 100%;
    max-width: 100px;
}

.dev_name {
    text-transform: uppercase;
    font-weight: 800;
    color: black;
}

.cont-device h4 {
    text-transform: uppercase;
    color: black;
    font-weight: 800;
    font-size: 17px;
    margin: 0;
}

.crp_txt_1_1 {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    margin-top: 8px;
    position: relative;
}

.crp_txt_1_1 .normal {
    font-weight: 500;
    font-size: 30px;
}

.crp_wrap2 {
    padding: 0 18px;
}

.plan_name .crp_txt_1:before {
    content: none;
}

.cart_img img {
    margin: 0 auto;
}

.plan_name span.crp_txt_1 {
    font-size: 40px;
}

.plans_feature {
    border: none;
}

.plans_feature .crp_dtl_wrap2_4 > span {
    font-size: 16px;
}

.crpp_txt5 {
    font-size: 14px;
}

.cst_grad_sec a.carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
    width: 30px;
    color: black;
}

.povh_wrap_1 {
    margin: 0 3rem;
}

.login {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    color: #000000;
    border-top: 1px solid #CCCDD0;
    padding: 60px 0 40px;
}

.login:hover {
    color: #EB0000;
}

.col-cont-check {
    align-items: flex-start;
    clear: left;
    display: flex;
    margin-bottom: 15px;
}

.col-cont-check > label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: -3px;
}

.col-cont-check > label a {
    color: #1a1a1a;
    font-weight: 700;
    text-decoration: none !important;
}
footer {
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .cart-checkout-wrap--address-required {
        flex-direction: column-reverse;
    }

    .cart-checkout-wrap--payment {
        flex-direction: column;
    }

    .cart-checkout-wrap--payment .cart-right-panel {
        order: 1;
    }

    .cart-checkout-wrap--payment .cart-left-panel {
        order: 2;
    }

    .car.cart-ref-input-wrap inputt-left-panel {
        padding: 40px 32px;
        flex: none;
    }

}

@media only screen and (max-width: 768px) {
    .cont-device img {
        max-height: 200px;
    }

    .subheader {
        border-bottom: 1px solid #CACACA;
    }

    .popular {
        margin: 2rem auto 0;
    }

    hr.line {
        max-width: 400px;
    }
    .cart-addr-row {
        display: block;
    }
    .cart-left-panel-inner {
        max-width: 100%;
    }
    .cart-addr-cancel-link {
        font-size: 18px;
    }
    .cart-profile-name {
        font-size: 16px;
        line-height: 120%;
    }
    .cart-profile-sub {
        font-size: 12px;
        line-height: 120%;
    }
    .cart-pay-method-sel {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .cst_grad_sec #hp_carousel {
        margin: 0 auto;
        max-width: 95%;
    }

    /* Right panel — mobile layout & sizing per Figma node 4844:26508 */
    .cart-right-panel {
        padding: 40px 32px;
        border-radius: 0 0 20px 20px;
        flex: none;
    }

    /* Cart item text — scaled down from desktop */
    .cart-ri-name {
        font-size: 16px;
    }

    .cart-ri-sub {
        font-size: 14px;
    }

    .cart-ri-price {
        font-size: 16px;
    }

    /* Referral link */
    .cart-ref-link {
        font-size: 14px;
    }

    /* Referral input row */
    .cart-ref-input-wrap {
        gap: 14px;
    }

    .cart-ref-input-wrap input {
        border-color: #7e7f81;
        padding: 10px 20px;
        width: 0;
        min-width: 0;
    }

    .cart-ref-input-wrap button {
        height: 40px;
        width: 110px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

    /* Summary rows — 12px on mobile (vs 14px desktop) */
    .cart-ri-row {
        font-size: 12px;
    }

    /* Fees & Taxes labels — Regular weight on mobile (not SemiBold) */
    #fees_row .cart-ri-lbl,
    #taxes_row .cart-ri-lbl {
        font-weight: 400;
        letter-spacing: 0;
    }

    /* Total row — 16px SemiBold on mobile (vs 18px Bold desktop) */
    .cart-ri-total {
        font-size: 16px;
        font-weight: 600;
    }

    /* Note box — 10px on mobile (vs 12px desktop) */
    .cart-ri-note {
        font-size: 10px;
    }
}

/* Payment method cards — Apple/iPhone device orders (CC + Katapult) */
.cart-pay-method-opt--cc {
    display: block;
    padding: 0;
    cursor: default;
}

.cart-pm-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

/* Open state: card removes bottom border/radius to merge with form body */
.cart-pay-method-opt--open {
    background: #f3f4f8 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 16px 16px 0 0;
    position: relative;
}

/* Form body — sits immediately below the selected card, visually connected */
.cart-pmt-form {
    background: #f3f4f8 none repeat scroll 0 0;
    border: 1px solid #a5a6a9;
    display: none;
    padding: 16px;
    position: relative;
    z-index: 0;
}

.cart-pmt-form--active {
    display: block;
    border-color: #a5a6a9;
}

/* Full-width Katapult checkout button inside #checkoutk2 card body */
#checkoutk2 .btn-katapult-checkout,
#checkoutk2 .btn_katapult_checkout {
    width: 100%;
    max-width: none;
    margin: 16px 0 4px;
    border-radius: 50px;
    line-height: 54px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
}
.pr_exter_str_lbl{
        font-weight: bold;
    }
    .pr_extr_str_wrap{
        margin-bottom: 0;
    }
    span.cart-plan-row2{
        font-size: 14px;
        font-weight: 200;
    }
    
    .disc_crt_wrapper1{
        font-size: 18px;
        display: block;
        font-weight: bold;
    }
    .disc_crt_wrapper2{
        font-size: 14px;
        display: inline-block;
        font-weight: 300;
    }
@media (max-width: 767px) {
    /* Cart page mobile: hide hamburger toggle and mobile icon strip, show only logo + trash icon inline */
    .navbar-toggle { display: none !important; }
    .head-cart { display: none !important; }
    /* Flex row so logo and trash sit on the same line */
    .navbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar-header {
        float: none !important;
        flex: 1 1 auto;
        min-width: 0;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }
    .navbar-header .navbar-brand { margin-left: 0 !important; }
    /* Strip Bootstrap collapse chrome — border, shadow, background */
    #navbar.navbar-collapse {
        display: flex !important;
        align-items: center !important;
        height: auto !important;
        overflow: visible !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        flex: 0 0 auto;
        width: auto !important;
    }
    #navbar .navbar-nav { margin: 0 !important; }
    #navbar .navbar-nav > li { float: none !important; }
    #navbar .navbar-nav > li > a { padding: 10px !important; }
}