.site-header, .site-footer, .site-content {
  filter: none; }

.checkout-frontend-container {
  padding: 60px 0 120px; }
  .checkout-frontend-container .container {
    display: flex;
    padding: 0 30px;
    align-items: flex-start; }
    .checkout-frontend-container .container > .checkout-frontend-content {
      flex-grow: 1;
      padding: 0 20px; }
    .checkout-frontend-container .container > .checkout-frontend-sidebar {
      flex-grow: 0;
      flex-shrink: 0;
      width: 400px; }
      .checkout-frontend-container .container > .checkout-frontend-sidebar .checkout-frontend-sidebar-inner-container {
        padding: 0 30px 30px;
        width: 400px !important;
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        will-change: position, transform; }
  .checkout-frontend-container .step-container {
    display: none; }
    .checkout-frontend-container .step-container h2:first-child, .checkout-frontend-container .step-container h3:first-child {
      margin-top: 0; }
  .checkout-frontend-container .step-footer .button-group {
    display: flex;
    justify-content: center; }
    .checkout-frontend-container .step-footer .button-group .btn-secondary {
      border-color: transparent; }
      .checkout-frontend-container .step-footer .button-group .btn-secondary:hover, .checkout-frontend-container .step-footer .button-group .btn-secondary:focus {
        background: none;
        text-decoration: underline;
        color: var(--wp--preset--color--green) !important;
        box-shadow: none; }
  .checkout-frontend-container .checkout-frontend-sidebar h2:first-child, .checkout-frontend-container .checkout-frontend-sidebar h3:first-child {
    margin-top: 0; }
  .checkout-frontend-container .checkout-frontend-sidebar .checkout-mobile-summary {
    display: none; }
  .checkout-frontend-container .checkout-frontend-sidebar .checkout-frontend-summary-container {
    display: none; }
  .checkout-frontend-container .checkout-frontend-sidebar .button-group {
    display: none; }
  .checkout-frontend-container .checkout-frontend-loading-message {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .checkout-frontend-container .checkout-user-location-container {
    margin: 30px; }
  .checkout-frontend-container .previous-steps > * {
    display: flex;
    align-items: center;
    margin: 0 0;
    text-transform: capitalize;
    padding: 5px; }
    .checkout-frontend-container .previous-steps > * > * {
      padding: 0 10px;
      margin: 5px 0; }
    .checkout-frontend-container .previous-steps > *:nth-child(2n+1) {
      background: var(--ob-lightest-gray); }
    .checkout-frontend-container .previous-steps > * button {
      background: none;
      color: var(--wp--preset--color--green);
      border: 0;
      font-weight: bold;
      cursor: pointer;
      font-size: 12px; }
  .checkout-frontend-container .tabs.settings-tabs {
    padding-right: 0; }
  .checkout-frontend-container .tabs.settings-tabs + .reset-container .reset-button {
    margin-top: -150px;
    font-size: 13px; }
  .checkout-frontend-container .packages-container {
    text-align: center;
    margin-top: 30px; }
    .checkout-frontend-container .packages-container > h2 {
      margin-bottom: 0; }
    .checkout-frontend-container .packages-container .checkout-bundle-boxes.is-loading {
      margin-bottom: 40px; }
  .checkout-frontend-container .build-bundle-container {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    position: relative;
    padding-top: 50px;
    margin-top: 60px; }
    .checkout-frontend-container .build-bundle-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -100px;
      border-top: 1px solid var(--wp--preset--color--gray);
      width: 200px; }
    .checkout-frontend-container .build-bundle-container > * {
      margin: 10px 15px; }
  .checkout-frontend-container .app-order-summary {
    padding-left: 0;
    padding-right: 0; }
  .checkout-frontend-container .gform_footer {
    position: absolute;
    left: -10000px; }
  .checkout-frontend-container .gform_confirmation_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wp--preset--color--green); }
  .checkout-frontend-container .checkout-frontend-submit {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 1; }
    .checkout-frontend-container .checkout-frontend-submit .btn-secondary {
      padding-left: 0;
      padding-right: 0;
      border: none;
      font-size: 14px;
      text-align: left;
      white-space: nowrap;
      min-width: auto; }
      .checkout-frontend-container .checkout-frontend-submit .btn-secondary span {
        margin-left: 6px; }
      .checkout-frontend-container .checkout-frontend-submit .btn-secondary:before {
        content: '\f060 ';
        font-family: "FontAwesome";
        margin-right: 10px;
        font-size: 12px; }
      .checkout-frontend-container .checkout-frontend-submit .btn-secondary:hover, .checkout-frontend-container .checkout-frontend-submit .btn-secondary:focus {
        background: none;
        outline: none;
        text-decoration: underline;
        color: var(--wp--preset--color--dark-green) !important;
        border: none;
        box-shadow: none; }
    .checkout-frontend-container .checkout-frontend-submit .submit-btn {
      margin-left: 10px;
      margin-right: 10px; }
  .checkout-frontend-container.show-step-0 .step-container.step-0 {
    display: block; }
  .checkout-frontend-container.show-step-0 .checkout-frontend-sidebar {
    display: none; }
  .checkout-frontend-container.show-step-1 .checkout-frontend-sidebar {
    display: none; }
  .checkout-frontend-container.show-step-1 .step-container.step-1 {
    display: block; }
  .checkout-frontend-container.show-step-2 .checkout-frontend-sidebar {
    display: none; }
  .checkout-frontend-container.show-step-2 .step-container.step-2 {
    display: block; }
  .checkout-frontend-container.show-step-3 .checkout-frontend-sidebar {
    display: none; }
  .checkout-frontend-container.show-step-3 .step-container.step-3 {
    display: block; }
  .checkout-frontend-container.show-step-3:not(.bundle-is-selected) .button-group .btn-select-package {
    pointer-events: none;
    border-color: var(--wp--preset--color--light-gray);
    color: #aaa !important;
    pointer-events: none;
    box-shadow: none;
    background: none; }
  .checkout-frontend-container.show-step-4 .step-container.step-4 {
    display: block; }
  .checkout-frontend-container.show-step-4 .checkout-frontend-sidebar .submit-btn {
    display: none; }
  .checkout-frontend-container.show-step-4 .checkout-frontend-sidebar .checkout-frontend-summary-container {
    display: none; }
  .checkout-frontend-container.show-step-4 .checkout-frontend-sidebar .button-group.checkout-frontend-checkout {
    display: block; }
  .checkout-frontend-container.show-step-5 .checkout-frontend-sidebar .button-group.checkout-frontend-submit {
    display: flex; }
  .checkout-frontend-container.show-step-5 .step-container.step-5 {
    display: block; }
    .checkout-frontend-container.show-step-5 .step-container.step-5 .checkout-frontend-summary-container {
      display: none; }
  .checkout-frontend-container.has-selections .checkout-frontend-sidebar .checkout-frontend-summary-container {
    display: block; }
  .checkout-frontend-container.has-selections .checkout-frontend-sidebar .checkout-frontend-no-selections-container {
    display: none; }
  .checkout-frontend-container.is-submitted .checkout-frontend-sidebar {
    display: none; }
  .checkout-frontend-container.is-submitted .step-container .checkout-frontend-summary-container {
    display: block !important;
    border: 1px solid var(--wp--preset--color--light-gray);
    padding: 50px; }
  .checkout-frontend-container.is-submitted .button-group {
    display: none !important; }

