@charset "UTF-8";
/*!
 * BerryPress SCSS Framework
 * Copyright (c) 2025 BerryPress
 * Source code: https://github.com/BerryPress/scss-framework
 * License: https://github.com/BerryPress/scss-framework/blob/main/LICENSE
 */
.berrypress-flex-base {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.berrypress-align-items-center {
  align-items: center;
}

.berrypress-flex-wrap {
  flex-wrap: wrap;
}

.berrypress-page .tablenav-pages {
  margin-right: 20px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1400px) {
  .berrypress-page .tablenav-pages {
    gap: 20px;
  }
}
.berrypress-page .tablenav-pages input[type=text] {
  min-width: 50px;
  min-height: 26px;
}
.berrypress-page .tablenav-pages .displaying-num {
  color: #7e84a3;
}
.berrypress-page .tablenav-pages .paging-input {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.berrypress-page .tablenav-pages .pagination-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.berrypress-page .tablenav-pages .pagination-links span[aria-hidden=true],
.berrypress-page .tablenav-pages .pagination-links a span[aria-hidden=true] {
  visibility: hidden;
  position: relative;
  display: inline-flex;
  font-family: "Material Symbols Rounded BerryPress", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  background-color: transparent !important;
  font-size: 0;
}
.berrypress-page .tablenav-pages .pagination-links span[aria-hidden=true].disabled,
.berrypress-page .tablenav-pages .pagination-links a span[aria-hidden=true].disabled {
  opacity: 0.4;
}
.berrypress-page .tablenav-pages .pagination-links span[aria-hidden=true]::before,
.berrypress-page .tablenav-pages .pagination-links a span[aria-hidden=true]::before {
  visibility: visible;
  content: "";
  font-size: 16px;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  color: #5A607F;
}
.berrypress-page .tablenav-pages .pagination-links .button {
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.berrypress-page .tablenav-pages .pagination-links .button:disabled {
  border: 1px solid transparent;
}
.berrypress-page .tablenav-pages .pagination-links .button:hover {
  background-color: #F3F5F9;
}
.berrypress-page .tablenav-pages .pagination-links .button:focus {
  outline: none;
  color: #0070F0;
  box-shadow: unset;
  border: 1px solid #d7dbec;
}
.berrypress-page .tablenav-pages .pagination-links span[aria-hidden=true]:first-of-type::before,
.berrypress-page .tablenav-pages .pagination-links a.first-page span[aria-hidden=true]::before {
  content: "\eac3";
}
.berrypress-page .tablenav-pages .pagination-links span[aria-hidden=true]:nth-of-type(2)::before,
.berrypress-page .tablenav-pages .pagination-links a.prev-page span[aria-hidden=true]::before {
  content: "\e314";
}
.berrypress-page .tablenav-pages .pagination-links .paging-input + a.next-page span[aria-hidden=true]::before,
.berrypress-page .tablenav-pages .pagination-links .paging-input + span[aria-hidden=true]:nth-last-of-type(2):not(.tablenav-paging-text)::before {
  content: "\e315";
}
.berrypress-page .tablenav-pages .pagination-links a.last-page span[aria-hidden=true]::before,
.berrypress-page .tablenav-pages .pagination-links span[aria-hidden=true]:last-of-type::before {
  content: "\eac9";
}

.berrypress-page .berrypress-search-box {
  column-gap: 0;
}

.berrypress-page .berrypress-top-bar {
  text-align: center;
  background-color: #e6e9f4;
}
.berrypress-page .berrypress-top-bar h2 {
  font-size: 13px;
  font-weight: 500;
}
.berrypress-page .berrypress-top-bar a.berrypress-link {
  font-size: 13px;
  color: #0070F0;
}
.berrypress-page .berrypress-top-bar a.berrypress-link i {
  vertical-align: middle;
}

.berrypress-upgrade-box-list i {
  vertical-align: middle;
  margin-right: 5px;
  color: #0070F0;
}

.berrypress-coupon {
  padding: 0.5rem 1rem;
}

.berrypress-about-page {
  max-width: 1200px;
  padding: 20px;
}

.berrypress-about-page p, .berrypress-about-page ul, .berrypress-about-page li {
  font-size: 15px;
}

.berrypress-about-page h3 {
  margin-top: 0;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #0070F0;
}

.berrypress-about-section {
  padding: 20px 0;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

/* List */
.berrypress-feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.berrypress-feature-list li {
  padding: 8px 0 8px 25px;
  border-bottom: 1px solid #e6e9f4;
  position: relative;
}

.berrypress-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0070F0;
  font-weight: bold;
}

.berrypress-feature-list li:last-child {
  border-bottom: none;
}

.berrypress-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.berrypress-addons-page {
  max-width: 1200px;
  margin: 20px 0;
}

.berrypress-addons-page .addons-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}

.berrypress-addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

@media (max-width: 780px) {
  .berrypress-addons-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.berrypress-addon-item {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e9f4;
  transition: transform 0.4s ease;
}

.berrypress-addon-item .berrypress-addon-item-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.berrypress-addon-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.berrypress-addon-icon {
  margin-bottom: 20px;
}

.berrypress-addon-icon img {
  width: 40px;
  height: 40px;
}

.berrypress-addon-icon img:hover {
  transform: scale(1.05);
}

.berrypress-addon-item h3 {
  margin: 0 0 15px 0;
}

.berrypress-addon-item p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.berrypress-addon-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.berrypress-addon-features li {
  border-bottom: 1px solid #e6e9f4;
  position: relative;
  padding: 5px 0 5px 20px;
}

.berrypress-addon-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0070F0;
  font-weight: bold;
}

.berrypress-addon-features li:last-child {
  border-bottom: none;
}

.berrypress-product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
  text-transform: uppercase;
  background: #e6f0ff;
  color: #0070F0;
}

.berrypress-product-badge.berrypress-product-badge-highlight {
  background: #0070F0;
  color: #fff;
}

/* Box */
.berrypress-box-cta {
  text-align: center;
  background: #F3F5F9;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
}

.berrypress-box-cta h3 {
  margin: 0 0 15px 0;
}

.berrypress-box-cta p {
  color: #5A607F;
  font-size: 14px;
}

.berrypress-notice {
  font-weight: 400;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #131523;
  border: 1px solid #F3F5F9;
  margin-left: 0;
}
.berrypress-notice h3 {
  margin-top: 10px;
}

.berrypress-notice.berrypress-notice-headline {
  padding-top: 15px;
}

.berrypress-notice-icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  justify-content: center;
}

