:root {
  --fluidcheckout--field--height: var( --wd-form-height, 42px );
  --fluidcheckout--field--border-radius: var( --wd-form-brd-radius, 2px );
  --fluidcheckout--field--border-width: var( --wd-form-brd-width, 3px );
}

body.theme-woodmart.has-checkout-header .page-title {
  margin-top: 0;
}

body.theme-woodmart.woocommerce-cart .content-layout-wrapper {
  margin-left: 0;
  margin-right: 0;
}

div.woocommerce form .form-row .select2-selection {
  height: var(--fluidcheckout--field--height, 45.625px) !important;
}

body.theme-woodmart div.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 16px !important;
}

body.theme-woodmart div.woocommerce .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin-bottom: 0;
  padding-left: var(--fluidcheckout--select2--inner-spacing, 5px) !important;
  padding-right: var(--fluidcheckout--select2--inner-spacing, 5px) !important;
}

body.theme-woodmart div.woocommerce form .form-row .select2-selection .select2-selection__arrow {
  right: 5px !important;
}

body.theme-woodmart div.woocommerce form .form-row .select2-selection .select2-selection__clear {
  right: 24px;
}

body.theme-woodmart div.woocommerce form .form-row .select2-selection--multiple .select2-selection__clear {
  right: 5px;
}

body.theme-woodmart div.woocommerce form .form-row .select2-selection--multiple .select2-search--inline {
  margin-top: var(--fluidcheckout--select2--inner-spacing, 5px);
}

body.theme-woodmart .fc-wrapper .wd-shipping-progress-bar {
  margin-bottom: 20px;
}

body.theme-woodmart .fc-wrapper .wd-shipping-progress-bar .wd-progress-bar {
  border-radius: var(--fluidcheckout--section--border-radius, 8px);
}

body.theme-woodmart .fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: -5px;
  width: 24px;
  height: 24px;
  line-height: inherit;
  text-decoration: none;
  text-indent: -10000px;
}
body.theme-woodmart .fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156);
  outline-offset: 1px;
}

body.theme-woodmart .fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-indent: 0;
}