/*
Theme Name:   GoedkopeActies
Description:  Child-thema voor Astra
Author:       Aron Beurskens
Template:     astra
Version:      1.1.0
*/
.cart_totals h2 {
  font-size: 1rem;
  padding: 14px;
}

ul.products li.product {
  padding-top: 1rem;
}
ul.products li.product .wc-block-product-template h2,
ul.products li.product .woocommerce-loop-product__title {
  max-height: 2.5rem;
  overflow: hidden;
}

.main-header-menu .sub-menu .menu-link {
  padding: 0;
}

footer .payment-icons img {
  height: 25px;
  max-height: 25px;
}

.wp-block-woocommerce-product-collection h2.wp-block-heading {
  font-size: 1.2rem;
}

.is-product-collection-layout-carousel .wc-block-product {
  min-width: 35%;
}

.wc-block-next-previous-buttons__button svg {
  padding: 0;
  margin-left: -2px;
}

.wc-block-product-template,
.is-product-collection-layout-carousel {
  margin-bottom: 1rem;
}
.wc-block-product-template li h2,
.is-product-collection-layout-carousel li h2 {
  height: 2.6rem;
  overflow: hidden;
}
.wc-block-product-template li h2 a,
.is-product-collection-layout-carousel li h2 a {
  font-size: 1rem;
  text-decoration: none !important;
}

.wp-block-woocommerce-single-product {
  padding: 1rem;
  background-color: rgba(31, 58, 86, 0.1);
}

.entry-content > :last-child {
  margin-bottom: 2rem;
}

.background-highlight {
  background-color: rgba(31, 58, 86, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}

body.checkout-wc {
  height: unset !important;
}
body.checkout-wc .site-branding {
  flex: unset !important;
}

@media (max-width: 1599px) {
  .ast-sticky-add-to-cart.bottom.is-active {
    display: none;
  }
}

.wp-block-woocommerce-single-product .wc-block-components-product-price.wc-block-grid__product-price p.stock {
  display: none;
}

.ast-product-gallery-layout-vertical-slider .wc-block-components-product-price {
  font-size: 0.9rem;
  font-weight: 700;
}

#cfw-side-cart-floating-button .cfw-side-cart-floating-button-anchor {
  padding: 12px 1rem;
  border-radius: 2px;
  border: 1px solid white;
  box-shadow: none;
  background-color: #1F3A56;
  color: white;
}
#cfw-side-cart-floating-button .cfw-side-cart-floating-button-anchor .cfw-side-cart-quantity-wrap .cfw-side-cart-icon-solid {
  color: white;
}
#cfw-side-cart-floating-button .cfw-side-cart-floating-button-anchor .cfw-side-cart-quantity-wrap {
  color: white;
}

#ast-scroll-top {
  border: 1px solid white;
}

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