/*SPC NEW STYLE*/

 .smartpaycart-pages .notice {
    display: none;
}

.smartpaycart-pages header.master_header.common.spc_header {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
    border-bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.smartpaycart-pages .dataTables_length select, 
.smartpaycart-pages .dataTables_filter input, 
.smartpaycart-pages .dataTables_filter label input {
    height: 33px!important;
    border: 2px solid gainsboro!important;
}

.smartpaycart-pages .dataTables_length label {
    display: flex;
    align-content: center;
    align-items: center;
}

.smartpaycart-pages .table-responsive-v2 #categoryFilter {
    height: 33px!important;
    font-size: 14px;
}

.smartpaycart-pages .master_heding {
    margin-bottom: 20px;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
}

.smartpaycart-pages .master_heding h4 {
    font-weight: 600;
    font-size: 18px;
    color: #606266;
}

.smartpaycart-pages table.spc_datatable {
    width: 100%;
    margin: 15px 0;
}



.smartpaycart-pages .master_header ul li a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 20px;
}

.smartpaycart-pages .spc_header ul ul {
    background: #ffffff;
    border: 1px solid #efefef;
    border-top: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.smartpaycart-pages .spc-logo-wrapper h3 {
    margin: 0;
    color: var(--primary-color);
}

.smartpaycart-pages .spc-logo-wrapper h3 a {
    color: var(--primary-color);
}




.smartpaycart-pages table.dataTable thead th {padding-top: 15px;padding-bottom: 16px;font-weight: 600;text-align: left!important;padding: 14px 10px!important;}

/*table.dataTable thead .sorting:nth-child(7), table.dataTable tbody tr td:nth-child(7), table.dataTable thead th:nth-child(9), table.dataTable tbody tr td:nth-child(9) {
    display: none;
}
*/
.smartpaycart-pages table.dataTable tbody tr td {}

.smartpaycart-pages .table th, 
.smartpaycart-pages .table td, .table thead th {
    border: none;
}

.smartpaycart-pages table.spc_datatable tbody tr.even td {
    background-color: #fbfbfb;
}

.smartpaycart-pages .spc-card_box {
    padding: 20px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 2px solid gainsboro;
}


.spc-sales-checkout-landing a.btn.btn-primary {color: #5b9dd9;display: block;margin-bottom: 0;margin-left: 0; font-size: 13px; margin-right: 0;background: transparent!important;padding: 0;box-shadow: none;outline: none;} 

.spc-sales-checkout-landing .tool-tip { display: block; } 
.spc-sales-checkout-landing {display: flex;flex-direction: column;flex-wrap: nowrap;gap: 10px;width: max-content;align-items: flex-start;}

.smartpaycart-pages .spc-card_box .spc-input-outer #button_name {
    margin-bottom: 0!important;
}

.smartpaycart-pages .spc-card_box .spc-input-outer .form-control, 
.smartpaycart-pages .spc-card_box .spc-input-outer input[type=text], 
.smartpaycart-pages .spc-card_box .spc-input-outer select, 
.smartpaycart-pages .buy_button_wrapper select.form-control, 
.smartpaycart-pages .buy_button_wrapper input.form-control {
    background-color: #fff;
    font-size: 14px;
    border: 2px solid gainsboro;
    border-radius: 5px;
    line-height: 1.3!important;
}

.smartpaycart-pages #wpfooter { display: none; }


/*Select2*/
.smartpaycart-pages .js-select2-wrapper span.select2.select2-container.select2-container--default {
    background: #fff;
    background: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    border: 1px solid #ccc;
    text-align: left;
    padding: 0px 5px 0px 5px;
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 9%) inset;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%) inset;
    color: #000;
}

.smartpaycart-pages .js-select2-wrapper .select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
}

.smartpaycart-pages .js-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 5px;
}

.smartpaycart-pages .js-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    font-weight: 700;
}

.smartpaycart-pages span.select2-selection__placeholder {
    font-weight: 700;
}

.smartpaycart-pages .js-select2-multiple-wrapper .select2-container, .js-select2-wrapper:not(.js-select2-wrapper-inline) .select2-container {
    width: 100%!important;
}

