@charset "UTF-8";
.hide {
  display: none;
}

#adminmenu li#toplevel_page_cocart.wp-has-current-submenu a.wp-has-current-submenu {
  background-color: #6032b0;
}

#adminmenu #toplevel_page_cocart .wp-submenu a[href="admin.php?page=cocart-updates"],
#adminmenu #toplevel_page_cocart .wp-submenu a[href="admin.php?page=cocart-updates"].current {
  color: #FFC233;
  font-weight: 700;
}

#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-setup"],
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-support"] {
  position: relative;
  margin-bottom: 16px;
}
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-updates"] {
  position: relative;
  margin: 16px 0;
}
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-setup"]::after,
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-support"]::after,
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-updates"]::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-updates"]::before {
  top: -8px;
}
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-setup"]::after,
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-support"]::after,
#toplevel_page_cocart li:not(:last-child) a[href="admin.php?page=cocart-updates"]::after {
  bottom: -8px;
}
#toplevel_page_cocart.wp-not-current-submenu li:not(:last-child) a[href="admin.php?page=cocart-updates"]::before, #toplevel_page_cocart.wp-not-current-submenu li:not(:last-child) a[href="admin.php?page=cocart-updates"]::after {
  right: 5px;
}

body.cocart-pagestyles .wp-header-end {
  clear: both;
}

.cocart-wrapped {
  clear: both;
  margin: 0 auto !important;
  max-width: 740px;
  padding: 60px 0 !important;
}
.cocart-wrapped .cocart-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 2em;
  margin: 0 0 20px;
  background: #fff;
  overflow: hidden;
  zoom: 1;
  text-align: left;
}
.cocart-wrapped .cocart-content.inner {
  padding: 0;
}
.cocart-wrapped .cocart-content.inner form {
  padding: 24px;
}
.cocart-wrapped .cocart-content a:not(.button) {
  color: #6032b0;
}
.cocart-wrapped .cocart-content a:not(.button):hover, .cocart-wrapped .cocart-content a:not(.button):focus {
  color: #151515;
}
.cocart-wrapped .cocart-content p {
  color: #72777c;
  font-size: 14px;
  line-height: 1.75;
}
.cocart-wrapped .cocart-content p:first-of-type {
  margin-top: 0;
}
.cocart-wrapped .cocart-content p:last-child {
  margin-bottom: 0;
}
.cocart-wrapped .cocart-content label {
  color: #72777c;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.cocart-wrapped .cocart-content span {
  display: inline-block;
}
.cocart-wrapped .cocart-content form label,
.cocart-wrapped .cocart-content form span {
  margin-top: 1rem;
}
.cocart-wrapped .column-container {
  align-self: flex-start;
  box-sizing: border-box;
  clear: both;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "col1 col2" "wide wide";
  gap: 1rem;
  justify-content: center;
  padding: 0.5em;
  width: 100%;
  z-index: 1;
}
.cocart-wrapped .column {
  display: grid;
  gap: 0;
  margin: 0 1rem auto;
}
.cocart-wrapped .column.wide {
  grid-area: wide;
}
.cocart-wrapped .column.wide.has-background {
  background: linear-gradient(135deg, #140C23 0%, #6032b0 100%);
  border: 1px solid #9b50e3;
  color: #fff;
  padding: 2em;
  margin: -8px;
}
.cocart-wrapped .column.wide.has-background .upgrade-header {
  align-items: center;
  display: flex;
  gap: 0.75em;
  margin-bottom: 1em;
}
.cocart-wrapped .column.wide.has-background .upgrade-icon {
  flex-shrink: 0;
}
.cocart-wrapped .column.wide.has-background h3 {
  color: #fff;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
.cocart-wrapped .column.wide.has-background .upgrade-body {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: space-between;
}
.cocart-wrapped .column.wide.has-background p {
  color: #fff;
  flex: 1 1 280px;
  margin: 0;
}
.cocart-wrapped .column.wide.has-background .upgrade-action {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0.75em;
  min-width: 280px;
}
.cocart-wrapped .column .button {
  margin: 1em 0 !important;
  width: -moz-fit-content;
  width: fit-content;
}

body:not(.rtl).cocart-pagestyles #wpbody {
  color: #212023;
  font-weight: 400;
}

.cocart-pagestyles a.cocart-button,
.cocart-pagestyles button.cocart-button {
  background-color: #5f32d9;
  border-color: #5f32d9;
  color: #fff !important;
  font-weight: 600;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.cocart-pagestyles a.cocart-button-alt,
.cocart-pagestyles button.cocart-button-alt {
  border-color: #6032b0;
  color: #fff !important;
  font-weight: 600;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  color: #6032b0 !important;
}
.cocart-pagestyles a.cocart-button:hover,
.cocart-pagestyles a.cocart-button:focus,
.cocart-pagestyles button.cocart-button:hover,
.cocart-pagestyles button.cocart-button:focus {
  background-color: #5329c4 !important;
  border-color: #5329c4 !important;
  color: #fff !important;
}
.cocart-pagestyles a.cocart-button-alt:hover,
.cocart-pagestyles a.cocart-button-alt:focus,
.cocart-pagestyles button.cocart-button-alt:hover,
.cocart-pagestyles button.cocart-button-alt:focus {
  background-color: #f0f0f1;
  border-color: #5329c4 !important;
  color: #212023 !important;
}
.cocart-pagestyles a.button:focus,
.cocart-pagestyles button:focus,
.cocart-pagestyles .button-primary:focus {
  text-decoration-thickness: 4px;
}
.cocart-pagestyles #upgrade-button {
  background-color: #fff !important;
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px -4px #151515 !important;
  box-sizing: border-box;
  color: #6032b0 !important;
  grid-area: inherit;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 !important;
  text-align: center;
  width: 100% !important;
}
.cocart-pagestyles #upgrade-button:hover, .cocart-pagestyles #upgrade-button:focus {
  background-color: #f0f0f1 !important;
  border-color: #f0f0f1;
  color: #5329c4 !important;
}
.cocart-pagestyles #upgrade-button.expired {
  background-color: #5f32d9 !important;
  border-color: #5f32d9;
  color: #fff !important;
}
.cocart-pagestyles #upgrade-button.expired:hover, .cocart-pagestyles #upgrade-button.expired:focus {
  background-color: #5329c4 !important;
  border-color: #5329c4 !important;
  color: #fff !important;
}

