@charset "UTF-8";
/*------------------------------------*\
  #IMPORT ABSTRACT
\*------------------------------------*/
/** 
 * FUNCTIONS
 * 
 * Caution: This file is supposed to import all functions
 * except the `remsize` functions which is already imported
 * before the `variables` as it is needed earlier.
 */
/*------------------------------------*\
	#VARIABLES
\*------------------------------------*/
/** 
 * FUNCTIONS
 * 
 * Caution: This file is supposed to import all functions
 * except the `remsize` functions which is already imported
 * before the `variables` as it is needed earlier.
 */
/*------------------------------------*\
  #IMPORT STYLES
\*------------------------------------*/
/*------------------------------------*\
  #CHECKOUT CONTENT AREA
\*------------------------------------*/
body.woocommerce-checkout {
  overflow-x: hidden; }

body.woocommerce-checkout .fc-content,
form.woocommerce-checkout {
  display: block !important;
  margin: 0; }

.fc-content form.woocommerce-checkout {
  clear: both;
  float: none; }

.fc-content form.woocommerce-checkout:after {
  content: '';
  display: table;
  table-layout: fixed;
  width: 100%; }

body.woocommerce-checkout #main.fc-main {
  position: static;
  float: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 60px 20px 50px; }
  @media (min-width: 750px) {
    body.woocommerce-checkout #main.fc-main {
      max-width: 100%; } }
  @media (min-width: 1000px) {
    body.woocommerce-checkout #main.fc-main {
      max-width: 100%; } }
  @media (min-width: 1280px) {
    body.woocommerce-checkout #main.fc-main {
      max-width: 80%; } }
  @media (min-width: 1500px) {
    body.woocommerce-checkout #main.fc-main {
      max-width: 1400px; } }
  @media (min-width: 2000px) {
    body.woocommerce-checkout #main.fc-main {
      max-width: 1400px; } }
  @media (min-width: 750px) {
    body.woocommerce-checkout #main.fc-main {
      padding: 60px 30px 50px; } }
  @media (min-width: 1000px) {
    body.woocommerce-checkout #main.fc-main {
      padding: 0 50px 50px; } }
  @media (min-width: 1280px) {
    body.woocommerce-checkout #main.fc-main {
      padding: 0 50px 50px; } }
  @media (min-width: 1500px) {
    body.woocommerce-checkout #main.fc-main {
      padding: 0 50px 50px; } }
  @media (min-width: 2000px) {
    body.woocommerce-checkout #main.fc-main {
      padding: 0 50px 50px; } }

body.woocommerce-checkout .fc-content,
body.woocommerce-checkout .fc-content * {
  box-sizing: border-box !important; }

body.woocommerce-checkout .fc-content {
  box-sizing: border-box;
  float: none !important;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  border: 0;
  text-align: left; }

body.woocommerce-checkout .fc-content.fc-container {
  padding: 0 20px 50px; }
  @media (min-width: 1000px) {
    body.woocommerce-checkout .fc-content.fc-container {
      max-width: 100%; } }
  @media (min-width: 1280px) {
    body.woocommerce-checkout .fc-content.fc-container {
      max-width: 80%; } }
  @media (min-width: 1500px) {
    body.woocommerce-checkout .fc-content.fc-container {
      max-width: 1400px; } }
  @media (min-width: 2000px) {
    body.woocommerce-checkout .fc-content.fc-container {
      max-width: 1400px; } }
  @media (min-width: 750px) {
    body.woocommerce-checkout .fc-content.fc-container {
      padding: 0 30px 50px; } }
  @media (min-width: 1000px) {
    body.woocommerce-checkout .fc-content.fc-container {
      padding: 0 50px 50px; } }
  @media (min-width: 1280px) {
    body.woocommerce-checkout .fc-content.fc-container {
      padding: 0 50px 50px; } }
  @media (min-width: 1500px) {
    body.woocommerce-checkout .fc-content.fc-container {
      padding: 0 50px 50px; } }
  @media (min-width: 2000px) {
    body.woocommerce-checkout .fc-content.fc-container {
      padding: 0 50px 50px; } }

body.woocommerce-checkout.has-checkout-header .fc-content {
  min-height: 100vh; }
  @media (min-width: 1000px) {
    body.woocommerce-checkout.has-checkout-header .fc-content {
      padding-top: 10px; } }

body.woocommerce-checkout .fc-content > div.woocommerce {
  position: static; }
  @media (min-width: 1280px) {
    body.woocommerce-checkout .fc-content > div.woocommerce {
      margin: 0 auto; } }

/*------------------------------------*\
  #CHECKOUT COLUMNS LAYOUT
\*------------------------------------*/
@media (min-width: 1000px) {
  body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-message,
  body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-info,
  body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-error,
  body:not(.has-checkout-must-login-notice) .fc-checkout-notices,
  body:not(.has-checkout-must-login-notice).woocommerce-checkout .woocommerce-NoticeGroup,
  body:not(.has-checkout-must-login-notice) .fc-progress-bar,
  body:not(.has-checkout-must-login-notice) .fc-inside {
    float: left;
    width: 62.5%;
    padding-right: 50px; } }

body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-message,
body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-info,
body:not(.has-checkout-must-login-notice) .fc-checkout-header ~ .woocommerce-error {
  width: calc( 62.5% - 50px); }

@media (min-width: 1000px) {
  body:not(.has-checkout-must-login-notice) .fc-inside {
    padding-top: 5px; } }

.fc-wrapper {
  position: relative; }

.fc-sidebar {
  position: static; }
  @media (min-width: 1000px) {
    .fc-sidebar {
      z-index: 2;
      float: right;
      width: 37.5%; } }

.fc-sidebar__inner {
  z-index: 10; }
  @media (min-width: 1000px) {
    .fc-sidebar__inner {
      position: relative;
      width: 100%;
      padding-top: 5px; } }

