/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/checkout/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Global Reset and Box Model */
.wp-block-smart-creator-press-checkout-form * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
}

/* Form Fields Styling */
.scp-form-field .scp-form-field__input {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  height: 36px;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.scp-form-field__label {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
  display: block;
}

.scp-form-field__input {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
}

/* Layout Structure */
.wp-block-smart-creator-press-smart-creator-press {
  max-width: 1100px !important;
  padding: 20px;
  background-color: #f8fafc;
  border: 1px solid #dadada;
  border-radius: 5px;
}

.scp-left-part-checkout {
  background: #fff;
  padding: 40px 20px;
}

.scp-right-part-checkout {
  padding: 20px;
}

/* Header Styling */
.scp-back-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.scp-back-button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}

.scp-back-header-logo {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1;
  background: #24234d;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Alert and Badge Styling */
.scp-test-badge {
  background: #fff3cd;
  color: #856404;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.scp-alert-box {
  max-width: 400px;
  margin: 0;
  padding: 16px 10px;
  background-color: #fff3e0;
  border-left: 4px solid #ff9800;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.scp-alert-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #ff9800;
  margin-right: 12px;
}

.scp-alert-message {
  color: #664d03;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.scp-alert-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

/* Form Layout Grid */
.wp-block-smart-creator-press-checkout-form .scp-form-scp-form-fields.scp-form-scp-form-fields--2 {
  display: flex;
  gap: 20px;
}

.wp-block-smart-creator-press-checkout-form .scp-form-scp-form-fields.scp-form-scp-form-fields--2 label.scp-form-field {
  flex: 50%;
}

.scp-form-scp-form-fields.scp-form-scp-form-fields--3 {
  display: flex;
  gap: 20px;
}

.wp-block-smart-creator-press-checkout-form .scp-form-scp-form-fields.scp-form-scp-form-fields--3 label.scp-form-field {
  flex: 33.33%;
}

/* Order Item Styling */
.scp-checkout-order-item {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0 0 15px;
  background: transparent;
  gap: 15px;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 10px;
}

.scp-checkout-order-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.scp-checkout-order-item-image {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.scp-checkout-order-item-image img {
  border: 0;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/* Product Details */
.scp-checkout-order-item-details {
  flex: 1;
}

.scp-product-name {
  flex: 1;
  margin-bottom: 4px;
}

.scp-product-name h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333333;
}

.scp-product-description {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0;
  font-size: 17px;
}

.scp-product-description p {
  font-size: 12px !important;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}

/* Price and Amount Summary */
.scp-checkout-order-item-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.scp-checkout-order-item-total-price {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
}

.scp-checkout-amount-summary {
  border-top: 1px solid #404c78;
  padding-top: 10px;
  margin-top: 30px;
  text-align: right;
  width: calc(100% - 55px);
  margin-left: auto;
}

.scp-checkout-amount-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #333333;
}

/* Template Specific Styles */
/* Template 1 */
.scp-checkout-template-1 .scp-right-part-checkout {
  background-color: #192552;
}

.scp-checkout-template-1 header.scp-back-header {
  color: #f5f3f3;
}

.scp-checkout-template-1 .scp-back-header-logo {
  background: #fff;
  color: #24234d;
}

.scp-checkout-template-1 button.scp-back-button {
  color: #fff;
}

.scp-checkout-template-1 .scp-product-name h4,
.scp-checkout-template-1 .scp-product-description,
.scp-checkout-template-1 .scp-checkout-order-item-total-price,
.scp-checkout-template-1 .scp-checkout-amount-row {
  color: #fff;
}

/* Template 2 */
.scp-checkout-template-2 .scp-checkout-order-item {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.scp-checkout-template-2 .scp-checkout-order-item-image {
  width: 150px;
  height: 150px;
}

.scp-checkout-template-2 .scp-checkout-order-item-price {
  display: flex;
  align-items: center;
}

.scp-checkout-template-2 .scp-product-description {
  text-align: center;
}

.scp-checkout-template-2 .scp-checkout-order-item-details {
  margin-bottom: 10px;
}

.scp-checkout-template-2 .scp-checkout-amount-summary {
  width: 100%;
}

.scp-checkout-template-2 .scp-left-part-checkout .wp-block {
  max-width: 500px;
}

.wp-block-smart-creator-press-checkout-form * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
}

.scp-form-field .scp-form-field__input {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  height: 36px;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.scp-form-field__label {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
  display: block;
}

.scp-left-part-checkout .wp-block.wp-block-smart-creator-press-checkout-payments,
.scp-left-part-checkout .wp-block.wp-block-smart-creator-press-checkout-billing,
.scp-left-part-checkout .wp-block.wp-block-smart-creator-press-checkout-shipping {
  margin-top: 20px;
}

.scp-back-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.scp-back-header-logo {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1;
  background: #24234d;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.scp-test-badge {
  background: #fff3cd;
  color: #856404;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.scp-cheeckout--main {
  padding: 20px;
  border-radius: 0;
  gap: 0;
  border-top: 4px solid #00BEB8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fdfcff;
}

/*Loader*/
.checkout-form-block .checkout-form-loading p {
  font-size: 14px;
  margin: 0;
}

.checkout-form-block .checkout-form-loading {
  display: flex;
  align-items: center;
}

.checkout-form-block .checkout-form-loading svg {
  margin-top: 0;
}

.wp-block-smart-creator-press-checkout-form .scp-form-scp-form-fields.scp-form-scp-form-fields--2 {
  display: flex;
  gap: 20px;
}

.wp-block-smart-creator-press-checkout-form h3.scp-checkout-section-heading {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 8px 0;
}

.scp-left-part-checkout .wp-block,
.scp-right-part-checkout .wp-block {
  padding: 8px 0;
  display: block;
}

.scp-left-part-checkout .wp-block {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.scp-alert-box {
  max-width: 400px;
  margin: 0;
  padding: 16px 10px;
  background-color: #fff3e0;
  border-left: 4px solid #ff9800;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.scp-alert-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #ff9800;
  margin-right: 12px;
}

.scp-alert-message {
  color: #664d03;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.scp-alert-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

.scp-checkout-template-1 .scp-right-part-checkout {
  background-color: #192552;
}

.scp-cheeckout--main {
  border: none;
  padding: 0;
}

body .checkout-form-block .is-layout-flex {
  gap: 0;
}

/*Checkout Template Left Preview*/
.scp-checkout-order-item {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 8px;
  gap: 15px;
  border-bottom: 1px solid gainsboro;
  border-radius: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.scp-checkout-order-item-image {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  margin-right: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #ffffff;
}

.scp-checkout-order-item-details {
  flex-grow: 1;
  flex: 1;
}

.scp-checkout-template-1 .scp-product-name h4 {
  color: #fff;
}

.scp-product-name h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333333;
}

.scp-checkout-template-1 .scp-product-description {
  color: #fff;
}

.scp-checkout-template-1 a.scp-change-price-plan {
  color: #fff;
}

a.scp-change-price-plan {
  font-size: 12px !important;
  color: #333333;
  font-weight: 600 !important;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  text-decoration: none;
}

.scp-checkout-order-item-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.scp-checkout-template-1 .scp-checkout-order-item-total-price {
  color: #fff;
}

.scp-checkout-change-price-plan {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}

.scp-checkout-template-1 .scp-checkout-amount-row {
  color: #fff;
}

.scp-checkout-amount-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #333333;
}

.scp-field-label {
  font-size: 14px;
}

.scp-field-value {
  font-size: 14px;
}

.scp-coupen-field {
  position: relative;
  text-align: left;
}

.wp-block-smart-creator-press-checkout-form label.scp-form-field {
  padding: 8px 0;
  display: block;
  margin: 0;
}

input.scp-coupen-field {
  border: none;
  padding: 10px;
  outline: none;
  margin: 0;
  line-height: 1;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: 600;
  text-align: right;
  background: #404c78;
  text-align: center;
  border-radius: 5px;
  margin-left: 0;
  margin-right: auto;
  width: 170px;
}

input.scp-coupen-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input.scp-coupen-field::placeholder {
  color: #fff;
  opacity: 1;
}

input.scp-coupen-field::-ms-input-placeholder {
  color: #fff;
}

.scp-checkout-coupen-code-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}

.scp-checkout-amount-row.scp-bt-1 {
  border-top: 1px solid #404c78;
  padding-top: 10px;
}

/*Template 2 Style*/
.scp-checkout-template-2 .scp-checkout-order-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.scp-checkout-template-2 .scp-checkout-order-item-price {
  display: flex;
  align-items: center;
}

.scp-checkout-template-2 .scp-product-description {
  text-align: center;
}

.scp-checkout-template-2 .scp-checkout-order-item-details {
  margin-bottom: 10px;
}

.scp-checkout-template-2 div.scp-coupen-field {
  text-align: right;
}

.scp-checkout-template-2 .scp-form-field .scp-form-field__input {
  box-shadow: none;
  padding: 0;
  height: auto;
}

.scp-checkout-template-2 .wp-block-smart-creator-press-checkout-form .scp-form-field {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 0;
  border: 2px solid gainsboro;
  line-height: 1;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0;
}

.scp-checkout-template-2 .wp-block-smart-creator-press-checkout-form label.scp-form-field .scp-form-field__label {
  font-size: 15px;
  margin-bottom: 0;
}

/*Old Checkout Style*/
#scp-checkout {
  position: relative;
}

/*#scp-checkout .scp-checkout-order-item {display: flex;align-items: center;margin: 0;padding: 0;background: transparent;border-radius: 8px;gap: 15px;border-bottom: 1px solid gainsboro;border-radius: 0;padding-bottom: 15px; margin-bottom: 10px;} 
#scp-checkout .scp-checkout-order-item-image {width: 60px;height: 60px;background: #fff;border-radius: 4px;margin-right: 0;background: #ffffff;display: flex;align-items: center;justify-content: center;padding: 0;border-radius: 5px;bo;border: 2px solid #ffffff;} 
#scp-checkout .scp-checkout-order-item-details {flex-grow: 1;flex: 1;} 
#scp-checkout .scp-checkout-order-item-price { text-align: right; } 
#scp-checkout .scp-checkout-order-item-quantity { color: #666; width: max-content; background: #e7e7e7; padding: 3px 5px; margin-top: 10px; border-radius: 3px; line-height: 1; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 5px; cursor: pointer; margin-left: auto; margin-bottom: 5px; } 
#scp-checkout .scp-checkout-order-item-price { display: flex; flex-direction: column; justify-content: center; } 
#scp-checkout .scp-checkout-order-item-price span.scp-checkout-order-item-price {color: gray;font-size: 12px;} 
*/
#scp-checkout .scp-apple-pay-button {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: none;
  margin: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

#scp-checkout .scp-apple-pay-button svg {
  fill: #fff;
}

#scp-checkout .scp-divider {
  text-align: center;
  padding: 20px 0;
  color: #666;
  position: relative;
}