@media screen and (min-width: 783px) {
  .cocart-pagestyles:not(.cocart-setup) #wpfooter {
    display: inherit;
    position: relative;
  }
}
@media screen and (max-width: 782px) {
  #wpbody-content {
    padding-bottom: 30px !important;
  }
  .cocart-wrapped {
    padding: 30px 0 0 !important;
  }
  .cocart-wrapped .column-container {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "wide";
    gap: 2rem;
  }
  .cocart-wrapped .column-container .column {
    text-align: left;
  }
  .cocart-wrapped .column-container .column .button {
    margin: 1em auto !important;
  }
}
.cocart-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cocart-modal[hidden] {
  display: none;
}

.cocart-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cocart-modal-box {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 24px 28px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.cocart-modal-box h3 {
  margin: 0 0 16px;
  font-size: 14px;
  word-break: break-all;
}

.cocart-upgrade-feature-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.cocart-upgrade-feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.cocart-upgrade-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4f46e5;
  font-weight: 700;
}

.cocart-upgrade-offer {
  font-weight: 600;
}

.cocart-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.cocart-modal-close:hover {
  color: #000;
}

.cocart-modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.cocart-modal-content {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: relative;
  top: 30%;
  width: 480px;
  max-width: 100%;
}

.cocart-modal-header {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  padding: 0.5em 1em;
  position: relative;
}
.cocart-modal-header h4 {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
}

.cocart-modal-body {
  background: #fefefe;
  border-bottom: 0;
  padding: 1em;
}

.cocart-modal-footer {
  background: #fefefe;
  border-top: 1px solid #eee;
  padding: 1em;
  text-align: right;
}