.smartpaycart-pages .js-select2-multiple-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 0px;
    margin-right: 5px;
    font-size: 12px;
    height: 20px;
    background-color: #00a154!important;
    border: none;
    background-image: none;
    text-shadow: none;
    padding: 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.smartpaycart-pages .js-select2-multiple-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.smartpaycart-pages .js-select2-multiple-wrapper .select2-container--default .select2-selection--multiple {
    min-height: 36px;
    background: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    border: 1px solid #ccc;
}

.smartpaycart-pages .select2-search--dropdown .select2-search__field {
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.smartpaycart-pages .select2-results__option {
    padding: 11px 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.smartpaycart-pages .select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}

.smartpaycart-pages .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #262626;
}

.smartpaycart-pages table.dataTable thead th.spc-products {
    min-width: 200px;
}

.smartpaycart-pages table.dataTable thead th.spc-name {
    min-width: 150px;
}

.smartpaycart-pages input[type="checkbox"], .smartpaycart-pages input[type=radio] {
    width: 18px;
    height: 18px;
    outline: none;
    box-shadow: none;
    min-width: 18px;
}

.smartpaycart-pages input[type=checkbox]:checked::before {
    width: 20px;
    height: 20px;
}

.smartpaycart-pages .product-shortcode.spc-new-style {
    padding: 0!important;
}
.smartpaycart-pages .product-shortcode.spc-new-style .shortcode-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9fdff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}
.smartpaycart-pages .product-shortcode.spc-new-style .shortcode-text {
    color: #333;
    margin-right: 10px;
    word-break: break-all;
    font-size: 12px;
}
.smartpaycart-pages .product-shortcode.spc-new-style .copy-btn {
    background-color: #4CAF50!important;
    color: white!important;
    border: none!important;
    padding: 8px 12px!important;
    border-radius: 4px!important;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}
.smartpaycart-pages .product-shortcode.spc-new-style .copy-btn:hover {
    background-color: #45a049;
}
.smartpaycart-pages .product-shortcode.spc-new-style .copy-btn i {
    margin-right: 5px;
}

.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs {
    background: #ffffff;
    border: none!important;
}

.smartpaycart-pages .powercart-tabs-wrapper .nav li {
    background: #f1f1f1;
}

.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs li a::before {
    content: '';
    width: 100%;
    height: 5px;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 0!important;
}

.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs li a {
    border-radius: 0!important;
    color: #000;
}

.smartpaycart-pages .smartpaycart-pages .powercart-tabs-wrapper .nav-tabs > li a {
    border-left: #e6e7e9 solid thin !important;
}

.smartpaycart-pages #templates_table {
    padding-top: 0;
    margin-top: 0px;
}

.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs li.active > a {
    background: #0cac9f !important;
    color: #fff;
}

.smartpaycart-pages .main-heading .heading-title {
    margin-top: 0;
}

.smartpaycart-pages #templates_table h1 {
    background: #ffffff;
}

.smartpaycart-pages .checkbox-table-inner .table > thead > tr > th, .analytics-tables .table > thead > tr > th {
    border: none!important;
    background: #f5f5f5 !important;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.smartpaycart-pages .checkbox-table-inner .table > tbody > tr > td {
    border: none!important;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

.smartpaycart-pages .checkbox-table-inner .table {
    margin-bottom: 20px;
    border: none;
}

.smartpaycart-pages select#all_products {
    width: 100% !important;
    max-width: 100%;
    background-color: #fdfdfd;
    border: 2px solid gainsboro;
    border-radius: 5px;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    padding: 5px 10px;
    height: auto;
    font-size: 15px !important;
    float: none;
}

.smartpaycart-pages .checkout-cart-items .form-control {
    max-width: 100%;
    background-color: #fdfdfd;
    border: 2px solid gainsboro;
    border-radius: 5px;
    padding: 5px 10px;
    height: auto;
    font-size: 15px !important;
    float: none;
}