#scp-checkout .scp-divider div.scp-divider-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 0 9px;
  line-height: 10px;
  background: #fff;
  margin-top: -2px;
}

#scp-checkout .scp-divider hr {
  background: gainsboro;
  border: none;
  height: 1px;
  width: 100%;
  margin: 0;
  line-height: 1;
}

#scp-checkout .scp-form-group {
  margin-bottom: 20px;
}

#scp-checkout .scp-label {
  display: block;
  margin-bottom: 8px;
  color: #333;
}

#scp-checkout .scp-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

#scp-checkout .scp-card-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

#scp-checkout .scp-submit-button {
  width: 100%;
  padding: 12px;
  background: #24234d;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

#scp-checkout .scp-checkout-footer {
  margin-top: 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

#scp-checkout .scp-product-name h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#scp-checkout .scp-product-description p {
  font-size: 12px !important;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}

#scp-checkout .scp-checkout-order-item-total-price {
  font-size: 14px;
  font-weight: 600;
}

#scp-checkout .scp-checkout-order-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#scp-checkout .scp-checkout-total {
  border-top: 2px solid #e0e0e0;
  padding-top: 10px;
  margin-top: 10px;
}

#scp-checkout .scp-page-heading {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

#scp-checkout input.scp-coupen-field::-webkit-input-placeholder {
  color: #0376d4;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