@media (min-width: 1000px) {
  .admin-bar .fc-wrapper .fc-sidebar.is-sticky .fc-sidebar__inner {
    padding-top: calc( 5px + 32px); } }

/*------------------------------------*\
  #CHECKOUT WIDGETS
\*------------------------------------*/
.fc-checkout-header .widget,
.fc-main .widget {
  margin: 0; }

/*------------------------------------*\
  #CLEAR FIX
\*------------------------------------*/
.fc-clearfix:before,
.fc-clearfix:after {
  content: '';
  display: table;
  table-layout: fixed;
  width: 100%; }

/*------------------------------------*\
  #CHECKOUT HEADER
\*------------------------------------*/
.fc-checkout-header {
  z-index: 300;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1000px) {
    .fc-checkout-header {
      position: static;
      min-height: 80px;
      border-bottom: solid 1px #D6D8D8;
      box-shadow: none; } }

.admin-bar .fc-checkout-header {
  top: 46px; }
  @media screen and (min-width: 783px) {
    .admin-bar .fc-checkout-header {
      top: 32px; } }

.fc-checkout-header__inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  min-height: 60px;
  max-width: 100%;
  padding: 0 20px; }
  @media (min-width: 1000px) {
    .fc-checkout-header__inner {
      min-height: 80px; } }
  @media (min-width: 750px) {
    .fc-checkout-header__inner {
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .fc-checkout-header__inner {
      max-width: 100%; } }
  @media (min-width: 1280px) {
    .fc-checkout-header__inner {
      max-width: 80%; } }
  @media (min-width: 1500px) {
    .fc-checkout-header__inner {
      max-width: 1400px; } }
  @media (min-width: 2000px) {
    .fc-checkout-header__inner {
      max-width: 1400px; } }
  @media (min-width: 750px) {
    .fc-checkout-header__inner {
      padding: 0 30px; } }
  @media (min-width: 1000px) {
    .fc-checkout-header__inner {
      padding: 0 50px; } }
  @media (min-width: 1280px) {
    .fc-checkout-header__inner {
      padding: 0 50px; } }
  @media (min-width: 1500px) {
    .fc-checkout-header__inner {
      padding: 0 50px; } }
  @media (min-width: 2000px) {
    .fc-checkout-header__inner {
      padding: 0 50px; } }

.fc-checkout-header .fc-checkout__title.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.fc-checkout-header .fc-checkout__site-name {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold; }

.fc-checkout-header .custom-logo-link {
  display: inline-block;
  margin: 2px 0 0; }

.fc-checkout-header .fc-checkout__branding {
  line-height: 1; }

.fc-checkout-header .fc-checkout__branding img {
  max-height: 46px;
  width: auto; }

.fc-checkout-header .fc-checkout__cart-link-wrapper {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  line-height: 1; }
  @media (min-width: 400px) {
    .fc-checkout-header .fc-checkout__cart-link-wrapper {
      right: 20px; } }
  @media (min-width: 750px) {
    .fc-checkout-header .fc-checkout__cart-link-wrapper {
      right: 30px; } }
  @media (min-width: 1000px) {
    .fc-checkout-header .fc-checkout__cart-link-wrapper {
      display: none; } }

.fc-checkout-header .fc-checkout__cart-link {
  margin: 5px 0;
  padding: 10px 8px 8px 10px;
  background-color: #fff;
  border: solid 1px #F0F4F4;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }
  .fc-checkout-header .fc-checkout__cart-link:active {
    box-shadow: none;
    transform: translateY(1px);
    color: inherit; }
  .fc-checkout-header .fc-checkout__cart-link:focus {
    outline: dotted 1px #535156;
    outline-offset: 1px; }

.fc-checkout-header .fc-checkout__cart-link:before {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 10px; }

.fc-checkout-header .fc-checkout__cart-link:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 18px;
  font-size: 18px; }

.has-flyout--open-fc-checkout-order-review .fc-checkout-header .fc-checkout__cart-link {
  background-color: #F0F4F4;
  box-shadow: none;
  transform: translateY(1px); }

.has-flyout--open-fc-checkout-order-review .fc-checkout-header .fc-checkout__cart-link:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: ""; }

.fc-checkout-header .fc-checkout__header-widgets {
  display: none; }
  @media (min-width: 1000px) {
    .fc-checkout-header .fc-checkout__header-widgets {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin: 0; } }

@media (min-width: 1000px) {
  .fc-main .fc-checkout__below-header-widgets {
    display: none; } }

/*------------------------------------*\
  #CHECKOUT PROGRESS BAR
\*------------------------------------*/
.fc-progress-bar {
  margin: 0 -20px; }
  @media (min-width: 750px) {
    .fc-progress-bar {
      margin: 0; } }