.cocart-pagestyles:not(.cocart-setup) #wpbody-content {
  padding-bottom: 0;
}
.cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header-breadcrumbs {
  margin: 0;
}
.cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header-breadcrumbs span:first-child {
  display: none;
}
.cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header-breadcrumbs span:nth-child(2)::before {
  content: none;
}
.cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header .woocommerce-layout__header-heading {
  background: #fff url("../../images/brand/cocart-logo.svg") no-repeat left center;
  font-weight: 600;
  margin-left: 1.2rem;
  text-indent: 8.6rem;
}
@media screen and (max-width: 784px) {
  .cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header .woocommerce-layout__header-heading {
    text-indent: 9999px;
  }
}
.cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header .woocommerce-layout__header-heading .has-woocommerce-navigation header.has-sections {
  top: 4px;
}
.cocart-pagestyles:not(.cocart-setup) .woocommerce-layout__header .woocommerce-layout__header-heading .has-woocommerce-navigation header.no-sections {
  top: 8px;
}
.cocart-pagestyles:not(.cocart-setup).cocart-wc-version-gte-10_9 .woocommerce-layout__header .woocommerce-layout__header-heading {
  background: #fff url("../../images/brand/cocart-logo.svg") no-repeat 10px center;
  margin: 0;
  text-indent: 10rem;
}

.notice.inline.notice-cocart {
  border-color: #6032b0;
}
.notice.inline.notice-cocart p.cart::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../images/brand/cocart-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.notice.cocart-notice:not(.notice-error) {
  border-color: #6032b0;
  padding: 10px !important;
}
.notice.cocart-notice:not(.notice-error) a.button:not(.button-secondary) {
  background-color: #5f32d9;
  border-color: #5f32d9;
}
.notice.cocart-notice:not(.notice-error) a.button-secondary {
  border-color: #5f32d9;
  color: #5f32d9 !important;
}
.notice.cocart-notice:not(.notice-error) a.button:hover,
.notice.cocart-notice:not(.notice-error) a.button:focus {
  background-color: #5329c4 !important;
  border-color: #5329c4 !important;
  color: #fff !important;
}
.notice.cocart-notice:not(.notice-error) a.button:focus {
  text-decoration-thickness: 4px;
}
.notice.cocart-notice:not(.notice-error) .no-thanks {
  display: block;
  margin-top: 10px;
}
.notice.cocart-notice:not(.notice-error) .no-thanks a {
  color: #72777c;
  text-decoration: none;
}
.notice.cocart-notice:not(.notice-error) .no-thanks a:hover {
  color: #444;
}
.notice.cocart-notice:not(.notice-error) p {
  padding: 0;
  margin: 0;
}
.notice.cocart-notice:not(.notice-error) h3 {
  margin: 0 0 5px;
}
.notice.cocart-notice:not(.notice-error) .cocart-action {
  float: right;
  position: relative;
  text-align: center;
  top: 12px;
}
.notice.cocart-notice:not(.notice-error).is-dismissible .cocart-button {
  margin-right: 1.8rem;
}
.notice.cocart-notice:not(.notice-error) .cocart-notice-inner {
  display: table;
  width: 100%;
  text-align: left;
}
.notice.cocart-notice:not(.notice-error) .cocart-notice-inner .cocart-notice-icon,
.notice.cocart-notice:not(.notice-error) .cocart-notice-inner .cocart-notice-content,
.notice.cocart-notice:not(.notice-error) .cocart-notice-inner .cocart-review-now,
.notice.cocart-notice:not(.notice-error) .cocart-notice-inner .cocart-send-feedback {
  display: table-cell;
  vertical-align: middle;
}
.notice.cocart-notice:not(.notice-error) .cocart-notice-content {
  padding: 0 6% 0 20px;
}
.notice .cocart-notice-icon {
  color: #509ed2;
  font-size: 50px;
  width: 60px;
}
.notice .cocart-notice-icon img {
  font-size: 0;
  width: 64px;
}