.smartpaycart-pages #select_product .product-page .panels .panels-body {
    border: 2px solid #eaeaea;
    padding: 0;
    border-top: none;
    background: #fcfcfc;
    padding: 10px;
}

.smartpaycart-pages select#continue_shop { 
    width: 100% !important; 
}

.smartpaycart-pages .landing_page_url_in {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.smartpaycart-pages .checkout-cart-items #check_input.form-control {
    /* width: max-content!important; */
}

.smartpaycart-pages .landing_page_url_in {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.smartpaycart-pages .customized-optional .side-bar-heading, .template-headings {
    background: #e9e9e9;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.smartpaycart-pages #temp_summary .template-headings {
    background: #e9e9e9;
}

.smartpaycart-pages #temp_summary .template-headings small {
    color: #000;
}

.smartpaycart-pages .checkout-template-tabs.tab-pane ul {
    padding: 5px 10px;
}

.smartpaycart-pages .customized-optional ul li {
    height: auto;
    width: 100%;
    margin: 5px 0;
    padding: 0!important;
    background: #fff;
    border: none;
}

.smartpaycart-pages #custom_subscription_terms .customized-optional ul li label, 
.smartpaycart-pages .customized-optional ul li label {
    background: #fff;
    color: #555 !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    width: 100%;
    height: 40px;
    line-height: 1.3 !important;
    font-size: 14px !important;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dee8e8;
    border-radius: 4px;
    letter-spacing: 0;
    padding: 10px 10px 10px;
    margin: 0;
    position: relative;
    line-height: 1;
    height: auto;
}

.smartpaycart-pages #custom_subscription_terms .customized-optional ul.templates-styles li {
    display: block;
}

.smartpaycart-pages .customized-optional ul li .input-group {
    padding: 10px;
    height: auto;
    width: 100%!important;
}

.smartpaycart-pages .customized-optional  .common.wt_after_checkout ul li {
    line-height: 2;
    padding: 5px;
}

.smartpaycart-pages .customized-optional .common.wt_after_checkout ul li label {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid gainsboro;
    border-radius: 0;
    line-height: 1.3;
    height: auto;
    padding: 4px;
}



body.smartpaycart-pages {
    background: #f0f0f1;
}

.smartpaycart-pages #templates_table .master_heding {
    background: transparent;
    background-color: #f7fafc;
    border-bottom: 1px solid #e3e8ee;
    clear: both;
    color: #697386;
    display: block;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
}

.smartpaycart-pages #templates_table {
    padding: 0;
    background: #fff;
}

.smartpaycart-pages #templates_table .table-responsive.table-responsive-v2 {
    padding: 20px 0;
}

.smartpaycart-pages .master_heding h4 i {
    font-size: 18px;
}

.smartpaycart-pages .theme-btn {
    box-shadow: none;
    font-size: 13px;
    padding: 7px 19px;
    font-weight: 400;
}



.smartpaycart-pages .dataTables_wrapper {
    position: relative;
    padding: 0;
}

.smartpaycart-pages .dataTables_length, 
.smartpaycart-pages .dataTables_info {padding-left: 20px;}

.smartpaycart-pages .dataTables_filter, 
.smartpaycart-pages .dataTables_paginate {
    padding-right: 20px;
}

.smartpaycart-pages .table thead tr, 
.smartpaycart-pages .table thead tr th {
    background-color: #f5f7fa;
}

.smartpaycart-pages table.dataTable thead th.spc-hide-sorting:after,
.smartpaycart-pages table.dataTable thead th.spc-hide-sorting:before {
    content: none;
    display: none!important;
}

.smartpaycart-pages table.spc_datatable tbody tr td {
    padding: 10px;
    text-align: left!important;
}

.smartpaycart-pages table.dataTable thead th.date {
    min-width: 150px;
}

.smartpaycart-pages table.dataTable thead .sorting:before {
    display: none;
}

.smartpaycart-pages table.dataTable thead .sorting:after,  
.smartpaycart-pages table.dataTable thead .sorting_asc:after, 
.smartpaycart-pages table.dataTable thead .sorting_desc:after, 
.smartpaycart-pages table.dataTable thead .sorting_asc_disabled:after, 
.smartpaycart-pages table.dataTable thead .sorting_desc_disabled:after {
    position: unset;
    display: inline;
    padding-left: 5px;
}

