/*
Theme Name: storefront-child
Description: This is a child theme for Storefront
Template: storefront
Theme URI: https://woocommerce.com/storefront/
Author: InspireLabs
Author URI: http://www.inspirelabs.pl

Version: 2.7.2

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button,
.storefront-product-section.storefront-product-categories .woocommerce .products .product h2.woocommerce-loop-category__title,
.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
  border-radius: 20px;
}

label {
  line-height: 1.2;
}

.woocommerce-Tabs-panel--description {
  font-size: 12px;
}
.primary-navigation {
  display: block;
}
*:focus,
*:focus-visible {
  outline-offset:2px;
  z-index: 1;
  position: relative;
}
*:focus {
  outline: 2px dashed #451802!important;
}
*:focus-visible {
  outline: 4px dashed #df0000 !important;
}
.woocommerce-message,
.woocommerce-info {
  background-color: #2E73E2 !important;
}
.widget_nav_menu ul li::before {
  display: none;
}
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-navigation div.menu:last-child {
  display: none;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
  /* color: #2f72e1; */
}
@media (min-width: 768px) {
  .site-header > .col-full {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .storefront-primary-navigation > .col-full {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .storefront-primary-navigation .main-navigation{
    background-color: #451802;
  }
  .storefront-primary-navigation .primary-navigation {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .storefront-primary-navigation .primary-navigation ul.nav-menu {
    margin: 0 auto;
    max-width: fit-content;
  }
  .storefront-primary-navigation .site-header-cart.menu {
    margin-right: 5%;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a::after,
  .main-navigation ul.menu > li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
    display: none;
  }
  .main-navigation ul.menu li,
  .main-navigation ul.menu li a {
    color: #f1f1f1 !important;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a::after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    font-variant: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 10px;
  }
  .main-navigation ul.menu li:hover {
    background-color: #2F72E1;
  }
  .main-navigation > .primary-navigation > .nav-menu > .menu-item:hover {
    border: 2px solid #2F72E1;
  }
  .main-navigation ul.menu ul li,
  .main-navigation ul.menu ul li > a {
    background: #2F72E1;
    color: white !important;
    text-transform: uppercase;
    font-size: 13px;
  }
  .main-navigation ul.menu ul li:hover {
    background: #215fc5;
  }
  .main-navigation ul li.focus > ul {
    left: 9999px;
  }
  .main-navigation ul li.focus > ul > li > ul {
    left: 9999px;
  }
  .main-navigation ul li:hover > ul {
    left: -2px;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .site-header-cart .cart-contents {
    padding: 5px;
  }
  .woocommerce-active .site-header .site-header-cart {
    width: 22%;
    max-width: 234px;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 47%;
    float: left;
    margin-right: 0;
  }
  .site-header .site-branding img {
    max-width: 300px;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 30%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .storefront-primary-navigation .site-header-cart.menu {
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  .storefront-primary-navigation .site-header-cart.menu {
    margin-right: calc((100vw - 96%) / 2 );
  }
}
@media (min-width: 1400px) {
  .site-header > .col-full {
    max-width: 1314px;
  }
  .storefront-primary-navigation .site-header-cart.menu {
    margin-right: calc((100vw - 1314px) / 2 );
  }
}
@media (max-width: 767px) {
  #menu-menu-glowne a {
    padding: 2px 0;
  }
  .main-navigation ul.menu ul li > a {
    text-transform: uppercase;
  }
}

.social-header {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_address_2_field label[for=billing_address_2].screen-reader-text,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_address_2_field label[for=shipping_address_2].screen-reader-text {
  clip: unset;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: relative !important;
  width: auto;
}
.woocommerce-shipping-fields.hidden {
  display: none;
}
.home #breadcrumbs {
  display: none;
}
#breadcrumbs {
  margin-top: 1.5rem;
}
#breadcrumbs::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  margin-right: 0.540791em;
  font-variant: normal;
}
#breadcrumbs a {
  text-decoration: underline;
}
#breadcrumbs a:hover {
  text-decoration: unset;
}

/* Height textarea for personalized products */

/* Wafer cake */
.fpf-field.fpf-textarea textarea#fpf_6751691 {
	min-height: 13em;
}
.fpf-field.fpf-textarea textarea#fpf_5402439 {
  min-height: 6.5em;
}

/* Christmas bauble - #fpf_8490258 */
/* Easter egg - #fpf_8310520 */
.fpf-field.fpf-textarea textarea#fpf_8490258,
.fpf-field.fpf-textarea textarea#fpf_8310520 {
  min-height: 9.5em;
}