body.cocart .notice:not(.cocart-notice),
body.cocart .updated:not(.cocart-notice),
body.cocart .error:not(.cocart-notice) {
  display: none;
}

body.cocart-pagestyles .cocart-notice-icon {
  display: none !important;
}
body.cocart-pagestyles .cocart-notice-content {
  padding: 0 6% 0 0 !important;
}
body.cocart-pagestyles .notice:not(.cocart-notice),
body.cocart-pagestyles .updated:not(.cocart-notice),
body.cocart-pagestyles .error:not(.cocart-notice) {
  display: none !important;
}

@media (max-width: 767px) {
  .notice.cocart-notice .cocart-notice-inner {
    display: block;
  }
  .notice.cocart-notice {
    padding: 20px !important;
  }
  .notice.cocart-notice .cocart-notice-inner .cocart-notice-content {
    display: block;
    padding: 0;
  }
  .notice.cocart-notice .cocart-notice-inner .cocart-notice-icon {
    display: none;
  }
  .notice.cocart-notice .cocart-notice-inner .cocart-action {
    margin-top: 20px;
    display: block;
    text-align: left;
  }
  .notice.cocart-notice .cocart-notice-inner .no-thanks {
    display: inline-block;
    margin-left: 15px;
  }
}
.founder-row {
  height: 60px;
  margin-bottom: 2rem;
}
.founder-row .founder-image {
  width: 4.6rem;
  float: left;
}
.founder-row .founder-details {
  float: left;
  width: calc(100% - 4.6rem);
}
.founder-row .founder-details p {
  margin: 0;
}

.cocart-newsletter {
  padding: 2em;
  overflow: hidden;
  background: #f5f5f5;
  clear: both;
}
.cocart-newsletter p {
  padding: 0;
  margin: 0 0 12px;
}
.cocart-newsletter form {
  margin: 0;
}
.cocart-newsletter #newsletter-form-message {
  min-height: 1.2em;
  font-size: 13px;
  margin: 8px 0 0;
  display: block !important;
}
.cocart-newsletter #newsletter-form-message.success {
  color: #2d7a3a;
}
.cocart-newsletter #newsletter-form-message.error {
  color: #b91c1c;
}
.cocart-newsletter .newsletter-form-container {
  display: flex;
}
.cocart-newsletter .newsletter-form-container .newsletter-form-email {
  border: 1px solid #aaa;
  border-color: #ddd;
  border-radius: 4px;
  height: 42px;
  padding: 0 8px;
  font-size: 16px;
  color: #72777c;
  background-color: #fff;
  display: inline-block;
  margin-right: 6px;
  flex-grow: 1;
}
.cocart-newsletter .newsletter-form-container.has-error .newsletter-form-email {
  border-color: #b91c1c;
  box-shadow: 0 0 0 2px rgba(185, 28, 28, 0.25);
}
.cocart-newsletter .newsletter-form-container .newsletter-form-button-container {
  flex-grow: 0;
  display: flex;
  align-items: center;
}
.cocart-newsletter .newsletter-form-container .newsletter-form-button-container .button.newsletter-form-button {
  height: 42px;
  padding: 0 1em;
  margin: 0;
}

p.next-steps-help-text {
  color: #9f9f9f !important;
  padding: 0 2em;
  text-align: center;
  font-size: 0.9em !important;
}
p.next-step-heading {
  margin: 0 !important;
  font-size: 1em;
  font-weight: 400;
  font-variant: all-small-caps;
}
p.next-step-extra-info {
  margin: 0 !important;
}