.smartpaycart-pages .dataTables_info, 
.smartpaycart-pages .dataTables_paginate { margin-bottom: 0; }

.smartpaycart-pages table.dataTable thead th:first-child, 
.smartpaycart-pages table.dataTable tbody td:first-child {
    padding-left: 20px !important;
}

.smartpaycart-pages table.spc_datatable tbody td:last-child a.btn-sm {
    padding: 8px 13px;
    font-size: 16px;
    opacity: 0.8;
}

.smartpaycart-pages table.spc_datatable tbody td{ font-size: 13px; }


.smartpaycart-pages table.spc_datatable tbody td.editable-button a {
    background: #fff;
    color: #000;
    border-color: gray;
    border-radius: 5px!important;
    margin: 0px 2px!important;
    padding: 7px!important;
    line-height: 1;
    font-size: 11px!important;
    width: 28px;
    height: 28px;
    box-shadow: none;
    border: 1px solid #ccd0d4;
    border-radius: 5px;
    color: #151515;
}


.smartpaycart-pages table.spc_datatable tbody td.editable-button a:hover {
    border-color: #000;
    color: #000;
}

.smartpaycart-pages table.spc_datatable tbody td.editable-button a.btn-danger {
    color: #fff;
    border-color: red;
}

.smartpaycart-pages .toggle.btn {
    border-radius: 5px;
}

.smartpaycart-pages .master_header ul li.menu__item--current a {
    background: #f9f9f9;
}

.smartpaycart-pages table.spc_datatable tbody td.editable-button .spc-ld-btn-wrapper a {
    box-shadow: none;
    border: none;
    border-radius: 5px;
    color: var(--dark-blue-color);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 390px;
    font-size: 14px!important;
    padding: 0!important;
    height: unset;
    flex: 1;
}

.smartpaycart-pages .spc-ld-btn-wrapper > strong { width: 110px; }


.smartpaycart-pages .master_header ul li.menu__item--current a {
    background: #f9f9f9;
}


.smartpaycart-pages .spc-listing-dots-hover {
    display: none!important;
    flex-direction: column;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 16px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 16px -7px rgb(0 0 0 / 75%);
    width: 100%;
    position: absolute;
    z-index: 99;
    border-radius: 5px;
    right: 0;
    left: auto;
    width: 540px !important;
}

.smartpaycart-pages .spc-action-list-btn-wrapper:hover .spc-listing-dots-hover {
    display: flex!important;
}

.smartpaycart-pages table.spc_datatable tbody td.editable-button .spc-action-list-btn-wrapper .spc-listing-dots-hover > a {
    border: none;
    padding: 8px!important;
    width: 100%;
    border-bottom: 1px solid gainsboro;
    border-radius: 0;
    font-size: 14px!important;
    height: auto;
    border-radius: 0!important;
}

.smartpaycart-pages .spc-ld-btn-wrapper {
    border-bottom: 1px solid #ccd0d4;
    padding: 5px;
    display: flex!important;
    align-items: center;
    gap: 5px;
}



.smartpaycart-pages section.master_wrap.common {
    background: #fff;
    padding: 10px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.smartpaycart-pages .common {
    float: none;
}

.smartpaycart-pages .master_wrap common .powercart-tabs-wrapper.main_offer {}

.smartpaycart-pages section.master_wrap.common .powercart-tabs-wrapper .tabs-wrapper {
    border: none;
    padding: 0;
}

.smartpaycart-pages #nav-tab {
    background-color: #f7fafc;
    border-bottom: 1px solid #e3e8ee;
    clear: both;
    color: #697386;
    font-weight: 700;
    margin: 0;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    font-weight: 600;
}

.smartpaycart-pages .nav-tabs .nav-item.active {
    background: #d7efff;
        outline: none;
    box-shadow: none;
}