.fc-progress-bar .fc-progress-bar__inner {
  padding: 10px 20px;
  background-color: #fff; }
  @media (min-width: 750px) {
    .fc-progress-bar .fc-progress-bar__inner {
      padding: 10px 20px;
      border-radius: 8px; } }

.fc-progress-bar[data-sticky-states].is-sticky .fc-progress-bar__inner {
  z-index: 198; }

.admin-bar .fc-progress-bar[data-sticky-states].is-sticky--top .fc-progress-bar__inner {
  transform: translateY(46px); }
  @media screen and (min-width: 783px) {
    .admin-bar .fc-progress-bar[data-sticky-states].is-sticky--top .fc-progress-bar__inner {
      transform: translateY(32px); } }

.fc-progress-bar + .fc-checkout-notices,
.fc-progress-bar + form.woocommerce-checkout {
  padding-top: 10px; }

.fc-progress-bar__count {
  margin: 0 0 5px;
  color: #535156;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1; }
  @media (min-width: 1000px) {
    .fc-progress-bar__count {
      margin: 0 0 5px;
      font-size: 15px; } }

.fc-progress-bar__bars {
  width: 100%;
  height: 5px;
  border: none;
  border-radius: 2.5px;
  background-color: #D6D8D8;
  overflow: hidden; }

.fc-progress-bar__bar {
  display: block;
  float: left;
  margin: 0;
  width: 0;
  height: 5px;
  background-color: #D6D8D8;
  transition: width 0.3s linear, background-color 0.3s linear; }

.fc-progress-bar__bar.is-complete {
  background-color: #00A854; }

.fc-progress-bar__bar.is-current {
  background-color: rgba(0, 168, 84, 0.3); }

.fc-progress-bar__bars[data-step-count="2"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="2"] .fc-progress-bar__bar.is-current {
  width: 50%; }

.fc-progress-bar__bars[data-step-count="3"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="3"] .fc-progress-bar__bar.is-current {
  width: 33.33333%; }

.fc-progress-bar__bars[data-step-count="4"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="4"] .fc-progress-bar__bar.is-current {
  width: 25%; }

.fc-progress-bar__bars[data-step-count="5"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="5"] .fc-progress-bar__bar.is-current {
  width: 20%; }

.fc-progress-bar__bars[data-step-count="6"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="6"] .fc-progress-bar__bar.is-current {
  width: 16.66667%; }

.fc-progress-bar__bars[data-step-count="7"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="7"] .fc-progress-bar__bar.is-current {
  width: 14.28571%; }

.fc-progress-bar__bars[data-step-count="8"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="8"] .fc-progress-bar__bar.is-current {
  width: 12.5%; }

.fc-progress-bar__bars[data-step-count="9"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="9"] .fc-progress-bar__bar.is-current {
  width: 11.11111%; }

.fc-progress-bar__bars[data-step-count="10"] .fc-progress-bar__bar.is-complete,
.fc-progress-bar__bars[data-step-count="10"] .fc-progress-bar__bar.is-current {
  width: 10%; }

/*------------------------------------*\
	#CHECKOUT STEPS
\*------------------------------------*/
.fc-wrapper .fc-checkout-steps {
  margin: 0 -20px 30px; }
  @media (min-width: 750px) {
    .fc-wrapper .fc-checkout-steps {
      margin: 0; } }

.fc-wrapper .fc-checkout-step {
  margin: 0 0 -1px;
  padding: 0;
  border: solid 1px #D6D8D8;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff; }
  @media (min-width: 750px) {
    .fc-wrapper .fc-checkout-step {
      padding: 0; } }

@media (min-width: 750px) {
  .fc-wrapper .fc-checkout-step:first-child {
    border-radius: 8px 8px 0 0; } }

@media (min-width: 750px) {
  .fc-wrapper .fc-checkout-step:last-child {
    border-radius: 0 0 8px 8px; } }

.fc-wrapper .fc-step__substep {
  position: relative;
  padding: 20px 20px;
  margin: 0 0 -1px;
  border-bottom: solid 1px #D6D8D8; }
  @media (min-width: 750px) {
    .fc-wrapper .fc-step__substep {
      padding: 20px 20px; } }

body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep .fc-step__substep-title {
  margin: 0 0 10px 0;
  padding: 0;
  color: #535156;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  overflow: unset; }
  @media (min-width: 1000px) {
    body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep .fc-step__substep-title {
      margin: 0 0 10px 0;
      padding: 0 5px 0 0;
      font-size: 15px; } }

body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep:before,
body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep:after,
body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep .fc-step__substep-title:before,
body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep .fc-step__substep-title:after,
body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep-fields:before,
body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep-fields:after {
  content: '';
  display: table;
  table-layout: fixed;
  width: 100%; }

body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep-fields {
  float: left; }

.fc-wrapper .fc-step__substep-text {
  display: none; }

/*------------------------------------*\
	#CHECKOUT LAYOUT MULTI-STEP
\*------------------------------------*/
.has-checkout-layout--multi-step .fc-checkout-step[data-step-complete] {
  margin: 0 0 -1px; }

@media (min-width: 750px) {
  .has-checkout-layout--multi-step .fc-checkout-step:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; } }

@media (min-width: 750px) {
  .has-checkout-layout--multi-step .fc-checkout-step:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; } }

@media (min-width: 750px) {
  .has-checkout-layout--multi-step .fc-checkout-step.fc-checkout-step--prev-step-complete {
    border-top-right-radius: 0;
    border-top-left-radius: 0; } }

@media (min-width: 750px) {
  .has-checkout-layout--multi-step .fc-checkout-step.fc-checkout-step--next-step-complete {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } }

@media (min-width: 750px) {
  .has-checkout-layout--multi-step .fc-checkout-step.fc-checkout-step--next-step-incomplete {
    margin-bottom: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; } }

@media (min-width: 750px) {
  .has-checkout-layout--multi-step .fc-checkout-step[data-step-current]:not([data-step-index="0"]),
  .has-checkout-layout--multi-step .fc-checkout-step:not([data-step-complete]) {
    border-radius: 8px; } }

.has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title {
  position: relative;
  display: block;
  margin: 0 0 3px;
  padding: 0 80px 0 28px;
  color: #888181; }
  @media (min-width: 1000px) {
    .has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title {
      float: left;
      margin: 0;
      padding: 0 5px 0 28px;
      width: 200px; } }
  @media (min-width: 1280px) {
    .has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title {
      width: 220px; } }
  .has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title:before {
    display: inline-block;
    font-family: "fluid-checkout-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    width: 18px;
    height: 18px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #888181;
    color: #fff; }

.has-checkout-layout--multi-step [data-step-current] ~ .fc-checkout-step {
  display: none; }

.has-checkout-layout--multi-step:not(.has-collapsible-block) [data-step-complete] .fc-step__substep-fields {
  display: none; }

.has-checkout-layout--multi-step .fc-step__substep-text {
  display: none;
  margin: 0;
  padding: 0 0 0 28px;
  color: #888181;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4; }
  @media (min-width: 1000px) {
    .has-checkout-layout--multi-step .fc-step__substep-text {
      float: right;
      padding-left: 0;
      padding-right: 80px;
      margin: 0;
      width: calc( 100% - 200px);
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .has-checkout-layout--multi-step .fc-step__substep-text {
      width: calc( 100% - 220px); } }

.has-checkout-layout--multi-step [data-step-complete] .fc-step__substep-text {
  display: block; }

.has-checkout-layout--multi-step .fc-step__substep-text-content.is-loading {
  min-height: 50px; }

.has-checkout-layout--multi-step .fc-step__substep-text-line {
  display: block;
  width: 100%; }

/*------------------------------------*\
	#CHECKOUT STEP ACTIONS
\*------------------------------------*/
.has-checkout-layout--multi-step .fc-step__actions {
  margin: 30px 0;
  text-align: center; }

.has-checkout-layout--multi-step [data-step-complete] .fc-step__actions {
  display: none; }

.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step {
  margin: 0;
  min-width: 280px;
  text-align: center; }
  .has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step:focus {
    outline: solid 2px #535156;
    outline-offset: 2px; }

/*------------------------------------*\
	#CHECKOUT SUB-STEP EDIT
\*------------------------------------*/
.has-checkout-layout--multi-step .fc-wrapper .fc-step__substep-edit {
  display: none;
  margin: 12px 10px 0 0;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: underline;
  color: inherit;
  background-color: transparent;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .has-checkout-layout--multi-step .fc-wrapper .fc-step__substep-edit {
      font-size: 15px; } }
  .has-checkout-layout--multi-step .fc-wrapper .fc-step__substep-edit:focus {
    outline: dotted 1px #535156;
    outline-offset: 1px; }

.has-checkout-layout--multi-step .fc-wrapper .fc-step__substep-save {
  display: none;
  margin: 20px 0 0;
  width: 100%;
  text-align: center; }
  .has-checkout-layout--multi-step .fc-wrapper .fc-step__substep-save:focus {
    outline: solid 2px #535156;
    outline-offset: 2px; }

.has-checkout-layout--multi-step .fc-wrapper [data-step-complete] .fc-step__substep-edit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block; }

.has-checkout-layout--multi-step .fc-wrapper [data-step-complete] .is-editing .fc-step__substep-save {
  display: inline-block; }

.has-checkout-layout--multi-step .fc-wrapper [data-step-complete] .is-editing .fc-step__substep-edit,
.has-checkout-layout--multi-step .fc-wrapper [data-step-complete] .fc-step__substep-save {
  display: none; }

/*------------------------------------*\
	#CHECKOUT SUB-STEP FIELD WRAPPERS
\*------------------------------------*/
.fc-wrapper .fc-step__substep-fields-inner {
  padding: 10px 0 0;
  border: 0;
  transition: padding-top 0.15s linear; }

.fc-wrapper .fc-step__substep.is-editing .fc-step__substep-fields-inner {
  padding: 20px 0 0; }

.fc-wrapper .woocommerce-shipping-fields,
.fc-wrapper .woocommerce-billing-fields {
  padding: 0;
  border: 0; }
  .fc-wrapper .woocommerce-shipping-fields:before, .fc-wrapper .woocommerce-shipping-fields:after,
  .fc-wrapper .woocommerce-billing-fields:before,
  .fc-wrapper .woocommerce-billing-fields:after {
    content: '';
    display: table;
    table-layout: fixed;
    width: 100%; }

.fc-substep__fields--coupon_codes .fc-step__substep-fields-inner {
  padding: 0; }

/*------------------------------------*\
  #CHECKOUT LOGIN
\*------------------------------------*/
.fc-login-form,
.fc-login-form * {
  box-sizing: border-box !important; }

.has-flyout [data-flyout][data-flyout-modal].is-activated .fc-login-form__inner[data-flyout-content] {
  padding-bottom: 50px;
  max-width: 420px; }

.fc-wrapper .fc-step__substep[data-substep-id="contact_login"] {
  padding-bottom: 5px;
  border-top: 0;
  border-bottom: 0; }

.fc-contact-login {
  text-align: center; }

.fc-contact-login__cta-text {
  margin-bottom: 0; }

.fc-contact-login__action {
  text-decoration: underline;
  cursor: pointer; }
  .fc-contact-login__action:focus {
    outline: dotted 1px #535156;
    outline-offset: 1px; }

.fc-contact-login__separator {
  position: relative;
  margin-top: 20px; }

.fc-contact-login__separator:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 56%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D6D8D8; }

.fc-contact-login__separator-text {
  z-index: 10;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  text-transform: lowercase; }

/*------------------------------------*\
  #CHECKOUT LOGIN FORM
\*------------------------------------*/
.woocommerce-checkout .fc-login-form form.login {
  margin: 0;
  padding: 0;
  border: 0; }

.fc-login-form .fc-login-form__close-wrapper {
  text-align: right; }

.fc-login-form .button--flyout-close {
  position: absolute;
  top: 20px;
  right: 20px; }

.fc-login-form .button--flyout-close:before {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  font-size: 24px; }

.fc-login-form__title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.fc-login-form .woocommerce-form-login__submit {
  margin-top: 20px; }

/*------------------------------------*\
  #CHECKOUT LOGIN FORM FIELDS
\*------------------------------------*/
.woocommerce-checkout .fc-login-form form.login .form-row {
  display: block;
  margin: 0 0 20px;
  width: 100%; }

.woocommerce-checkout .fc-login-form form.login .form-row input[type="text"],
.woocommerce-checkout .fc-login-form form.login .form-row input[type="password"],
.woocommerce-checkout .fc-login-form form.login .fc-login-button {
  margin: 0; }

.woocommerce-checkout .fc-login-form form.login .woocommerce-button.woocommerce-form-login__submit {
  box-sizing: border-box !important;
  margin: 0 0 20px;
  width: 100%;
  text-align: center; }

.woocommerce-checkout .fc-login-form form.login .lost_password {
  float: none;
  text-align: center; }

/*------------------------------------*\
	#CHECKOUT CONTACT STEP
\*------------------------------------*/
.has-checkout-layout--multi-step [data-step-complete] [data-substep-id="contact_login"] {
  display: none; }

.fc-content div.woocommerce form .fc-wrapper .form-row.create-account {
  margin-top: 10px;
  margin-bottom: 0; }

.fc-content div.woocommerce form .fc-wrapper .form-row.create-account + div.create-account {
  margin-top: 10px; }

/*------------------------------------*\
	#CHECKOUT BILLING STEP
\*------------------------------------*/
div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] {
  background-color: #F0F4F4; }
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] textarea,
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] select,
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="email"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="number"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="date"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="search"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="text"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="tel"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="url"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] input[type="password"],
  div.woocommerce form .fc-step__substep[data-substep-id="billing_address"] .select2-selection {
    background-color: #fff;
    color: inherit; }

body:not(.has-collapsible-block) .woocommerce-billing-fields__field-wrapper.is-collapsed > .collapsible-content__inner {
  display: none; }

div.woocommerce form #billing_same_as_shipping_field.form-row {
  margin-bottom: 20px; }

div.woocommerce form .woocommerce-billing-only-fields__field-wrapper {
  padding-top: 20px; }

/*------------------------------------*\
	#CHECKOUT SHIPPING STEP
\*------------------------------------*/
div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] {
  background-color: #F0F4F4; }
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] textarea,
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] select,
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="email"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="number"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="date"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="search"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="text"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="tel"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="url"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] input[type="password"],
  div.woocommerce form .fc-step__substep[data-substep-id="shipping_address"] .select2-selection {
    background-color: #fff;
    color: inherit; }