ul.cocart-next-steps {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none outside;
}
ul.cocart-next-steps h2 {
  margin-bottom: 12px;
}
ul.cocart-next-steps h3.next-step-description {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
ul.cocart-next-steps li {
  padding: 0;
}
ul.cocart-next-steps li a {
  display: block;
  padding: 0 0 0.75em;
}
ul.cocart-next-steps li a::before {
  color: #82878c;
  font: 400 20px/1 dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  speak: none;
  display: inline-block;
  padding: 0 10px 0 0;
  top: 1px;
  position: relative;
  text-decoration: none !important;
  vertical-align: top;
}
ul.cocart-next-steps .cocart-next-step-item {
  display: flex;
  border-top: 1px solid #eee;
}
ul.cocart-next-steps .cocart-next-step-item:first-child {
  border-top: 0;
}
ul.cocart-next-steps .cocart-next-step-description {
  flex-grow: 1;
  margin: 1.5em;
}
ul.cocart-next-steps .cocart-next-step-action {
  flex-grow: 0;
  display: flex;
  align-items: center;
}
ul.cocart-next-steps .cocart-next-step-action .cocart-button {
  box-shadow: none;
  margin: 1em 1.5em !important;
  min-width: 12em;
  height: auto;
}
ul.cocart-next-steps .cocart-next-step-action .cocart-button:focus, ul.cocart-next-steps .cocart-next-step-action .cocart-button:hover, ul.cocart-next-steps .cocart-next-step-action .cocart-button:active {
  box-shadow: none;
}
ul.cocart-next-steps .cocart-next-step-action .cocart-button.button-primary {
  margin: 0;
  opacity: 1;
}
ul.cocart-next-steps .cocart-additional-steps .cocart-next-step-description {
  margin-bottom: 0;
}
ul.cocart-next-steps .cocart-additional-steps .cocart-actions {
  margin: 0 0 1.5em;
}
ul.cocart-next-steps .cocart-additional-steps .cocart-actions .button {
  font-size: 15px;
  margin: 1em 0 1em 1.5em;
}

#countdown-timer {
  background-color: rgba(243, 109, 10, 0.25);
  border-radius: 4px;
  box-sizing: border-box;
  color: #f36d0a;
  font-size: 0.95em;
  font-weight: 700;
  padding: 0.4em 0.8em;
  text-align: center;
  transition: opacity 0.5s ease-out;
}

