/* /push-content/css/commerce.css */

.go body {
    background: #f5f5f5;
}

.go .blog-widget,
.go .header_right,
.go .top_header,
.go .state_locations,
.go footer,
.go .exit_intent.show_popup {
    display: none !important;
}

.go .custom_header {
    position: relative;
}

.go .custom_header.background_fff {
    background: transparent;
}

.commerce_page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 20px 60px;
}

.commerce_page h1,
.commerce_page h2,
.commerce_page h3,
.commerce_page h4,
.commerce_page h5,
.commerce_page h6 {
    margin: 0 0 12px;
    color: #111827;
}

.commerce_page h2 {
    font-size: 29px;
}

.commerce_page h3 {
    font-size: 26px;
}

.commerce_shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 32px;
    align-items: start;
}

.commerce_main {
    min-width: 0;
}

.commerce_sidebar {
    position: sticky;
    top: 15px;
}

.commerce_intro {
    margin-bottom: 28px;
}

.commerce_kicker {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 7px;
    margin: 0 0 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0f766e;
    background: #ccfbf1;
}

.commerce_kicker svg {
    width: 22px;
    height: 22px;
}

.commerce_kicker svg path {
    fill: #0f766e;
}

.commerce_intro h1 {
    font-size: 43px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #111827;
    margin-bottom: 14px;
}

.commerce_intro_text {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.6;
    color: #6b7280;
}

.commerce_section,
.commerce_summary_card,
.commerce_cart_card,
.commerce_totals_card,
.commerce_order_summary,
.commerce_addon_card,
.commerce_addon_group_card {
    background: #fff;
    border: 1px solid #d9dde4;
    border-radius: 18px;
    box-shadow: none;
}

.commerce_section {
    padding: 20px;
    margin-bottom: 20px;
}

.commerce_summary_card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    padding: 22px 24px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.5;
}

.commerce_summary_card strong {
    color: #111827;
}

.commerce_cart_card,
.commerce_totals_card,
.commerce_order_summary {
    padding: 45px;
}
.commerce_totals_card {
    border: none;
    padding: 0 0 25px 0;
}

.commerce_addon_card,
.commerce_addon_group_card {
    padding: 20px 22px;
    margin-bottom: 18px;
}

.commerce_section h3,
.commerce_order_summary h3,
.commerce_totals_card h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #111827;
}

.commerce_addon_group_header h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
}

.commerce_addon_group_header p {
    margin: 0 0 18px;
    font-size: 16px;
    color: #6b7280;
}

.commerce_addon_title_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.commerce_toggle_label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}

.commerce_toggle_label input {
    transform: scale(1.2);
}

.commerce_addon_price {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.commerce_addon_description {
    max-width: 760px;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

.commerce_option_card {
    display: block;
    margin-bottom: 12px;
    padding: 16px 18px;
    border: 1px solid #d9dde4;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.commerce_option_card input {
    margin-right: 10px;
}

.commerce_option_card_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.commerce_option_card_title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.commerce_option_card_price {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.commerce_section input[type="text"],
.commerce_section input[type="email"],
.commerce_section input[type="tel"],
.commerce_section textarea,
.commerce_section select {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    box-sizing: border-box;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.commerce_section textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 14px;
}

.commerce_section input:focus,
.commerce_section textarea:focus,
.commerce_section select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.commerce_section label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #1f2937;
}

.commerce_section label input[type="checkbox"],
.commerce_section label input[type="radio"] {
    margin-right: 8px;
    vertical-align: middle;
}

.commerce_design_group {
    margin: 12px 0 14px;
    padding: 14px 14px 2px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}

.commerce_design_group label {
    margin-bottom: 10px;
}

#commerce_addons_section {
    transition: opacity 0.2s ease;
}

.commerce_page_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.commerce_page_actions .btn,
#commerce_pay_now.btn,
#commerce_back_to_customize.btn,
#commerce_continue_to_checkout.btn,
#commerce_continue_to_cart.btn,
.commerce_summary_cta, #commerce_continue_to_payment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    border: 0;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}
#commerce_edit_addons, #commerce_save_addons, #commerce_edit_billing, #commerce_save_billing {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1;
    font-family: var(--font-standard);
}
#commerce_edit_addons, #commerce_edit_billing {
    color: #0f766e;
    border: 1px solid #0f766e;
    background: #fff;
}
#commerce_save_addons, #commerce_save_billing {
    background: #0f766e;
    border: 1px solid #0f766e;
    color: #fff;
}
#commerce_apply_coupon {
    background: #0f766e;
    color: #fff;
    border: none;
    font-size: 14px;
    font-family: var(--font-standard);
    border-radius: 18px;
}
.commerce_page_actions .btn:not(.secondary),
#commerce_pay_now.btn,
#commerce_continue_to_checkout.btn,
#commerce_continue_to_cart.btn,
.commerce_summary_cta, #commerce_continue_to_payment {
    background: #111827;
    color: #fff;
}