.berrypress-notice-image {
  align-self: flex-start;
}

.berrypress-page button.notice-dismiss {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  border: none;
  margin: 0;
  padding: 9px;
  background: 0 0;
  color: #787c82;
  cursor: pointer;
}

.berrypress-notice.is-dismissible .notice-dismiss::before {
  color: #7e84a3;
}

.berrypress-notice.berrypress-notice-success {
  border-left: 4px solid #21d59b;
  background-color: #effaf2;
}
.berrypress-notice.berrypress-notice-success i {
  color: #0C7F54;
  font-size: 16px;
}
.berrypress-notice.berrypress-notice-success a {
  color: #131523;
  text-decoration: underline;
  font-weight: 600;
}

table.berrypress-table.phplugins-live-carts-table-status {
  max-width: 620px;
  text-align: left;
  border-spacing: 0;
}
table.berrypress-table.phplugins-live-carts-table-status tbody tr:not(:last-child) th {
  border-bottom: 1px solid #F3F5F9;
}
table.berrypress-table.phplugins-live-carts-table-status tbody th {
  padding: 10px 15px;
}
table.berrypress-table.phplugins-live-carts-table-status tbody tr:last-of-type td {
  border-bottom: 0;
}
table.berrypress-table.phplugins-live-carts-table-status tbody tr td {
  border-color: #F3F5F9;
}

