.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
  padding: 0.5rem 1rem;
  color: var(--color_heading);
  border-style: solid;
  border-width: 0 0 0 2px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .woocommerce-error .button, .woocommerce-page .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-message .button {
  float: none;
  margin: 0;
  order: 2;
  background: var(--color_heading);
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-message .button:hover {
  background-color: var(--color_main);
}
.woocommerce .woocommerce-error::before, .woocommerce-page .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before {
  display: none;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error, .woocommerce-NoticeGroup-checkout .woocommerce-info, .woocommerce-NoticeGroup-checkout .woocommerce-message {
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.woocommerce-message {
  border-color: #6dc22e;
}

.woocommerce-error {
  border-color: #aa0000;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: var(--color_input_border);
}
#add_payment_method table.cart td.actions .coupon .input-text :hover, #add_payment_method table.cart td.actions .coupon .input-text :focus, .woocommerce-cart table.cart td.actions .coupon .input-text :hover, .woocommerce-cart table.cart td.actions .coupon .input-text :focus, .woocommerce-checkout table.cart td.actions .coupon .input-text :hover, .woocommerce-checkout table.cart td.actions .coupon .input-text :focus {
  border-color: var(--color_input_border_focus);
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--color_button_background);
  color: #fff;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
  position: relative;
  margin-bottom: 20px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 15px;
  color: var(--color_body);
  position: absolute;
  left: 8px;
  top: 0;
  transform: translateY(-50%);
  margin: 0;
  background: #ffffff;
  padding: 0 8px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: top 0.25s linear 0s;
  -moz-transition: top 0.25s linear 0s;
  -ms-transition: top 0.25s linear 0s;
  -o-transition: top 0.25s linear 0s;
  transition: top 0.25s linear 0s;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox, .woocommerce form .form-row label.woocommerce-form-login__rememberme, .woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-page form .form-row label.woocommerce-form-login__rememberme {
  position: static;
  background: none;
  transform: translateY(0);
  width: auto;
}
.woocommerce form .form-row label .required, .woocommerce-page form .form-row label .required {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}
.woocommerce form .form-row .input-text#billing_address_1::placeholder, .woocommerce form .form-row .input-text #shipping_address_1::placeholder, .woocommerce form .form-row .input-text#billing_email::placeholder, .woocommerce form .form-row .input-text#shipping_country::placeholder, .woocommerce-page form .form-row .input-text#billing_address_1::placeholder, .woocommerce-page form .form-row .input-text #shipping_address_1::placeholder, .woocommerce-page form .form-row .input-text#billing_email::placeholder, .woocommerce-page form .form-row .input-text#shipping_country::placeholder {
  opacity: 0;
}
.woocommerce form .form-row .input-text#billing_email, .woocommerce-page form .form-row .input-text#billing_email {
  font-size: 0;
}
.woocommerce form .form-row .input-text#billing_email:focus, .woocommerce-page form .form-row .input-text#billing_email:focus {
  font-size: 15px;
}
.woocommerce form .woocommerce-input-wrapper, .woocommerce-page form .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form.woocommerce-form-track-order .form-row, .woocommerce-page form.woocommerce-form-track-order .form-row {
  position: relative;
}
.woocommerce form.woocommerce-form-track-order .form-row > label, .woocommerce-page form.woocommerce-form-track-order .form-row > label {
  top: 0;
  color: var(--color_heading);
}
.woocommerce form.woocommerce-form-track-order button[type=submit], .woocommerce-page form.woocommerce-form-track-order button[type=submit] {
  width: 100%;
}

.woocommerce-page.theme-caston form .form-row-first, .woocommerce-page.theme-caston form .form-row-last {
  width: calc(50% - 8px);
}

