.gpc-single-product .site-content {
  max-width: var(--max-content-width);
  padding-right: var(--content-padding);
  padding-bottom: 0;
  padding-left: var(--content-padding);
  margin: 0 auto;
}

@media (min-width: 992px) {
  .gpc-sp__header {
    padding: 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gpc-sp__header {
    padding: 0 60px;
  }
}

.gpc-sp__title {
  color: var(--neutral-5);
  margin-bottom: 18px;
}

.gpc-sp__sub-title {
  max-width: 510px;
  margin-right: auto;
  text-align: left;
  color: var(--neutral-3);
  line-height: 28px;
}

@media (max-width: 768px) {
  .gpc-sp__title,
  .gpc-sp__sub-title {
    text-align: center;
  }
}

.gpc-sp-subscription-ammount,
.gpc-sp_subscription-price-period {
  color: var(--color-secundary);
}

.gpc-sp-subscription-ammount {
  font-size: 38px;
  font-weight: 600;
  line-height: 64px;
  text-align: right;
}

.gpc-sp__turnover {
  color: var(--neutral-5);
}

.gpc-sp_subscription-price-period,
.gpc-sp__turnover {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 768px) {
  .gpc-sp_subscription-price-period,
  .gpc-sp__turnover {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
}

.gpc-sp__header-right {
  text-align: right;
}

@media (max-width: 768px) {
  .gpc-sp__header-right {
    text-align: center;
  }
}

.gpc-single-product .single_variation_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .gpc-single-product .single_variation_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.gpc-sp-company__fee-info,
.gpc-sp-company__fee {
  width: 100%;
}

.gpc-sp-company__fee-info {
  margin-top: 41px;
  padding: 5px;
  background: var(--color-secundary);
}

.gpc-sp-company__fee-content {
  display: flex;
  align-items: stretch;
}

@media (max-width: 767px) {
  .gpc-sp-company__fee-content {
    flex-wrap: wrap;
  }
}

.gpc-sp-company__fee-info-message {
  color: var(--color-white);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .gpc-sp-company__fee-info-message {
    font-size: 16px;
    line-height: 24px;
  }
}

.gpc-sp-company__fee-price {
  background: var(--neutral-2);
  color: var(--neutral-5);
  width: 25%;
}

@media (max-width: 767px) {
  .gpc-sp-company__fee-price {
    width: 100%;
  }
}

.gpc-sp-company__fee-price-inner {
  padding: 20px 20px;
  text-align: center;
}

.gpc-sp-company__fee-price-title,
.gpc-sp-company__fee-price-ammount {
  font-weight: 700;
  font-family: var(--main-font);
  color: var(--neutral-5);
}

.gpc-sp-company__fee-price-title {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .gpc-sp-company__fee-price-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.gpc-sp-company__fee-price-ammount {
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .gpc-sp-company__fee-price-ammount {
    font-size: 22px;
    line-height: 29px;
  }
}

.gpc-sp-company__fee-includes {
  background: var(--neutral-1);
  color: var(--neutral-3);
  flex: 1;
}

.gpc-sp-company__fee-includes-inner {
  padding: 20px 45px;
  text-align: left;
}
@media (max-width: 767px) {
  .gpc-sp-company__fee-includes-inner {
    padding: 20px;
    text-align: center;
  }
}

.gpc-sp-company__fee-details-list {
  list-style: none;
  margin: 0px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gpc-sp-company__fee-details-list {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

.gpc-sp-company__fee-details-item,
.gpc-sp-company__plan-features-list-item {
  position: relative;
  width: fit-content;
}

.gpc-sp-company__fee-details-item {
  color: var(--neutral-5);
  padding-left: 15px;
}

.gpc-sp-company__fee-details-item::before,
.gpc-sp-company__plan-features-list-item::before {
  content: '';
  background: url('/wp-content/themes/trustbiz/assets/images/bullet-points.svg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
}

.gpc-sp-company__plan-features {
  width: 100%;
  padding: 60px 97px 0 97px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .gpc-sp-company__plan-features {
    padding: 60px 67px 0 67px;
  }
}

@media (max-width: 767px) {
  .gpc-sp-company__plan-features {
    padding: 60px 20px 0 20px;
  }
}

.gpc-sp-company__plan-features-list {
  list-style: none;
}

@media (min-width: 768px) {
  .gpc-sp-company__plan-features-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.gpc-sp-company__plan-features-list-item {
  padding-left: 30px;
  padding-bottom: 10px;
}

.gpc-sp-company__money-back-disclaimer {
  margin-top: 48px;
}

.gpc-single-product .limited-subscription-notice.notice {
  background: var(--neutral-2);
  color: var(--neutral-5);
  padding: 20px;
  text-align: center;
  margin-top: 32px;
  font-weight: 700;
}

.gpc-single-product .wc-pao-addons-container {
  display: flex;
  flex-wrap: wrap;
}

.gpc-single-product form.cart {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .gpc-single-product form.cart {
    padding-top: 60px;
  }
}

.gpc-single-product .wc-pao-addon-container {
  width: 25%;
  padding: 0 12px;
}

.gpc-single-product .wc-pao-addon-container:first-child {
  padding-left: 0;
}

.gpc-single-product .wc-pao-addon-container:last-child {
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .gpc-single-product .wc-pao-addon-container {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .gpc-single-product .wc-pao-addon-container {
    width: 50%;
    padding: 0;
  }
}

.gpc-single-product .wc-pao-addon-name {
  color: var(--neutral-5);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600 !important;
  font-family: var(--main-font);
}

@media (max-width: 767px) {
  .gpc-single-product .wc-pao-addon-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.gpc-single-product .wc-pao-addon-description {
  font-size: 12px;
  line-height: 26px;
  color: var(--neutral-3);
  font-family: var(--main-font);
}
@media (max-width: 767px) {
  .gpc-single-product .wc-pao-addon-description {
    font-size: 10px;
  }
}

.gpc-single-product .wc-pao-addon-select {
  appearance: none;
  border: 1px solid var(--neutral-4);
  border-radius: 15px;
  padding: 11px 17px;
  font-family: var(--main-font);
  background: url('/wp-content/themes/trustbiz/assets/images/dropdown-arrow.svg')
    no-repeat;
  background-position: right center;
  background-size: 25px;
}

.gpc-single-product .wc-pao-addon-select:focus {
  background: var(--color-white);
  outline: none;
}

.gpc-single-product #product-addons-total {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .gpc-single-product #product-addons-total {
    width: 100%;
    margin: auto;
  }
}

.gpc-single-product .product-addon-totals {
  padding-top: 33px;
  margin: 20px;
  background: var(--neutral-1);
  border: none;
}

.gpc-single-product .product-addon-totals ul li {
  color: var(--neutral-5);
  font-family: var(--main-font);
  font-size: 18px;
  line-height: 28px;
}

.gpc-single-product .product-addon-totals ul li strong {
  font-weight: 400;
}

@media (max-width: 767px) {
  .gpc-single-product .product-addon-totals ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

.gpc-single-product .product-addon-totals ul li:not(.wc-pao-subtotal-line) {
  padding: 0 33px 14px 33px;
}

.gpc-single-product .product-addon-totals ul li:first-child strong {
  font-weight: 700;
}

.gpc-single-product .product-addon-totals ul li:nth-last-child(2) {
  padding-bottom: 33px;
}

.gpc-single-product .product-addon-totals .wc-pao-subtotal-line {
  background: var(--color-white);
  border: none;
  margin: 0;
  padding: 32px 33px 0 0;
}

.gpc-single-product .product-addon-totals .wc-pao-subtotal-line .price {
  font-weight: 700;
  color: var(--neutral-5);
  font-size: 26px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .gpc-single-product .product-addon-totals .wc-pao-subtotal-line .price {
    font-size: 22px;
    line-height: 29px;
  }
}

.gpc-single-product .product-addon-totals .wc-pao-subtotal-line .price .amount {
  color: var(--neutral-3);
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .gpc-single-product
    .product-addon-totals
    .wc-pao-subtotal-line
    .price
    .amount {
    font-size: 16px;
    line-height: 24px;
  }
}

.gpc-single-product div.product.do-quantity-buttons form.cart {
  justify-content: flex-end;
}

.gpc-single-product div.product form.cart .button {
  margin-right: 33px;
  float: right;
}

.gpc-single-product .quantity.buttons-added .minus,
.gpc-single-product .quantity.buttons-added .plus,
.gpc-single-product .quantity.buttons-added .qty {
  border: 1px solid var(--neutral-4) !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

.gpc-single-product .quantity.buttons-added .minus,
.gpc-single-product .quantity.buttons-added .plus {
  color: var(--neutral-4) !important;
}

.gpc-single-product .quantity.buttons-added .qty {
  color: var(--neutral-5) !important;
  font-weight: 700;
}

.gpc-single-product .button.alt {
  padding: 9px 43px;
  border-radius: 40px;
  background-color: var(--neutral-5) !important;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.gpc-single-product .button:hover.alt {
  background-color: var(--neutral-4) !important;
}
