.wrap-collabsible {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}

.wrap-collabsible input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  color: #333 !important;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: normal;
  padding: 1rem 0;
  text-align: left;
  text-transform: none;
  ;
  text-decoration: underline;
}

.lbl-toggle::after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  border-top: 5px solid transparent;
  content: ' ';
  display: inline-block;
  margin-right: .7rem;
  margin-top: 5px;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
  vertical-align: middle;
  float: right;
}

.toggle:checked+.lbl-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle:checked+.lbl-toggle::after {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked+.lbl-toggle+.collapsible-content {
  max-height: min-content;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.collapsible-content .content-inner {}

.backendorf-installment .best-installment {
  color: #7A7A7A;
  font-weight: 500;
  font-size: 11px;
  margin: 5px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.backendorf-installment .best-installment strong {
  color: #7A7A7A;
}

.backendorf-installment .footer-message {
  color: #7A7A7A;
  font-size: 11px;
  line-height: 1.2;
  margin-left: 10px;
}

.backendorf-installment .installments.title {
  font-size: 12px;
}

.installments-options li:nth-child(2n+1) {
  background: #F2F2F2;
}

.backendorf-installment .installments-options {
  font-size: 12px;
  padding: 0;
}

.backendorf-installment .installments-options .installment-option {
  list-style: none;
  padding: 0 10px;
  max-width: 250px;
  color: #7A7A7A !important;
}

.backendorf-installment .installments-options .installment-option strong {
  color: #0098d4;
}

.backendorf-installment .installments-options .installment-option span {
  font-size: 13px;
}

.backendorf-installment .discounts .item strong {
  color: #333;
  font-size: 20px;
  line-height: 16px;
  display: block;
}

.backendorf-installment .discounts ul {
  list-style: none;
  padding: 0;
}

.discounts .item {
  font-size: 11px;
}

.catalog-product-view .backendorf-installment .best-installment {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #333 !important;
  font-weight: bold;
  font-size: 16px;
}

.catalog-product-view .discounts .item {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-top: 20px;
  color: #333 !important;
  line-height: 16px;
}

.catalog-product-view .backendorf-installment .discounts .item strong {
  line-height: 16px;
  display: block;
  float: left;
  margin-right: 5px;
}

.catalog-product-view .backendorf-installment .discounts .item strong {
  display: block;
  float: left;
}

.upsell .backendorf-installment .best-installment {
  color: #7A7A7A !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  margin: 5px 0 5px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.upsell .backendorf-installment .discounts .item strong {
  color: #333;
  font-size: 20px;
  line-height: 16px;
  display: block;
  float: none;
}

.upsell .discounts .item {
  font-size: 11px;
  margin: 0;
  color: #777 !important;
}

.upsell .product-reviews-summary.short {
  margin: 5px 0;
}

.upsell .product.details.product-item-details {
  text-align: left !important;
}