.commerce_page_actions .btn:not(.secondary):hover,
#commerce_pay_now.btn:hover,
#commerce_continue_to_checkout.btn:hover,
#commerce_continue_to_cart.btn:hover,
.commerce_summary_cta:hover, #commerce_continue_to_payment:hover {
    background: #000;
}

#commerce_back_to_customize.btn,
.commerce_page_actions .btn.secondary {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #d1d5db;
}

#commerce_back_to_customize.btn:hover,
.commerce_page_actions .btn.secondary:hover {
    background: #e5e7eb;
}

.commerce_order_count {
    margin-bottom: 18px;
    font-size: 15px;
    color: #6b7280;
}

.commerce_summary_line,
.commerce_cart_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
    line-height: 1.5;
}

.commerce_cart_row:last-child,
.commerce_summary_line:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.commerce_cart_item_name {
    flex: 1;
    color: #111827;
}

.commerce_cart_item_amount {
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
}

.commerce_total_row {
    font-size: 20px;
    color: #0f766e;
}
.commerce_summary_total {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
}

#commerce_cart_items,
#commerce_cart_totals,
#commerce_payment_summary {
    margin-top: 20px;
}

#commerce_payment_summary .commerce_totals_card {
    margin-bottom: 16px;
}

#commerce_stripe_card_element {
    min-height: 52px;
    margin-bottom: 16px;
    padding: 14px 16px;
    box-sizing: border-box;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
}

#commerce_payment_error {
    min-height: 22px;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #b91c1c;
}

.commerce_checkout_page .commerce_section {
    margin-top: 20px;
}

.commerce_mode_notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

