body.page-template-taxonomy-terms-archive .entry-content {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/**
 * My Account Page
 */
@media (min-width: 769px) and (max-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1240px) {
  .woocommerce-account table.shop_table_responsive thead,
  .woocommerce-account table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-account table.shop_table_responsive tr,
  .woocommerce-account table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce-account table.shop_table_responsive td,
  .woocommerce-account table.shop_table_responsive td {
    display: block;
    text-align: right !important;
  }
  .woocommerce-account table.shop_table_responsive td::before,
  .woocommerce-account table.shop_table_responsive td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
}
/**
 * Styles needed for dequeueing woocommerce.min.css
 * and woocommerce-layout.min.css
 */
/**
 * Global
 */
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 47%;
}
.woocommerce form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide {
  clear: both;
}

/**
 * Cart
 */
.woocommerce .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}

.woocommerce .col2-set::before, .woocommerce .col2-set::after {
  content: "";
  display: table;
}
.woocommerce .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 48%;
}
.woocommerce .col2-set .col-1 {
  float: left;
}
.woocommerce .col2-set .col-2 {
  float: right;
}

.site-footer {
  background-image: linear-gradient(white, transparent 25%, transparent), url("https://gobookfair.com/wp-content/themes/gvbf/dist/images/footer-bg_light-p_769.svg");
}

.is-dark-theme .site-footer {
  background-image: linear-gradient(var(--skinny--color-scheme-bg), transparent 25%, transparent), url("https://gobookfair.com/wp-content/themes/gvbf/dist/images/footer-bg_dark-p_769.svg");
}
/*# sourceMappingURL=style-769.css.map */