/* Alphabet */
.fpf-field.fpf-textarea textarea#fpf_5487822 {
  min-height: 21em;
}
@media screen and (min-width: 375px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 11em;
  }
  .fpf-field.fpf-textarea textarea#fpf_8490258,
  .fpf-field.fpf-textarea textarea#fpf_8310520 {
    min-height: 8em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5487822 {
    min-height: 18em;
  }
}
@media screen and (min-width: 425px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 10em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5402439 {
    min-height: 4em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5487822 {
    min-height: 16em;
  }
}
@media screen and (min-width: 540px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 8em;
  }
  .fpf-field.fpf-textarea textarea#fpf_8490258,
  .fpf-field.fpf-textarea textarea#fpf_8310520 {
    min-height: 6.5em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5487822 {
    min-height: 13em;
  }
}
@media screen and (min-width: 768px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 10em;
  }
  .fpf-field.fpf-textarea textarea#fpf_8310520 {
    min-height: 8em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5487822 {
    min-height: 16em;
  }
}
@media screen and (min-width: 900px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 8em;
  }
  .fpf-field.fpf-textarea textarea#fpf_8310520 {
    min-height: 6.5em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5487822 {
    min-height: 13em;
  }
}
@media screen and (min-width: 1280px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 6.5em;
  }
  .fpf-field.fpf-textarea textarea#fpf_8490258,
  .fpf-field.fpf-textarea textarea#fpf_8310520 {
    min-height: 5em;
  }
  .fpf-field.fpf-textarea textarea#fpf_5487822 {
    min-height: 10em;
  }
}
@media screen and (min-width: 1440px) {
  .fpf-field.fpf-textarea textarea#fpf_6751691 {
    min-height: 6.5em;
  }
}


/* Colorize highlighted menu items */
.main-navigation > .primary-navigation > .nav-menu > .menu-item {
  border: 2px solid transparent;
  margin-right: 3px;
}
.main-navigation > .primary-navigation > .nav-menu > .menu-item.highlighted > a {
  border: 2px solid #3999ec;
}


/* Products onsale */
ul.products li.product {
  position: relative;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  ul.products li.product {
    max-width: initial;
    margin-left: initial;
    margin-right: 4.347826087%;
  }
}
.products .product .onsale {
  background-color: red;
  border: 1px solid red;
  color: white;
  display: none;
}
.single-product .onsale {
  background-color: red;
  border: 1px solid red;
  color: white;
  display: none;
}
.products .product ins span bdi  {
  font-size: 24px;
  color: red;
}
.single-product .product ins span bdi  {
  font-size: 30px;
  color: red;
}
.wedel-labels-wrapper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.products .wedel-label,
.product .wedel-handmade-label {
  color: white;
  padding: 0.202em 0.6180469716em;
  font-size: .875em;
  font-weight: 600;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .products .wedel-label {
    font-size: .75em;
  }
}
@media screen and (max-width: 424px) {
  .products .wedel-label {
    font-size: .65em;
  }
}
.product .discount-text {
  background-color: #cc0000;
  border: 1px solid #cc0000;
}
.product .wedel-handmade-label {
  background-color: #3999ec;
  border: 1px solid #3999ec;
  width: fit-content;
}


.home .site .site-content > .col-full .content-area .site-main .page > .col-full {
  margin-left: auto;
  margin-right: auto;
  max-width: unset;
}

.home .site .site-content > .col-full .content-area .site-main .page > .col-full .entry-content {
  max-width: unset;
}


/* Products grid */
@media (min-width: 768px) {
  body.woocommerce-page .site-main ul.products.columns-3,
  body.woocommerce-page .site-main ul.products.columns-4 {
    display: grid;
    grid-column-gap: 4%;
    grid-row-gap: 4em;
    margin-bottom: 4em;
  }
  body.woocommerce-page .site-main ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  body.woocommerce-page .site-main ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  body.woocommerce-page .site-main ul.products.columns-3::before,
  body.woocommerce-page .site-main ul.products.columns-4::before {
    content: unset;
  }
  body.woocommerce-page .site-main ul.products.columns-3 li.product,
  body.woocommerce-page .site-main ul.products.columns-4 li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: unset;
    margin-right: unset;
    width: unset;
  }
  body.woocommerce-page .site-main ul.products.columns-3 li.product .button,
  body.woocommerce-page .site-main ul.products.columns-4 li.product .button,
  .added_to_cart.alt,
  .added_to_cart,
  .widget a.button.checkout {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
}


