td {
  color: #000;
}

p.out-of-stock,
.bad,
.short {
  color: #d87955;
}

.page-title-bg.fill {
  opacity: 0.3;
}

.button.alt {
  color: #333;
}

.button,
button,
input,
textarea,
select,
fieldset {
  margin-bottom: 0.3em;
}

.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  line-height: 2em;
}

.r4l-breadcrumb {
  margin-bottom: 15px;
}

.has-border {
  border: none !important;
  padding: 15px;
  box-shadow: 0 0 3px #bbb;
}

.dropdown-uppercase.nav-dropdown .nav-column > li > a,
.nav-dropdown.dropdown-uppercase > li > a,
.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .title > a,
.nav-dropdown .nav-dropdown-col > a,
.label-new.menu-item > a:after,
.label-hot.menu-item > a:after,
.label-sale.menu-item > a:after,
.label-popular.menu-item > a:after,
.nav-uppercase > li > a,
.nav-vertical li li.menu-item-has-children > a,
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
legend,
.tag-label,
dl,
.uppercase,
h6,
th,
span.widget-title,
.is-uppercase,
.uppercase,
.breadcrumbs,
#comments .comment-respond small,
.logo a,
.section-title span,
form.checkout h3 {
  text-transform: none;
}

.products .box-image .wysiwyg-label, .products .box-image .out-of-stock-label {
  color: #00599a;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  padding: 3px 12px;
  background: #e7f5ff;
  text-align: center;
  opacity: 0.9;
  font-size: 0.9em;
}

.nav > li > a {
  color: #000;
  font-size: 16px;
}
.nav .searchform .search-field {
  height: 2.507em;
}
.nav .searchform .button {
  color: #333;
}

.nav-dropdown .nav-column li > a {
  color: #000;
}
.nav-dropdown li.nav-dropdown-col {
  padding-right: 10px;
}
.nav-dropdown li.nav-dropdown-col .nav-column {
  background-color: #dae7f1;
}
.nav-dropdown li.menu-item-has-children > a {
  border-bottom: none;
  display: none;
}

.category-page-row {
  padding-top: 5px;
}

.category-actions-row {
  padding: 15px;
  display: flex;
  align-items: center;
}
.category-actions-row .breadcrumbs {
  flex-basis: 60%;
}
.category-actions-row .sorting-options {
  flex-basis: 40%;
  text-align: right;
}

.product-quick-view-container {
  padding: 15px;
}
.product-quick-view-container .product-gallery {
  padding-right: 15px;
}

.product-container .product-main {
  padding-top: 15px;
}
.product-container .product-main .product-gallery .product-thumbnails {
  margin-bottom: 15px !important;
}
.product-container .product-main .product-gallery .breadcrumbs {
  margin-bottom: 0.5em;
}
.product-container .product-main .product-info {
  padding-top: 0;
}
.product-container .product-main .product-info .product-scientific-name {
  color: #f98d84;
  font-size: 1.4em;
  margin-top: -0.2em;
}
.product-container .product-main .product-info .price-wrapper .amount {
  color: #446084;
}
.product-container .product-footer h2 {
  text-align: center;
}
.product-container .product-footer ul.products {
  display: flex;
  flex-wrap: wrap;
}
.product-container .product-footer ul.products .col {
  flex-basis: 50%;
}

.products .box .title-wrapper {
  line-height: 1;
  margin-bottom: 5px;
  color: #004a81;
}
.products .box .price-wrapper {
  color: #666;
}
.products .box .price-wrapper .amount {
  color: #666;
  font-weight: normal;
}
.products .box .button {
  border-radius: 25px;
  background-color: #e7f5ff;
}
.products .box .button:hover, .products .box .button:active {
  background-color: #00599a;
}
.products .box .button.loading {
  background: #ccc;
  color: #999;
}
.products .badge-inner {
  color: #333;
  font-weight: normal;
}
.products .box-image .out-of-stock-label {
  top: 0;
  left: unset;
  right: 0;
}
.products .box-image .wysiwyg-label {
  top: 0;
  left: 0;
  right: unset;
}