/*------------------------------------*\
  #CHECKOUT SHIPPING METHODS
\*------------------------------------*/
.woocommerce-checkout .fc-wrapper .woocommerce-shipping-fields,
.woocommerce-checkout .fc-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  margin: 0;
  padding: 0;
  border: 0; }

#shipping_method.shipping-method__options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: solid 1px #D6D8D8;
  border-radius: 13px;
  overflow: hidden; }

.woocommerce ul#shipping_method li.shipping-method__option {
  display: block;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0; }

.shipping-method__option input[type="radio"] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 90px 10px 44px;
  width: 100%;
  border-bottom: solid 1px #D6D8D8;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.15s linear; }

.woocommerce ul#shipping_method .shipping-method__option:last-child .shipping-method__option-label {
  border-bottom: none; }

.woocommerce ul#shipping_method .shipping-method__option input[type="radio"]:checked + .shipping-method__option-label {
  background-color: #F0F4F4;
  color: #1E212B; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #D6D8D8;
  border-radius: 100%;
  transition: all 0.15s linear; }

.woocommerce ul#shipping_method .shipping-method__option input[type="radio"]:checked + .shipping-method__option-label:before {
  border-color: #00A854;
  background-color: #00A854; }

.woocommerce ul#shipping_method .shipping-method__option input[type="radio"]:focus + .shipping-method__option-label:before {
  outline: solid 2px #535156;
  outline-offset: 2px; }

