.woocommerce-MyAccount-navigation-link--downloads,
.wc-block-components-order-summary-item__image,
.wp-block-woocommerce-checkout-actions-block a,
.woocommerce-MyAccount-navigation-link--orders {
  display: none !important;
}
.wc-block-order-confirmation-totals__product a {
  pointer-events: none;
}
h1.wp-block-site-title {
  
}
.st-collection-list {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.st-collection-list .st-list-item {
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  align-items: center;
  margin-bottom: 5px;
  padding: 10px;box-sizing: border-box;
}
.st-collection-list .st-list-item:last-child {
  margin-bottom: 0px;
}
.st-collection-list .st-list-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.st-collection-list .st-list-item .st-left {
  flex-grow: 100;
}
.st-collection-list .st-collection-name {
  display: table-cell;
  text-decoration: underline;
}
.st-collection-list .st-subscription-status {
  background-color: #dc3545;
  color: #ffffff;
  display: inline-block;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
}
.st-collection-list .st-subscription-status.st-active {
  background-color: #28a745;
}
.st-collection-list .st-subscription-status.st-trial {
  background-color: #ffc107;
  color: #000000;
}
.st-collection-list .st-end-date {
  display: inline-block;
}
.st-collection-list .st-next-payment-date {
  font-size: 0.9em;
}
.st-collection-list .st-label {
  background-color: #cccccc;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
}
.st-collection-list .st-label * {
  color: inherit;
  text-decoration: none;
}
.st-user-type-admin .st-list-item .st-collection-name {
  display: inline-block;
}
body.st-window-showing {
  overflow: hidden !important;
}
.st-dummy {
  display: none !important;
}
.st-window {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.st-edit .st-edit * {
  box-sizing: border-box;
}
.st-edit .st-edit-content {
  padding-top: 40px;
  display: flex;
}
.st-edit .st-edit-header {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
.st-edit .st-collection-name {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  display: inline-block;
}
.st-edit .st-api-url {
  margin-top: 10px;
  font-size: 0.8em;
  font-style: italic;
}
.st-edit .st-edit-tree {
  position: relative;
  padding-left: 20px;
}
.st-edit .st-tree-item {
  margin-bottom: 3px;
  position: relative;
}
.st-edit .st-tree-sign {
  position: absolute;
  left: -10px;
  top: 12px;
  transform: translateX(-50%);
  user-select: none;
  cursor: pointer;
  border: 1px solid #cccccc;
  height: 11px;
  width: 11px;
}
.st-edit .st-tree-sign span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.st-edit .st-tree-sign span:nth-child(2) {
  opacity: 0;
  pointer-events: none;
}
.st-edit .st-tree-item.st-opened > .st-tree-sign span:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
.st-edit .st-tree-item.st-opened > .st-tree-sign span:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}
.st-edit .st-item-name {
  display: inline-block;
}
.st-edit .st-item-name > .st-item-label {
  display: inline-block;
}
.st-edit .st-item-name > .st-item-label > * {
  display: inline-block;
}
.st-edit .st-item-name > .st-item-label > .st-label-key {
  display: inline-block;
  flex-grow: 100;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}
.st-edit .st-item-name > .st-item-label .st-label-key:focus,
.st-edit .st-item-name > .st-item-label .st-label-key:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.st-edit .st-tree-item.st-selected > .st-item-name > .st-item-label > .st-label-key {
  background-color: #28a745;
  color: var(--wp--preset--color--base);
}
.st-edit .st-tree-item > .st-item-name > .st-item-label > .st-label-type {
  font-size: 0.8em;
  font-style: italic;
  margin-left: 5px;
  user-select: none;
  cursor: pointer;
/*  text-shadow: 0px 0px 0px var(--wp--preset--color--contrast-2);*/
}
.st-edit .st-tree-item > .st-item-name > .st-item-label > .st-label-type:focus > span {
  display: none;
}
.st-edit .st-tree-item > .st-item-name > .st-item-label > .st-label-type > .st-dropdown {
  display: none;
}
.st-edit .st-tree-item > .st-item-name > .st-item-label > .st-label-type:focus > .st-dropdown {
  display: inline-block;
}
.st-edit .st-item-name > .st-item-label > .st-label-fields {
  margin-left: 5px;
  cursor: pointer;
  font-size: 0.9em;
  color: #79B791;
  font-weight: bold;
  user-select: none;
/*  text-shadow: 0px 0px 1px #79B791;*/
}
.st-edit .st-item-name > .st-item-label > .st-label-value {
  margin-left: 5px;
  cursor: pointer;
  font-size: 0.9em;
  display: none;
  color: rgba(0, 0, 0, 0.4);
  user-select: none;
  outline: none;
  min-width: 80px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.st-edit .st-item-name > .st-item-label > .st-label-value.st-focused {
  color: #000000;
}
.st-edit .st-tree-list {
  position: relative;
  padding-left: 20px;
  margin-top: 3px;
  width: 100%;
  display: none;
}
.st-edit .st-tree-item.st-opened > .st-item-name > .st-tree-list {
  display: block;
}
.st-edit .st-edit-tree .st-item-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.st-edit .st-tree-item:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 24px;
  border-left: 1px solid #cccccc;
  height: calc(100% - 4px);
  transform: translateX(-50%);
}
.st-edit .st-tree-item:last-child:before {
  display: none;
}
.st-edit .st-edit-tree a.st-button-half {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  user-select: none;
}
.st-edit .st-tree-item.st-item-type-string .st-item-name > .st-tree-list,
.st-edit .st-tree-item.st-item-type-string .st-tree-sign,
.st-edit .st-tree-item.st-item-type-string .st-item-name > .st-item-label > .st-label-fields,
.st-edit .st-tree-item.st-item-type-boolean .st-item-name > .st-tree-list,
.st-edit .st-tree-item.st-item-type-boolean .st-tree-sign,
.st-edit .st-tree-item.st-item-type-boolean .st-item-name > .st-item-label > .st-label-fields {
  display: none;
}
.st-edit .st-tree-item.st-item-type-string .st-item-name > .st-item-label > .st-label-value,
.st-edit .st-tree-item.st-item-type-boolean .st-item-name > .st-item-label > .st-label-value {
  display: inline-block;
}
.st-dropdown {
  position: relative;
  display: inline-block;
}
.st-dropdown > .st-dropdown-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  column-gap: 10px;
}
.st-dropdown > .st-dropdown-label > .st-dropdown-caret {
  display: flex;
  align-items: center;
}
.st-dropdown > .st-dropdown-label > .st-dropdown-caret > img {
  width: 20px;
  display: inline-block;
  transform: rotateZ(-180deg);
  transition: transform 0.4s;
}
.st-dropdown:hover > .st-dropdown-label > .st-dropdown-caret > img,
.st-dropdown:focus > .st-dropdown-label > .st-dropdown-caret > img {
  transform: rotateZ(0deg);
}
.st-dropdown > .st-dropdown-list {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  left: 0%;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  min-width: 100%;
  padding: 5px;
  z-index: 1;
}
.st-dropdown:hover > .st-dropdown-list,
.st-dropdown:focus > .st-dropdown-list {
  opacity: 1;
  pointer-events: auto;
}
.st-dropdown > .st-dropdown-list > .st-dropdown-item {
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.4s;
  margin-bottom: 2px;
}
.st-dropdown > .st-dropdown-list > .st-dropdown-item:hover,
.st-dropdown > .st-dropdown-list > .st-dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