.tweet-share {
  display: flex;
  padding: 0;
  align-items: center;
  place-content: center center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 400px) {
  .cocart-newsletter .newsletter-form-container {
    display: block;
  }
  .cocart-newsletter .newsletter-form-container .newsletter-form-email {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  .cocart-newsletter .newsletter-form-container .button.newsletter-form-button {
    float: left;
  }
  .cocart-next-steps .cocart-next-step-item {
    flex-wrap: wrap;
  }
  .cocart-next-steps .cocart-next-step-item .cocart-next-step-description {
    margin-bottom: 0;
  }
  .cocart-next-steps .cocart-next-step-item .cocart-next-step-action p {
    margin: 0;
  }
}
#cart-rest-api-for-woocommerce-update .updating-message .cocart_plugin_upgrade_notice {
  display: none;
}
#cart-rest-api-for-woocommerce-update .dummy {
  display: none;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice {
  background: #fff8e5 !important;
  border-left: 4px solid #ffb900;
  border-top: 1px solid #ffb900;
  font-weight: normal;
  margin: 0 -12px 0 -16px !important;
  padding: 9px 0 9px 12px !important;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice::before {
  content: "\f348";
  display: inline-block;
  font: 400 18px/1 dashicons;
  margin: 0 8px 0 -2px;
  speak: never;
  vertical-align: top;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major {
  padding: 20px 0 !important;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor::before, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major::before {
  display: none;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor p, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major p {
  line-height: 1.5em;
  margin: 0;
  padding: 0 20px;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor p::before, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major p::before {
  content: "";
  display: none;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor table.plugin-details-table, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major table.plugin-details-table {
  margin: 0.75em 0 0;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor table.plugin-details-table tr, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major table.plugin-details-table tr {
  background: transparent none !important;
  border: 0 !important;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor table.plugin-details-table th,
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor table.plugin-details-table td, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major table.plugin-details-table th,
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major table.plugin-details-table td {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none;
  font-size: 1em;
  margin: 0;
  padding: 0.75em 20px 0;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.minor table.plugin-details-table th, #cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice.major table.plugin-details-table th {
  font-weight: bold;
}

#cocart_untested_extensions_modal {
  display: none;
}

.cocart_untested_extensions_modal_container {
  border-radius: 4px;
  padding: 0;
}
.cocart_untested_extensions_modal_container #TB_closeAjaxWindow {
  display: none;
}
.cocart_untested_extensions_modal_container #TB_title {
  display: none;
}
.cocart_untested_extensions_modal_container #TB_ajaxContent {
  height: 100% !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.cocart_untested_extensions_modal_container #TB_ajaxContent p {
  margin: 0 0 1em;
}

.cocart_untested_extensions_modal--content h1 {
  border-bottom: 1px solid #eee;
  background: #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.6em;
  line-height: 1.5em;
  margin: 2px 2px 0.5em;
  padding: 0.75em 1.154em;
  text-shadow: none;
}
.cocart_untested_extensions_modal--content .extensions_warning {
  padding: 0 2em;
}
.cocart_untested_extensions_modal--content .plugin-details-table-container {
  max-height: 40vh;
  overflow-y: auto;
}
.cocart_untested_extensions_modal--content table.plugin-details-table {
  margin: 20px 0;
}
.cocart_untested_extensions_modal--content table.plugin-details-table th,
.cocart_untested_extensions_modal--content table.plugin-details-table td {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none;
  font-size: 1em;
  margin: 0;
  padding: 0.75em 20px 0;
}
.cocart_untested_extensions_modal--content table.plugin-details-table th {
  font-weight: bold;
  margin-top: 0;
}
.cocart_untested_extensions_modal--content .actions {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 1em 0 2em;
  overflow: hidden;
}
.cocart_untested_extensions_modal--content .actions a.button-primary {
  float: right;
}

.cocart-wrapped.cocart-wrapped--wide {
  max-width: 1100px;
}
.cocart-wrapped.cocart-wrapped--wide .cocart-content {
  overflow: visible;
}
.cocart-wrapped.cocart-wrapped--wide .cocart-content span.cocart-toggle-slider,
.cocart-wrapped.cocart-wrapped--wide .cocart-content span.cocart-status-label {
  margin: 0;
}

.cocart-settings-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  border-bottom: 2px solid #e2e4e7;
}

.cocart-settings-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #50575e;
  cursor: pointer;
  line-height: 1.4;
  transition: color 0.15s, border-color 0.15s;
}
.cocart-settings-tab:hover {
  color: #1d2327;
}
.cocart-settings-tab.is-active {
  color: #3858e9;
  border-bottom-color: #3858e9;
  font-weight: 600;
}

.cocart-settings-tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1d2327;
  color: #fff;
  vertical-align: middle;
}
.cocart-settings-tab-badge .dashicons {
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 1;
}

.cocart-settings-panel {
  display: none;
}
.cocart-settings-panel.is-active {
  display: block;
}

.cocart-settings-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #1d2327;
  padding: 16px 0 4px;
  border-bottom: 1px solid #e2e4e7;
  margin: 20px 0 0;
}

.cocart-settings-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4px;
}
.cocart-settings-table th {
  width: 220px;
  font-weight: 600;
  padding: 16px 0;
  vertical-align: top;
  text-align: left;
  color: #1d2327;
}
.cocart-settings-table th label {
  font-size: 14px;
  font-weight: 600;
  color: #1d2327;
  margin: 0;
}
.cocart-settings-table input[readonly],
.cocart-settings-table textarea[readonly],
.cocart-settings-table input:disabled,
.cocart-settings-table textarea:disabled,
.cocart-settings-table select:disabled {
  background-color: #f0f0f1;
  border-color: #dcdcde;
  color: #50575e;
  cursor: default;
  box-shadow: none;
}
.cocart-settings-table input:disabled,
.cocart-settings-table textarea:disabled,
.cocart-settings-table select:disabled {
  cursor: not-allowed !important;
}
.cocart-settings-table td {
  padding: 16px 0 16px 20px;
}
.cocart-settings-table td .description {
  margin: 6px 0 0;
  color: #646970;
  font-size: 13px;
}
.cocart-settings-table tr + tr th,
.cocart-settings-table tr + tr td {
  border-top: 1px solid #f0f0f1;
}