/* Disable background image on home page */
.home.has-post-thumbnail .site .site-content .site-main .page.has-post-thumbnail {
  background-image: none !important;
  margin-left: unset !important;
  width: unset !important;
}


/* Categories section */
.storefront-product-section.storefront-product-categories {
  margin-top: 40px;
  margin-bottom: 0;
}
.storefront-product-section.storefront-product-categories h2.section-title {
  line-height: 60px;
}
.storefront-product-section.storefront-product-categories .woocommerce ul.products li.product-category a {
  display: block;
  overflow: hidden;
}
.storefront-product-section.storefront-product-categories .woocommerce ul.products li.product-category a img {
  display: block;
  height: auto;
  margin-bottom: 0;
  transition: transform 0.4s ease;
}
.storefront-product-section.storefront-product-categories .woocommerce ul.products li.product-category a:focus img,
.storefront-product-section.storefront-product-categories .woocommerce ul.products li.product-category a:hover img {
  transform: scale(1.2);
}
.storefront-product-section.storefront-product-categories .woocommerce ul.products li.product-category button {
  background-color: #451802;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  margin-top: 1.618em;
  margin-right: auto;
  margin-left: auto;
  padding: .6em 1.4em;
  width: fit-content;
}
.storefront-product-section.storefront-product-categories .woocommerce ul.products li.product-category button:hover {
  background-color: #2c0000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .storefront-product-section.storefront-product-categories h2.section-title {
    font-size: 1.4em;
  }
}


ul.products li.product a .product-inner {
  display: block;
  overflow: hidden;
  margin-bottom: 1.618em;
}
ul.products li.product a .product-inner img {
  display: block;
  margin-bottom: 0;
  transition: transform 0.4s ease;
}
ul.products li.product a .product-inner img:focus,
ul.products li.product a .product-inner img:hover {
  transform: scale(1.2);
}


/* Home page section titles */
.home .site .site-content .site-main .page.hentry {
  padding-top: 4em;
}

/* Font for product prices */
.woocommerce ul.products li.product .price {
  font-size: 1.35em;
  line-height: 1.2em;
}
/* mobile product category display on home page and main menu toogle submenu */
.toggle-sub-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .home .storefront-product-section .products {
    display: flex;
    flex-wrap: wrap;
  }
  .home .storefront-product-section .products li {
    width: 50%;
    padding: 5px;
    margin-bottom: 20px;
  }
  body.woocommerce-page .site-main ul.products.columns-3,
  body.woocommerce-page .site-main ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4%;
    grid-row-gap: 4em;
    margin-bottom: 4em;
  }
  body.woocommerce-page .site-main ul.products.columns-3::before,
  body.woocommerce-page .site-main ul.products.columns-4::before {
    content: unset;
  }
  body.woocommerce-page .site-main ul.products.columns-3 li.product,
  body.woocommerce-page .site-main ul.products.columns-4 li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: unset;
    margin-right: unset;
    width: unset;
  }
  body.woocommerce-page .site-main ul.products.columns-3 li.product .button,
  body.woocommerce-page .site-main ul.products.columns-4 li.product .button {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  #menu-menu-glowne li {
    position: relative;
  }
  #menu-menu-glowne > .menu-item-has-children a {
    width: 80%;
  }
  #menu-menu-glowne .sub-menu {
    display: none;
  }
  .toggle-sub-menu {
    display: flex;
    position: absolute;
    width: 20px;
    height: 30px;
    right: 0;
    top: 0px;
    align-items: center;
    justify-content: center;
  }
  .home .storefront-product-categories .woocommerce .products .product h2.woocommerce-loop-category__title {
    width: 100%;
    padding: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
  }
  .home .storefront-product-categories h2.section-title {
    font-size: 1.4em;
    line-height: 40px;
  }

  body.woocommerce-page .site-main ul.products.columns-3 li.product .button,
  body.woocommerce-page .site-main ul.products.columns-4 li.product .button {
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-title {
    font-size: 1.4em;
    line-height: 40px;
    padding: 3%;
    font-weight: 300;
  }
  body.woocommerce-page .site-main ul.products.columns-3 li.product .button,
  body.woocommerce-page .site-main ul.products.columns-4 li.product .button {
    font-weight: 300;
  }
  .cross-sells ul.products, .cross-sells .wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
  }
  .cross-sells ul.products li.product {
    width: 50%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hentry .entry-content .wc-block-grid__products .wc-block-grid__product>a,
  .hentry .entry-content ul.products li.product>a {
    font-weight: 300;
  }
  button.alt,
  input[type=button].alt,
  input[type=reset].alt,
  input[type=submit].alt,
  .button.alt,
  .widget-area .widget a.button.alt {
    font-weight: 300;
  }
  .button, input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .widget a.button {
    font-weight: 300;
  }
  .added_to_cart.alt,
  .added_to_cart,
  .widget a.button.checkout {
    font-weight: 300;
  }
}