.smartpaycart-pages .nav-tabs .nav-item {
    font-weight: 600;
    font-size: 15px;
}

.smartpaycart-pages #custom_subscription_terms {
    float: none;
}

.smartpaycart-pages .form_action_buttons .btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 25px;
    line-height: 1;
    box-shadow: none;
}

.smartpaycart-pages #custom_subscription_terms a.nav-item.active {
    background: #d7efff;
}

.smartpaycart-pages #dashboard_wrapper {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.smartpaycart-pages table.spc_datatable tbody td.editable-button a.bg-secondary {
    background: #fff !important;
}

.smartpaycart_page_spc_manage_btn.smartpaycart-pages #dashboard_wrapper { max-width: 1670px; }

.smartpaycart-pages #main_offer_buynow_outer {
    width: 100%;
}

.smartpaycart-pages .main_offer #buynowresult textarea {
    padding: 10px;
    background: #fff;
}

.smartpaycart-pages #preview_checkout_temp form {
    padding-left: 0;
    padding-right: 0;
}

.smartpaycart-pages .spc-logo-wrapper h3 a svg { width: 100px; height: auto; }

.smartpaycart-pages .template_tabs_wrapper .powercart-tabs-wrapper {
    float: none;
}

.smartpaycart-pages .template_tabs_wrapper .template_wrapper {
    float: none;
}

.smartpaycart-pages .template_tabs_wrapper [class^="col-"], 
.smartpaycart-pages .template_tabs_wrapper [class*=" col-"] {
    float: none;
}

.smartpaycart-pages .form-group.row.wp_checkout_url_head {
    background: #fff2cd;
    text-align: left;
    width: max-content;
    max-width: 100%;
    color: #000000;
    padding: 10px;
    line-height: 1;
    border-left: 5px solid;
    font-size: 16px;
}

.smartpaycart-pages .form-group.row.wp_checkout_url_head .col-sm-12 {
    padding: 0;
}

.smartpaycart-pages #checkout_forms .tab-content     .master_heding {
    margin-bottom: 40px;
    background: transparent;
    border-bottom: 1px solid gainsboro;
    padding: 0 0 10px;
    border-radius: 0;
}

.smartpaycart-pages #checkout_forms .tab-content  .master_heding h4 {
    font-size: 22px;
}

.smartpaycart-pages #checkout_forms .tab-content {
    padding: 10px 20px 20px!important;
}

.smartpaycart-pages #checkout_forms .tab-content>.tab-pane#profile.checkout-template-tabs  .choices-template li img {
    min-height: 300px;
}

.admin_page_spc_checkout.smartpaycart-pages section.master_wrap.common {
    max-width: 1720px;
    width: 100%;
}

.smartpaycart-pages #checkout_forms #customize_template {
    margin-top: 15px;
}


.smartpaycart-pages .template_wrapper {
    float: none;
}



@media (max-width: 1750px){
    div#customize_template {
        zoom: 0.9;
    }
}

@media (max-width: 1600px){
    div#customize_template {
        zoom: 0.8;
    }
}



.smartpaycart-pages .tab-content {
    float: none;
}

.smartpaycart-pages .lead-heading-bar {
    float: none;
}

.smartpaycart-pages .main-heading {
    float: none;
}

.smartpaycart-pages .row.customize-templetes-inner {
    float: none;
}

.smartpaycart-pages .customized-optional .side-bar-heading, .template-headings {
    float: none;
}

.smartpaycart-pages .customized-optional ul {
    background: #f8f8f8;
}

.smartpaycart-pages .nav-tabs .nav-item a {
    font-weight: 600!important;
    font-size: 15px;
    line-height: 47px;
    border: none!important;
    border-radius: 0;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    transition: all ease 0.3s;
    padding: .5rem 2px;
    background: transparent!important;
    outline: none;
    box-shadow: none;
    color: #323030;
}

.smartpaycart-pages .nav-tabs .nav-item.active a {
    color: #495057;
}

.smartpaycart-pages .nav-tabs .nav-item a i {
    margin-right: 2px;
}



.smartpaycart-pages  .borderd-div {
    float: none;
    width: 100%;
}

