.woocommerce form .form-row {
  padding: 0;
}

.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;
}
.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-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: 2px solid var(--color_input_border);
}
#add_payment_method table.cart td.actions .coupon .input-text:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .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 .woocommerce-input-wrapper, .woocommerce-page form .woocommerce-input-wrapper {
  width: 100%;
}

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

.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: 46px;
  }

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

  .woocommerce-page .woocommerce-breadcrumb {
    font-size: 14px;
  }
  .woocommerce-page .woocommerce-breadcrumb span::before {
    margin: 0 12px;
  }
  .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;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font-weight: 400;
  margin: 0 5px;
}

section.woocommerce-customer-details section.addresses {
  width: 100%;
  margin-right: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
section.woocommerce-customer-details section.addresses > .woocommerce-column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  section.woocommerce-customer-details section.addresses > .woocommerce-column {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  section.woocommerce-customer-details section.addresses > .woocommerce-column.woocommerce-column--billing-address {
    margin-right: 30px;
  }
}

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