#scp-checkout input.scp-coupen-field {
  border: none;
  padding: 0;
  outline: none;
  margin: 0;
  line-height: 1;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
}

#scp-checkout button.scp-coupen-btb {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 13px;
  color: #192552;
}

#scp-checkout .scp-coupen-field {
  position: relative;
}

#scp-checkout .scp-checkout-coupen-code-wrapper {
  margin-bottom: 10px;
  margin-top: 15px;
}

#scp-checkout input.scp-coupen-field:not(:-moz-placeholder-shown) {
  border: 2px solid gainsboro;
  padding: 10px;
  border-radius: 5px;
  cursor: auto;
}

#scp-checkout input.scp-coupen-field:focus, #scp-checkout input.scp-coupen-field:not(:placeholder-shown) {
  border: 2px solid gainsboro;
  padding: 10px;
  border-radius: 5px;
  cursor: auto;
}

#scp-checkout input.scp-coupen-field:not(:-moz-placeholder-shown) + button.scp-coupen-btb {
  display: block;
}

#scp-checkout input.scp-coupen-field:not(:placeholder-shown) + button.scp-coupen-btb {
  display: block;
}

#scp-checkout input.scp-coupen-field:focus::-webkit-input-placeholder {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 400;
}

/*Order Bump Template 2*/
#scp-checkout .scp-order-bump-template-2 {
  border: 2px dashed #d3c7eb;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

