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

@media (min-width: 1000px) {
  body.theme-oceanwp.has-fc-sidebar.has-fc-design-template--split .fc-content > .container::after {
    content: "";
    visibility: visible;
    position: absolute;
    display: block;
    clear: both;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 60%;
    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));
  }
}

@media (min-width: 1000px) {
  body.theme-oceanwp.has-fc-sidebar.has-fc-design-template--split .fc-content::after {
    content: none;
  }
}

body.theme-oceanwp .fc-wrapper .fc-coupon_code__collapsible input#coupon_code {
  padding-left: var(--fluidcheckout--field--padding-left, 8px);
  border-width: var(--fluidcheckout--field--border-width, 1px);
  border-color: var(--fluidcheckout--field--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8));
  border-radius: var(--fluidcheckout--field--border-radius, 0);
}

body.theme-oceanwp .fc-wrapper table.cart td .product-name > a img {
  max-width: 100%;
}

body.theme-oceanwp div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr td:before {
  content: none;
}