table.vartable {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
table.vartable .single_add_to_cart_button {
  color: #333;
}
table.vartable button,
table.vartable .button,
table.vartable input[type=submit],
table.vartable input[type=reset],
table.vartable input[type=button] {
  font-size: 0.9em;
}
table.vartable input[type=number]::-webkit-inner-spin-button,
table.vartable input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table.vartable thead {
  background-color: #00599a;
  color: #fff;
}
table.vartable thead th {
  padding: 10px;
  border-bottom: none;
}
table.vartable thead th.vartable_qty {
  text-align: center;
}
table.vartable tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
table.vartable tbody tr:nth-child(even) {
  background-color: #eee;
}
table.vartable tbody td {
  border-bottom: 1px solid #ddd;
}
table.vartable tbody td.qtycol {
  text-align: center;
  min-width: 120px;
}
table.vartable tbody td.qtycol input {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 3em;
  max-width: 3em;
  height: 40px;
  font-size: 1em;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
table.vartable tbody td.qtycol .knob {
  display: inline-block;
  padding: 0 10px;
  margin: 0 -5px;
  color: #4c6c8f;
  font-weight: bold;
  border: 1px solid #ddd;
  height: 40px;
}
table.vartable tbody td:last-child {
  text-align: right;
}
table.vartable tbody td:last-child .button {
  min-width: 115px;
  margin-right: 0;
}
table.vartable .button {
  margin-bottom: 0;
}

.woocommerce-cart thead {
  background-color: #00599a;
}
.woocommerce-cart thead th {
  color: #fff;
  padding: 10px;
  text-align: center;
  border-bottom: none;
}
.woocommerce-cart .wc-proceed-to-checkout .button {
  color: #333;
}
.woocommerce-cart .cart_totals .shop_table {
  background-color: #fafafa;
  padding: 10px;
}
.woocommerce-cart .checkout_coupon {
  font-size: 0.9em;
}
.woocommerce-cart .checkout_coupon .widget-title {
  background-color: #00599a;
  color: #fff;
  padding: 5px 10px;
  border-bottom: none;
  text-align: center;
  font-size: 1.6em;
}
.woocommerce-cart .checkout_coupon .widget-title i {
  display: none;
}
.woocommerce-cart .checkout_coupon input[type=submit] {
  margin-right: 0;
}
.woocommerce-cart .free-shipping-banner {
  color: #00599a;
  font-weight: bold;
  text-align: center;
  font-size: larger;
}
.woocommerce-cart .free-shipping-banner .amount {
  color: #FF9800;
  font-size: larger;
}

.woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-login {
  border: 2px dashed #607580;
  padding: 15px 30px;
}
.woocommerce-checkout .woocommerce-form-coupon a, .woocommerce-checkout .woocommerce-form-login a {
  text-decoration: underline;
}

.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=date],
.woocommerce-checkout input[type=search],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=url],
.woocommerce-checkout input[type=password],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select-resize-ghost,
.woocommerce-checkout .select2-container .select2-choice,
.woocommerce-checkout .select2-container .select2-selection {
  height: 2em;
}
.woocommerce-checkout .checkout h3 {
  padding: 3px 10px;
  background-color: #00599a;
  color: #fff;
}
.woocommerce-checkout .checkout h3 label {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce-checkout #customer_details .clear {
  margin-bottom: 30px;
  border-radius: 8px;
}
.woocommerce-checkout #customer_details .create-account .clear {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-billing-fields {
  border-top: none;
  padding-top: 0;
}
.woocommerce-checkout .woocommerce-billing-fields label {
  color: #666;
}
.woocommerce-checkout .woocommerce-billing-fields p {
  margin-bottom: 0.1em;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  background-color: #e4ebf4;
  text-align: center;
  padding: 10px 10px 5px 10px;
  clear: both;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address span {
  color: #436084;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-shipping-fields #fedex_hold_location_field {
  padding: 20px;
  background: #e4ebf4;
}
.woocommerce-checkout .woocommerce-shipping-fields #r4l_fedex_field_wrapper label {
  font-size: 1em;
}
.woocommerce-checkout .woocommerce-shipping-fields #load-fedex-locations {
  font-size: smaller;
}
.woocommerce-checkout #r4l_delivery_date_field_wrapper {
  margin-top: 20px;
}
.woocommerce-checkout .r4l-guarantee-fields label::after {
  content: "\a";
  white-space: pre;
}
.woocommerce-checkout .woocommerce-account-fields .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-account-fields h4 {
  font-size: 0.9em;
  color: #666;
  font-weight: normal;
}
.woocommerce-checkout .checkout-sidebar {
  background: #e4ebf4;
  border-radius: 8px;
}
.woocommerce-checkout .checkout-sidebar td, .woocommerce-checkout .checkout-sidebar th {
  border-bottom-color: #bfd1de;
}
.woocommerce-checkout .checkout-sidebar .free-shipping-banner {
  color: #00599a;
  font-weight: bold;
  text-align: center;
  font-size: larger;
}
.woocommerce-checkout .checkout-sidebar .free-shipping-banner .amount {
  color: #FF9800;
  font-size: larger;
}
.woocommerce-checkout .checkout-sidebar #continue-shopping-buttons {
  display: flex;
  margin-bottom: 10px;
}
.woocommerce-checkout .checkout-sidebar #continue-shopping-buttons div:first-child {
  flex-basis: 40%;
}
.woocommerce-checkout .checkout-sidebar #continue-shopping-buttons div:last-child {
  flex-grow: 1;
}
.woocommerce-checkout .checkout-sidebar #continue-shopping-buttons div a {
  font-size: smaller;
  width: 100%;
  border: 1px solid #fff;
}

.woocommerce-error {
  color: red;
}

.woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-name {
  width: 70%;
}
.woocommerce-order-received h2 {
  background-color: #00599a;
  color: #eee;
  font-size: 1.3em;
  padding: 3px 10px;
}

@media (min-width: 850px) and (max-width: 991px) {
  .single-product .large-6 {
    flex-basis: 40%;
  }
}
@media (min-width: 414px) {
  .checkout_coupon {
    display: flex;
  }
}
@media (min-width: 768px) {
  .product-container .product-footer ul.products .col {
    flex-basis: 25%;
  }
}
@media (max-width: 849px) {
  .footer-widgets .widget_nav_menu {
    margin-bottom: 0;
  }
  .footer-widgets .widget_nav_menu ul.menu > li + li {
    border-top: none;
  }
  .footer-widgets #mc_embed_signup {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 5px;
  }
}

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