/* List style */
ol.list-type-a {
  list-style: lower-alpha;
}

/* Additional styles for wp-block-table */
.wp-block-table table {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .wp-block-table table tr th,
  .wp-block-table table tr td {
    padding: .5em !important;
  }
}

/* Price per 100g on single product page */
.single-product div.product p.price {
  margin-bottom: 0;
}
.single-product div.product p.price + .woocommerce-product-details__short-description,
.single-product div.product p.price-per-weight + .woocommerce-product-details__short-description {
  margin-top: 1.6em;
}
.single-product div.product p.price-per-weight {
  opacity: .6;
  margin-bottom: 0;
}
.single-product div.product p.price-per-weight.promo-price-per-weight {
  opacity: 1;
}
.single-product div.product p.price-per-weight.promo-price-per-weight del {
  opacity: .6;
  margin-right: .5em;
}
.single-product div.product p.price-per-weight.promo-price-per-weight ins {
  color: red;
}

/* Omnibus info */
.ilabs-omnibus-price-note,
.iworks-omnibus {
  opacity: .6;
}
.swiper-slide .ilabs-omnibus-price-note,
.products .ilabs-omnibus-price-note,
.swiper-slide .iworks-omnibus,
.products .iworks-omnibus {
  font-size: .7rem;
}
.swiper-slide .ilabs-omnibus-price-note,
.swiper-slide .iworks-omnibus {
  margin-top: .8rem;
  margin-bottom: 0;
}
.products .ilabs-omnibus-price-note,
.products .iworks-omnibus {
  margin-left: auto;
  margin-right: auto;
  max-width: 170px;
}
@media (min-width: 768px) {
  .swiper-slide .ilabs-omnibus-price-note,
  .products .ilabs-omnibus-price-note,
  .swiper-slide .iworks-omnibus,
  .products .iworks-omnibus  {
    font-size: .9rem;
  }
}
.term-description-show-more {
  font-weight: 700;
}
.cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
}
.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
  width: 50% !important;
  margin: auto;
  margin-right: auto !important;
}
@media (max-width: 768px) {
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
  width: 100% !important;
  }
}
.cart-collaterals .cross-sells {
  width: 100% !important;
}
.cross-sells ul.products, .wc-block-grid__products {
  display: flex;
  align-items: flex-end;
}
.variant-products {
  display: flex;
  flex-wrap: wrap;
}

.cart-collaterals h2, .wc-proceed-to-checkout {
  text-align: center;
}

@media screen and (min-width: 768px) {
  body.archive.woocommerce .site-content .col-full .site-main {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 2em;
  }

  body.archive.woocommerce .site-content .col-full .site-main .wedel-product-filters {
    grid-column-start: 1;
    grid-row: 1 / 5;
  }
}

section.additional-services,
section.product-variants {
  margin-top: 4em;
  margin-bottom: 1em;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: 50%;
}

.additional-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media(max-width: 768px) {
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  ul#shipping_method, .cart-subtotal td, .woocommerce-shipping-destination, .order-total td {
    text-align: left !important;
  }
 .cart_totals table.shop_table_responsive tr td[data-title]::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .site {
    overflow: unset;
  }
  .site-header {
    position: sticky;
  }
  .sticky-navbar .site-branding,
  .sticky-navbar .secondary-navigation,
  .sticky-navbar .site-search,
  .site-branding img {
    transition-duration: 1s;
  }
  .sticky-navbar {
    background-color: white;
    box-shadow: 0 5px 20px -15px;
    top: 0;
    width: 100%;
  }
  .sticky-navbar .site-branding,
  .sticky-navbar .secondary-navigation,
  .sticky-navbar .site-search {
    margin-bottom: 0.5em;
  }
  .sticky-navbar .site-branding img {
    transform: scale(.75);
  }
}
.single-product .stock {
  display: inline;
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .single-product .stock {
    display: block;
    margin: 20px 0;
  }
}

.main-navigation .menu-item-has-children > .sub-menu {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
}