@media (max-width: 991px) {
  .checkout-frontend-container .container > .checkout-frontend-content {
    padding-left: 0; }
  .checkout-frontend-container .container > .checkout-frontend-sidebar {
    width: 300px;
    font-size: 13px; }
    .checkout-frontend-container .container > .checkout-frontend-sidebar .checkout-frontend-sidebar-inner-container {
      width: 300px !important; }
  .checkout-frontend-container .tabs > li.tab-none, .checkout-frontend-container .tabs > li > button {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px; }
  .checkout-frontend-container .previous-steps {
    font-size: 14px;
    margin-bottom: 50px; }
  .checkout-frontend-container .tabs.settings-tabs + .reset-container .reset-button {
    margin-top: -110px;
    font-size: 13px; } }

@media (max-width: 767px) {
  body.checkout-page {
    padding-top: 0 !important; }
    body.checkout-page .site-header {
      position: static; }
    body.checkout-page .tabs.settings-tabs {
      position: sticky;
      background: #fff;
      z-index: 10;
      top: 0;
      width: auto;
      padding: 4px 25px 4px;
      margin-left: -25px;
      margin-right: -25px;
      overflow: visible; }
  .checkout-frontend-container {
    padding-bottom: 0; }
    .checkout-frontend-container .container {
      display: block; }
      .checkout-frontend-container .container > .checkout-frontend-content {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0; }
      .checkout-frontend-container .container > .checkout-frontend-sidebar {
        display: none;
        position: sticky;
        bottom: 0;
        margin-left: -30px;
        margin-right: -30px;
        z-index: 3;
        width: auto;
        font-size: inherit;
        background: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); }
        .checkout-frontend-container .container > .checkout-frontend-sidebar .checkout-frontend-sidebar-inner-container {
          padding-bottom: 0;
          width: 100% !important; }
          .checkout-frontend-container .container > .checkout-frontend-sidebar .checkout-frontend-sidebar-inner-container .checkout-frontend-summary {
            display: none; }
    .checkout-frontend-container .checkout-frontend-summary-container {
      padding: 15px 0;
      display: none; }
      .checkout-frontend-container .checkout-frontend-summary-container h3 {
        font-size: 16px;
        font-weight: bold;
        display: none; }
      .checkout-frontend-container .checkout-frontend-summary-container .checkout-mobile-summary {
        display: block;
        font-weight: bold;
        font-size: 24px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px; }
    .checkout-frontend-container.has-selections .container > .checkout-frontend-sidebar {
      display: block; }
      .checkout-frontend-container.has-selections .container > .checkout-frontend-sidebar .checkout-frontend-summary-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
    .checkout-frontend-container.show-step-5 .step-container.step-5 {
      display: flex;
      flex-direction: column; }
      .checkout-frontend-container.show-step-5 .step-container.step-5 .checkout-frontend-summary-container {
        display: block;
        order: -1; }
        .checkout-frontend-container.show-step-5 .step-container.step-5 .checkout-frontend-summary-container h3 {
          display: block;
          font-size: 30px; } }

@media (max-width: 480px) {
  .checkout-frontend-submit .btn-secondary span {
    display: none; }
  .checkout-frontend-submit .submit-btn {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto; } }

@media (max-width: 480px) {
  .checkout-frontend-container .tabs {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0; }
    .checkout-frontend-container .tabs > li {
      flex-grow: 1;
      margin: 0; }
      .checkout-frontend-container .tabs > li + li {
        margin-left: 1vw; }
  .checkout-frontend-container .tabs > li.tab-none, .checkout-frontend-container .tabs > li > button {
    font-size: 3.3vw;
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100%; } }
