:root body.woocommerce-page.has-fc-design-template--split {
  --fluidcheckout--columns--gap: 70px;
  --fluidcheckout--section--border-width: 0px;
  --fluidcheckout--section--border-radius: 5px;
  --fluidcheckout--section--background-color: transparent;
  --fluidcheckout--order-summary--border-width: 0px;
  --fluidcheckout--order-summary--background-color: transparent;
  --fluidcheckout--order-summary--cell-border-width: 0px;
  --fluidcheckout--order-summary--cell-border-width--products-list: 0px;
  --fluidcheckout--order-summary--cell-border-width--products: 0px;
  --fluidcheckout--order-summary--cell-border-width--summary: 0px;
  --fluidcheckout--order-summary--cell-border-width--totals-top: 0px;
  --fluidcheckout--order-summary--cell-border-width--totals-bottom: 0px;
  --fluidcheckout--option-box--spacing--between-options: 5px;
  --fluidcheckout--option-box--border-color: transparent;
  --fluidcheckout--option-box--border-radius: 5px;
  --fluidcheckout--option-box--background-color: transparent;
  --fluidcheckout--option-box--border-color--hover: var(--fluidcheckout--color--grey, #7b7575);
  --fluidcheckout--option-box--background-color--hover: transparent;
  --fluidcheckout--option-box--label-border-color--hover: var(--fluidcheckout--color--grey, #7b7575);
  --fluidcheckout--option-box--background-color--checked: transparent;
  --fluidcheckout--option-box--label-border-color--checked: var(--fluidcheckout--color--black, #000);
  --fluidcheckout--order-details--section-border-width--alt: 1px;
}

@media (min-width: 1000px) {
  body.has-fc-design-template--split .fc-content {
    position: relative;
  }
}

@media (min-width: 1000px) {
  body.has-fc-design-template--split .fc-content::after {
    content: "";
    position: absolute;
    display: block;
    clear: both;
    height: 100%;
    width: 100%;
    top: 0;
    left: 100%;
    transform: translateX(-40%);
    background-color: var(--fluidcheckout--order-summary--background-color, var(--fluidcheckout--color--white, #fff));
    border-left: 1px solid var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8));
  }
}

body.has-fc-design-template--split .fc-wrapper .fc-cart-section {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750px) {
  body.has-fc-design-template--split .fc-wrapper .fc-cart-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 749px) {
  body.has-fc-design-template--split.woocommerce-cart div.woocommerce .fc-wrapper div.fc-cart-order-review {
    border-top: 0;
  }
}

body.has-fc-design-template--split div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot th,
body.has-fc-design-template--split div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

body.has-fc-design-template--split .woocommerce ul#shipping_method .shipping-method__option.shipping-method__option .shipping-method__option-label {
  border: var(--fluidcheckout--option-box--label-border-style, solid) var(--fluidcheckout--option-box--label-border-width, 1px) var(--fluidcheckout--option-box--label-border-color, var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8)));
  border-radius: var(--fluidcheckout--option-box--border-radius, 13px);
}

body.has-fc-design-template--split .woocommerce ul#shipping_method .shipping-method__option.shipping-method__option:last-child .shipping-method__option-label {
  border-bottom-width: var(--fluidcheckout--option-box--label-border-width, 1px);
}

body.has-fc-design-template--split .woocommerce ul#shipping_method .shipping-method__option.shipping-method__option .shipping-method__option-label:hover {
  border-color: var(--fluidcheckout--option-box--label-border-color--hover, var(--fluidcheckout--option-box--label-border-color, var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8)))) !important;
}

body.has-fc-design-template--split .woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked + .shipping-method__option-label,
body.has-fc-design-template--split .woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked + .shipping-method__option-label span {
  font-weight: bold;
}

body.has-fc-design-template--split .woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked + .shipping-method__option-label {
  border-color: var(--fluidcheckout--option-box--label-border-color--checked, var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8)));
}