.main-navigation .menu-item-has-children:hover > .sub-menu,
.main-navigation .menu-item-has-children.focus > .sub-menu,
.main-navigation .menu-item-has-children:focus-within > .sub-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.main-navigation .menu-item-has-children:hover > .sub-menu .sub-menu,
.main-navigation .menu-item-has-children.focus > .sub-menu .sub-menu,
.main-navigation .menu-item-has-children:focus-within > .sub-menu .sub-menu {
  left: unset;
  right: -200px;
}

/* Discounts */
.wedel-cennik-hurtowy-wrapper {
  margin: 2em 0 0;
}

.wedel-cennik-hurtowy-wrapper .wedel-cennik-hurtowy {
  margin-bottom: .5em;
}

.wedel-cennik-hurtowy-wrapper table.wedel-discounts {
  border-collapse: collapse;
  margin: 0 auto 1.4em;
  width: 90%;
}

.wedel-cennik-hurtowy-wrapper table.wedel-discounts tr.table-heading th,
.wedel-cennik-hurtowy-wrapper table.wedel-discounts tr.table-row td  {
  background-color: unset;
  padding: 8px;
}
.wedel-cennik-hurtowy-wrapper table.wedel-discounts tr.table-heading th  {
  border-bottom: 2px solid #ddd;
}
.wedel-cennik-hurtowy-wrapper table.wedel-discounts tr.table-row td  {
  border-bottom: 1px solid #ddd;
}
.wedel-cennik-hurtowy-wrapper table.wedel-discounts tr.table-row .wd_green_percent,
.products .product .wedel-cat-cennik-hurtowy-notice .wedel-cat-cennik-hurtowy .wd_green_percent {
  background-color: #00d084;
  border-radius: 3px;
  color: #fff;
  padding: 1px 3px;
}
.products .product .wedel-cat-cennik-hurtowy-notice .wedel-cat-cennik-hurtowy .wd_green_percent {
  margin-right: 3px;
}

/* Styles for single product swiper */
.single-product .single-product-swiper .swiper-container {
  padding: 0 30px;
}
.single-product .single-product-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 31% !important;
  margin-right: 10px !important;
}
.single-product .single-product-swiper .swiper-container .swiper-button-next,
.single-product .single-product-swiper .swiper-container .swiper-button-prev {
  background-color: #fff;
  height: 100%;
  top: 0;
}

/* Styles for Newsletter consent, Create Account checkbox and Ask for billing invoice */
#billing_invoice_ask_field,
.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-bottom: .5em;
}
.woocommerce-checkout .woocommerce-account-fields .create-account label span {
  margin-left: -8px;
}
#ship-to-different-address {
  margin: 0 0 .75em;
}
#ship-to-different-address label {
  font-weight: 400;
}


/* Styles for Read More Newsletter consent */
#woo_ml_subscribe_field .hidden-text {
  display: none;
}

#woo_ml_subscribe_field input#read-more,
#woo_ml_subscribe_field label.read-more {
  display: inline-block;
}

#woo_ml_subscribe_field input#read-more {
  appearance: none;
}

#woo_ml_subscribe_field label.read-more {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  font-size: initial;
  display: block !important;
  padding-top: 10px;
}

#woo_ml_subscribe_field label.read-more::before {
  content: 'Czytaj dalej »';
}

#woo_ml_subscribe_field input#read-more:checked ~ label.read-more::before {
  content: '« Zwiń';
}

#woo_ml_subscribe_field .dots:has(~ input#read-more:checked) {
  display: none;
}

#woo_ml_subscribe_field .hidden-text:has(~ input#read-more:checked) {
  display: inline;
}

/* Styles for Accept all terms checkbox */
#accept_all_terms_checkbox {
  text-decoration: underline;
}
#accept_all_terms_checkbox:hover {
  text-decoration: none;
}

/* Styles for New Footer */

.site-footer .col-full {
	max-width: 1314px;
	box-sizing: content-box;
	padding-bottom: 4em;
	margin: 0 auto;
}

.site-footer .col-full .footer-widgets {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	flex-wrap: wrap;
}

.site-footer .col-full .footer-widgets::before,
.site-footer .col-full .footer-widgets::after {
	display: none;
}

.site-footer .col-full .footer-widgets a {
	text-decoration: none;
}

.site-footer .col-full .footer-widgets .block {
	margin-right: unset;
	width: 100%;
}

.site-footer .col-full .footer-widgets .block.footer-widget-1 {
	max-width: 300px;
}