#scp-checkout .scp-order-bump-title-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

#scp-checkout .scp-toggle-switch input {
  display: none;
}

#scp-checkout .scp-toggle-switch label {
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}

#scp-checkout .scp-toggle-switch input:checked + label {
  background-color: #805ad5;
}

#scp-checkout .scp-toggle-switch label::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#scp-checkout .scp-toggle-switch input:checked + label::after {
  left: 22px;
}

#scp-checkout .order-bump-title {
  color: #805ad5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 20px;
}

#scp-checkout .scp-order-bump-description {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

/*Checkout Radio*/
#scp-checkout .scp-payment-method-container {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  gap: 10px;
}

#scp-checkout .scp-payment-method {
  position: relative;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  flex: 1;
  align-items: center;
  padding: 10px;
  background: #eaeaea;
  gap: 20px;
  border-radius: 5px;
}

#scp-checkout .scp-payment-method input {
  width: 20px;
  height: 20px;
}

#scp-checkout .scp-payment-logo {
  height: auto;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}

#scp-checkout .scp-payment-method input:checked + .scp-payment-logo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  border-radius: 5px;
}

#scp-checkout .scp-payment-method input:checked + .scp-payment-logo span, #scp-checkout .scp-payment-method input:checked + .scp-payment-logo svg {
  color: #fff;
  z-index: 9999;
  fill: #fff;
}

#scp-checkout .scp-payment-method input:checked {
  border-color: #fff;
  background: #fff;
  position: relative;
  z-index: 1;
  accent-color: #fff;
  border-width: 12px;
}

#scp-checkout .scp-payment-method input[type=radio] {
  position: absolute;
  opacity: 0;
}

#scp-checkout a.scp-change-price-plan {
  font-size: 12px !important;
  color: #383838 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  text-decoration: none;
}

/*#scp-checkout #card-element {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 20px;
}
*/
#scp-checkout .scp-form-row label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

#scp-checkout .scp-divider-text span {
  font-size: 13px;
  font-weight: 500;
  color: #b1b1b1;
}

#scp-checkout .scp-form-group label {
  font-size: 15px;
  font-weight: 600;
}

#scp-checkout .scp-checkout-order-summary h2 {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin: 0;
}

#scp-checkout .scp-payment-wrapper {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

#scp-checkout .scp-section-title h3 {
  font-size: 20px;
  padding-bottom: 10px;
}

#scp-checkout .scp-checkout-amount-summary {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  margin-top: 10px;
  text-align: right;
}

#scp-checkout .scp-checkout-amount-row {
  display: flex;
  justify-content: space-between;
}

#scp-checkout .scp-checkout-amount-summary {
  width: calc(100% - 75px);
  margin-left: auto;
}

#scp-checkout .scp-field-label label small {
  display: block;
  font-size: 12px;
  color: #7a7a7a;
}

#scp-checkout .scp-field-label {
  text-align: left;
}

#scp-checkout .scp-field-label label {
  color: #525252;
  font-size: 14px;
  line-height: 1.2;
}