.commerce_mode_notice.success {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.commerce_mode_notice.warning {
    background: #fff7ed;
    border-color: #fdba74;
    color: #9a3412;
}

.commerce_mode_notice.error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

.commerce_field_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.commerce_field_grid .full {
    grid-column: 1 / -1;
}

.commerce_helper_text {
    margin-top: -6px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

.commerce_checkout_loading {
    opacity: 0.7;
    pointer-events: none;
}
.commerce_configure_section > h2 {
    margin-bottom: 20px;
    font-size: 31px;
}

.commerce_sr_input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.commerce_toggle_card {
    display: block;
    margin-bottom: 18px;
    border: 1px solid #d9dde4;
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.commerce_toggle_card:hover,
.commerce_option_card:hover {
    border-color: #bfc8d4;
}
.commerce_checkout_later_link[disabled] {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

.commerce_checkout_later_link.is-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.commerce_checkout_later_link [icon="spinner"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: commerceSpin 0.7s linear infinite;
}

@keyframes commerceSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.commerce_toggle_card.is-selected,
.commerce_option_card.is-selected {
    outline: 2px solid #0f766e;
    background: #9cffdb14;
}

.commerce_toggle_card.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.commerce_toggle_card_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 22px;
}

.commerce_toggle_card_left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-width: 0;
    flex: 1 1 auto;
}

.commerce_toggle_card_right {
    min-width: 90px;
    text-align: right;
}

.commerce_toggle_ui {
    position: relative;
    width: 52px;
    height: 30px;
    border-radius: 999px;
    background: #d9dde4;
    flex: 0 0 auto;
    transition: background 0.2s ease;
}

.commerce_toggle_knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
    transition: transform 0.2s ease;
}

.commerce_toggle_card.is-selected .commerce_toggle_ui {
    background: #0f766e;
}

.commerce_toggle_card.is-selected .commerce_toggle_knob {
    transform: translateX(22px);
}

.commerce_toggle_title {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
    font-family: var(--font-special);
}

.commerce_toggle_text {
    max-width: 760px;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

.commerce_dependency_note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

.commerce_option_card {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding: 18px;
    border: 1px solid #d9dde4;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.commerce_option_card_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.commerce_option_card_copy {
    min-width: 0;
    flex: 1 1 auto;
}

.commerce_option_card_meta {
    min-width: 90px;
    text-align: right;
}

.commerce_option_card_title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.commerce_option_card_text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
}

.commerce_option_card_price {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.commerce_selected_icon {
    display: flex;
    visibility: hidden;
    margin-top: 8px;
    justify-content: flex-end;
    color: #0f766e;
}

.commerce_toggle_card.is-selected .commerce_selected_icon,
.commerce_option_card.is-selected .commerce_selected_icon {
    visibility: visible;
}

.commerce_selected_icon svg {
    width: 22px;
    height: 22px;
}

.commerce_selected_icon svg path {
    fill: #0f766e;
}

.commerce_order_summary h3 {
    margin-bottom: 18px;
}

.commerce_totals_card .commerce_cart_row:first-child {
    padding-top: 0;
}

#commerce_cart_totals {
    margin-top: 0;
}

.commerce_intro_compact {
    margin-bottom: 24px;
}

.commerce_cart_review_section > h2 {
    margin-bottom: 18px;
    font-size: 31px;
}

.commerce_cart_page .commerce_summary_card,
.commerce_checkout_page .commerce_summary_card {
    margin-bottom: 20px;
}

.commerce_cart_page .commerce_cart_card {
    margin-bottom: 0;
}

.commerce_cart_page .commerce_order_summary,
.commerce_checkout_page .commerce_order_summary {
    padding: 25px 35px;
}

.commerce_cart_page #commerce_cart_totals,
.commerce_checkout_page #commerce_checkout_sidebar_totals {
    margin-top: 0;
}

.commerce_checkout_page .commerce_section {
    margin-top: 0;
    margin-bottom: 20px;
}

.commerce_checkout_page .commerce_page_actions {
    margin-top: 4px;
}

.commerce_checkout_page #commerce_pay_now, #commerce_continue_to_payment {
    width: 100%;
}

.commerce_checkout_page #commerce_stripe_card_element {
    min-height: 56px;
}

.commerce_checkout_page .commerce_mode_notice {
    margin-bottom: 16px;
}

.commerce_cart_page .commerce_page_actions,
.commerce_checkout_page .commerce_page_actions {
    margin-top: 8px;
}

.commerce_checkout_combined_page .commerce_shell {
    grid-template-columns: minmax(0, 1fr) 400px;
}

.commerce_checkout_combined_page .commerce_sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.commerce_payment_sidebar_section {
    margin-bottom: 0;
}

.commerce_payment_sidebar_section .btn,
.commerce_payment_sidebar_section #commerce_pay_now {
    width: 100%;
}

.commerce_checkout_combined_page .commerce_configure_section {
    margin-top: 0;
}

.commerce_checkout_combined_page .commerce_summary_card {
    margin-bottom: 20px;
}

.commerce_checkout_combined_page .commerce_section {
    margin-bottom: 20px;
}

.commerce_checkout_combined_page .commerce_totals_card {
    margin-bottom: 0;
}

.commerce_checkout_combined_page #commerce_checkout_sidebar_totals {
    margin-top: 0;
}

.commerce_checkout_combined_page .commerce_toggle_title {
    font-size: 26px;
}

.commerce_checkout_combined_page .commerce_addon_group_header h3 {
    font-size: 24px;
}

.commerce_section_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.commerce_section_subtext {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
}