textarea.phplugins-lc-debug-log {
  width: 100%;
  background-color: #fafbfd;
  border-color: #e6e9f4;
  padding: 10px;
  font-family: monospace;
  font-size: 12px;
  white-space: pre;
  overflow: auto;
}

.berrypress-header-left img {
  max-width: 26px;
}

.berrypress-page-content-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
.berrypress-page-content-header h1 {
  padding: 0;
}
.berrypress-page-content-header button {
  margin-left: auto;
}
.berrypress-page-content-header .berrypress-btn-go-back {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.berrypress-page-content-header .berrypress-btn-go-back:hover {
  color: #0070F0;
}
.berrypress-page-content-header .berrypress-btn-go-back i {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.berrypress-page-content-header.berrypress-lc-page-content-header a {
  margin-right: 1em;
}

#phplugins-live-carts-details-card {
  padding: 1em 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #e6e9f4;
  display: inline-block;
  min-width: 60%;
}
#phplugins-live-carts-details-card .form-table table tr > * {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
#phplugins-live-carts-details-card a {
  text-decoration: underline;
}
#phplugins-live-carts-details-card a:hover {
  color: #0070F0;
}
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col {
  display: grid;
  row-gap: 1.6em;
  width: 100%;
}
@media (min-width: 981px) {
  #phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col {
    grid-template-columns: 1fr 1fr;
  }
}
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col > tbody,
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col > tr {
  display: contents;
}
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col tr {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col th {
  width: unset;
  min-width: 100px;
}
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col th,
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col td {
  padding: 0;
  border: 0;
}
#phplugins-live-carts-details-card .form-table.phplugins-lc-table-2col th {
  font-weight: 600;
  text-align: left;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart {
  border: 1px solid #e6e9f4;
  border-radius: 8px;
  overflow: hidden;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table {
  width: 100%;
  margin-top: 0;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table .phplugins-lc-product-info {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table .phplugins-lc-product-info img {
  width: 50px;
  height: auto;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table .phplugins-lc-product-attributes {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #5A607F;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table tfoot {
  border-top: 1px solid #F3F5F9;
  background-color: rgb(245.4, 247, 250.2);
  font-weight: 500;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table tfoot td {
  padding: 10px;
  font-size: 13px;
}
#phplugins-live-carts-details-card .phplugins-lc-table-cart .form-table .phplugins-lc-total {
  font-weight: 500;
  margin: 0;
}

.berrypress_page_live-carts-for-woocommerce #the-list .column-status::before,
.phplugins-live-carts-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.phplugins-live-carts-status-green::before,
.phplugins-live-carts-converted::before {
  background: #21d59b;
}

.phplugins-live-carts-status-yellow::before,
.phplugins-live-carts-active::before {
  background: #ffc700;
}

.phplugins-live-carts-status-red::before,
.phplugins-live-carts-abandoned::before {
  background: #f0142f;
}

.berrypress-seperator {
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #e6e9f4, #e6e9f4 6px, transparent 6px, transparent 10px);
  margin: 2.4em 0;
  display: block;
}

table.berrypress_page_live-carts-for-woocommerce tfoot .check-column,
table.berrypress_page_live-carts-for-woocommerce thead .check-column {
  padding: 0 0 0 10px !important;
}

table.berrypress_page_live-carts-for-woocommerce tbody .check-column {
  text-align: left;
  vertical-align: middle;
  padding: 0 0 0 10px !important;
  border-bottom: 1px solid #e6e9f4;
}
table.berrypress_page_live-carts-for-woocommerce tbody .check-column label:hover {
  background-color: transparent;
}

.berrypress_page_live-carts-for-woocommerce .tablenav .button {
  cursor: pointer;
  padding: 2px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #d7dbec;
  text-align: center;
  transition: background 0.3s ease, opacity 0.3s ease;
  background-color: #F3F5F9;
  color: #131523;
  white-space: nowrap;
}
.berrypress_page_live-carts-for-woocommerce .tablenav .button:hover {
  background-color: rgb(234.5, 237.9166666667, 244.75);
}
.berrypress_page_live-carts-for-woocommerce .tablenav .button i {
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  left: -4px;
}

.berrypress_page_live-carts-for-woocommerce #screen-options-apply.button-primary {
  cursor: pointer;
  padding: 2px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #d7dbec;
  text-align: center;
  transition: background 0.3s ease, opacity 0.3s ease;
  background-color: #0070F0;
  color: #fff;
  border-color: #0070F0;
  white-space: nowrap;
}
.berrypress_page_live-carts-for-woocommerce #screen-options-apply.button-primary:hover {
  background-color: rgb(0, 104.86, 224.7);
}
.berrypress_page_live-carts-for-woocommerce #screen-options-apply.button-primary i {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  position: relative;
  left: -5px;
}

.phplugins-cart-shortcode {
  padding: 1rem;
  border: 1px solid #F3F5F9;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fafbfd;
  max-width: 1200px;
}
.phplugins-cart-shortcode label {
  font-weight: 500;
}
.phplugins-cart-shortcode .berrypress-link {
  font-size: 13px;
}
.phplugins-cart-shortcode #phplugins-cart-id-shortcode {
  background-color: #FEFEFE;
  border: 1px solid #e6e9f4;
  padding: 6px 12px;
  border-radius: 5px;
  flex: 1 1 0%;
  font-size: 12px;
}

#phplugins-live-carts-analytics-ninjalytics-promo {
  border: 1px solid #e6e9f4;
  padding: 0.75rem 1rem;
  background-color: #FEFEFE;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 782px) {
  #phplugins-live-carts-analytics-ninjalytics-promo {
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
  }
}
#phplugins-live-carts-analytics-ninjalytics-promo svg {
  color: #0070F0;
}

