.d-flex {
  display: flex !important;
  flex-wrap: wrap;
}
.d-none {
  display: none !important;
}
.align-items-center{
  align-items: center !important;
}
.justify-content-between{
  justify-content: space-between !important;
}
.flex-column {
  flex-direction: column !important;
}
.bordered{
  border: 1px solid #252525;
}
.border-top{
  border-top: 1px solid #252525;
}
.border-bottom{
  border-bottom: 1px solid #252525;
}
.border-radius{
  border-radius: 3px !important;
}
.c-pointer{
  cursor: pointer;
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pl-3 {
  padding-left: 20px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
.timo-subscription-template-button .timo-selling-plan-fieldset {
  display: grid !important;
  column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fit,minmax(165px,250px));
}
.timo-subscription-wrapper input {
  min-height: auto !important;
}
/* Customer Portal */
.globo-subscription-customer-portal .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  color: #3a3a3a;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  margin-bottom: 45px;
  margin-top: 45px;
}

.globo-subscription-customer-portal .container * {
  box-sizing: border-box;
}

.globo-subscription-customer-portal .flex {
  display: flex;
}

.globo-subscription-customer-portal .subscriptions-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.globo-subscription-customer-portal .subscriptions-pagination>span>span, .globo-subscription-customer-portal .subscriptions-pagination>span>a {
  padding: 5px 15px
}

.globo-subscription-customer-portal .subscriptions-pagination>span>a {
  color: #3a3a3a;
  cursor: pointer;
}

.globo-subscription-customer-portal .subscriptions-pagination>span>span {
  color: grey;
  cursor: default;
}

.globo-subscription-customer-portal .subscriptions-pagination {
  width: 100%;
  clear: both;
  padding: 25px 0;
}

.globo-subscription-customer-portal .subscriptions-pagination svg {
  width: 16px;
  height: 16px;
}

.globo-subscription-customer-portal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.globo-subscription-customer-portal tbody th, .globo-subscription-customer-portal tfoot th {
  font-weight: 400;
}

.globo-subscription-customer-portal td, .globo-subscription-customer-portal th {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 10px 14px;
}

.globo-subscription-customer-portal th {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}

.globo-subscription-customer-portal h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0;
}

.globo-subscription-customer-portal .page-heading {
  margin-bottom: 15px;
  margin-top: 25px;
}

.globo-subscription-customer-portal .page-heading h2 {
  margin-right: 12px;
  font-weight: bold;
}

.globo-subscription-customer-portal .subscription-btn + .subscription-btn {
  margin-left: 12px;
}

.globo-subscription-customer-portal h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 12px;
}