.commerce_checkout_addons_actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.commerce_selected_addons_compact {
    border: 1px solid #d9dde4;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.commerce_selected_addons_list,
.commerce_selected_addons_empty {
    padding: 4px 18px;
}

.commerce_selected_addons_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.commerce_selected_addons_row:last-child {
    border-bottom: 0;
}

.commerce_selected_addons_label {
    font-size: 16px;
    line-height: 1.5;
    color: #111827;
}

.commerce_selected_addons_amount {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.commerce_selected_addons_empty {
    font-size: 15px;
    color: #6b7280;
}

.commerce_checkout_note_text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

.commerce_coupon_widget {
    margin-bottom: 14px;
}

.commerce_coupon_toggle {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-decoration: underline;
    cursor: pointer;
}

.commerce_coupon_form {
    margin-top: 12px;
}

.commerce_coupon_row {
    display: flex;
    gap: 10px;
}

.commerce_coupon_row input[type="text"] {
    flex: 1 1 auto;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px;
}

.commerce_coupon_message {
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
}

.commerce_order_summary #commerce_pay_now.btn {
    width: 100%;
    margin-top: 8px;
}

.commerce_side_cart_widget {
    position: relative;
    display: flex;
    align-items: center;
}

.commerce_side_cart_trigger, .phone_popup_trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 44px;
    cursor: pointer;
    padding: 0;
	border: none;
	background: transparent;
	font-weight: 600;
	font-family: var(--font-standard);
}
.commerce_side_cart_trigger svg {
    width: 26px;
    height: 26px;
}
.header_icons [icon="phone"] svg {
	width: 24px;
}
.commerce_side_cart_trigger svg path {
    fill: #111827;
}
.commerce_side_cart_head [icon="close"] svg {
    width: 14px;
}
.commerce_side_cart_count {
    position: absolute;
    top: 2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--alt-color);
    color: #002591;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commerce_side_cart_overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.28);
    z-index: 99998;
}

.commerce_side_cart_panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    max-width: calc(100vw - 24px);
    height: 100dvh;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.18);
    transform: translateX(105%);
    transition: transform 0.25s ease;
    z-index: 99999;
    flex-direction: column;
    display: flex;
}
.commerce_side_cart_panel.is-open {
    transform: translateX(0);
}

.commerce_side_cart_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.commerce_side_cart_head h3 {
    margin: 0;
    font-size: 28px;
}

.commerce_side_cart_close {
    border: 0;
    background: transparent;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 0;
}

.commerce_side_cart_body {
    flex: 1 1 auto;
    overflow-y: auto;
}

.commerce_side_cart_meta {
    margin-bottom: 14px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f9fafb;
    font-size: 15px;
    line-height: 1.5;
}

.commerce_side_cart_card {
    border: 1px solid #d9dde4;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.commerce_side_cart_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.commerce_side_cart_row:last-child {
    border-bottom: 0;
}

.commerce_side_cart_label {
    color: #111827;
    line-height: 1.5;
}

.commerce_side_cart_amount {
    white-space: nowrap;
    font-weight: 700;
    color: #111827;
    flex: 0 0 max-content;
}

.commerce_side_cart_total {
    font-size: 18px;
    font-weight: 700;
}

.commerce_side_cart_footer {
    padding-top: 16px;
}

.commerce_side_cart_footer .btn {
    width: 100%;
}

.commerce_checkout_later_block {
    margin-top: 12px;
    text-align: center;
}

.commerce_checkout_later_link {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #111827;
    text-decoration: underline;
    cursor: pointer;
}

.commerce_checkout_later_message {
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
}
.commerce_invoice_notice {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d9dee8;
    background: #f8fafc;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 -17px 11px;
}

.commerce_invoice_notice strong {
    display: block;
    margin-bottom: 4px;
}

.commerce_invoice_notice_active {
    background: #f0fffc;
    border-color: #b9e7c9;
}

.commerce_invoice_notice_expired {
    background: #fff8f1;
    border-color: #f0d2a8;
}

#commerce_payment_element {
    margin: 16px 0;
}