#scp-checkout .scp-field-value {
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
}

#scp-checkout .scp-checkout-amount-row {
  margin-bottom: 8px;
}

#scp-checkout .scp-field-value strong {
  color: #525252;
}

#scp-checkout .scp-checkout-amount-row.scp-bt-1 {
  border-top: 1px solid gainsboro;
  padding-top: 10px;
}

#scp-checkout .scp-field-label strong {
  font-weight: 600;
}

#scp-checkout .scp-checkout-pay-now-btn {
  margin-top: 20px;
}

/*Order Bumb*/
html body div#scp-checkout .scp-order-bump {
  max-width: 500px;
  margin: 20px auto;
  margin-top: 50px;
  border: 2px solid #d2d2d2;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 4px 25px rgba(76, 175, 80, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

html body div#scp-checkout .scp-order-bump::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, transparent 48%, rgba(76, 175, 80, 0.1) 50%);
  border-radius: 0 12px 0 0;
}

html body div#scp-checkout .scp-order-bump:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(76, 175, 80, 0.2);
}

html body div#scp-checkout .scp-bump-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}

html body div#scp-checkout .scp-boost-icon {
  background: linear-gradient(135deg, #9de4a2, #ffffff);
  color: white;
  padding: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 3px 10px rgba(76, 175, 80, 0.3);
}

html body div#scp-checkout .scp-special-offer {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 20px;
  animation: scp-pulse 2s infinite;
}

@keyframes scp-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
html body div#scp-checkout .scp-bump-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  line-height: 1.3;
  padding-bottom: 0;
}

html body div#scp-checkout .scp-bump-price {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 15px 0;
  border: 1px dashed #4CAF50;
}

html body div#scp-checkout .scp-current-price {
  font-size: 20px;
  font-weight: 800;
  color: #4CAF50;
  margin-right: 12px;
}

html body div#scp-checkout .scp-original-price {
  text-decoration: line-through;
  color: #95a5a6;
  font-size: 14px;
  position: relative;
}

html body div#scp-checkout .scp-bump-description {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 0;
}

html body div#scp-checkout .scp-benefits-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

html body div#scp-checkout .scp-benefits-list li {
  color: #333 !important;
  margin-bottom: 12px !important;
  padding-left: 35px !important;
  padding-bottom: 0 !important;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 14px !important;
}

html body div#scp-checkout .scp-benefits-list li::before {
  content: "✓";
  background: #4CAF50;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  font-size: 12px;
}

html body div#scp-checkout .scp-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #4CAF50;
  margin-top: 20px;
  transition: all 0.3s ease;
}

html body div#scp-checkout .scp-checkbox-wrapper:hover {
  background: linear-gradient(to right, #f0f7f0, #ffffff);
  transform: translateX(5px);
}

html body div#scp-checkout .scp-bump-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #4CAF50;
}

html body div#scp-checkout .scp-checkbox-label {
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  font-size: 13px;
}

html body div#scp-checkout .scp-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 10px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 6px;
  font-size: 12px;
  color: #45a049;
}

html body div#scp-checkout img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 14px !important;
  width: 14px !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

html body div#scp-checkout ul.scp-benefits-list li {
  margin-left: 0;
}

/*Checkout Frontend*/
#scp-checkout .wp-block-smart-creator-press-smart-creator-press {
  border: none;
  padding: 0;
  background: transparent;
  max-width: 100% !important;
}

#scp-checkout .scp-container > .wp-block-columns {
  gap: 0;
}

#scp-checkout .wp-block-column.scp-right-part-checkout.is-layout-flow.wp-block-column-is-layout-flow > *,
#scp-checkout .wp-block-column.scp-left-part-checkout.is-layout-flow.wp-block-column-is-layout-flow > * {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.scp-checkout-content-starting {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#scp-checkout .wp-block-smart-creator-press-checkout-form .scp-container {
  margin: 40px auto;
  border: 1px solid gainsboro;
  box-shadow: 0px 0px 24px 0px rgba(231, 231, 231, 0.75);
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
}

#scp-checkout .scp-container > .wp-block-columns {
  margin-bottom: 0;
}

/*# sourceMappingURL=style-index.css.map*/