.woocommerce ul#shipping_method .shipping-method__option.shipping-method__option .shipping-method__option-label:hover {
  background-color: #F0F4F4; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label:hover:before,
.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label:focus:before {
  border-color: #afb3b3; }

.woocommerce ul#shipping_method .shipping-method__option input[type="radio"]:checked + .shipping-method__option-label:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-description {
  display: block;
  width: 100%;
  font-size: 13px; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-price {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  text-align: right; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-price .amount {
  display: block;
  font-weight: bold; }

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-price .tax_label {
  display: block; }

/*------------------------------------*\
  #CHECKOUT PAYMENT METHODS
\*------------------------------------*/
.fc-wrapper .fc-payment-methods__wrapper {
  position: relative; }

.woocommerce-page.woocommerce-checkout .fc-wrapper #payment {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.woocommerce-page.woocommerce-checkout .fc-wrapper #payment ul.payment_methods {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: solid 1px #D6D8D8;
  border-radius: 13px;
  overflow: hidden; }

.fc-wrapper #payment .payment_methods > .wc_payment_method {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[type="radio"] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0; }

.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 20px 10px 44px;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #D6D8D8;
  background-color: #fff;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.15s linear; }
  .fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label:active, .fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label:hover, .fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0; }

.fc-wrapper #payment .payment_methods > .wc_payment_method:last-child {
  margin-bottom: -1px; }

.fc-wrapper #payment .payment_methods > li.wc_payment_method:not(.woocommerce-notice) {
  background-color: transparent; }

.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > input[type="radio"]:first-child:checked + label {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: #F0F4F4;
  color: #1E212B; }

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[type="radio"] + label:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  border: solid 2px #D6D8D8;
  border-radius: 100%;
  box-shadow: none;
  transition: all 0.15s linear; }

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[type="radio"]:focus + label:before {
  outline: solid 2px #535156;
  outline-offset: 2px; }

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[type="radio"]:first-child:checked + label:before {
  content: '';
  border-color: #00A854;
  background-color: #00A854; }

.fc-wrapper #payment .payment_methods > .wc_payment_method > label:hover {
  background-color: #F0F4F4; }

.fc-wrapper #payment .payment_methods > .wc_payment_method > label:hover:before,
.fc-wrapper #payment .payment_methods > .wc_payment_method > label:focus:before {
  border-color: #afb3b3; }

.woocommerce-checkout .fc-wrapper #payment ul.payment_methods > .wc_payment_method > input[type="radio"]:first-child:checked + label:before {
  content: ''; }

.fc-wrapper #payment ul.payment_methods > .wc_payment_method > input[type="radio"]:first-child:checked + label:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff; }

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label .payment-method__label-text {
  display: inline-block;
  margin-right: 10px; }

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label img {
  float: none;
  display: inline-block;
  height: 24px;
  vertical-align: middle; }

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box {
  margin: 0;
  padding: 20px;
  border-bottom: solid 1px #D6D8D8;
  background-color: #F0F4F4; }
  @media (min-width: 750px) {
    .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box {
      padding: 20px 44px; } }
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box textarea,
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box select,
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="email"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="number"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="date"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="search"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="text"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="tel"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="url"],
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type="password"] {
    background-color: #fff; }

.fc-wrapper #payment .payment_methods > li .payment_box:before {
  display: none; }

