.hide {
  display: none;
}

body.cocart-pagestyles .wp-header-end {
  clear: both;
}

.cocart-wrapped {
  clear: both;
  margin: 0 auto !important;
  max-width: 700px;
  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: right;
}
.cocart-wrapped .cocart-content.inner {
  padding: 0;
}
.cocart-wrapped .cocart-content.inner form {
  padding: 24px;
}
.cocart-wrapped .cocart-content a {
  color: #6032b0;
}
.cocart-wrapped .cocart-content a:hover, .cocart-wrapped .cocart-content a: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;
  margin-top: 0.85em;
}
.cocart-wrapped .cocart-content span {
  display: inline-block;
  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, #1f1e30 0%, #3d2e5c 40%, #5a3a85 70%, #804e9b 100%);
  background-color: #fff;
  color: #fff;
  padding: 2em;
  margin: -8px;
}
.cocart-wrapped .column.wide.has-background h3 {
  color: #fff;
  line-height: 0;
  margin: 1em auto;
  text-align: right;
}
.cocart-wrapped .column.wide.has-background p {
  color: #fff;
  margin-top: 1em;
}
.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.button-large,
.cocart-pagestyles button.button-large {
  border-radius: 32px !important;
  font-weight: 600;
  padding: 1em !important;
}
.cocart-pagestyles a.cocart-button,
.cocart-pagestyles button.cocart-button {
  background-color: #5f32d9;
  border-color: #5f32d9;
  color: #fff !important;
  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;
  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 {
  border: 2px solid #fff;
  box-shadow: -2px 2px 6px -4px #151515 !important;
  grid-area: inherit;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1.4em auto !important;
}

@media screen and (min-width: 783px) {
  .cocart-pagestyles #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: right;
  }
  .cocart-wrapped .column-container .column .button {
    margin: 1em auto !important;
  }
}
.cocart-pagestyles .woocommerce-layout__header-breadcrumbs {
  margin: 0;
}
.cocart-pagestyles .woocommerce-layout__header-breadcrumbs span:first-child {
  display: none;
}
.cocart-pagestyles .woocommerce-layout__header-breadcrumbs span:nth-child(2)::before {
  content: none;
}
.cocart-pagestyles .woocommerce-layout__header .woocommerce-layout__header-heading {
  background: #fff url("../../images/brand/cocart-logo.svg") no-repeat right center;
  margin-right: 1.2rem;
  text-indent: 8.6rem;
}
@media screen and (max-width: 784px) {
  .cocart-pagestyles .woocommerce-layout__header .woocommerce-layout__header-heading {
    text-indent: 9999px;
  }
}
.cocart-pagestyles .woocommerce-layout__header .woocommerce-layout__header-heading .has-woocommerce-navigation header.has-sections {
  top: 4px;
}
.cocart-pagestyles .woocommerce-layout__header .woocommerce-layout__header-heading .has-woocommerce-navigation header.no-sections {
  top: 8px;
}

.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 {
  border-color: #6032b0;
  padding: 10px !important;
}
.notice.cocart-notice a.button {
  background-color: #5f32d9;
  border-color: #5f32d9;
}
.notice.cocart-notice a.button:hover,
.notice.cocart-notice a.button:focus {
  background-color: #5329c4 !important;
  border-color: #5329c4 !important;
  color: #fff !important;
}
.notice.cocart-notice a.button:focus {
  text-decoration-thickness: 4px;
}
.notice.cocart-notice .no-thanks {
  display: block;
  margin-top: 10px;
}
.notice.cocart-notice .no-thanks a {
  color: #72777c;
  text-decoration: none;
}
.notice.cocart-notice .no-thanks a:hover {
  color: #444;
}
.notice.cocart-notice p {
  padding: 0;
  margin: 0;
}
.notice.cocart-notice h3 {
  margin: 0 0 5px;
}
.notice.cocart-notice .cocart-action {
  float: left;
  text-align: center;
}
.notice.cocart-notice .cocart-action .cocart-button {
  height: auto;
  line-height: 20px;
  padding: 6px 50px;
}
.notice.cocart-notice .cocart-notice-inner {
  display: table;
  width: 100%;
}
.notice.cocart-notice .cocart-notice-inner .cocart-notice-icon,
.notice.cocart-notice .cocart-notice-inner .cocart-notice-content,
.notice.cocart-notice .cocart-notice-inner .cocart-review-now,
.notice.cocart-notice .cocart-notice-inner .cocart-send-feedback {
  display: table-cell;
  vertical-align: middle;
}
.notice.cocart-notice .cocart-notice-content {
  padding: 0 20px 0 6%;
}
.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 0 0 6% !important;
}
body.cocart-pagestyles .notice:not(.cocart-notice),
body.cocart-pagestyles .updated:not(.cocart-notice),
body.cocart-pagestyles .error:not(.cocart-notice) {
  display: none;
}

@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: right;
  }
  .notice.cocart-notice .cocart-notice-inner .no-thanks {
    display: inline-block;
    margin-right: 15px;
  }
}
.founder-row {
  height: 60px;
  margin-bottom: 2rem;
}
.founder-row .founder-image {
  width: 4.6rem;
  float: right;
}
.founder-row .founder-details {
  float: right;
  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,
.cocart-newsletter p:last-child {
  margin: 0;
}
.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-left: 6px;
  flex-grow: 1;
}
.cocart-newsletter .newsletter-form-container .newsletter-form-button-container {
  flex-grow: 0;
}
.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 0 0 10px;
  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 {
  margin: 1em 1.5em !important;
}
ul.cocart-next-steps .cocart-next-step-action .button-large {
  box-shadow: none;
  min-width: 12em;
  line-height: 1;
  height: auto;
}
ul.cocart-next-steps .cocart-next-step-action .button-large:focus, ul.cocart-next-steps .cocart-next-step-action .button-large:hover, ul.cocart-next-steps .cocart-next-step-action .button-large:active {
  box-shadow: none;
}
ul.cocart-next-steps .cocart-next-step-action .button-large.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 1.5em 1em 0;
}

#countdown-timer {
  color: #f1e865;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
  text-align: right;
  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: right;
  }
  .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-right: 4px solid #ffb900;
  border-top: 1px solid #ffb900;
  font-weight: normal;
  margin: 0 -16px 0 -12px !important;
  padding: 9px 12px 9px 0 !important;
}
#cart-rest-api-for-woocommerce-update .cocart_plugin_upgrade_notice::before {
  content: "\f348";
  display: inline-block;
  font: 400 18px/1 dashicons;
  margin: 0 -2px 0 8px;
  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-right-radius: 4px;
  border-top-left-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: left;
}