/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_complex .complex-plugin-table h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.page_complex .complex-plugin-table table {
  display: block;
  color: #686868;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}
.page_complex .complex-plugin-table table tbody {
  display: block;
}
.page_complex .complex-plugin-table table tr {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px;
  width: 100%;
  padding: 16px;
}
.page_complex .complex-plugin-table table tr + tr {
  border-top: 1px solid #f2f2f2;
}
.page_complex .complex-plugin-table table tr:hover {
  box-shadow: none !important;
}
.page_complex .complex-plugin-table table tr td {
  display: block;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
.page_complex .complex-plugin-table table tr td.value {
  width: auto;
  text-align: right;
}
.page_complex .complex-plugin-table table tr td.value:only-child {
  grid-column: span 3;
  text-align: center;
}
.page_complex .complex-plugin-table table tr td.value:nth-child(2) {
  grid-column: 2/4;
}
.page_complex .complex-plugin-table .price,
.page_complex .complex-plugin-table .complex-price-value {
  font-size: 14px !important;
  color: #1b1b1b;
  white-space: nowrap !important;
  width: auto !important;
  height: auto !important;
}
.page_complex .product-add-to-cart .complex-plugin-table table tr,
.page_complex .product-cart-form__block .complex-plugin-table table tr {
  grid-template-columns: auto 1fr;
  gap: 0 4px;
}
.page_complex .product-add-to-cart .complex-plugin-table table tr td:nth-child(2):not(.complex-price-wrapper),
.page_complex .product-cart-form__block .complex-plugin-table table tr td:nth-child(2):not(.complex-price-wrapper) {
  grid-column: 1/2;
  padding-top: 0 !important;
}
.page_complex .product-add-to-cart .complex-plugin-table table tr td.value,
.page_complex .product-cart-form__block .complex-plugin-table table tr td.value {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  grid-column: 2/3;
  grid-row: 1/3;
}
.page_complex .product-add-to-cart .complex-plugin-table table tr td.value:only-child,
.page_complex .product-cart-form__block .complex-plugin-table table tr td.value:only-child {
  grid-column: span 3;
  justify-content: center;
}
.page_complex .product-add-to-cart .complex-plugin-table table tr td.value:nth-child(2),
.page_complex .product-cart-form__block .complex-plugin-table table tr td.value:nth-child(2) {
  grid-row: 1/2;
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table {
  border: none;
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table tr {
  padding: 0;
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table tr + tr {
  border-top: none;
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table td.value {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table td.value:not(:only-child) {
  background-image: radial-gradient(ellipse, #cfcfcf 0, #cfcfcf 0.5px, transparent 1.25px);
  background-size: 5px 5px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
.page_complex .product-add-to-cart__complex .complex-plugin-table table td.value .complex-price-value {
  background-color: #fafafa !important;
}
.page_complex .product-page__content .complex-plugin-table {
  margin-bottom: 32px;
}