.woocommerce-page nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce-page nav.woocommerce-pagination ul li {
  border: none;
  box-sizing: border-box;
  margin: 0 5px 5px 5px;
}
.woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
  color: var(--color_body);
  min-width: 41px;
  width: 41px;
  height: 41px;
  line-height: 39px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--color_border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.woocommerce-page nav.woocommerce-pagination ul li a svg.fm-icon, .woocommerce-page nav.woocommerce-pagination ul li span svg.fm-icon {
  width: 11px;
  height: 11px;
  fill: var(--color_body);
}
.woocommerce-page nav.woocommerce-pagination ul li a.current, .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #fff;
  border-color: var(--color_heading);
  color: var(--color_heading);
}
.woocommerce-page nav.woocommerce-pagination ul li a.current svg.fm-icon, .woocommerce-page nav.woocommerce-pagination ul li span.current svg.fm-icon {
  fill: var(--color_heading);
}
.woocommerce-page nav.woocommerce-pagination ul li a.prev, .woocommerce-page nav.woocommerce-pagination ul li span.prev {
  width: auto;
  padding: 0 12px 0 15px;
}
.woocommerce-page nav.woocommerce-pagination ul li a.next, .woocommerce-page nav.woocommerce-pagination ul li span.next {
  width: auto;
  padding: 0 11px 0 17px;
}
.woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li span:hover {
  background-color: #fff;
  border-color: var(--color_heading);
  color: var(--color_heading);
}
.woocommerce-page nav.woocommerce-pagination ul li a:hover svg.fm-icon, .woocommerce-page nav.woocommerce-pagination ul li span:hover svg.fm-icon {
  fill: var(--color_heading);
}
.pagination-style1 nav.woocommerce-pagination ul li a, .pagination-style1 nav.woocommerce-pagination ul li span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination-style2 nav.woocommerce-pagination ul li a, .pagination-style2 nav.woocommerce-pagination ul li span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination-align-left.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.pagination-align-left.woocommerce nav.woocommerce-pagination ul > li:first-child {
  margin-left: 0;
}
.pagination-align-center.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.pagination-align-right.woocommerce nav.woocommerce-pagination {
  text-align: right;
}
.pagination-align-right.woocommerce nav.woocommerce-pagination ul > li:last-child {
  margin-right: 0;
}

.woocommerce-page .variable-items-wrapper li.woo-variation-swatches-variable-item-more a {
  font-size: 11px;
  color: #888;
  margin-left: 5px;
  text-transform: lowercase;
}
body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item {
  box-shadow: none;
  margin: 3px 6px 3px 0;
}
body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item:hover, body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected:hover {
  box-shadow: 0 0 0 1px black;
}

.woocommerce-page .woocommerce-breadcrumb {
  font-size: 14px;
  color: #aeaeae;
  line-height: inherit;
}
.woocommerce-page .woocommerce-breadcrumb a {
  font-size: inherit;
  color: var(--color_heading);
}
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: var(--color_main);
}
.woocommerce-page .woocommerce-breadcrumb span {
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  font-size: 0;
  color: var(--color_body);
}
.woocommerce-page .woocommerce-breadcrumb span::before {
  display: inline-block;
  margin: 0 8px;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #aeaeae;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
}

.familab_theme form.track_order > .form-row {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message a.button {
    height: 50px;
  }

  .woocommerce-page.theme-caston form .form-row-first, .woocommerce-page.theme-caston form .form-row-last {
    width: calc(50% - 15px);
  }

  .woocommerce-page .woocommerce-breadcrumb {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .woocommerce-page .woocommerce-breadcrumb span::before {
    margin: 0 12px;
  }
  .woocommerce-page .woocommerce-pagination ul li a, .woocommerce-page .woocommerce-pagination ul li span {
    color: var(--color_body);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-width: 2px;
    line-height: 38px;
  }
  .woocommerce-page .woocommerce-pagination ul li a:hover, .woocommerce-page .woocommerce-pagination ul li a.current, .woocommerce-page .woocommerce-pagination ul li span:hover, .woocommerce-page .woocommerce-pagination ul li span.current {
    background-color: #fff;
    border-color: var(--color_heading);
    color: #FFF;
  }
  .woocommerce-page .woocommerce-pagination ul li a:hover svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li a.current svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li span:hover svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li span.current svg.fm-icon {
    fill: var(--color_heading);
  }
  .woocommerce-page .woocommerce-pagination ul li a:hover svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li a.current svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li span:hover svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li span.current svg.fm-icon :hover {
    fill: var(--color_heading);
  }
  .woocommerce-page .woocommerce-pagination ul li a.prev, .woocommerce-page .woocommerce-pagination ul li span.prev {
    width: auto;
    padding: 0 12px 0 15px;
  }
  .woocommerce-page .woocommerce-pagination ul li a.next, .woocommerce-page .woocommerce-pagination ul li span.next {
    width: auto;
    padding: 0 11px 0 17px;
  }
  .woocommerce-page .variable-items-wrapper li.woo-variation-swatches-variable-item-more a {
    font-size: 11px;
    color: #888;
    margin-left: 5px;
    text-transform: lowercase;
  }
  body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item {
    box-shadow: none !important;
    background-color: transparent !important;
  }
  body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item:hover, body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) !important;
  }
  body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected:hover {
    box-shadow: 0 0 0 1px black !important;
  }
}

/*# sourceMappingURL=page_woo.css.map */
