:root body.woocommerce-page.has-fc-design-template--minimalist {
  --fluidcheckout--header--border-width: 0;
  --fluidcheckout--header--border-width--large-screen: 0;
  --fluidcheckout--footer--border-width: 0;
  --fluidcheckout--footer--border-width--large-screen: 0;
  --fluidcheckout--section--border-width: 0px;
  --fluidcheckout--section--border-radius: 5px;
  --fluidcheckout--section--background-color: transparent;
  --fluidcheckout--order-summary--border-color: var(--fluidcheckout--color--black, #000);
  --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--order-summary--image-padding: 0px;
  --fluidcheckout--order-summary--image-background-color: transparent;
  --fluidcheckout--order-summary--image-border-width: 0px;
  --fluidcheckout--order-summary--image-border-radius: 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--cart-item--quantity-background-color: transparent;
  --fluidcheckout--order-details--section-border-width--alt: 1px;
}

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

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

body.has-fc-design-template--minimalist div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot th,
body.has-fc-design-template--minimalist 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--minimalist .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--minimalist .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--minimalist .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--minimalist .woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked + .shipping-method__option-label,
body.has-fc-design-template--minimalist .woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked + .shipping-method__option-label span {
  font-weight: bold;
}

body.has-fc-design-template--minimalist .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)));
}