.fc-wrapper .payment_box > p:last-child {
  margin-bottom: 0; }

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box a:focus {
  outline: dotted 1px #535156;
  outline-offset: 1px; }

.fc-wrapper #payment .payment_methods > .woocommerce-notice {
  margin-bottom: 0; }

/*------------------------------------*\
  #CHECKOUT COUPON CODE
\*------------------------------------*/
.fc-wrapper .fc-expansible-form-section__content--coupon_code .collapsible-content__inner {
  position: relative; }

.fc-wrapper .fc-expansible-form-section__content--coupon_code .form-row {
  float: none;
  margin: 0;
  padding: 0; }

.fc-wrapper .fc-expansible-form-section__content--coupon_code input {
  height: 55px; }

.fc-wrapper .fc-expansible-form-section__content--coupon_code input:focus {
  position: relative;
  z-index: 10; }

.fc-wrapper .fc-expansible-form-section__content--coupon_code .fc-coupon-code__apply {
  z-index: 11;
  position: absolute;
  top: 5px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  right: 5px;
  height: 45px; }
  .fc-wrapper .fc-expansible-form-section__content--coupon_code .fc-coupon-code__apply:focus {
    outline: solid 2px #535156;
    outline-offset: 2px; }

.fc-wrapper .fc-step__substep-text-content--coupon-codes:not(:empty) {
  margin-bottom: 20px; }

.fc-wrapper .fc-coupon-codes__coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px 5px;
  padding: 5px 10px;
  border: dashed 1px #D6D8D8;
  border-radius: 5px; }

.fc-wrapper .fc-coupon-codes__coupon-amount {
  flex-wrap: wrap;
  flex-shrink: 0; }

.fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon {
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: inherit;
  text-decoration: underline;
  color: inherit;
  background-color: transparent; }
  .fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon:focus {
    outline: dotted 1px #535156;
    outline-offset: 1px; }

/*------------------------------------*\
  #CHECKOUT PLACE ORDER
\*------------------------------------*/
.fc-wrapper .fc-inside div.place-order {
  padding: 0 20px 0; }
  @media (min-width: 1000px) {
    .fc-wrapper .fc-inside div.place-order {
      padding: 20px 20px 0; } }

.fc-sidebar div.place-order {
  display: none; }
  @media (min-width: 1000px) {
    .fc-sidebar div.place-order {
      display: block;
      padding: 10px 0 0; } }

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
  margin-bottom: 0; }

.woocommerce-privacy-policy-text:not(:last-child):not(:empty) {
  margin-bottom: 20px; }

.woocommerce-terms-and-conditions {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff; }

.woocommerce-privacy-policy-text > p,
.woocommerce-terms-and-conditions-wrapper > p {
  margin-bottom: 20px; }

.woocommerce-privacy-policy-text > p:last-child,
.woocommerce-terms-and-conditions-wrapper > p:last-child {
  margin-bottom: 0; }

.fc-place-order {
  text-align: center; }

.fc-wrapper .fc-place-order .fc-place-order-button {
  margin: 30px auto 30px;
  width: 100%;
  max-width: 600px;
  min-height: 50px;
  text-align: center; }
  .fc-wrapper .fc-place-order .fc-place-order-button:focus {
    outline: solid 2px #535156;
    outline-offset: 2px; }

.fc-sidebar .fc-place-order .fc-place-order-button {
  margin: 10px auto 0; }

div.place-order .woocommerce-terms-and-conditions-link:focus,
div.place-order .woocommerce-privacy-policy-link:focus {
  outline: dotted 1px #535156 !important;
  outline-offset: 1px !important; }

/*------------------------------------*\
  #CHECKOUT SIDEBAR
\*------------------------------------*/
.fc-sidebar .fc-checkout-order-review__widgets-outside {
  padding-left: 20px;
  padding-right: 20px; }

/*------------------------------------*\
  #WOOCOMMERCE FORM-ROW
\*------------------------------------*/
div.woocommerce form .form-row:before,
div.woocommerce form .form-row:after {
  content: '';
  display: table;
  table-layout: fixed;
  width: 100%; }

div.woocommerce form .form-row:last-child {
  margin-bottom: 0; }

div.woocommerce form .form-row {
  margin-bottom: 20px;
  padding: 0; }

div.woocommerce form .form-row.has-description:not(:last-child) {
  margin-bottom: 8px; }

div.woocommerce form .form-row input,
div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row .select2-container,
div.woocommerce form .form-row .select2-container .select2-selection {
  margin-bottom: 0; }

div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-wide {
  clear: left; }

div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-last {
  clear: left;
  float: none;
  width: 100%; }
  @media (min-width: 750px) {
    div.woocommerce form .form-row.form-row-first,
    div.woocommerce form .form-row.form-row-last {
      clear: none;
      float: left;
      width: 48%; } }

@media (min-width: 750px) {
  div.woocommerce form .form-row.form-row-first {
    margin-right: 4%; } }

div.woocommerce form .form-row.place-order {
  float: none; }

div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
  position: static;
  display: block;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  background-color: transparent;
  color: #888181;
  font-size: 13px;
  line-height: 1.2; }
  @media (min-width: 1000px) {
    div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
      font-size: 13px; } }

div.woocommerce form .form-row .woocommerce-input-wrapper span.description:before {
  display: none; }

/*------------------------------------*\
  #WOOCOMMERCE FORM FIELD LABELS
\*------------------------------------*/
div.woocommerce form .form-row label,
div.woocommerce form #billing_address_2_field > label,
div.woocommerce form #shipping_address_2_field > label {
  z-index: 2;
  margin-bottom: 5px;
  width: auto;
  opacity: unset;
  overflow: unset;
  white-space: normal;
  line-height: 1.2; }

