body .custom-icon-basket:before {
  font-family: 'custom-icons-fpa';
  content: '\e800';
  font-size: 1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
body.woocommerce ul.products li.product .button {
  font-size: 0.8em;
  padding: 10px 15px;
}
body.woocommerce ul.products li.product .shipping-costs-info a {
  text-decoration: underline;
  color: var(--body-color);
}
body.woocommerce ul.products li.product .shipping-costs-info a:hover {
  color: white;
}
body .acf-fc-row.acf-fc-product-slider .text-container .title {
  margin-top: 1rem;
}
body .acf-fc-row.acf-fc-product-slider .text-container .title a {
  color: var(--color-main);
  font-family: var(--heading2-font-family);
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1;
}
body .acf-fc-row.acf-fc-product-slider .overlay-left:before,
body .acf-fc-row.acf-fc-product-slider .overlay-right:before {
  color: var(--color-accent);
}
body .acf-fc-row.acf-fc-product-slider .overlay-left:hover:before,
body .acf-fc-row.acf-fc-product-slider .overlay-right:hover:before {
  color: var(--color-main);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link a:hover {
  color: white;
}
body .ppcp-messages {
  margin-top: 2rem;
}
body .acf-fc-row.acf-fc-product-slider .text-container .title a {
  font-size: 1rem;
  font-weight: bold;
}
body:not(.woocommerce-checkout) .ppc-button-wrapper {
  max-width: 200px;
}
body:not(.woocommerce-checkout) .ppc-button-wrapper:after {
  content: 'PayPal Express checkout';
  display: block;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  margin-left: 1.8rem;
}
body aside.sidebar {
  display: flex;
  flex-direction: column;
}
body aside.sidebar section.widget ul.product-categories li a {
  text-decoration: none;
  font-weight: normal;
}
body aside.sidebar section.widget ul.product-categories li a:not(:hover) {
  color: var(--color-body);
}
body aside.sidebar section.widget ul.product-categories > li > a {
  font-weight: bold;
}
body aside.sidebar section.widget.widget_search {
  margin-bottom: 1rem;
  padding-left: 0;
  margin-top: 55px;
}
.product-attribute-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-attribute-filter .product-attribute-filter-item {
  padding: 5px 10px 5px 0;
}
.product-attribute-filter button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 40px;
  margin-bottom: 5px;
}
@media (min-width: 1001px) {
  header.site-header .site-header-top-container .site-header-top .nav-menu-header-main {
    padding: 10px 30px;
  }
  header.site-header .site-header-top-container .site-header-top .nav-menu-header-main > li > a {
    display: inline-block;
  }
}
ul.woocommerce-shipping-methods > li {
  padding-left: 0;
  text-indent: unset;
}
ul.woocommerce-shipping-methods > li:before {
  content: unset;
  width: 0;
}
body.woocommerce-page.woocommerce.single-product div.product p.price del,
body.woocommerce ul.products li.product .price del {
  color: red;
  opacity: 0.8;
}
body .onsale {
  display: none;
}