.cocart-settings-filter-notice {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
  padding: 8px 10px;
  background: #fff8e5;
  border-left: 3px solid #dba617;
  font-size: 13px;
  color: #50575e;
}
.cocart-settings-filter-notice .dashicons {
  color: #dba617;
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cocart-settings-filter-notice code {
  background: none;
  padding: 0;
}

.cocart-settings-upgrade-notice {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
  font-size: 12px;
  color: #646970;
}
.cocart-settings-upgrade-notice .dashicons {
  color: #6032b0;
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cocart-upgrade-info-btn {
  margin-left: 0;
  font-size: inherit;
  color: #6032b0;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.cocart-upgrade-info-btn:hover, .cocart-upgrade-info-btn:focus {
  color: #6032b0;
}

.cocart-page-select {
  position: relative;
  max-width: 25em;
}
.cocart-page-select-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 0;
}
.cocart-page-select-tags:not(:empty) {
  margin-bottom: 6px;
}
.cocart-page-select--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cocart-page-select--disabled .cocart-page-tag {
  cursor: not-allowed;
}

.cocart-page-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 6px 2px 10px;
  background: #f0f0f1;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.6;
}

.cocart-page-tag-remove {
  font-size: 16px;
  line-height: 1;
  color: #646970;
}

.cocart-settings-actions {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e4e7;
}
.cocart-settings-actions #cocart-save-settings:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cocart-settings-actions #cocart-save-settings:disabled.is-saving {
  cursor: wait;
}

.cocart-setting-doc-wrap {
  margin-top: 16px;
}

.cocart-status-label {
  font-size: 13px;
  color: #50575e;
  margin-left: 4em !important;
  vertical-align: middle;
}

.cocart-toast {
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #1d2327;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 99999;
}
.cocart-toast.is-active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.cocart-toast.is-error {
  background: #cc1818;
}

.cocart-toggle {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  cursor: pointer;
  margin: 0 !important;
}
.cocart-toggle input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cocart-toggle-slider {
  position: absolute;
  inset: 0;
  background: #a7aaad;
  border-radius: 24px;
  transition: background 0.2s ease;
}
.cocart-toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

.cocart-toggle input:checked + .cocart-toggle-slider {
  background: var(--wp-admin-theme-color);
}

.cocart-toggle input:checked + .cocart-toggle-slider::before {
  transform: translateX(20px);
}

.cocart-toggle input:focus-visible + .cocart-toggle-slider {
  outline: 2px solid var(--wp-admin-theme-color);
  outline-offset: 2px;
}

.cocart-toggle--locked {
  cursor: not-allowed !important;
  opacity: 0.6;
}
.cocart-toggle--locked input,
.cocart-toggle--locked .cocart-toggle-slider {
  cursor: not-allowed !important;
  pointer-events: none;
}

@media screen and (max-width: 782px) {
  #cocart-filter-modal .cocart-modal-box {
    max-width: 100%;
  }
}
.cocart-filter-modal-table {
  font-size: 12px;
}
.cocart-filter-modal-table code {
  word-break: break-all;
}

