/* 
*    Theme Name: Niko-theme v2
*    Version:    1.0.30052024.26
*    Created on: 2024-05-30
*    Author:     Nikograf - Patryk Siuta
*    Author URI: http://www.nikoraf.pl
*    E-mail:     kontakt@nikograf.pl
*/
/* WordPress Core
-------------------------------------------------------------- */
@import "css/wp-core.css";
/*------------------------------------------------------------ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* @LK klasy
 ------------------------------------------------------------- */
.text-r-h2 {
  font-size: var(--text-r-h2);
  margin: 0;
}
.text-h3 {
  font-size: var(--text-h3);
  margin: 0;
}
.text-14 {
  font-size: var(--text-14);
}
.size-r-64 {
  gap: var(--size-r-64);
}
.size-32 {
  gap: var(--size-32);
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
}
.clickable-parent::before {
  content: '';
  position: absolute;
  inset: 0;
}
.clickable-parent:focus {
  outline: none;
}
.section-padding-none {
  padding-block: 0;
}
/* globalne elementy @LK
 ------------------------------------------------------------- */
body {
  font-family: var(--main-font);
  color: #000;
}
button {
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--head-font);
  font-weight: 400;
  color: #2E2A39;
}
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  margin-block-end: 1em;
}
/*p:not(:last-child) {
    margin-block: 0;
}*/
.wp-block-column p:not(:last-child) {
  margin-block: 0 var(--content-16);
}
.wp-block-group p:not(:last-child) {
  margin-block: 0 var(--content-16);
}
p:last-child {
  margin: 0;
}
main {
  margin-bottom: 3rem;
}
section {
  padding-block: var(--section-padding);
  display: flex;
  flex-direction: column;
}
figure,
picture {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
  /*
    &:has(a):focus-within {
        box-shadow: 0 0 0 2px @black;
    } */
}
a {
  color: inherit;
  text-decoration: inherit;
}
[onclick],
label.checkbox {
  cursor: pointer;
}
#CookiebotWidget:not(.CookiebotWidget-open) {
  display: none;
}
/******************* USP [shortcode] *******************/
.usp {
  display: grid;
  grid-template-columns: var(--grid-2);
  grid-gap: var(--size-r-64);
}
@media screen and (min-width: 992px) {
  .usp {
    grid-template-columns: var(--grid-4);
  }
}
.usp__item {
  display: flex;
  flex-direction: column;
  gap: var(--content-8);
}
@media screen and (min-width: 992px) {
  .usp__item {
    align-items: center;
    text-align: center;
  }
}
.usp__media-wrapper {
  width: 42px;
  height: 42px;
}
.usp__media {
  width: 100%;
  height: 100%;
}
.usp__data-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--content-8);
}
.usp__title {
  font-size: var(--text-r-16);
  font-weight: 400;
}
.usp__description {
  font-size: var(--text-14);
}
/******************* Picture-switch [shortcode] *******************/
.picture-switch {
  display: block;
  width: 100%;
}
.picture-switch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/******************* Breadcrumbs *******************/
.breadcrumb {
  color: #000;
  font-weight: 700;
  padding-block: 1.5em;
}
.breadcrumb svg {
  margin-inline: 10px;
  width: 6px;
}
.breadcrumb a {
  text-decoration: none;
  font-weight: 400;
}
/***************** Custom product feed *****************/
.custom-product {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  height: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 992px) {
  .custom-product {
    margin-right: 0;
  }
}
.custom-product__media-wrapper {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  order: -1;
}
.custom-product__info-label {
  background-color: var(--red);
  padding: 0.25em 0.75em;
  font-size: 1.1875rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 0;
  display: flex;
  color: #FFF;
}
.custom-product__data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.custom-product__title {
  font-weight: 400;
  font-size: 1.375rem;
  color: #000;
  text-decoration: none;
}
.custom-product__price {
  color: #8e5c1f;
  font-size: 1.25rem;
}
.custom-product__eurotol {
  font-size: 0.875rem;
}
.custom-product__button {
  text-transform: uppercase;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.625em 1.25em;
  background-color: #000;
  display: flex;
  width: fit-content;
  font-weight: 500;
  transition: all 0.4s;
}
/*
li.custom-product:focus-within {
    box-shadow: 0 0 0 2px @black;
} */
.custom-product:hover .custom-product__button,
li.custom-product:focus-within .custom-product__button {
  margin-top: -10px;
  box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
}
/***************** Custom product list *****************/
.custom-products {
  display: flex !important;
  padding: 2px !important;
  list-style-type: none;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .custom-products.columns-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  ul.custom-products svg {
    width: 30px;
    height: auto;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
  }
  ul.custom-products svg.svg-left {
    left: -15px;
  }
  ul.custom-products svg.svg-right {
    right: -15px;
  }
}
/***************** Front page content *****************/
.home .front-page .page-content {
  padding-block: var(--size-r-64);
}
.home .front-page .page-content .section {
  margin-block-end: 0;
}
.home .front-page .page-content .section .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .home .front-page .page-content .section .wp-block-column:first-child {
    flex-basis: 55% !important;
  }
}
.home .front-page .page-content .section .wp-block-column h2 {
  font-size: var(--text-r-h2);
}
.home .front-page .page-content .section .wp-block-column:has(figure) {
  order: -1;
}
@media screen and (min-width: 992px) {
  .home .front-page .page-content .section .wp-block-column:has(figure) {
    order: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page .page-content {
    padding-inline: var(--size-r-64);
  }
}
/***************** Product page content *****************/
.image-summary-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .image-summary-box {
    display: grid;
    grid-template-columns: var(--grid-2);
    grid-gap: 2.5rem;
  }
}
.images.nickx_product_images_with_video {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: var(--size-r-60-0);
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.images.nickx_product_images_with_video img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nswiper.nickx-slider-for {
  height: auto !important;
}
.nswiper.nickx-slider-nav .nswiper-slide {
  height: max-content !important;
}
.product .summary.entry-summary {
  display: flex;
  flex-direction: column;
  gap: var(--size-r-30-24);
  width: 100% ! important;
  box-sizing: border-box;
  margin-bottom: var(--size-r-64) !important;
}
.product .summary.entry-summary .entry-title {
  font-size: var(--text-r-36-24);
}
.product .summary.entry-summary .price {
  font-size: var(--text-r-38-32);
  color: #8e5c1f;
  font-weight: 400;
  margin: 0;
}
.product .summary.entry-summary .price del {
  font-size: smaller;
}
.product .summary.entry-summary .price ins {
  font-weight: 400;
}
.product .summary.entry-summary .woocommerce-variation-extdescr {
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 0;
}
.product .summary.entry-summary .woocommerce-variation-extdescr span.product-image-txt {
  background-color: #FF0000;
  color: #FFF;
  font-weight: 700;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 992px) {
  .product .summary.entry-summary .woocommerce-variation-extdescr span.product-image-txt {
    padding: 5px 25px;
    font-size: 35px;
  }
}
.variations_form.cart {
  margin-bottom: 0 !important;
}
.variations_form.cart .variations th.label {
  color: #000;
  display: flex;
}
.variations_form.cart .variations .reset_variations {
  font-size: var(--text-14);
  color: #FF0000;
}
.variations_form.cart .variations .reset_variations:hover {
  text-decoration-line: underline;
}
.variations_form.cart .variations .prima-v-items {
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 992px) {
  .variations_form.cart .variations .prima-v-items {
    flex-direction: row;
  }
}
.variations_form.cart .variations .prima-v-items li {
  width: 100%;
  margin: 0;
  color: #000;
  position: relative;
}
.variations_form.cart .variations .prima-v-items li .set_price {
  color: #8e5c1f;
}
.variations_form.cart .variations .prima-v-items li.selected::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-radius: 0 0 0 3px;
  background-color: #000;
}
.variations_form.cart .variations .prima-v-items li.selected::after {
  display: block;
  content: "";
  width: 5px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: 7px;
}
.tm-widget-hornet {
  margin-bottom: 0 !important;
}
form.cart {
  margin-bottom: 0 !important;
  display: flex;
  gap: var(--content-r-16);
  flex-wrap: wrap;
}
input[label="Quantità prodotto"] {
  border: 1ps solid #000;
  width: var(--size-r-64-36);
  height: 3.125rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.quantity {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin: 0 !important;
}
.quantity button {
  font-size: 2.5rem;
  width: 1em;
  height: 1.25em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2em;
  font-weight: 500;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.quantity button.minus {
  padding-bottom: 0.5rem;
}
.quantity input {
  width: var(--size-r-64-36);
  height: 3.125rem;
  border: 1px solid #000 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.single_add_to_cart_button {
  background-color: #000 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 0 var(--size-r-24-16) !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 3rem !important;
}
.added_to_cart {
  padding: 0 1rem !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #6ab04c;
  color: #FFF;
  border: 1px solid #6ab04c;
  transition: all 0.4s;
  font-size: 1rem !important;
  display: flex ! important;
  align-items: center;
  justify-content: center;
  height: 3.125rem !important;
  width: 100%;
  margin-left: auto;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .added_to_cart {
    width: fit-content;
    margin: 0 0;
  }
}
.added_to_cart:hover {
  background-color: #FFF;
  color: #000;
}
.single_variation_wrap {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: var(--text-14);
  order: 2;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  gap: var(--content-r-16);
  flex-wrap: wrap;
}
.woocommerce-product-details__short-description {
  color: #000;
  text-align: justify;
}
.woocommerce-product-details__short-description .delivery-price,
.woocommerce-product-details__short-description .delivery-time {
  margin: 5px 0;
}
.woocommerce-product-details__short-description .delivery-price img,
.woocommerce-product-details__short-description .delivery-time img {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  margin-right: 10px;
}
.woocommerce-product-details__short-description .delivery-price:nth-of-type(2) img,
.woocommerce-product-details__short-description .delivery-time:nth-of-type(2) img {
  margin-right: 17px;
}
.woocommerce-product-details__short-description p:nth-of-type(1) {
  margin-top: var(--size-r-32);
}
.woocommerce-product-details__short-description a {
  color: blue;
  text-decoration: underline;
}
.product-page-usp {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: var(--size-r-24-32);
  padding: 1rem 1rem 1.5rem;
  background-color: #F6F0E7;
}
.product-page-usp__data-wrapper {
  gap: var(--content-8);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page-usp__title {
  font-size: var(--text-14);
}
.product-page-usp .usp {
  grid-row-gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .product-page-usp .usp {
    gap: 1rem;
  }
}
.product-page-usp .usp__title {
  font-size: 1rem;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  color: #000;
}
.woocommerce-tabs.wc-tabs-wrapper details {
  width: 90%;
  max-width: 936px;
}
.woocommerce-tabs.wc-tabs-wrapper details summary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  color: #000;
  font-size: var(--text-h3);
  cursor: pointer;
  background-color: #F6F0E7;
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper details summary::marker {
  display: none;
  content: '';
}
.woocommerce-tabs.wc-tabs-wrapper details summary::after {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 18px;
  right: 20px;
  transition: all 0.4s;
}
.woocommerce-tabs.wc-tabs-wrapper details[open] summary::after {
  transform: rotate(225deg);
  top: 22px;
}
.woocommerce-tabs.wc-tabs-wrapper details #table-link {
  cursor: pointer;
  margin-block: 1rem;
  text-decoration-line: underline;
  color: #8e5c1f;
  font-weight: 500;
}
.woocommerce-tabs.wc-tabs-wrapper details .ingredients-table {
  display: none;
  height: 0;
  transition: all 0.4s ease;
}
.woocommerce-tabs.wc-tabs-wrapper details .ingredients-table.open {
  display: block;
  height: auto;
}
.woocommerce-tabs.wc-tabs-wrapper details h2 {
  font-weight: 300;
}
.woocommerce-tabs.wc-tabs-wrapper .ext_tab_reviews_detail > div {
  padding-top: 2rem;
}
.woocommerce-tabs.wc-tabs-wrapper .ingedients-first-block > div {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  padding-top: 2rem;
}
.woocommerce-tabs.wc-tabs-wrapper .ingedients-first-block > div h2 {
  font-size: 1.25rem;
}
.woocommerce-tabs.wc-tabs-wrapper .ingedients-first-block > div .wp-block-column:has(figure) {
  flex-basis: 33% !important;
  min-width: 100px !important;
  margin-bottom: auto;
}
.woocommerce-tabs.wc-tabs-wrapper .ingedients-first-block > div .wp-block-column:has(figure) figure {
  margin: 0 !important;
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs.wc-tabs-wrapper .ingedients-first-block > div .wp-block-column:has(figure) figure {
    margin: 0.5em 0 0.5em 1em;
  }
}
.description_detail > div,
.ext_tab_tests_detail > div {
  display: flex;
  flex-direction: column;
  padding-block: 2rem;
}
@media screen and (min-width: 992px) {
  .description_detail > div,
  .ext_tab_tests_detail > div {
    padding-block-bottom: 1rem;
  }
}
.description_detail > div .wp-block-columns,
.ext_tab_tests_detail > div .wp-block-columns {
  margin-bottom: var(--size-r-96-64) !important;
  gap: var(--size-r-64-16);
}
.description_detail > div .wp-block-columns h2,
.ext_tab_tests_detail > div .wp-block-columns h2 {
  font-size: 1.25rem;
}
.description_detail > div .wp-block-columns .wp-block-column:has(figure),
.ext_tab_tests_detail > div .wp-block-columns .wp-block-column:has(figure) {
  order: -1;
}
@media screen and (min-width: 992px) {
  .description_detail > div .wp-block-columns .wp-block-column:has(figure),
  .ext_tab_tests_detail > div .wp-block-columns .wp-block-column:has(figure) {
    order: unset;
  }
}
.description_detail > div .wp-block-columns .wp-block-column:has(figure) figure,
.ext_tab_tests_detail > div .wp-block-columns .wp-block-column:has(figure) figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.description_detail > div .product-icons,
.ext_tab_tests_detail > div .product-icons {
  display: grid;
  grid-template-columns: var(--grid-2);
  grid-gap: 2rem;
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 992px) {
  .description_detail > div .product-icons,
  .ext_tab_tests_detail > div .product-icons {
    grid-gap: 1rem;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
#ext_tab_tests .wp-block-columns {
  margin-bottom: 0 !important;
}
/*************** Cart ****************/
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .usp {
  padding-block: 2rem;
  margin: 0 auto;
}
.woocommerce-cart .woocommerce button[name="update_cart"] {
  display: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  margin-left: auto;
  padding: var(--size-r-32-0);
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    background-color: #F9F9F9;
    width: 33%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #000;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals #shipping-calculator-form {
  gap: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tbody,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals th {
  border: none;
  padding: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr td {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 0.75rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals td.cart-delivery-time {
  padding: 0.75rem 0.875rem;
  text-align: left !important;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals td.cart-delivery-time {
    padding: 1.5rem 0 0.75rem;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals td.cart-delivery-time svg {
  margin-right: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals td.cart-delivery-time::before {
  content: "";
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  background-color: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total td bdi {
  font-weight: 700;
  font-size: 1.375rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
  padding: var(--size-r-32-0);
  box-sizing: border-box;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart-text-before-items-table {
  color: #2E2A39;
  padding: 0.5rem 0.75rem;
  display: flex;
  gap: 0.75rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #F9F9F9;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: calc(67% - 1rem);
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  display: flex;
  flex-direction: column;
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr {
  padding-block: 2rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr:not(:nth-of-type(1)) {
  border-top: 1px solid #7f7f7f;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td {
  border: none;
  padding: 0;
  background-color: transparent !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td::before {
  content: '';
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
  display: grid;
  grid-template-columns: 138px 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
    display: flex;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price,
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove {
  order: 1;
  display: flex;
  grid-row: 2;
  grid-column: 1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a {
  width: 80px;
  color: #000 !important;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  gap: 0.625rem;
  margin: 0 0 auto;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a {
    margin: auto 0 0;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a:hover {
  background: none !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
  display: flex;
  width: 138px;
  height: 138px;
  margin-right: 1.5rem;
  flex-shrink: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: left ! important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  color: #000;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .cart-product-subtotal {
  font-weight: 400;
  font-size: 1.125rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity {
  grid-row: 2;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity {
  display: flex;
  gap: 0.25rem;
  min-width: 160px;
  margin-right: 2rem;
  height: 100%;
  align-items: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity button {
  border: none;
  cursor: pointer;
  min-width: 36px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity input {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr:has(.coupon) {
  display: flex;
  border-top: 0 !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr:has(.coupon) td {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon {
  background-color: #F9F9F9;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  gap: 1rem;
}
@media screen and (min-width: 776px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon {
    flex-direction: row;
    gap: 0.25rem;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon button.button {
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  width: unset;
  width: 100% !important;
}
@media screen and (min-width: 776px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon button.button {
    width: unset !important;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon input {
  width: 100% !important;
}
@media screen and (min-width: 776px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon input {
    width: 180px !important;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon label.screen-reader-text {
  position: static !important;
  clip: unset !important;
  width: unset !important;
  height: unset !important;
  clip-path: unset !important;
  text-align: left !important;
  color: #000 !important;
  flex-grow: 1;
}
.title-box {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
  justify-content: center;
  align-items: baseline;
  color: #000;
}
.title-box .cart-title {
  font-size: 2.25rem;
}
.title-box .items-in-cart {
  font-size: 1rem;
}
/*************** checkout-header *********/
.checkout-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding-block-end: 0.625rem;
}
@media screen and (min-width: 992px) {
  .checkout-container {
    flex-direction: row;
    justify-content: space-between;
    padding-block: 1.5rem;
  }
}
.checkout-container .security-notice {
  display: flex;
  width: 100vw;
  margin-inline: -5%;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  background-color: #EDFFEB;
  color: #2F8722;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 992px) {
  .checkout-container .security-notice {
    width: max-content;
  }
}
@media screen and (min-width: 992px) {
  .checkout-container .logo-wrapper {
    order: -1;
  }
}
.checkout-container .steps {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.125rem;
}
.checkout-container .steps::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #a6a8ae;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  text-wrap: nowrap;
}
.checkout-container .steps span {
  position: relative;
  background-color: white;
  font-weight: 500;
  line-height: 2.25rem;
  font-size: 0.875rem;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #a6a8ae;
  color: black;
}
.checkout-container .steps span::before {
  content: attr(data-txt);
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 0.875rem;
  line-height: 1;
  text-wrap: nowrap;
}
.checkout-container .steps span[data-txt="Pagamento"] {
  font-weight: 700;
  border-color: #000;
}
.checkout-container .steps span[data-txt="Pagamento"]::before {
  font-weight: 700;
}
/************** checkout ****************/
body.woocommerce-checkout .woocommerce-info.container {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
  padding-top: 1rem;
  background-color: white;
  color: #000;
}
body.woocommerce-checkout .woocommerce-info.container::before {
  content: '';
}
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.woocommerce-form-login {
  border: none;
  padding: 20px;
  background-color: #F9F9F9;
  color: #000;
}
body.woocommerce-checkout form.checkout_coupon p,
body.woocommerce-checkout form.woocommerce-form-login p {
  margin-bottom: 10px;
}
body.woocommerce-checkout form.checkout_coupon input,
body.woocommerce-checkout form.woocommerce-form-login input {
  border: 1px solid black;
  width: calc(50% - 28px);
  margin-right: 55px;
  max-width: 100% !important;
}
body.woocommerce-checkout form.checkout_coupon button,
body.woocommerce-checkout form.woocommerce-form-login button {
  background-color: black;
  color: white;
  line-height: 29px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.woocommerce-checkout .woocommerce span.expand-description {
  text-decoration: underline;
  font-size: 0.875rem;
  cursor: pointer;
}
body.woocommerce-checkout .checkout-custom-wrapper h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  body.woocommerce-checkout .checkout-custom-wrapper {
    display: grid;
    grid-template-columns: var(--grid-3);
    grid-gap: var(--size-r-64);
  }
}
@media screen and (min-width: 992px) {
  body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout {
    grid-column: 1 / 3;
  }
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout .woocommerce-account-fields label {
  cursor: pointer;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout .woocommerce-account-fields p {
  margin-bottom: 0;
  color: #000;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout .woocommerce-account-fields div.create-account {
  color: #000;
  background-color: #F9F9F9;
  padding: 1.25rem;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout .woocommerce-account-fields input {
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout .woocommerce-account-fields p.woocommerce-invalid input {
  border-color: #AA0000;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout #ship-to-different-address {
  font-family: var(--main-font);
  font-size: 1rem;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout #notes_ckbx_field {
  margin-top: 1rem;
}
body.woocommerce-checkout .checkout-custom-wrapper form.woocommerce-checkout #notes_ckbx_field .optional {
  display: none;
}
body.woocommerce-checkout .checkout-custom-wrapper #customer_details {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .checkout-custom-wrapper #customer_details .col-1,
body.woocommerce-checkout .checkout-custom-wrapper #customer_details .col-2 {
  width: 100%;
}
body.woocommerce-checkout .checkout-custom-wrapper .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000;
}
body.woocommerce-checkout .checkout-custom-wrapper .woocommerce-billing-fields .unactive {
  display: none;
}
body.woocommerce-checkout .checkout-custom-wrapper .woocommerce-billing-fields span.optional {
  display: none;
}
body.woocommerce-checkout .checkout-custom-wrapper .woocommerce-additional-fields {
  color: #000;
}
body.woocommerce-checkout .checkout-custom-wrapper .woocommerce-additional-fields .unactive {
  display: none;
}
body.woocommerce-checkout .checkout-custom-wrapper .woocommerce-additional-fields label {
  display: flex;
  cursor: pointer;
  width: max-content;
  align-items: center;
}
body.woocommerce-checkout .checkout-custom-wrapper .checkout-hedding {
  margin-top: var(--size-r-64);
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review {
  color: #000;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review table,
body.woocommerce-checkout .checkout-custom-wrapper #order_review th,
body.woocommerce-checkout .checkout-custom-wrapper #order_review td {
  border: none;
  margin-bottom: 0;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-shipping-totals.shipping th {
  display: none;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
  margin: 0 0 0 1.5rem;
  padding-block: 0 !important;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required label {
  display: flex;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review p.edrone-checkout-checkbox,
body.woocommerce-checkout .checkout-custom-wrapper #order_review p.edrone-sms-checbox {
  margin-left: 1.5rem;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-checkout-payment {
  margin-top: 1.25rem;
  background-color: #E9E6ED;
  color: #000;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-checkout-payment .payment_box {
  background-color: #DCD7E3;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-checkout-payment .payment_box::before {
  border-bottom-color: #DCD7E3;
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-checkout-payment #place_order {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding-block: 1.25rem;
  margin: 56px 0 0;
}
@media screen and (min-width: 992px) {
  body.woocommerce-checkout .checkout-custom-wrapper #order_review .woocommerce-checkout-payment #place_order {
    width: 50%;
    margin: 56px -16px -120px 0;
  }
}
body.woocommerce-checkout .checkout-custom-wrapper #order_review .delivery-message {
  background-color: #F8F8F8;
  padding: 0.75rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  gap: 0.75rem;
  font-weight: 700;
  align-items: center;
}
body.woocommerce-checkout .checkout-aside {
  position: relative;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-block: 1.125rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper {
    padding: 2rem;
    background-color: #F9F9F9;
    position: sticky;
    top: 110px;
  }
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul li {
  display: flex;
  flex-wrap: nowrap;
  padding-block: 1rem;
  border-bottom: 1px solid #C8C8C8;
  gap: 1.5rem;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul li:last-child {
  border: none;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul li img {
  width: 138px;
  height: 138px;
  aspect-ratio: 1;
  flex-shrink: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul li img {
    width: 100px;
    height: 100px;
  }
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul li h4 {
  font-size: 1.25rem;
  line-height: 1.1;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper ul li .amount {
  margin-top: 1rem;
  font-weight: 400;
  color: #000;
  display: block;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper .checkout-cart-subtotal,
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper .checkout-cart-shipping {
  display: flex;
  margin-bottom: 0.75rem;
  justify-content: space-between;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper .checkout-cart-total {
  display: flex;
  font-size: 1.375rem;
  justify-content: space-between;
  font-weight: 700;
}
body.woocommerce-checkout .checkout-aside .checkout-order-review-wrapper .coupon-item {
  display: flex;
  justify-content: space-between;
}
/**************************************/
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.bottom-shadow {
  -webkit-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  -moz-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
}
.transition {
  transition: all 0.4s;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 400;
}
input {
  font-family: var(--main-font);
}
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="password"] {
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  padding: 12px 8px;
  font-weight: 400;
  box-sizing: border-box;
}
textarea,
select {
  font-family: var(--main-font);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px 8px;
  font-weight: 400;
  box-sizing: border-box;
}
.niko-input,
.niko-button,
button,
submit {
  font-size: 18px;
  padding: 12px 8px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.4s;
  text-decoration: none;
}
.button-black {
  color: #FFF;
  background-color: #000;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 0;
  display: block;
  width: fit-content;
  transition: all 0.4s;
}
.button-black:hover {
  top: -10px;
  -webkit-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  -moz-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 25px;
  color: #000;
  font-weight: 400;
}
.woocommerce ul.products li.product span.price {
  color: #8e5c1f;
  font-weight: 700;
  font-size: 20px;
}
.woocommerce ul.products li.product a.added_to_cart {
  display: none;
}
.woocommerce ul.products li.product a.button {
  font-size: 16px;
  padding: 12px 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.4s;
  color: #FFF;
  background: #000;
}
.woocommerce ul.products li.product a.button:hover {
  color: #ecd7aa;
}
.woocommerce ul.products li.product a.button svg {
  display: inline-block;
  fill: #ecd7aa;
  width: 26px;
  margin-left: 20px;
  position: relative;
  bottom: -5px;
}
.woocommerce ul li.woocommerce-MyAccount-navigation-link {
  list-style-type: none;
  border-bottom: 1px solid #000;
}
.woocommerce ul li.woocommerce-MyAccount-navigation-link:first-of-type {
  border-top: 1px solid #000;
}
.woocommerce ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
.woocommerce ul li.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #ecd7aa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.woocommerce p.stars a {
  font-size: 25px;
}
.woocommerce p.stars a:before {
  color: #8e5c1f;
}
.woocommerce p.edrone-sms-checbox {
  margin-top: 0;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a {
  color: #8e5c1f;
  transition: all 0.4s;
  text-decoration: none;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-message {
  border-top-color: #6ab04c;
}
.woocommerce .woocommerce-message a.button {
  background-color: #6ab04c;
  color: #FFF;
}
.woocommerce .woocommerce-message:before {
  color: #6ab04c;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
  margin: 20px 0 30px;
}
.woocommerce #review_form #respond .form-submit input#submit {
  color: #FFF;
  background-color: #000;
  line-height: 46px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  margin: auto;
}
.woocommerce form[name="checkout"] button[type="submit"] {
  background-color: #000;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
  border: none;
}
.woocommerce form[name="checkout"] button[type="submit"]:hover {
  background-color: #8e5c1f;
}
.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register,
.woocommerce form.woocommerce-ResetPassword {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce form.woocommerce-form-login input[type="text"],
.woocommerce form.woocommerce-form-register input[type="text"],
.woocommerce form.woocommerce-ResetPassword input[type="text"],
.woocommerce form.woocommerce-form-login input[type="email"],
.woocommerce form.woocommerce-form-register input[type="email"],
.woocommerce form.woocommerce-ResetPassword input[type="email"],
.woocommerce form.woocommerce-form-login input[type="password"],
.woocommerce form.woocommerce-form-register input[type="password"],
.woocommerce form.woocommerce-ResetPassword input[type="password"] {
  border: 1px solid #000;
}
.woocommerce form.woocommerce-form-login button[type="submit"],
.woocommerce form.woocommerce-form-register button[type="submit"],
.woocommerce form.woocommerce-ResetPassword button[type="submit"] {
  color: #FFF;
  background-color: #000;
  line-height: 29px;
}
.woocommerce form.woocommerce-form-login button[type="submit"]:hover,
.woocommerce form.woocommerce-form-register button[type="submit"]:hover,
.woocommerce form.woocommerce-ResetPassword button[type="submit"]:hover {
  background-color: #8e5c1f;
}
.woocommerce form.woocommerce-form-login label.woocommerce-form-login__rememberme,
.woocommerce form.woocommerce-form-register label.woocommerce-form-login__rememberme,
.woocommerce form.woocommerce-ResetPassword label.woocommerce-form-login__rememberme {
  line-height: 49px;
}
.woocommerce form.woocommerce-form-login .lost_password a,
.woocommerce form.woocommerce-form-register .lost_password a,
.woocommerce form.woocommerce-ResetPassword .lost_password a {
  color: #8e5c1f;
  text-decoration: none;
}
.woocommerce form.woocommerce-form-login .lost_password a:hover,
.woocommerce form.woocommerce-form-register .lost_password a:hover,
.woocommerce form.woocommerce-ResetPassword .lost_password a:hover {
  text-decoration: underline;
}
.woocommerce form.wc-block-checkout__form button {
  border: none;
  background-color: black;
  color: white;
}
.woocommerce form .edrone-checkout-checkbox,
.woocommerce form .edrone-sms-checbox {
  padding-left: 3px;
}
.woocommerce form .edrone-checkout-checkbox span.edrone-checkbox-description {
  display: block;
  background: transparent !important;
  color: #000 !important;
  padding-top: 0 !important;
  padding-left: 25px !important;
  font-size: 13px !important;
}
.woocommerce form .edrone-checkout-checkbox span.edrone-checkbox-description:before {
  display: none !important;
}
.woocommerce table.variations ul.variable-items-wrapper {
  flex-direction: column;
}
.woocommerce table.variations ul.variable-items-wrapper li.variable-item {
  margin: 5px 0;
  padding: 20px 10px;
}
.woocommerce table.shop_table {
  border-left: none;
  border-right: none;
  border-top-color: #000;
  border-bottom-color: #000;
  border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-top-color: #000;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top-color: #000;
}
.woocommerce .cart_totals table {
  border-bottom: none;
}
.woocommerce .cart_totals table td {
  text-align: right;
}
.woocommerce .cart_totals table td::before {
  font-weight: 500 !important;
}
.woocommerce .cart_totals table td[data-title="Totale"]::before {
  font-weight: 700 !important;
}
.woocommerce .cart_totals table .order-total td {
  font-size: 20px;
}
.woocommerce .cart_totals a.checkout-button {
  color: #FFF;
  background-color: #000;
  transition: all 0.4s;
}
.woocommerce .cart_totals a.checkout-button:hover {
  background-color: #8e5c1f;
}
.woocommerce .woocommerce-shipping-calculator input[type="email"],
.woocommerce .woocommerce-EditAccountForm input[type="email"],
.woocommerce .woocommerce-address-fields input[type="email"],
.woocommerce .woocommerce-billing-fields input[type="email"],
.woocommerce .woocommerce-shipping-fields input[type="email"],
.woocommerce .woocommerce-shipping-calculator input[type="number"],
.woocommerce .woocommerce-EditAccountForm input[type="number"],
.woocommerce .woocommerce-address-fields input[type="number"],
.woocommerce .woocommerce-billing-fields input[type="number"],
.woocommerce .woocommerce-shipping-fields input[type="number"],
.woocommerce .woocommerce-shipping-calculator input[type="password"],
.woocommerce .woocommerce-EditAccountForm input[type="password"],
.woocommerce .woocommerce-address-fields input[type="password"],
.woocommerce .woocommerce-billing-fields input[type="password"],
.woocommerce .woocommerce-shipping-fields input[type="password"],
.woocommerce .woocommerce-shipping-calculator input[type="tel"],
.woocommerce .woocommerce-EditAccountForm input[type="tel"],
.woocommerce .woocommerce-address-fields input[type="tel"],
.woocommerce .woocommerce-billing-fields input[type="tel"],
.woocommerce .woocommerce-shipping-fields input[type="tel"],
.woocommerce .woocommerce-shipping-calculator input[type="text"],
.woocommerce .woocommerce-EditAccountForm input[type="text"],
.woocommerce .woocommerce-address-fields input[type="text"],
.woocommerce .woocommerce-billing-fields input[type="text"],
.woocommerce .woocommerce-shipping-fields input[type="text"] {
  border: 1px solid #000;
}
.woocommerce .woocommerce-shipping-calculator .select2-selection,
.woocommerce .woocommerce-EditAccountForm .select2-selection,
.woocommerce .woocommerce-address-fields .select2-selection,
.woocommerce .woocommerce-billing-fields .select2-selection,
.woocommerce .woocommerce-shipping-fields .select2-selection {
  min-height: 46px;
  line-height: 46px;
  border: 1px solid #000;
}
.woocommerce .woocommerce-shipping-calculator .select-8-results__option--highlighted[data-selected],
.woocommerce .woocommerce-EditAccountForm .select-8-results__option--highlighted[data-selected],
.woocommerce .woocommerce-address-fields .select-8-results__option--highlighted[data-selected],
.woocommerce .woocommerce-billing-fields .select-8-results__option--highlighted[data-selected],
.woocommerce .woocommerce-shipping-fields .select-8-results__option--highlighted[data-selected] {
  background-color: #8e5c1f;
}
.woocommerce .woocommerce-shipping-calculator .select2-selection__arrow,
.woocommerce .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce .woocommerce-address-fields .select2-selection__arrow,
.woocommerce .woocommerce-billing-fields .select2-selection__arrow,
.woocommerce .woocommerce-shipping-fields .select2-selection__arrow,
.woocommerce .woocommerce-shipping-calculator .select2-selection__rendered,
.woocommerce .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce .woocommerce-address-fields .select2-selection__rendered,
.woocommerce .woocommerce-billing-fields .select2-selection__rendered,
.woocommerce .woocommerce-shipping-fields .select2-selection__rendered {
  line-height: 44px;
}
.woocommerce .woocommerce-shipping-calculator .select2-selection__arrow,
.woocommerce .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce .woocommerce-address-fields .select2-selection__arrow,
.woocommerce .woocommerce-billing-fields .select2-selection__arrow,
.woocommerce .woocommerce-shipping-fields .select2-selection__arrow {
  height: 44px;
}
.woocommerce .woocommerce-shipping-calculator button[type="submit"],
.woocommerce .woocommerce-EditAccountForm button[type="submit"],
.woocommerce .woocommerce-address-fields button[type="submit"],
.woocommerce .woocommerce-billing-fields button[type="submit"],
.woocommerce .woocommerce-shipping-fields button[type="submit"] {
  font-size: 18px;
  padding: 12px 8px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.4s;
  text-decoration: none;
  background-color: #000;
  color: #FFF;
  padding: 16px 20px;
  margin: auto;
  display: block;
}
.woocommerce .woocommerce-shipping-calculator span#select2-calc_shipping_country-container {
  text-align: left;
}
.woocommerce .sp-easy-accordion .ea-card.sp-ea-single {
  background: transparent !important;
}
.woocommerce .sp-easy-accordion .ea-card.sp-ea-single h3.ea-header {
  background-color: #FFF !important;
}
.woocommerce .sp-easy-accordion .ea-card.sp-ea-single .ea-body {
  background: transparent !important;
}
.woocommerce a.wc-backward {
  font-size: 18px;
  padding: 12px 8px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.4s;
  text-decoration: none;
  color: #FFF;
  display: block;
  margin: auto;
  width: fit-content;
  padding: 12px 15px;
  background-color: #000;
}
.woocommerce a.wc-backward:hover {
  background-color: #8e5c1f;
  color: #FFF;
}
.woocommerce span.onsale {
  background-color: #FF0000;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 1px;
  line-height: 2;
}
.woocommerce span.edrone-sms-checkbox-decription {
  display: block;
  font-size: 13px;
  padding: 0 0 0 26px;
  margin-bottom: 35px;
}
form.wc-block-checkout__form button {
  border: none;
  background-color: black;
  color: white;
}
form.wc-block-components-totals-coupon__form button {
  background-color: #000;
  color: #FFF;
  transition: all 0.4s;
}
form.wc-block-components-totals-coupon__form button:hover {
  background-color: #8e5c1f;
}
.thumbnail-img {
  height: 45vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.thumbnail-img:before {
  display: block;
  height: 150px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10;
}
.thumbnail-img h1,
.thumbnail-img img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.thumbnail-img h1 {
  padding: 10px 30px;
  display: block;
  background-color: #000;
  color: #FFF;
  width: fit-content;
  text-align: center;
  z-index: 15;
}
.wp-block-separator {
  border: none;
  height: 1px;
  background-color: #f2f2f2;
}
.big-main-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://new.primabiotic.de/wp-content/uploads/2022/12/web_bg.png');
  position: relative;
  margin-bottom: 0;
}
.big-main-section:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(236, 215, 170, 0) 0%, #ecd7aa 60%);
}
.big-main-section > div {
  position: relative;
  z-index: 10;
}
.second-main-section ul.products li.product a img {
  max-height: 380px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.main-mobile-banner,
.main-desktop-banner {
  margin-bottom: 0;
}
.collagen-product-table thead tr th {
  color: #FFF;
  background-color: #000;
}
.collagen-product-table tbody tr td {
  background-color: transparent !important;
  border-bottom: 1px solid #000;
}
.ts_reviews_detail {
  position: relative;
}
.ts_reviews_detail .widget,
.ts_reviews_detail [data-sku="#3812671_DE_NEW"] {
  background: transparent !important;
}
.sp-easy-accordion .ea-card.sp-ea-single {
  border-radius: 0;
  border: none !important;
  background-color: #ecd7aa !important;
}
.sp-easy-accordion .ea-card.sp-ea-single h3.ea-header a {
  color: #000 !important;
  font-weight: 400 !important;
}
.tips-main-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 70px;
  margin-top: 0;
}
.tips-main-box > div {
  width: 32%;
}
.tips-main-box > div:hover h3 a {
  text-decoration: underline;
}
.tips-main-box > div a.post-image {
  width: 100%;
  height: auto;
  max-height: 308px;
  padding-bottom: 67%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
  margin-bottom: 15px;
}
.tips-main-box > div a.post-image:hover {
  opacity: 0.7;
}
.tips-main-box .publish-date {
  font-weight: 700;
  color: #7f7f7f;
  font-size: 16px;
  display: block;
}
.tips-main-box h3 {
  font-weight: 700;
  font-size: 22px;
  margin-top: 7px;
  margin-bottom: 15px;
}
.tips-main-box h3 a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}
.tips-main-box p {
  font-size: 15px;
  color: #000;
  line-height: 1.625;
}
.splide {
  position: relative;
}
.splide__arrows .splide__arrow {
  background-color: #FFF;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 0;
  cursor: pointer;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide__arrows .splide__arrow.splide__arrow--prev svg {
  rotate: 180deg;
}
.splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrows .splide__arrow svg {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -3px;
}
.delivery-time,
.delivery-price {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.delivery-time img,
.delivery-price img {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
ul#menu-manu-glowne,
ul#menu-menu-glowne {
  list-style-type: none;
  padding: 0 15px;
}
ul#menu-manu-glowne li a,
ul#menu-menu-glowne li a {
  line-height: 30px;
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
  padding: 5px 10px;
  font-size: 18px;
}
ul#menu-manu-glowne li a:hover,
ul#menu-menu-glowne li a:hover {
  background-color: #ecd7aa;
}
ul.posts-list {
  list-style-type: none;
  padding: 0;
}
ul.posts-list li {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ecd7aa;
  position: relative;
  top: 0;
  transition: all 0.4s;
  box-shadow: none;
  min-height: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.posts-list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
ul.posts-list li h2 {
  color: #FFF;
  font-weight: 700;
  margin: 0 0 10px;
}
ul.posts-list li small {
  color: #FFF;
}
ul.posts-list li span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: block;
  background-color: #000;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all 0.4s;
}
ul.products {
  display: flex;
}
ul.products li.product {
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  position: relative;
  float: none;
}
ul.products li.product a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 0;
}
ul.products li.product h2 {
  text-decoration: none;
  color: #000;
}
ul.products li.product span.info-label {
  display: block;
  background-color: #FF0000;
  font-weight: 700;
  width: fit-content;
  padding: 5px 15px;
  position: absolute;
  top: 30px;
  left: 0;
  color: #FFF;
  font-size: 19px;
  letter-spacing: 2px;
}
ul.products li.product span.info-eurotol-label {
  display: block;
  width: fit-content;
  margin: 5px auto;
  font-size: 14px;
  color: black;
}
ul.products li.product a.button {
  position: static;
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  transform: none;
}
ul.slider-box {
  padding-left: 0;
  margin-top: 0;
}
ul.slider-box li img {
  width: 100%;
  height: auto;
}
ul.slider-box .slick-next,
ul.slider-box .slick-prev {
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: #000000;
  z-index: 10;
  cursor: pointer;
}
ul.slider-box .slick-next {
  right: 0;
}
ul.slider-box .slick-prev {
  left: 0;
}
body,
html {
  margin: 0;
}
header.main-header {
  box-sizing: border-box;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  -moz-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
}
header.main-header .phone,
header.main-header .close,
header.main-header .bars,
header.main-header .basket,
header.main-header .account {
  fill: #8e5c1f;
  cursor: pointer;
}
header.main-header .bars {
  width: 24px;
}
header.main-header .close {
  height: 27px;
  display: none;
}
header.main-header .account {
  width: 20px;
  margin-right: 30px;
}
header.main-header .basket-wraper {
  position: relative;
}
header.main-header .basket-wraper .basket-count {
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  bottom: -8px;
  left: -8px;
  font-weight: 700;
  color: #FFF;
  display: block;
  background-color: #FF0000;
}
header.main-header .phone {
  width: 20px;
  margin-right: 30px;
}
header.main-header .basket {
  width: 26px;
}
header.main-header .account-cart-box {
  text-align: right;
}
header.main-header .custom-logo-link {
  display: block;
  margin: auto;
  width: fit-content;
}
header.main-header .alertBar {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
}
header.main-header .alertBar > div > a {
  display: block;
  text-align: center;
  color: #FFF;
}
header.main-header .mainheaderbox {
  padding: 5px 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
}
header.main-header .main-menu-wrapper {
  display: none;
  background-color: #FFF;
  width: 200px;
  height: auto;
  position: absolute;
  top: calc(100% + 10px);
  left: 10px;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  -moz-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
}
header.main-header .main-menu-wrapper:before {
  content: "";
  z-index: 5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  position: absolute;
  background: #FFF;
  left: 15px;
  top: -5px;
}
header.woocommerce-Address-title {
  margin-top: 30px;
}
header.woocommerce-Address-title h3 {
  margin-top: 0;
}
section.newsletter-box {
  padding: 40px 0 70px;
  text-align: center;
  background-color: #000;
}
section.newsletter-box h3 {
  color: #ecd7aa;
}
section.newsletter-box label {
  display: block;
  color: #FFF;
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
  padding-left: 30px;
}
section.newsletter-box label input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: -30px;
  margin-right: 10px;
  position: relative;
  bottom: -10px;
}
section.newsletter-box label a {
  color: #ecd7aa;
}
section.newsletter-box p {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 1em;
}
section.newsletter-box input[type="text"],
section.newsletter-box input[type="email"] {
  border: 1px solid #FFF;
}
section.newsletter-box button {
  color: #FFF;
  background: #000;
  border: 1px solid #FFF;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
section.newsletter-box button:hover {
  color: #ecd7aa;
  border-color: #ecd7aa;
}
section.newsletter-box span.nwslttr-asterisk {
  display: block;
  width: fit-content;
  margin: 10px auto;
  color: #FFF;
}
main.shop-archive {
  padding-bottom: 50px;
  display: flex;
}
main.shop-archive ul.products li.product {
  padding: 8px 8px 80px;
}
main.shop-archive #sidebar ul.wc-block-product-categories-list {
  padding-left: 0;
  list-style: none;
  font-size: 17px;
}
main.shop-archive #sidebar ul.wc-block-product-categories-list li {
  line-height: 26px;
  margin-top: 6px;
}
main.shop-archive #sidebar ul.wc-block-product-categories-list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}
main.shop-archive #sidebar ul.wc-block-product-categories-list li a:hover {
  text-decoration: underline;
}
main.shop-archive #sidebar ul.wc-block-product-categories-list li ul {
  padding-left: 15px;
}
main.page,
main.post {
  line-height: 1.6;
}
main.page .wpcf7-form,
main.post .wpcf7-form {
  margin-top: 50px;
}
main.page .wpcf7-form input[type="text"],
main.post .wpcf7-form input[type="text"],
main.page .wpcf7-form input[type="email"],
main.post .wpcf7-form input[type="email"] {
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 20px;
}
main.page .wpcf7-form input[type="submit"],
main.post .wpcf7-form input[type="submit"] {
  background-color: #000;
  color: #FFF;
  margin: auto;
  line-height: 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 150px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin-top: 35px;
}
main.page .wpcf7-form textarea,
main.post .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #000;
}
main.page a,
main.post a {
  color: #8e5c1f;
  text-decoration: none;
  transition: all 0.4s;
}
main.page a:hover,
main.post a:hover {
  text-decoration: underline;
}
main.page .wc-block-cart__submit-container a,
main.post .wc-block-cart__submit-container a {
  background-color: #000;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
main.post {
  padding: 0 0 30px;
}
main.post .woocommerce ul.products li.product {
  float: none;
  margin: auto;
}
main.post .container aside .wp-block-search__inside-wrapper {
  background-color: #f2f2f2;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
main.post .container aside .wp-block-search__inside-wrapper input {
  background: transparent;
  font-size: 16px;
}
main.post .container aside .wp-block-search__inside-wrapper button {
  color: #ecd7aa;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
}
main.post .container aside .wp-block-latest-posts img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
main.post .container aside .wp-block-latest-posts li:not(:last-of-type) {
  margin-bottom: 30px;
}
main.posts span.post-pagination {
  display: block;
  margin: 10px auto;
  width: fit-content;
  font-size: 18px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
main.posts span.post-pagination a {
  color: #000;
  text-decoration: none;
}
main.posts span.post-pagination span.current {
  color: #ecd7aa;
  font-weight: 700;
}
main .outer-newsletter-form input:not([type="checkbox"]) {
  display: block;
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 10px;
}
main .outer-newsletter-form button {
  color: #FFF;
  background: #000;
  border: 1px solid #000;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
main .outer-newsletter-form button:hover {
  color: #ecd7aa;
  border-color: #ecd7aa;
}
main .outer-newsletter-form label {
  display: block;
  padding-left: 30px;
  font-size: 14px;
}
main .outer-newsletter-form label input {
  margin-left: -29px;
  position: relative;
  bottom: -24px;
}
main .outer-newsletter-form label p {
  margin-top: 0;
}
footer {
  background-color: #FFF;
  padding: 80px 20px 50px;
  text-align: center;
}
footer nav {
  width: fit-content;
  padding: 0 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
footer nav:before,
footer nav:after {
  content: '-';
  position: absolute;
  top: 0;
}
footer nav:before {
  left: -5px;
}
footer nav:after {
  right: -5px;
}
footer ul {
  width: fit-content;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline-block;
  position: relative;
}
footer ul li:not(:last-child):after {
  content: '/';
}
footer ul li:not(:last-child) a {
  margin-right: 5px;
}
footer ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .custom-logo-link {
  display: block;
  margin: 0 auto 30px;
  width: fit-content;
}
footer .custom-logo {
  max-width: 124px;
  height: auto;
}
footer .menu-sm {
  margin: 0 auto 40px;
}
footer .menu-sm a:not(:last-child) {
  margin-right: 25px;
}
footer .menu-sm a svg {
  fill: #8e5c1f;
  max-width: 23px;
}
footer .shipments-banner {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: auto;
  max-width: 545px;
}
footer .payments-banner {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  height: auto;
  max-width: 350px;
}
footer .copy {
  font-size: 14px;
}
footer .tm-dodo2 {
  margin: 0 auto 30px;
}
/*.wc-block-components-totals-footer-item-tax {
    display: none;
}*/
#usercom-widget {
  z-index: 100;
  position: relative;
}
.cky-consent-container {
  z-index: 1000000000 !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  max-width: 100vw;
  box-sizing: border-box;
}
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.grecaptcha-badge {
  visibility: collapse !important;
}
@media screen and (min-width: 992px) {
  ul.posts-list {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 15px;
  }
  ul.posts-list li {
    display: block;
  }
  ul.posts-list li:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  ul.posts-list li:hover {
    top: -10px;
    -webkit-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
    -moz-box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
    box-shadow: 0px 4px 24px -14px rgba(121, 121, 121, 0.7);
  }
  ul.posts-list li:hover a {
    backdrop-filter: blur(5px);
  }
  ul.posts-list li:hover a span {
    background-color: #ecd7aa;
    color: #000;
  }
  ul.products {
    flex-direction: row;
    justify-content: left;
  }
  ul.products.columns-4 li.product {
    width: 25%;
    margin-right: 0;
    padding: 8px 8px 80px;
  }
  ul.products.columns-4 li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
  }
  ul.products.columns-4 li.product a.button {
    bottom: 8px;
  }
  ul.slider-box .slick-slide {
    max-width: 1240px;
  }
  ul.slider-box .slick-next,
  ul.slider-box .slick-prev {
    transition: all 0.4s;
    padding: 15px;
  }
  ul.slider-box .slick-next:hover,
  ul.slider-box .slick-prev:hover {
    padding: 25px 15px;
  }
  .container:not(.woocommerce-info):not(.woocommerce-error) {
    margin: 0 auto;
    width: 1280px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .woocommerce .woocommerce-message.container,
  .woocommerce .woocommerce-info.container {
    padding-left: 50px;
  }
  .woocommerce #review_form #respond .form-submit input#submit {
    min-width: 150px;
  }
  .woocommerce form.woocommerce-form-login .password-input,
  .woocommerce form.woocommerce-form-login input[type="text"],
  .woocommerce form.woocommerce-form-login input[type="password"] {
    max-width: 400px;
  }
  .woocommerce .payment_box.payment_method_stripe {
    background-repeat: no-repeat;
    background-image: url('https://primabiotic.de/wp-content/uploads/2023/02/mastercard-visa.png');
    background-position: 98% 7%;
  }
  .thumbnail-img img {
    width: 100%;
    height: auto;
  }
  .thumbnail-img h1 {
    max-width: 1080px;
  }
  .big-main-section {
    background-position: center;
    padding-top: 170px;
    padding-bottom: 110px;
  }
  .main-mobile-banner,
  .last-main-img-mobile {
    display: none;
  }
  .alignwide {
    width: calc(100vw - 9px);
  }
  .desktop-hidden {
    display: none !important;
  }
  header.main-header .bars,
  header.main-header .close {
    display: none;
  }
  header.main-header .mainheaderbox {
    position: relative;
    flex-wrap: wrap;
  }
  header.main-header .mainheaderbox:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #f2f2f2;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
  }
  header.main-header .mainheaderbox .col-xs-8 {
    order: 0;
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.main-header .mainheaderbox .col-xs-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  header.main-header .mainheaderbox .col-xs-2:first-of-type {
    order: 1;
    display: flex;
    justify-content: end;
  }
  header.main-header .mainheaderbox .col-xs-2:last-of-type {
    order: 2;
  }
  header.main-header .mainheaderbox .col-xs-2:last-of-type .account-wrapper {
    width: 100%;
    max-width: 640px;
  }
  header.main-header .main-menu-wrapper {
    background-color: transparent;
    position: static;
    box-shadow: none;
    display: block;
    width: 100%;
    max-width: 640px;
  }
  header.main-header .main-menu-wrapper ul#menu-menu-glowne,
  header.main-header .main-menu-wrapper ul#menu-manu-glowne {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  header.main-header .main-menu-wrapper ul#menu-menu-glowne li,
  header.main-header .main-menu-wrapper ul#menu-manu-glowne li {
    display: inline-block;
  }
  header.main-header .main-menu-wrapper ul#menu-menu-glowne li a,
  header.main-header .main-menu-wrapper ul#menu-manu-glowne li a {
    padding: 5px;
    font-size: 16px;
  }
  header.main-header .main-menu-wrapper:before {
    display: none;
  }
  header .col-xs-2 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  header .col-xs-8 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  main.shop-archive {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  main.shop-archive #sidebar {
    width: 20%;
  }
  main.shop-archive #primary {
    width: 100%;
  }
  main.shop-archive #primary .breadcrumb {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  main.shop-archive #sidebar + #primary {
    width: 80%;
  }
  main.page {
    padding: 65px;
  }
  main.post .container {
    display: flex;
    flex-wrap: nowrap;
    gap: 35px;
  }
  main.post .container .post-content {
    width: calc(100% - 335px);
  }
  main.post .container aside {
    width: 300px;
  }
  main.post .woocommerce ul.products li.product {
    width: 300px;
  }
  section.newsletter-box h2 {
    margin-bottom: 40px;
  }
  section.newsletter-box .container {
    max-width: 980px;
  }
  section.newsletter-box input[type="email"],
  section.newsletter-box input[type="text"] {
    margin-right: 10px;
  }
  section.newsletter-box select {
    margin-right: 10px;
  }
  footer nav {
    top: -5px;
    display: block;
  }
  .wp-video .mejs-container,
  .wp-video video {
    max-width: 600px;
    max-height: 600px;
  }
  .wp-block-video {
    max-width: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  ul.posts-list li {
    width: 100%;
    min-height: 250px;
  }
  ul.posts-list li:not(.last-of-type) {
    margin-bottom: 15px;
  }
  ul.products {
    flex-direction: column;
  }
  ul.products.columns-5 li.product,
  ul.products.columns-4 li.product,
  ul.products.columns-3 li.product {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0 !important;
    position: relative;
    padding: 8px 8px 90px;
  }
  ul.products.columns-5 li.product a.button,
  ul.products.columns-4 li.product a.button,
  ul.products.columns-3 li.product a.button {
    bottom: 15px;
  }
  ul.slider-box {
    aspect-ratio: 686 / 558;
  }
  ul.slider-box .slick-slide,
  ul.slider-box .slick-list {
    max-width: 90vw;
    width: 90vw;
  }
  ul.slider-box .slick-next,
  ul.slider-box .slick-prev {
    padding: 15px 7px;
  }
  ul .splide__slide img {
    width: 100%;
    height: auto;
  }
  .container:not(.woocommerce-info) {
    margin: 0 auto;
    max-width: 90%;
  }
  .woocommerce #review_form #respond .form-submit input#submit {
    width: 100%;
  }
  .woocommerce form[name="checkout"] {
    margin-bottom: 40px;
  }
  .woocommerce nav.woocommerce-MyAccount-navigation {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .thumbnail-img img {
    width: auto;
    height: 100%;
  }
  .thumbnail-img h1 {
    font-size: 30px;
    width: calc(100vw - 60px);
    box-sizing: border-box;
    z-index: 15;
  }
  .big-main-section {
    padding-top: 50px;
    background-position: 25% center;
  }
  .big-main-section > div:last-of-type .big-main-details > div img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .big-main-section > div:last-of-type .big-main-details > div:first-of-type {
    order: 1;
  }
  .big-main-section > div:last-of-type .big-main-details > div:first-of-type img {
    max-height: 200px;
  }
  .big-main-section > div:last-of-type .big-main-details > div:last-of-type {
    order: 0;
  }
  .big-main-section > div:last-of-type .big-main-details > div:last-of-type img {
    max-height: 130px;
  }
  .main-desktop-banner,
  .last-main-img-desktop {
    display: none;
  }
  .tips-main-box > div {
    width: 100%;
  }
  .tips-main-box > div:not(:first-of-type) {
    display: none;
  }
  .mobile-hidden {
    display: none !important;
  }
  .alignwide {
    width: 100vw;
  }
  main.shop-archive {
    flex-direction: column;
  }
  main.shop-archive .breadcrumb {
    max-width: 100%;
  }
  main.shop-archive header h1.page-title {
    margin-top: 0;
  }
  main.shop-archive #sidebar {
    order: 2;
  }
  main.page .contact-spacer {
    height: 0 !important;
  }
  main.posts {
    padding-top: 10px;
  }
  main.posts .container {
    max-width: 100%;
  }
  main.post .woocommerce ul.products li.product {
    width: 80%;
  }
  main.post aside {
    margin-top: 80px;
  }
  section.newsletter-box input[type="email"],
  section.newsletter-box input[type="text"] {
    width: 100%;
    margin-top: 10px;
  }
  section.newsletter-box button,
  section.newsletter-box select {
    width: 100%;
    margin-top: 8px;
  }
  header.main-header .account {
    margin-right: 20px;
  }
  header .custom-logo-link img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  header .mainheaderbox > div {
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
  }
  header .mainheaderbox > div:first-of-type {
    max-width: 41px;
  }
  header .mainheaderbox > div:nth-child(2) {
    max-width: 186px;
  }
  header .mainheaderbox > div:last-of-type {
    max-width: 125px;
  }
  header .mainheaderbox > div:last-of-type .account-wrapper {
    width: 125px;
  }
  header .mainheaderbox > div:last-of-type .phone {
    margin-right: 20px;
  }
  footer nav {
    display: block;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout.woocommerce-order-received h2#tm-header__heading {
    font-size: 35px;
    margin: 10px 0 20px 0;
  }
  .woocommerce-checkout.woocommerce-order-received #tm-stars__wrap {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .main-page .tm-widget {
    max-width: 90vw;
  }
}