.smartpaycart-pages .landing_page_url_in_seprate-div {
    float: none;
}

.smartpaycart-pages .landing_page_url_in, 
.smartpaycart-pages .addtocart_settings .landing_page_url_in {
    float: none;
}

.smartpaycart-pages .tab-bottom-button-outer {
    float: none;
    padding: 0;
}

.smartpaycart-pages .powercart_checkbox_outer .select_temp_name_inner {
    float: none;
}

.smartpaycart-pages .url-link {
    margin-top: 0;
}

.smartpaycart-pages input.checkout_name {
    margin: 0;
}

.smartpaycart-pages .select_temp_name_box.common {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1f1f1;
    padding: 20px;
    width: max-content;
    border-radius: 5px;
}

.smartpaycart-pages .select_temp_name_box a.btn-next {
    min-height: 20px !important;
    line-height: 1;
    border-radius: 5px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.smartpaycart-pages .error-msgs {
    float: none;
}

.smartpaycart-pages  .messages-div {
    float: none;
}

.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages #templates_table .master_heding{
        background: transparent;
    background-color: #f7fafc;
    border-bottom: 1px solid #e3e8ee;
    clear: both;
    color: #697386;
    display: block;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    width: auto;
}

.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs {
    background: transparent;
}

.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages .checkbox-table-inner tr:hover { background: #fff !important; }

.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages .checkbox-table-inner .table > tbody > tr > td{
    padding: 10px!important;
}

.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs li.active a#select_manage_button {
    color: #ffffff;
}

.smartpaycart_page_smartpaycart_manage_cart_btn table#mytable tbody tr td:last-child .spc-listing-dots-hover * {
    color: #000!important;
}

.smartpaycart_page_smartpaycart_manage_cart_btn  table#mytable tbody td.editable-button.text-right {
    position: relative;
}

.smartpaycart_page_smartpaycart_manage_cart_btn .checkbox-table-inner .editable-button div strong {
    width: 110px;
    text-align: left;
}

.smartpaycart_page_smartpaycart_manage_cart_btn .checkbox-table-inner .editable-button div a {
    flex: 1;
}

.smartpaycart_page_smartpaycart_manage_cart_btn table#mytable tbody td.editable-button.text-right > div {
    display: flex;
}

.smartpaycart_page_smartpaycart_manage_cart_btn .checkbox-table-inner .editable-button div.spc-action-list-btn-wrapper {
    width: 40px;
}

.smartpaycart_page_smartpaycart_manage_cart_btn .checkbox-table-inner .editable-button div.spc-action-list-btn-wrapper > a {
    width: 20px;
}

.smartpaycart_page_smartpaycart_manage_cart_btn table#mytable tbody tr td:last-child a {
    max-width: 20px;
    padding: 0;
}

.smartpaycart_page_smartpaycart_manage_cart_btn table#mytable tbody tr td .spc-listing-dots-hover a {
    padding: 0;
    width: 100% !important;
    margin: 0;
    max-width: 100%;
}

.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages table.dataTable thead th:first-child, 
.smartpaycart_page_smartpaycart_manage_cart_btn.smartpaycart-pages table.dataTable tbody td:first-child {
    padding: 10px !important;
}

.smartpaycart-pages th.spc-bump {
    min-width: 110px;
}

.smartpaycart-pages .main_offer .checkout-cart-items .product-page .panels, #bump_offer_cuctomizer .panels {
    float: none;
}

.smartpaycart-pages .product-page .panels-body {
    float: none;
}

.smartpaycart-pages .product-page .panels-body .option-outer {
    float: none;
}

.smartpaycart-pages .order_power_cart {
    width: 100%!important;
}

.smartpaycart-pages .main_offer_preview_modal .modal-body {
    padding: 20px;
}

.smartpaycart-pages #preivew_cartsummary #shade1 {
    width: 100%;
}

.smartpaycart-pages .popup_wrapper_inner {
    float: none;
}

.smartpaycart-pages .checkout-template-tabs .action-div.col-sm-12 {
    padding: 0;
}

