/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * version 1.23
 */
.invoice-box {
  font-size: 12px;
  line-height: 16px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
}
.invoice-box p {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.invoice-box td {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.invoice-box th {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.invoice-box a {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  color: #003c39;
}
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
}
.invoice-box table td {
  padding: 5px;
  vertical-align: top;
}
.invoice-box table tr td {
  text-align: right;
}
.invoice-box table tr td:nth-child(1) {
  text-align: left;
}
.invoice-box table tr th {
  text-align: right;
}
.invoice-box table tr th:nth-child(1) {
  text-align: left;
}
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}
.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}
.invoice-box table tr.item.last td {
  border-bottom: none;
}
.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}

.footer {
  display: inline-block;
  width: 100%;
  background: #eee;
  text-align: center;
}

.small {
  font-size: 10px;
}

#invoice_action {
  display: none;
}
#invoice_action .button {
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 15px;
  text-decoration: none;
  margin: 10px;
}
#invoice_action .button:hover {
  box-shadow: 0 0 10px #003c39;
  background-color: #003c39;
  border-color: #003c39;
}
#invoice_action .button.important {
  border: 1px solid #e6007e;
  background-color: #e6007e;
}
#invoice_action .button.important:hover {
  box-shadow: 0 0 10px #e6007e;
}
#invoice_action .button.good {
  background-color: #003c39;
  border-color: #003c39;
}
#invoice_action .button.good:hover {
  box-shadow: none;
}

.alert {
  display: none;
}

table.tva tr td {
  font-size: 10px;
}

a.button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  background-color: buttonface;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border: 2px outset buttonface;
}

input[type=number] {
  padding: 0 8px;
  line-height: 2;
  min-height: 30px;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
}

@media only screen {
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert-success {
    color: 3c39;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-warning {
    color: 3c39;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  #content_action {
    max-width: 850px;
    margin: auto;
    padding: 0;
  }
  #invoice_action {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    height: 50px;
    text-align: right;
    border-bottom: 1px solid #BBB;
    box-shadow: 0px 2px 43px 7px rgba(153, 153, 153, 0.8);
  }
  .invoice-box {
    max-width: 800px;
    margin: 60px auto 250px auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
  .grass {
    z-index: 0;
    background-image: url("/wp-content/themes/common/img/grass.png");
    height: 220px;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center;
  }
  .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.woocommerce.tax-product_cat ul.products li.product {
  border-bottom: 1px solid #EFEFEF;
}
.woocommerce.tax-product_cat ul.products li.product:nth-child(even) {
  background-color: #EFEFEF;
}
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.1rem;
}
.woocommerce.tax-product_cat ul.products li.product .button {
  float: right;
  margin: 0;
}
.woocommerce.tax-product_cat ul.products li.product .related h2 {
  font-size: 16px !important;
}

.ga_catalog span.ingredients {
  font-size: 10px;
}

#add_delivery_place_field {
  display: none;
}

.action_reminder {
  border: 1px solid #999999;
  color: #999999;
  background-color: #DDDDDD;
  padding: 3px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 3px;
}

.action_reminder.active {
  border: 1px solid #52AE32;
  background-color: #52AE32;
  color: white;
}

/*# sourceMappingURL=woocommerce-cownected-public.css.map */