.cocart-filter-info-btn {
  margin-left: 8px;
  font-size: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cocart-wrapped--wide {
  max-width: 1100px;
}
.cocart-wrapped--wide .cocart-content span.cocart-toggle-slider,
.cocart-wrapped--wide .cocart-content span.cocart-integration-status-label,
.cocart-wrapped--wide .cocart-content span.cocart-integration-not-installed-icon,
.cocart-wrapped--wide .cocart-content span.cocart-integration-coming-soon {
  margin: 0;
}

.cocart-integrations-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.cocart-integrations-search-wrap .cocart-integrations-search {
  width: 96%;
  margin-right: 10px;
  max-width: 100%;
}
.cocart-integrations-search-wrap .spinner {
  float: none;
  margin: 0 !important;
}

.cocart-integrations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cocart-integrations-no-results {
  color: #646970;
  font-style: italic;
  grid-column: 1/-1;
}

.cocart-integration-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e4e7;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.cocart-integration-card.is-disabled {
  border-color: #ebebec;
}
.cocart-integration-card.is-enabled {
  border-color: #ebebec;
}
.cocart-integration-card.is-enabled .cocart-integration-card-header {
  background: rgba(50, 63, 176, 0.04);
}
.cocart-integration-card.is-unavailable .cocart-integration-icon {
  filter: grayscale(1);
}
.cocart-integration-card.is-unavailable .cocart-integration-card-header,
.cocart-integration-card.is-unavailable .cocart-integration-card-body {
  opacity: 0.6;
}
.cocart-integration-card.upgrade-required {
  border-color: #6032b0;
}
.cocart-integration-card.upgrade-required .cocart-integration-card-header {
  background: rgba(96, 50, 176, 0.04);
}

.cocart-integration-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  border-bottom: 1px solid #e2e4e7;
}

.cocart-integration-card-body {
  flex: 1;
  padding: 16px 20px;
}
.cocart-integration-card-body .cocart-integration-description {
  margin: 0;
  color: #646970;
  font-size: 13px;
  line-height: 1.6;
}

.cocart-integration-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
}

.cocart-integration-footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cocart-integration-footer-left .spinner {
  float: none;
  margin: 0 !important;
}

.cocart-integration-footer-right {
  margin-left: auto;
}

.cocart-integration-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cocart-integration-icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cocart-integration-icon .cocart-integration-icon-placeholder {
  color: #3858e9;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cocart-integration-icon .cocart-integration-icon-placeholder::before {
  font-size: 32px;
}

.cocart-integration-card.upgrade-required .cocart-integration-icon-placeholder {
  color: #6032b0;
}

.cocart-integration-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.cocart-integration-status-label {
  font-size: 13px;
  color: #50575e;
  margin-left: 3.4rem !important;
  margin-top: 2px !important;
}

.cocart-integration-learn-more {
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  color: #6032b0;
}
.cocart-integration-learn-more:hover {
  color: #151515;
  text-decoration: underline;
}

.cocart-integration-coming-soon {
  font-size: 13px;
  font-weight: 600;
  color: #50575e;
}

.cocart-integration-not-installed-icon {
  color: var(--wp-admin-theme-color);
  display: flex;
  font-size: 18px;
  width: 18px;
  flex-shrink: 0;
}

.cocart-integration-not-installed-label {
  font-size: 13px;
  color: #72777c;
}

.cocart-integration-upgrade {
  border-color: #6032b0 !important;
  color: #6032b0 !important;
  box-shadow: inset 0 0 0 1px #6032b0, 0 0 0 currentColor;
}
.cocart-integration-upgrade:hover {
  border-color: #151515 !important;
  color: #151515 !important;
}

.cocart-integrations-toast {
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #1d2327;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 99999;
}
.cocart-integrations-toast.is-active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.cocart-integrations-toast.is-error {
  background: #cc1818;
}

.cocart-toggle {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  cursor: pointer;
  margin: 0 !important;
}
.cocart-toggle--disabled {
  cursor: default;
  opacity: 0.4;
}
.cocart-toggle input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cocart-toggle-slider {
  position: absolute;
  inset: 0;
  background: #a7aaad;
  border-radius: 24px;
  transition: background 0.2s ease;
}
.cocart-toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

.cocart-toggle input:checked + .cocart-toggle-slider {
  background: var(--wp-admin-theme-color);
}

.cocart-toggle input:checked + .cocart-toggle-slider::before {
  transform: translateX(20px);
}

.cocart-toggle input:focus-visible + .cocart-toggle-slider {
  outline: 2px solid var(--wp-admin-theme-color);
  outline-offset: 2px;
}

@media screen and (max-width: 782px) {
  .cocart-integrations-grid {
    grid-template-columns: 1fr;
  }
}
body.version-7-0 .cocart-action {
  top: unset !important;
}