.site-footer .col-full .footer-widgets .block.footer-widget-2,
.site-footer .col-full .footer-widgets .block.footer-widget-3 {
	width: min-content;
	max-width: max-content;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 {
	margin-right: unset;
	max-width: 395px;
}

.site-footer .col-full .footer-widgets .block .widget .wedel-social-icons-wrapper .wedel-social-icons {
	display: flex;
	column-gap: 23px;
}

.site-footer .col-full .footer-widgets .block .widget .wedel-social-icons-wrapper .wedel-social-icons .wedel-social-icon__logo-item a img {
	height: 28px;
	width: auto;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 {
	margin-top: -25px;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .embedForm {
	border-radius: 10px;
	padding: 6px;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent h2 {
	font-size: 14px !important;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent p span {
	font-size: 12px !important;
  font-weight: 400;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent h2 {
	margin-bottom: 0 !important;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-block-form input,
.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-block-form button {
	border-radius: 28px !important;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-block-form input,
.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-block-form button {
	padding: 10px 16px !important;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-block-form button {
	float: right;
	padding: 10px 38px !important;
	width: max-content !important;
}

.site-footer .site-footer__bottom-container,
.site-footer .site-footer__bottom-container .site-footer__bottom-left,
.site-footer .site-footer__bottom-container .site-footer__bottom-mid,
.site-footer .site-footer__bottom-container .site-footer__bottom-right,
.site-footer .site-footer__bottom-container .site-footer__logo-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.site-footer .site-footer__bottom-container {
	justify-content: space-between;
	gap: 20px 10px;
}

.site-footer .site-footer__bottom-container .site-footer__logo-wrapper {
	gap: 10px;
}

.site-footer .site-footer__bottom-container .site-footer__bottom-heading ,
.site-footer .site-footer__bottom-container .site-footer__copyright {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	opacity: .8;
}

.site-footer .site-footer__bottom-container .site-footer__logo-item img {
	max-height: 50px;
	width: auto;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedWrapper {
	background-color: rgb(94, 54, 34);
	border: 3px solid rgb(69, 24, 2);
	border-radius: 10px;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedBody {
	padding: 20px;
}

/* .site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090 .ml-form-interestGroupsRow.ml-block-groups {
	display: none;
} */

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent h2,
.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedSubmit {
	text-align: center;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent h2 {
	font-weight: 700;
}

.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedSubmit button {
	background-color: #2E73E2;
}
.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedSubmit button:hover {
	background-color: #1677cc;
}

@media(min-width: 425px) {
	.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent h2	{
		font-size: 18px !important;
	}

	.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent p span {
		font-size: 16px !important;
	}
}

@media(min-width: 767px) {
	.site-footer .col-full {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent h2 {
		font-size: 22px !important;
	}

	.site-footer .col-full .footer-widgets .block.footer-widget-4 #mlb2-6059090.ml-subscribe-form .ml-form-embedContent p span {
		font-size: 20px !important;
	}

	.site-footer .site-footer__bottom-container,
	.site-footer .site-footer__bottom-container .site-footer__bottom-left,
	.site-footer .site-footer__bottom-container .site-footer__bottom-mid,
	.site-footer .site-footer__bottom-container .site-footer__bottom-right {
		column-gap: 30px;
	}
}

@media(min-width: 1200px) {
	.site-footer .col-full .footer-widgets .block.footer-widget-2,
	.site-footer .col-full .footer-widgets .block.footer-widget-3 {
		width: auto;
		max-width: max-content;
	}
}

.home .homepage-title {
  font-size: 0;
  overflow: hidden;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  width: 100%;
}

.product-variants .swiper-container.swiper-similar-product {
  padding: 0 30px;
}
.product-variants .swiper-container.swiper-similar-product .swiper-wrapper .swiper-slide {
  margin-right: unset !important;
  padding: 0 10px;
  width: 33.3% !important;
}
.product-variants .swiper-container.swiper-similar-product .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
.product-variants .swiper-container.swiper-similar-product .swiper-button-next,
.product-variants .swiper-container.swiper-similar-product .swiper-button-prev {
  height: 100%;
  top: 20px;
  background-color: #fff;
  width: 30px;
}

.woocommerce-Reviews {
  .woocommerce-noreviews {
    background-color: #2F72E1;
  }
}

/* WCAG Notice Responsive Styles */
@media (max-width: 768px) {
  .wcag-notice {
    padding: 12px 15px !important;
    font-size: 13px !important;
  }
}