/*------------------------------------*\
  #WOOCOMMERCE FORM FIELD GROUP
\*------------------------------------*/
.fc-content div.woocommerce form .fc-wrapper .fc-field-group {
  margin: 0 -20px -20px;
  padding: 20px;
  background-color: #F0F4F4; }
  @media (min-width: 1000px) {
    .fc-content div.woocommerce form .fc-wrapper .fc-field-group {
      margin: 0 -20px -20px;
      padding: 20px; } }

.fc-content div.woocommerce form .fc-wrapper .fc-field-group:before,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group:after {
  content: '';
  display: table;
  table-layout: fixed;
  width: 100%; }

.fc-content div.woocommerce form .fc-wrapper .fc-field-group textarea,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group select,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="email"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="number"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="date"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="search"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="text"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="tel"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="url"],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type="password"] {
  background-color: #fff; }

/*------------------------------------*\
  #WOOCOMMERCE FORM FIELDS
\*------------------------------------*/
div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row input[type="email"],
div.woocommerce form .form-row input[type="number"],
div.woocommerce form .form-row input[type="date"],
div.woocommerce form .form-row input[type="search"],
div.woocommerce form .form-row input[type="text"],
div.woocommerce form .form-row input[type="tel"],
div.woocommerce form .form-row input[type="url"],
div.woocommerce form .form-row input[type="password"],
div.woocommerce form .form-row input[type="checkbox"],
div.woocommerce form .form-row input[type="radio"],
div.woocommerce form .form-row .select2-selection {
  z-index: 1;
  position: relative; }
  div.woocommerce form .form-row textarea:focus,
  div.woocommerce form .form-row select:focus,
  div.woocommerce form .form-row input[type="email"]:focus,
  div.woocommerce form .form-row input[type="number"]:focus,
  div.woocommerce form .form-row input[type="date"]:focus,
  div.woocommerce form .form-row input[type="search"]:focus,
  div.woocommerce form .form-row input[type="text"]:focus,
  div.woocommerce form .form-row input[type="tel"]:focus,
  div.woocommerce form .form-row input[type="url"]:focus,
  div.woocommerce form .form-row input[type="password"]:focus,
  div.woocommerce form .form-row input[type="checkbox"]:focus,
  div.woocommerce form .form-row input[type="radio"]:focus,
  div.woocommerce form .form-row .select2-selection:focus {
    outline: solid 2px #535156;
    outline-offset: 2px; }

div.woocommerce input[type="checkbox"]:focus,
div.woocommerce input[type="radio"]:focus {
  outline: solid 2px #535156;
  outline-offset: 2px; }

div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row input[type="email"],
div.woocommerce form .form-row input[type="number"],
div.woocommerce form .form-row input[type="date"],
div.woocommerce form .form-row input[type="search"],
div.woocommerce form .form-row input[type="text"],
div.woocommerce form .form-row input[type="tel"],
div.woocommerce form .form-row input[type="url"],
div.woocommerce form .form-row input[type="password"],
div.woocommerce form .form-row .select2-selection {
  width: 100%; }

div.woocommerce form .form-row textarea {
  min-height: 100px; }

/*------------------------------------*\
	#ORDER SUMMARY
\*------------------------------------*/
.fc-wrapper .fc-checkout-order-review {
  margin: 20px 0 0;
  padding: 0 20px; }
  @media (min-width: 1000px) {
    .fc-wrapper .fc-checkout-order-review {
      margin: 0;
      padding: 0; } }

.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .fc-wrapper #order_review {
  float: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  background-color: transparent; }