.smartpaycart-pages .checkout-template-tabs .action-div.col-sm-12 .col-sm-12 {
    padding: 0;
}

.smartpaycart-pages .product-page .action-div.col-sm-12.prod_details_div {
    padding: 0;
}

.smartpaycart-pages .product-page .action-div.col-sm-12.prod_details_div .col-sm-4 {
    padding: 0;
    text-align: center;
}

.smartpaycart-pages .product-page .prod_details_div .save_button_edit {
    float: none;
}

.smartpaycart-pages .order-summary-outer {
    float: none;
}

.smartpaycart-pages .spc-landing-page-url-wrapper label.landing_page_url.landing_page_url_in {
    background: transparent;
    padding: 0;
    margin: 0;
}

.smartpaycart-pages .spc-landing-page-url-wrapper label.landing_page_url.landing_page_url_in span {
    margin: 0!important;
    padding: 0!important;
}

.smartpaycart-pages #attach_funnel .product-page .panels-body .option-outer {
    padding: 8px 30px 10px;
}




.smartpaycart-pages.admin_page_smartpaycart_addtocart label.col-sm-7.landing_page_url.landing_page_url_in {
    background: transparent;
    padding-top: 0;
    margin: 0 0 5px;
    padding-bottom: 0;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart #landing_page_url_outer label.col-sm-7.landing_page_url.landing_page_url_in span {
    margin: 0;
    padding: 0;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart #attach_funnel .product-page .panels-body .option-outer {
    padding: 8px 30px 10px;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .spc-landing-page-url-wrapper label.landing_page_url.landing_page_url_in {
    background: transparent;
    padding: 0;
    margin: 0;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .spc-landing-page-url-wrapper label.landing_page_url.landing_page_url_in span {
    margin: 0!important;
    padding: 0!important;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .main_offer_buynow_inner {
    float: none;
    padding: 40px;
    background: #fffaec;
    margin-top: 20px;
    margin-bottom: 20px;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart #main_offer_buynow_outer {
    float: none;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .customized-optional {
    float: none!important;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .checkout-template-tabs.tab-pane ul {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart #gen_btn .customized-optional ul li {
    float: none;
    width: calc(20% - 10px);
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart input#add_to_cart_btn {
    float: none!important;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart input#view_cart_btn {
    float: none!important;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .row.btntype_outer {
    float: none;
    padding-bottom: 0;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .buynow-code-grenrate {
    float: none;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .buynow-code-grenrate_inn {
    float: none;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart .btntype_outer .heading_payment_step {
    margin-top: 0;
    padding-top: 20px;
}

.smartpaycart-pages.admin_page_smartpaycart_addtocart h3.payment_link_button.heading_payment_step.text-left {
    margin-top: 30px;
    padding-top: 20px;
}

.smartpaycart-pages .multiSel {
    float: none;
}



.smartpaycart-pages.admin_page_spc_donation .donation_wrapper #select_product .form_action_buttons {
    background: transparent;
    margin: 0;
    padding: 0;
}

.smartpaycart-pages.admin_page_spc_donation .row.spc-footer-btn-wrapper {
    padding-top: 30px!important;
    padding-bottom: 10px;
}

.smartpaycart-pages.admin_page_spc_donation .donationsave_button_edit {
    height: auto;
}




.smartpaycart-pages .donation_wrapper .donation_wrapper #select_product .form_action_buttons {
    background: transparent;
    margin: 0;
    padding: 0;
}

.smartpaycart-pages .donation_wrapper .row.spc-footer-btn-wrapper {
    padding-top: 30px!important;
    padding-bottom: 10px;
}

.smartpaycart-pages .donation_wrapper .donationsave_button_edit {
    height: auto;
}

.smartpaycart-pages .main_offer .donation_wrapper  h3 {
    float: none;
    margin-bottom: 20px;
    font-size: 18px;
}

.smartpaycart-pages .donation_wrapper {
    float: none;
}

.smartpaycart-pages .donation_wrapper .btntype_outer {
    float: none;
    padding: 40px 0 0;
}

.smartpaycart-pages .donation_wrapper span.live_mode {
    float: none;
}

.smartpaycart-pages .donation_wrapper span.live_mode input {
    float: none;
    margin: 0;
}

.smartpaycart-pages .donation_wrapper .buynow-code-grenrate {
    float: none;
}

.smartpaycart-pages  input[type=radio]:checked::before {
    width: 10px;
    height: 10px;
    margin: 3.2px;
}

.smartpaycart-pages .donation_wrapper span.live_mode {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 0 58px;
}

.smartpaycart-pages .donation_wrapper .form-group.row {
    margin-bottom: 20px!important;
}

.smartpaycart-pages #main_offer_buynow_outer{ float: none; }

.smartpaycart-pages #buynowcodeid { margin-top: 20px; }

.smartpaycart-pages .spc_header ul ul{ z-index: 99; }

.smartpaycart-pages .powercart-tabs-wrapper {
    float: none;
}

.smartpaycart-pages .powercart-tabs-wrapper .nav-tabs {
    float: none;
}

.smartpaycart-pages .order_bump {
    float: none;
}

.smartpaycart-pages .form-wrap .enter_new_price {
    padding: 0;
}

.smartpaycart-pages.smartpaycart_page_spc_dashboard {
    background: #fff;
}

.smartpaycart-pages .powercart-tabs-wrapper.powercart-tabs-new-style .power-side-tabs.nav-tabs li.active a {
    color: #fff!important;
}

.admin_page_smartpaycart_order_bump.smartpaycart-pages section.master_wrap.common {
    max-width: 1500px;
}

.smartpaycart-pages.smartpaycart_page_spc_dashboard .wrap { 
    padding-top: 0; 
}

.smartpaycart-pages.admin_page_smartpaycart_order_bump #bump_offer_main_outer .customized-optional ul li label {
    padding: 10px;
}


.smartpaycart-pages.smartpaycart_page_smartpaycart_euvat .add_new_country {
    width: 100%;
    float: none;
    margin-top: 20px;
    display: block;
}

.smartpaycart-pages.smartpaycart_page_smartpaycart_euvat .add_new_country a {
    float: none;
    display: block;
    width: max-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: 10px;
}

.smartpaycart-pages.smartpaycart_page_smartpaycart_euvat .eu_list .eu-vatlist_up .heading-title {
    max-width: 100%;
}

.smartpaycart-pages.smartpaycart_page_smartpaycart_euvat #templates_table.powercart-checkout.checkout-dashboard .table-responsive {
    overflow: hidden;
}




.smartpaycart-pages.admin_page_spc_add_billing_details .landing_page_url_in_seprate-div {
    max-width: 100%;
}

.smartpaycart-pages.admin_page_spc_add_billing_details .col-sm-5.next-btn {
    width: 100%!important;
    margin: 0;
}

.smartpaycart-pages.admin_page_spc_add_billing_details span.form-control.submitting_textarea {
    display: block;
}

.smartpaycart-pages.admin_page_spc_add_billing_details .toggle-group {
    position: relative;
    width: 100%;
}

.smartpaycart-pages.admin_page_spc_add_billing_details .payment_messages-div {
    float: none;
    width: 100%;
}

.smartpaycart-pages.admin_page_spc_add_billing_details .wp_checkout_url_head {
    float: none;
}

.smartpaycart-pages.admin_page_spc_add_billing_details .smartpaycart-pages #bill_temp_name_outer ul#checkout_steps_1 .borderd-div {
    margin-left: 0;
    margin-right: 0;
}


.smartpaycart-pages .spc-slider-v2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.smartpaycart-pages .spc-slider-v2:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.smartpaycart-pages input:checked + .spc-slider-v2 {
  background-color: #2196F3;
}

.smartpaycart-pages input:focus + .spc-slider-v2 {
  box-shadow: 0 0 1px #2196F3;
}

.smartpaycart-pages input:checked + .spc-slider-v2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.smartpaycart-pages .customized-optional ul li label.spc-switch-v2 {
    width: 90px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 10px;
}