.woocommerce #main {
  background: #d4cecb url(/wp-content/uploads/intpagebg.jpg) no-repeat center 395px;
  background-size: 100%;
}
.woocommerce #main #main {
  background: none;
}
.woocommerce .woocommerce-breadcrumb {
  padding-top: 40px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #027878;
}
.woocommerce .site-main {
  margin-right: 0;
}
.woocommerce .content-area {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 0 2em;
  position: relative;
  left: -30px;
}
.woocommerce #didyouknow {
  display: none;
}
@media (max-width: 1330px) {
  .woocommerce .content-area {
    left: -15px;
  }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-size: 0.75rem;
  border: 0;
  border-radius: 0;
  background: #06425c;
  box-shadow: none;
  color: #fff;
  padding: 0.6em 1em 0.4em;
  text-shadow: none;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #027878;
  color: white;
}
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  padding: 0.6em 1em 0.5em;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: white;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: white;
  background: #06425c;
}
.woocommerce .site-footer input.button {
  background: #df8c19;
}
.woocommerce .site-footer input.button:hover {
  background: #027878;
}

.woocommerce ul.products {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: -20px -20px 50px -20px;
}
.woocommerce ul.products li.product {
  background: white;
  padding-bottom: 52px;
  margin: 20px !important;
  width: calc(25% - 40px) !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 16px 20px 16px;
}
.woocommerce ul.products li.product .price {
  color: #444;
  padding: 0 16px;
  font-size: 16px;
}
.woocommerce ul.products li.product a.button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  line-height: 35px;
  font-size: 13px;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  content: none;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 2em;
  margin-right: 5px;
}
.woocommerce .woocommerce-ordering select {
  height: 40px;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product {
    margin: 15px !important;
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 500px) {
  .woocommerce ul.products li.product {
    width: calc(100% - 30px) !important;
  }
}

.woocommerce a.added_to_cart {
  padding: 12px 16px 16px 16px;
}

.post-type-archive-product .woocommerce-products-header .store-promo {
  margin: 30px 0 50px 0;
}
.post-type-archive-product .woocommerce-products-header .store-promo__wysiwyg {
  text-align: center;
}
.post-type-archive-product .woocommerce-products-header .store-promo__promos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -15px;
}
.post-type-archive-product .woocommerce-products-header .store-promo__promos a {
  display: block;
  margin: 15px;
}
.post-type-archive-product .woocommerce-products-header__title {
  display: none;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  padding: 12px 14px;
  background: #06425c;
  color: white;
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: white;
  color: #444;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
  background: #027878;
  color: white;
}

.woocommerce div.product .entry-summary .amount {
  color: #444;
}
.woocommerce div.product .woocommerce-tabs .accordions_faq_tab {
  display: none !important;
}

.shop-hero {
  height: 395px;
  width: 100vw;
  margin-left: calc(50% - 50vw + 14px);
  background-size: cover;
  background-position: center;
  padding: 0 15px;
}
.shop-hero__inner {
  max-width: 1296px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.shop-hero__inner .shop-hero-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 1262px;
}
.shop-hero__inner .shop-hero-content__title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.shop-hero__inner .shop-hero-content__box {
  background-color: white;
  background-image: url("/wp-content/uploads/sliderbg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 94px;
  padding: 20px 180px 20px 20px;
  display: flex;
  align-items: center;
}
.shop-hero__inner .shop-hero-content__box p {
  margin: 0;
}
@media (max-width: 1330px) {
  .shop-hero {
    margin-left: calc(50% - 50vw - 1px);
  }
}
@media (max-width: 500px) {
  .shop-hero__inner .shop-hero-content__title {
    font-size: 36px;
  }
  .shop-hero__inner .shop-hero-content__box {
    padding-right: 20px;
    background-image: none;
  }
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #027878;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  color: #027878;
}
.woocommerce .woocommerce-error {
  border-top-color: #ff424d;
}
.woocommerce .woocommerce-error:before {
  color: #ff424d;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #ff424d;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ff424d;
}

.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form .coupon .input-text {
  width: 100% !important;
  max-width: 150px;
}
.woocommerce .woocommerce-cart-form .product-remove .remove {
  text-decoration: none;
}
.woocommerce .woocommerce-cart-form .product-thumbnail img {
  width: 150px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .woocommerce-checkout-payment {
  border-radius: 0 !important;
}

#topnavy .nav-menu li.cart-info {
  display: none;
  margin-left: 14px;
}
#topnavy .nav-menu li.cart-info.cart-visible {
  display: block;
}
#topnavy .nav-menu li.cart-info a {
  color: white;
  text-decoration: none;
  font-size: 14.25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
  padding-left: 32px;
}
#topnavy .nav-menu li.cart-info a::before {
  content: "";
  background-image: url("/wp-content/themes/lancasterhistory/img/shopping-cart-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 9px;
  top: 2px;
}
#topnavy .nav-menu li.cart-info a:hover {
  color: #df8c19;
}
#topnavy .nav-menu li.cart-info a:hover::before {
  background-image: url("/wp-content/themes/lancasterhistory/img/shopping-cart-solid-hover.svg");
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  padding: 10px 20px;
  background: white;
  display: block;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background: #eee;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  background: #eee;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:not(:last-child) {
  border-bottom: 1px solid #eee;
}

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