.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-checkout-order-review-title {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0;
  width: auto;
  color: #535156;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  overflow: unset; }
  @media (min-width: 1000px) {
    .woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-checkout-order-review-title {
      font-size: 15px; } }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table {
  margin: 0 -20px;
  padding: 0;
  width: calc( 100% + 40px);
  max-width: calc( 100% + 40px);
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px; }
  @media (min-width: 1000px) {
    form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table {
      margin: 0 -20px -1px;
      width: calc( 100% + 40px);
      font-size: 15px; } }

.woocommerce-checkout form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tbody::after {
  display: none; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table th,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table td,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr:first-child th,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr:first-child td {
  border: 0;
  display: table-cell;
  width: auto; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr {
  border: 0;
  border-bottom: solid 1px #e1e9e9; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr:first-child {
  border-top: solid 1px #e1e9e9; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table th,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table td {
  padding: 10px 20px;
  background-color: transparent; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot tr:first-child {
  border-top: 0; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot th {
  vertical-align: middle;
  width: auto;
  text-align: left; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-total,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot td {
  font-size: 15px;
  text-align: right;
  line-height: 1;
  vertical-align: middle; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-total .tax_label,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-total .includes_tax,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot td .includes_tax,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot td .tax_label {
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #888181;
  white-space: normal; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table td.product-name,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr:first-child td.product-name {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  width: auto;
  min-height: 70px;
  background-color: transparent;
  line-height: 1.2; }
  @media (min-width: 1000px) {
    form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table td.product-name,
    form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr:first-child td.product-name {
      padding-left: 90px;
      min-height: 80px; } }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 3px;
  width: 50px !important;
  height: 50px !important;
  background-color: #fff;
  border: solid 1px #D6D8D8;
  border-radius: 3px; }
  @media (min-width: 1000px) {
    form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .attachment-woocommerce_thumbnail {
      width: 60px !important;
      height: 60px !important; } }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 75px;
  transform: translateX(-100%) translateY(-25%);
  display: block;
  padding: 1px 6px 2px 5px;
  border-radius: 8.5px;
  background-color: #535156;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0; }
  @media (min-width: 1000px) {
    form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity {
      left: 85px; } }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table dl.variation {
  margin-bottom: 0;
  padding-left: 0;
  color: #888181;
  font-size: 13px; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table dl.variation dd {
  margin: 0;
  padding: 0; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table td.product-total {
  background-color: transparent; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .order-total {
  text-transform: uppercase; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .order-total th,
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .order-total td {
  padding-top: 15px;
  padding-bottom: 15px; }

form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .cart-discount .woocommerce-remove-coupon:focus {
  outline: dotted 1px #535156;
  outline-offset: 1px; }

.fc-wrapper .fc-checkout-order-review__widgets-inside {
  margin-top: 20px; }

/*------------------------------------*\
	#ORDER REVIEW VISIBILITY
\*------------------------------------*/
.fc-checkout-step[data-step-id="payment"] .fc-checkout-order-review {
  margin-bottom: 20px; }
  @media (min-width: 1000px) {
    .fc-checkout-step[data-step-id="payment"] .fc-checkout-order-review {
      display: none; } }

/*------------------------------------*\
	#FLYOUT ORDER SUMMARY
\*------------------------------------*/
@media (min-width: 1000px) {
  .fc-wrapper .fc-checkout-order-review[data-flyout] {
    position: static;
    transform: none; } }

@media (min-width: 1000px) {
  .fc-wrapper .fc-checkout-order-review[data-flyout].is-activated {
    display: block; } }

.fc-wrapper .fc-checkout-order-review[data-flyout].is-activated.is-open {
  z-index: 200;
  margin: 0;
  padding: 60px 0 0; }

.admin-bar .fc-wrapper .fc-checkout-order-review[data-flyout].is-activated.is-open {
  padding: calc( 60px + 46px) 0 0; }

.has-flyout.has-flyout--open-fc-checkout-order-review .flyout-overlay {
  z-index: 199; }

@media (min-width: 1000px) {
  .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
    margin: 0 0 20px;
    padding: 12px 20px 0;
    max-width: none;
    border: solid 1px #D6D8D8;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden; } }

.fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner:focus {
  outline: solid 2px #535156;
  outline-offset: 2px; }

.fc-wrapper .fc-checkout-order-review.has-additional-content .fc-checkout-order-review__inner {
  padding-bottom: 20px; }

.fc-wrapper .fc-checkout-order-review[data-flyout].is-open .fc-checkout-order-review__inner {
  max-width: 100%;
  padding: 20px 20px 80px; }
  @media (min-width: 750px) {
    .fc-wrapper .fc-checkout-order-review[data-flyout].is-open .fc-checkout-order-review__inner {
      max-width: 100%; } }
  @media (min-width: 750px) {
    .fc-wrapper .fc-checkout-order-review[data-flyout].is-open .fc-checkout-order-review__inner {
      padding: 20px 30px 80px; } }

/*------------------------------------*\
	#ORDER SUMMARY ACTIONS
\*------------------------------------*/
.fc-checkout-order-review__actions-mobile {
  display: none; }

.has-flyout.has-flyout--open-fc-checkout-order-review .fc-checkout-order-review__actions-mobile {
  z-index: 300;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  padding: 10px 20px; }
  @media (min-width: 750px) {
    .has-flyout.has-flyout--open-fc-checkout-order-review .fc-checkout-order-review__actions-mobile {
      max-width: 100%; } }
  @media (min-width: 750px) {
    .has-flyout.has-flyout--open-fc-checkout-order-review .fc-checkout-order-review__actions-mobile {
      padding: 20px 30px; } }
  @media (min-width: 1000px) {
    .has-flyout.has-flyout--open-fc-checkout-order-review .fc-checkout-order-review__actions-mobile {
      display: none; } }

.fc-checkout-order-review__actions-mobile .fc-checkout-order-review__edit-cart {
  margin: 0 0 0 -10px;
  padding-left: 10px;
  padding-right: 10px; }
  .fc-checkout-order-review__actions-mobile .fc-checkout-order-review__edit-cart:focus {
    outline: dotted 1px #535156;
    outline-offset: 1px; }

.fc-checkout-order-review__actions-mobile .fc-checkout-order-review__close-order-summary {
  margin: 0 -10px 0 0;
  height: 44px; }
  .fc-checkout-order-review__actions-mobile .fc-checkout-order-review__close-order-summary:focus {
    outline: solid 2px #535156;
    outline-offset: 2px; }

.fc-checkout-order-review__sidebar-actions {
  display: none; }
  @media (min-width: 1000px) {
    .fc-checkout-order-review__sidebar-actions {
      display: block; } }

.fc-checkout-order-review__inner > .fc-checkout-order-review__edit-cart {
  display: none; }
  @media (min-width: 1000px) {
    .fc-checkout-order-review__inner > .fc-checkout-order-review__edit-cart {
      float: right;
      display: block;
      margin: 0 -10px 0 0;
      padding: 5px 10px;
      font-size: 15px;
      font-weight: normal;
      line-height: 1;
      text-decoration: underline;
      color: inherit;
      background-color: transparent;
      cursor: pointer; }
      .fc-checkout-order-review__inner > .fc-checkout-order-review__edit-cart:focus {
        outline: dotted 1px #535156;
        outline-offset: 1px; } }

/*------------------------------------*\
	#EXPANSIBLE SECTIONS
\*------------------------------------*/
div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 26px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2; }
  div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus:before {
    display: inline-block;
    font-family: "fluid-checkout-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%); }
  div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus:focus {
    outline: dotted 1px #535156;
    outline-offset: 1px; }

div.woocommerce .fc-expansible-form-section.form-row .form-row {
  margin: 0;
  padding: 0;
  width: 100%; }

@media (min-width: 750px) {
  div.woocommerce .fc-expansible-form-section.form-row.form-row-last .fc-expansible-form-section__toggle .collapsible-content__inner {
    padding-top: 1.8em; } }

body:not(.has-collapsible-block) .fc-expansible-form-section__toggle.is-collapsed .collapsible-content__inner,
body:not(.has-collapsible-block) .fc-expansible-form-section__content.is-collapsed .collapsible-content__inner {
  display: none; }