#commerce_payment_message {
    margin: 12px 0;
    font-size: 14px;
}
.process-payment .commerce_invoice_notice_active {
    display: none
}
#commerce_payment_message.is-error {
    color: #b42318;
}
.commerce_shell_payment_only {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.commerce_payment_layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: start;
}

.commerce_payment_panel .commerce_card,
.commerce_success_card {
    background: #fff;
    border: 1px solid #d9dee8;
    border-radius: 16px;
    padding: 24px;
}

.commerce_shell_narrow {
    max-width: 760px;
    margin: 0 auto;
    display: block;
}

.commerce_success_row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.commerce_success_actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.commerce_compact_billing_card {
    margin-bottom: 20px;
}
.commerce_compact_billing_card .commerce_section_head {
    margin-bottom: 0;
}
.commerce_compact_billing_card .commerce_section {
    border-radius: 0;
    padding: 10px 0;
    border: none;
    margin-bottom: 0;
}

.commerce_compact_billing_rows {
    display: grid;
    gap: 8px;
    font-size: 15px;
    line-height: 1.45;
}
.commerce_summary_toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d9dee8;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

.commerce_summary_toggle_amount {
    font-weight: 700;
}

.commerce_summary_details {
    padding-top: 16px;
}

#commerce_summary_toggle {
    background: transparent;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    padding: 13px 0;
    width: 100%;
    justify-content: space-between;
    color: #999;
    font-weight: 500;
}
.commerce_payment_sidebar {
    position: sticky;
    top: 15px;
}

@media (max-width: 767px) {
    body.commerce_side_cart_open, body.mobile_menu_active {
        overflow: hidden;
    }
    .go body {
        background: transparent;
    }    
    .commerce_side_cart_panel {
        width: 100%;
        max-width: 100%;
    }
    
    .commerce_section_head {
        flex-direction: column;
    }

    .commerce_coupon_row {
        flex-direction: column;
    }

    .commerce_checkout_combined_page .commerce_shell {
        grid-template-columns: 1fr;
    }
    .commerce_toggle_card_inner,
    .commerce_option_card_content {
        align-items: flex-start;
        position: relative;
        padding: 15px;
    }
    .commerce_option_card {
        margin-top: 10px!important;
    }
    .commerce_toggle_card_left {
        flex-direction: column;
        flex: 0 0 100%;
    }
    .commerce_toggle_card_right,
    .commerce_option_card_meta {
        width: 100%;
        text-align: right;
        position: absolute;
        right: 15px;
        width: 90px;
    }

    .commerce_toggle_title {
        font-size: 20px;
    }
    .commerce_addon_price {
        font-size: 22px;
    }
    .commerce_page {
        padding: 0;
    }
    .commerce_intro {
        margin-bottom: 0;
        padding: 20px;
    }
    .commerce_shell {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .commerce_sidebar {
        position: static;
    }

    .commerce_intro h1 {
        font-size: 38px;
    }

    .commerce_summary_card {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
    .commerce_order_summary {
        padding: 25px;
        margin-bottom: 120px;
    }
    .commerce_section, .commerce_summary_card, .commerce_cart_card, .commerce_totals_card, .commerce_order_summary, .commerce_addon_card, .commerce_addon_group_card {
        border: none;
        border-radius: 0;
    }
    .commerce_field_grid {
        grid-template-columns: 1fr;
    }

    .commerce_cart_row {
        gap: 10px;
    }
    .commerce_section label{
        margin: 0 0 0 0;
        padding: 0;
    }
    .commerce_option_card_copy {
        flex: 0 0 90%;
    }
    .commerce_section  {
        margin: 0 0 0 0;
    }
    .commerce_page_actions {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 0;
        padding: 20px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
    }
    .commerce_addon_card, .commerce_addon_group_card {
        padding: 20px 0;
        margin-bottom: 0;
    }
    .commerce_page_actions .btn,
    #commerce_pay_now.btn,
    #commerce_back_to_customize.btn,
    #commerce_continue_to_checkout.btn,
    #commerce_continue_to_cart.btn,
    .commerce_summary_cta, #commerce_continue_to_payment {
        width: 100%;
    }
}