/* Revision history context */
.phplugins-lc-revisions {
  padding-bottom: 1rem;
  /* Line */
  /* Circle */
}
.phplugins-lc-revisions h2 {
  margin-bottom: 1.4em;
}
.phplugins-lc-revisions > div:not(:last-child) {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}
.phplugins-lc-revisions > div:last-child {
  position: relative;
  padding-left: 2rem;
}
.phplugins-lc-revisions > div:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1em;
  bottom: -2em;
  width: 2px;
  background-color: #e6e9f4;
}
.phplugins-lc-revisions > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0070F0;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #e6e9f4;
}
.phplugins-lc-revisions .phplugins-lc-revision-item h3 {
  font-size: 0.75rem;
  font-weight: 500;
  color: #5A607F;
  margin-bottom: 0.3rem;
}
.phplugins-lc-revisions .phplugins-lc-diffs {
  border: 1px solid #e6e9f4;
  border-radius: 0.5rem;
  padding: 0.85rem 0.5rem 0.5rem;
  list-style: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  /* Icons */
}
.phplugins-lc-revisions .phplugins-lc-diffs li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.4;
}
.phplugins-lc-revisions .phplugins-lc-diffs li:not(:last-child) {
  margin-bottom: 0.375rem;
}
.phplugins-lc-revisions .phplugins-lc-diffs .phplugins-lc-diff-add::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #16a34a;
  font-weight: 600;
  font-size: 1rem;
}
.phplugins-lc-revisions .phplugins-lc-diffs .phplugins-lc-diff-remove::before {
  content: "×";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #f0142f;
  font-weight: 600;
  font-size: 1rem;
}
.phplugins-lc-revisions .phplugins-lc-diffs .phplugins-lc-diff-change-quantity::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.4rem;
  margin-left: 0.25rem;
  margin-right: 0.2rem;
  background-color: #0070F0;
  border-radius: 50%;
}