.globo-subscription-customer-portal .subscription-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  width: auto;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: normal;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 36px;
  margin: 0;
  padding: 5px 14px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
  border-radius: 4px;
  color: #202223;
  border: 1px solid #babfc3;
  border-top-color: #c9cccf;
  border-bottom-color: #babfc4;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.globo-subscription-customer-portal .layout {
  display: flex;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.globo-subscription-customer-portal .layout-section {
  flex: 1 1 66.66%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.globo-subscription-customer-portal .layout-section.layout-section-secondary {
  flex: 1 1 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 240px;
}

.globo-subscription-customer-portal .subdued {
  color: #6d7175;
}

.sbadge {
  --p-component-badge-pip-color: #5c5f62;
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  background-color: #e4e5e7;
  border: 0;
  border-radius: 20px;
  font-size: 90%;
  line-height: 1.4;
  color: #202223;
  font-weight: normal;
}

.badge-critical, .subscription-btn-critical {
  --p-component-badge-pip-color: #d72c0d;
  background-color: #fed3d1;
  color: #202223;
}

.badge-success, .subscription-btn-success {
  --p-component-badge-pip-color: #007f5f;
  background-color: #aee9d1;
  color: #202223
}

.badge-info, .subscription-btn-info {
  --p-component-badge-pip-color: #00a0ac;
  background-color: #a4e8f2;
  color: #202223
}

.badge-attention, .subscription-btn-attention {
  --p-component-badge-pip-color: #ffff00;
  background-color: #ffea8a;
  color: #202223
}

.badge-small {
  font-size: 12px;
  padding: 2px 9px;
}

.next-order-date, .next-order-name {
  margin-right: 10px;
}

.globo-subscription-customer-portal .Polaris-Spinner-Wrapper {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globo-subscription-customer-portal .Polaris-Spinner--sizeLarge svg {
  height: 44px;
  width: 44px;
}

.globo-subscription-customer-portal .Polaris-Spinner svg {
  animation: Polaris-Spinner--loading .5s linear infinite;
  fill: #999999;
}

@keyframes Polaris-Spinner--loading {
  to {
      transform: rotate(1turn)
  }
}

.badge-warning, .subscription-btn-warning {
  --p-component-badge-pip-color: #b98900;
  background-color: #ffd79d;
  color: #202223
}

.badge-pip {
  color: var(--p-component-badge-pip-color);
  height: 10px;
  width: 10px;
  margin: 0 4px 0 -3px;
  border: 2px solid currentColor;
  border-radius: 50%;
  flex-shrink: 0;
}

.badge-progress-complete .badge-pip {
  background: currentColor;
}

.subscription-btn-destructive {
  --p-button-color: #d82c0d;
  --p-button-text: #ffffff;
  --p-button-color-hover: #bc2200;
  --p-button-color-active: #a21b00;
  --p-button-color-depressed: #6c0f00;
  position: relative;
  background: #d82c0d;
  border-width: 0;
  border-color: transparent;
  box-shadow: 0 1px 0 rgb(0 0 0 / 5%), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.subscription-btn-primary {
  --p-button-color: #008060;
  --p-button-text: #ffffff;
  --p-button-color-hover: #006e52;
  --p-button-color-active: #005e46;
  --p-button-color-depressed: #003d2c;
  position: relative;
  background: #008060;
  border-width: 0;
  border-color: transparent;
  box-shadow: 0 1px 0 rgb(0 0 0 / 5%), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.subscription-btn-default {
  --p-button-color: #008060;
  --p-button-text: #202223;
  --p-button-color-hover: #f6f6f7;
  --p-button-color-active: #005e46;
  --p-button-color-depressed: #003d2c;
}

.subscription-btn:hover {
  background: var(--p-button-color-hover) !important;
  /* border-color: transparent !important; */
  color: var(--p-button-text) !important;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-item {
  flex: 0 0 auto;
}

.card {
  padding: 16px;
  /* background-color: #ffffff;
box-shadow: 0px 0px 5px rgb(23 24 24 / 5%), 0px 1px 2px rgb(0 0 0 / 15%);
outline: 1px solid transparent; */
  /* border-radius: 4px; */
  border: 1px solid #ebebeb;
}

.card h3 {
  text-transform: none;
  letter-spacing: 0;
}

.flex-padding .flex-fill, .flex-padding .flex-item {
  padding: 5px 0;
}

.subscription-btn.subscription-btn-small {
  min-height: 28px;
}

.flex-border-top {
  border-top: 1px solid #e1e3e5;
}

.customer-info__item-credit {
  border: 1px solid #ededed;
  border-radius: 2px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

p.small {
  line-height: 1.2;
  margin-top: 10px;
}

.timeline {
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 3px;
  width: 4px;
  background: var(--p-border-subdued, #dfe3e8);
}

.timeline>.timeline-item {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.timeline-item-hidden {
  display: none;
}

.timeline-wrap {
  max-height: 480px;
  overflow: auto;
  padding: 10px 15px 20px 5px;
}

.justify-center {
  justify-content: center;
}

.timeline .timeline-item.timeline-item-has-dot:before {
  position: absolute;
  z-index: 2;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #f6f6f7;
  border-radius: 100%;
  background-color: #8c9196;
  content: "";
  left: -4px;
}

.timeline .timeline-success:before {
  background: #007f5f;
  border-color: #aee9d1;
}

.timeline .timeline-warning:before {
  background: #b98900;
  border-color: #ffd79d;
}

.timo-selling-plan-group {
  padding: 15px;
}
.timo-collapse .timo-selling-plan-group .group_inputs{
  display: none;
}
.timo-collapse .timo-selling-plan-group.selected .group_inputs{
  display: block;
}

.timo-selling-plan-group label.group_name {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
}

.timo-selling-plan-group .group_heading input {
  min-height: 0;
}

.option_name {
  font-weight: 500;
  font-size: inherit;
  color: #545454;
  margin-bottom: 9px;
  margin-top: 9px;
}

.group_input_select select{
  font-weight: 500;
  font-size: inherit;
  color: #545454;
}

ul.options_values {
  margin: 0;
}

li.option_value label {
  font-size: inherit;
  margin: 0;
  display: flex;
  align-items: center;
}

li.option_value {
  padding: 3px 0;
  list-style: none;
  margin: 0;
}

small {
  font-size: 12px;
}

.timo-selling-plan-wrapper h3 {
  margin: 10px 0 15px 0;
  font-size: 16px;
}

.group_heading {
  /*
  display: flex;
  justify-content: space-between;
  align-items: center;
  */
}

.group_selected_price {
  font-size: 13px;
}

span.group_price.group_sale_price {
  color: #ea0606;
  font-weight: bold;
}

s.group_compare_at_price {
  font-weight: bold;
  color: #606060;
  margin-left: 5px;
}

span.group_price {
  font-weight: bold;
}

.timo-selling-plan-description {
  padding: 10px 0;
  font-size: 13px;
}

.subscription-sale-label {
  font-size: 12px;
  color: #dc3b1a;
  border: 1px solid;
  padding: 2px 5px;
  border-radius: 2px;
  display: inline-flex;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  /* margin-left: 10px; */
}

span.subscription-price-sale {
  color: #ea0606;
  font-size: 18px;
  font-weight: bold;
}

.subscription-price-regular {
  margin-right: 10px;
}

s.subscription-price-old {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
}

.subscription-price_per_delivery {
  font-size: 13px;
  color: #6d6d6d;
}

.subscription-price-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

span.subscription-badge-sale {
  color: #fff;
  border-color: #ea0606;
  background-color: #ea0606;
  display: flex;
  font-size: 12px;
  margin: 0 10px;
  padding: 1px 8px;
  border-radius: 2px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.subscription-price-regular {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.globo-subscription-customer-portal .Polaris-Banner {
  --p-rgb-text: 33,43,54;
  position: relative;
  display: flex
}

.globo-subscription-customer-portal .Polaris-Banner__ContentWrapper {
  flex: 1 1 auto
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer {
  padding: 16px 16px 14px;
  --p-banner-background: var(--p-background);
  --p-banner-border: var(--p-banner-border-default);
  transition: box-shadow .2s cubic-bezier(.64,0,.35,1);
  transition-delay: .1s;
  box-shadow: var(--p-banner-border);
  position: relative;
  border-radius: 4px;
  background-color: var(--p-banner-background);
  outline: 1px solid transparent
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer .Polaris-Banner__ContentWrapper {
  margin-top: -2px
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer .Polaris-Banner__Dismiss {
  top: 16px;
  right: 12px;
  position: absolute
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer .Polaris-Banner__Ribbon {
  padding-right: 16px
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  display: block;
  pointer-events: none;
  box-shadow: 0 0 0 -1px rgba(69, 143, 255, 1);
  transition: box-shadow .1s cubic-bezier(0.4, 0.22, 0.28, 1);
  border-radius: calc(4px + 1px)
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer:focus {
  outline: none
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer.Polaris-Banner--keyFocused {
  box-shadow: var(--p-banner-border)
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer.Polaris-Banner--keyFocused:after {
  box-shadow: 0 0 0 2px rgba(69, 143, 255, 1);
  outline: 1px solid transparent
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer.Polaris-Banner--statusSuccess {
  --p-banner-background: rgba(241, 248, 245, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(149, 201, 180, 1), inset 0 0 0 1px rgba(149, 201, 180, 1);
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer.Polaris-Banner--statusInfo {
  --p-banner-background: rgba(235, 249, 252, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(152, 198, 205, 1), inset 0 0 0 1px rgba(152, 198, 205, 1)
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer.Polaris-Banner--statusWarning {
  --p-banner-background: rgba(255, 245, 234, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(225, 184, 120, 1), inset 0 0 0 1px rgba(225, 184, 120, 1)
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer.Polaris-Banner--statusCritical {
  --p-banner-background: rgba(255, 244, 244, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(224, 179, 178, 1), inset 0 0 0 1px rgba(224, 179, 178, 1)
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer+.Polaris-Banner {
  margin-top: 8px
}

.globo-subscription-customer-portal .Polaris-Banner--withinContentContainer .Polaris-Banner__Actions {
  padding: 12px 0 4px 0
}

.globo-subscription-customer-portal .Polaris-Button {
  border: none;
  background: none;
  display: block;
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage {
  border-radius: 0 0 3px 3px;
  padding: 16px 16px 16px;
  --p-banner-background: var(--p-background);
  --p-banner-border: var(--p-banner-border-default);
  transition: box-shadow .2s cubic-bezier(.64,0,.35,1);
  transition-delay: .1s;
  box-shadow: var(--p-banner-border);
  position: relative;
  border-radius: 4px;
  background-color: var(--p-banner-background);
  outline: 1px solid transparent;
  margin-bottom: 25px;
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage .Polaris-Banner__ContentWrapper {
  margin-top: -2px
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  display: block;
  pointer-events: none;
  box-shadow: 0 0 0 -1px rgba(69, 143, 255, 1);
  transition: box-shadow .1s cubic-bezier(0.4, 0.22, 0.28, 1);
  border-radius: calc(var(--p-border-radius-wide) + 1px)
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage:focus {
  outline: none
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage.Polaris-Banner--keyFocused {
  box-shadow: var(--p-banner-border)
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage.Polaris-Banner--keyFocused:after {
  box-shadow: 0 0 0 2px rgba(69, 143, 255, 1);
  outline: 1px solid transparent
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage.Polaris-Banner--statusSuccess {
  --p-banner-background: #f1f8f5;
  --p-banner-border: inset 0 1px 0 0 rgba(149, 201, 180, 1), inset 0 0 0 1px rgba(149, 201, 180, 1);
  ; }

  .globo-subscription-customer-portal .Polaris-Banner--withinPage.Polaris-Banner--statusInfo {
  --p-banner-background: rgba(235, 249, 252, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(152, 198, 205, 1), inset 0 0 0 1px rgba(152, 198, 205, 1)
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage.Polaris-Banner--statusWarning {
  --p-banner-background: rgba(255, 245, 234, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(225, 184, 120, 1), inset 0 0 0 1px rgba(225, 184, 120, 1)
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage.Polaris-Banner--statusCritical {
  --p-banner-background: rgba(255, 244, 244, 1);
  --p-banner-border: inset 0 1px 0 0 rgba(224, 179, 178, 1), inset 0 0 0 1px rgba(224, 179, 178, 1)
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage+.Polaris-Banner {
  margin-top: 20px
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage .Polaris-Banner__Ribbon {
  padding-right: 16px
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage .Polaris-Banner__Actions {
  padding-top: 16px
}

.globo-subscription-customer-portal .Polaris-Banner--withinPage .Polaris-Banner__Dismiss {
  right: 10px;
  top: 16px;
  position: absolute;
}

.globo-subscription-customer-portal .Polaris-Banner--hasDismiss {
  padding-right: 4.2rem
}

.globo-subscription-customer-portal .Polaris-Icon {
  display: block;
  height: 20px;
  width: 20px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.globo-subscription-customer-portal .Polaris-Banner__Heading {
  padding-top: var(--p-override-none);
  word-break: break-word
}

.globo-subscription-customer-portal .Polaris-Banner__Content {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 2px 0
}

.globo-subscription-customer-portal .Polaris-Banner__Ribbon {
  flex: 0 0 32px
}

.globo-subscription-customer-portal .text-center {
  text-align: center;
}

#subscription-login-form input {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 15px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.2;
  border-radius: 2px;
  padding: 10px 18px;
}

.timo-subscription-template-button .timo-selling-plan-group {
  /* border-radius: 10px !important; */
}

.timo-subscription-template-button .timo-selling-plan-group.selected {
  background: #efefef;
}

.timo-subscription-template-button .option_value label {
  background: #ffffff;
  border: 1px solid rgb(37,37,37);
  color: rgb(37,37,37);
  font-weight: 500;
  border-radius: 20px !important;
}
.timo-subscription-template-button .option_value label.selected {
  background: rgb(37,37,37);
  border: 1px solid rgb(37,37,37);
  color: #ffffff;
}

.timo-subscription-template-select .timo-selling-plan-group + .timo-selling-plan-group, 
.timo-subscription-template-radio .timo-selling-plan-group + .timo-selling-plan-group{
  border-top: 1px solid #252525;
}

.container.small-container {
  max-width: 800px;
}

#subscription-login-form button {
  display: inline-flex;
  width: auto;
}

.timo-subscriptions-link {
  vertical-align: top;
}

#subscription-login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timo-theme-id-796 .timo-subscription-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.timo-theme-id-775 .timo-subscription-wrapper {
  flex: 1 1 100%;
}

.timo-theme-id-887 .timo-subscription-wrapper {
  margin-bottom: 20px;
}

.timo-theme-id-829 .subscription-price-group {
  display: unset !important;
}

.timo-theme-id-730 .subscription-price-group {
  display: unset !important;
}

.timo-theme-id-730 .option_name {
  text-align: left;
}

.timo-theme-id-730 ul.options_values {
  text-align: left;
  margin: 0;
}

body.timo-theme-name-boutique input {
  margin: 0 6px 0 0 !important;
}

body.timo-theme-name-boutique .timo-subscription-wrapper {
  width: 100%;
}

body.timo-theme-name-vinova-minimart input {
  margin: 0 6px 0 0 !important;
  display: unset !important;
  width: auto !important;
}

body.timo-theme-name-niblik-theme li.option_value > label {
  display: flex;
  align-items: center;
}

body.timo-theme-id-688 ul.options_values {
  margin-left: 0;
}

body.timo-theme-name-virgo .timo-subscription-wrapper input {
  -webkit-appearance: auto !important;
}

body.timo-theme-id-459 ul.options_values {
  display: flex;
  flex-direction: column;
}

body.timo-theme-id-623 .option_name {
  text-align: left;
}

body.timo-theme-id-623 ul.options_values {
  text-align: left;
}

body.timo-theme-id-623 .subscription-price-group {
  display: block;
}

body.timo-theme-id-568 input {
  -webkit-appearance: auto !important;
}

body.timo-theme-id-842 ul.options_values {
  display: block;
  margin: 0;
}

body.timo-theme-id-842 ul.options_values li.option_value {
  border: none !important;
  height: auto;
  min-width: auto;
  text-align: left;
  display: block;
  padding: 5px 0;
  margin: 0;
}

body.timo-theme-id-842 ul.options_values li.option_value span {
  display: inline-block;
}

body.timo-theme-id-842 ul.options_values li.option_value label::after {
  display: none !important;
}

body.timo-theme-id-601 ul.options_values {
  margin: 0;
}

body.timo-theme-id-855 input {
  -webkit-appearance: auto !important;
}

body.timo-theme-id-719 .timo-subscription-wrapper {
  margin-top: 90px;
}

body.timo-theme-id-705 .subscription-price-group {
  display: block;
}

body.timo-theme-id-847 ul.options_values {
  margin: 0;
}

body.timo-theme-id-849 input {
  display: inline-block !important;
  -webkit-appearance: auto !important;
}

body.timo-theme-id-464 ul.options_values {
  margin: 0;
}

body.timo-theme-id-686 ul.options_values li.option_value label {
  float: none !important;
  line-height: 0 !important;
  text-transform: unset !important;
}

body.timo-theme-id-141 ul.options_values li.option_value label {
  float: none !important;
  line-height: 0 !important;
  text-transform: unset !important;
}

body.timo-theme-id-411 input {
  -webkit-appearance: auto !important;
  width: auto !important;
  top: 0;
  right: 0;
}

body.timo-theme-id-827 .option_name {
  text-align: left;
}

body.timo-theme-id-827 ul.options_values {
  text-align: left;
  margin: 0;
}

body.timo-theme-id-827 .subscription-price-group {
  display: block;
}

body.timo-theme-id-827 input {
  margin-bottom: 0;
}

body.timo-theme-id-865 .option_name {
  text-align: left;
}

body.timo-theme-id-865 ul.options_values {
  text-align: left;
}

body.timo-theme-id-865 .subscription-price-group {
  display: block;
}

body.timo-theme-id-865 ul.options_values li.option_value::before {
  display: none !important;
}

body.timo-theme-id-865 ul.options_values li.option_value input::before {
  display: none !important;
}

body.timo-theme-id-677 input {
  width: auto !important;
}

body.timo-theme-name-spark input {
  -webkit-appearance: auto !important;
}

@media only screen and (min-width: 990px) {
  .timo-theme-id-829 .timo-subscription-wrapper {
      padding-left: 5px;
      padding-right: 5px;
  }
}

/* Reponsive frontend */
@media(max-width: 650px) {
  form .layout > .layout-section > table thead {
      display: none;
  }

  form .layout > .layout-section > table {
      display: block;
  }

  body form .layout > .layout-section > table tbody,body form .layout > .layout-section > table tr,body form .layout > .layout-section > table td,body form .layout > .layout-section > table th {
      display: block;
      width: 100%;
  }

  body form .layout > .layout-section > table tr {
      margin-bottom: 20px;
  }

  body form .layout > .layout-section > table td,body form .layout > .layout-section > table th {
      text-align: right;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5px 0;
  }

  body form .layout > .layout-section > table th::before {
      content: "Products";
      font-weight: bold;
  }

  body form .layout > .layout-section > table td:nth-child(2)::before {
      content: "SKU";
      font-weight: bold;
  }

  body form .layout > .layout-section > table td:nth-child(3)::before {
      content: "Price";
      font-weight: bold;
  }

  body form .layout > .layout-section > table td:nth-child(4)::before {
      content: "Quantity";
      font-weight: bold;
  }

  body form .layout > .layout-section > table td:nth-child(5)::before {
      content: "Total";
      font-weight: bold;
  }
}

@media(max-width: 1024px) {
  body form > .layout > .layout-section {
      flex: 0 0 100%;
  }
}

@media only screen and (max-width: 749px) {
  body .responsive-table thead {
      display: none;
  }

  body .responsive-table tr {
      border-top: 1px solid #ccc;
  }

  body .responsive-table th,body .responsive-table td {
      float: left;
      clear: left;
      width: 100%;
      text-align: right;
      padding: 27.5px;
      border: 0;
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
  }

  body .responsive-table td:last-child {
      margin-bottom: 20px;
  }

  body .responsive-table th::before,body .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      font-size: 14px;
      padding-right: 10px;
      font-weight: bold;
  }
}

/* Reponsive frontend */
.timo-subscription-detail {
  display: flex;
  margin: 15px 0;
  position: relative;
  z-index: 999999;
  cursor: pointer;
}

.timo-subscription-detail svg {
  width: 25px;
  margin-right: 10px;
}

.timo-subscription-detail .timo-subscription-detail__title {
  font-family: monospace;
}

.timo-subscription-detail__tootip {
  position: absolute;
  max-width: 300px;
  background: #212b36;
  top: 150%;
  box-shadow: 0 0px 5px 0 #000;
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0) scaleY(0);
  transform-origin: center top;
  opacity: 0;
  visibility: hidden;
}

.timo-subscription-detail:hover .timo-subscription-detail__tootip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scaleY(1);
}

.timo-subscription-detail__tootip .timo-subscription-detail__tootip-content {
  padding: 15px;
  color: #fff !important;
  font-family: monospace;
}

.timo-subscription-watermark {
  background: #ff5ab9;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  margin-top: 0;
  font-family: monospace;
}

.timo-subscription-watermark a {
  text-decoration: none !important;
}

.timo-subscription-watermark > a > span {
  color: #fff
}

.timo-subscription-detail__tootip::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -10px;
  margin-bottom: 4px;
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent #212b36 transparent;
}

.timo-subscription-detail__tootip .tootip-content-header {
  padding-bottom: 10px;
}

.timo-subscription-detail__tootip .tootip-content-body {
  font-size: 13px;
}

.timo-subscription-detail__tootip .tootip-content-body .tooltip-item {
  padding-top: 10px;
  border-top: 1px solid #fff;
  padding-bottom: 10px;
}

.timo-subscription-detail__tootip .tootip-content-body .tooltip-item:last-child {
  padding-bottom: 0;
}

.timo-subscription-detail__tootip p.tootip-text {
  margin: 0 0 5px !important;
}
