/*
Theme Name: vydejnachuti

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  max-width: 950px;
  margin: 0 auto 40px;
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  padding: 0;
}
@media (max-width: 950px) {
  ul.products {
    max-width: 100%;
    padding-inline: 16px;
    gap: 32px;
  }
}

li.product {
  flex: 1 0 50%;
  max-width: calc(50% - 20px);
  list-style: none;
  position: relative;
  border-radius: 24px;
  background: #fff;
  padding: 20px 20px 32px 20px;
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 460px) {
  li.product {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
li.product .product-card__image {
  text-align: center;
  flex: 1 0 100%;
}
li.product .product-card__image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
li.product a {
  text-decoration: none;
}
li.product a:hover h2 {
  text-decoration: underline;
}
li.product a:hover img {
  opacity: 0.8;
}
@media (max-width: 960px) {
  li.product a + .product-card__buy-line {
    margin-top: 20px;
  }
}
li.product a.button,
li.product a.added_to_cart {
  border-radius: 50vh;
  background: #27ae60;
  padding: 24px 32px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transition: all 2s;
}
li.product a.button:hover,
li.product a.added_to_cart:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 540px) {
  li.product a.button,
  li.product a.added_to_cart {
    width: 100%;
  }
}
@media (max-width: 540px) {
  li.product .product-card__cta {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
li.product a.added_to_cart {
  background: #363636;
}
li.product:has(a.added_to_cart) a.add_to_cart_button {
  opacity: 0;
  display: none;
}
li.product h2 {
  color: #679982;
  text-align: center;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
li.product .product-card__perex p {
  color: #679982;
  margin: 20px 0;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
li.product .product-card__price {
  color: #363636;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 24px;
  border-radius: 50vh;
  background: #eee;
  max-width: max-content;
}
@media (max-width: 540px) {
  li.product .product-card__price {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
li.product .product-card__buy-line {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 540px) {
  li.product .product-card__buy-line {
    gap: 12px;
  }
}

.shop-category-block h2.shop-category-title {
  text-align: left;
  margin: 0 0 30px;
}
@media (max-width: 960px) {
  .shop-category-block h2.shop-category-title {
    padding-inline: 16px;
    margin: 0 0 20px;
  }
}
.shop-category-block h2.shop-category-title a {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  color: #363636;
}
@media (max-width: 960px) {
  .shop-category-block h2.shop-category-title a {
    font-size: 1.225rem;
  }
}
.shop-category-block h2.shop-category-title a:hover {
  text-decoration: underline;
}
.shop-category-block a.button.view-all-products {
  border-radius: 50vh;
  border: 1px solid #27ae60;
  padding: 24px 32px;
  color: #27ae60;
  transition: all 0.5s;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin-top: 62px;
}
@media (max-width: 960px) {
  .shop-category-block a.button.view-all-products {
    margin-top: 30px;
  }
}
.shop-category-block a.button.view-all-products:hover {
  background-color: #27ae60;
  color: #ffffff;
}
.shop-category-block .shop-category-description {
  border-radius: 100px;
  background: #dcf1e7;
  padding: 16px;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  align-items: center;
}
@media (max-width: 960px) {
  .shop-category-block .shop-category-description {
    margin-bottom: 20px;
    margin-inline: 16px;
  }
}
@media (max-width: 560px) {
  .shop-category-block .shop-category-description {
    border-radius: 25px;
    flex-flow: column wrap;
  }
}
.shop-category-block .shop-category-description p {
  margin: 0;
  color: #679982;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  flex: 1 0 90%;
  max-width: calc(100% - 32px);
}
@media (max-width: 560px) {
  .shop-category-block .shop-category-description p {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.shop-category-block .shop-category-description::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("./images/ico-infobox.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
  background: #f5f5f5;
  padding-block: 78px 71px;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
  display: none;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product button.single_add_to_cart_button {
  border-radius: 50vh;
  border: 0;
  outline: 0;
  background: #27ae60;
  color: #fff;
  padding: 24px 29px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transition: all 1s;
  margin-left: auto;
  align-self: center;
}
@media (max-width: 580px) {
  .single-product button.single_add_to_cart_button {
    margin-top: 24px;
    flex: 1 0 100%;
    margin-left: unset;
  }
}
.single-product button.single_add_to_cart_button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.single-product h1 {
  color: #679982;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .single-product h1 {
    font-size: 2.1rem;
  }
}
.single-product .product-summary__excerpt p {
  color: #679982;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .single-product .product-summary__excerpt p {
    font-size: 1.25rem;
  }
}
.single-product .product-detail-top-section {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  background: #f5f5f5;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .single-product .product-detail-top-section {
    flex-flow: column wrap;
    padding-inline: 16px;
    gap: 20px;
  }
}
.single-product .product-detail-top-section .woocommerce-product-gallery {
  flex: 1 0 299px;
  max-width: 299px;
}
@media (max-width: 960px) {
  .single-product .product-detail-top-section .woocommerce-product-gallery {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.single-product .product-detail-top-section .product-summary {
  flex: 1 0 80%;
  max-width: calc(100% - 339px);
}
@media (max-width: 960px) {
  .single-product .product-detail-top-section .product-summary {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.single-product .product-summary__purchase .cart {
  display: flex;
  flex-flow: row wrap;
}
.single-product .product-summary__purchase .stock.in-stock {
  display: none;
}
.single-product .qty-after {
  border-radius: 0 100px 100px 0;
  background: #eee;
  padding: 24px 24px 24px 48px;
  color: #363636;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-left: -32px;
  z-index: 1;
  margin-right: 25px;
}
@media (max-width: 560px) {
  .single-product .qty-after {
    margin-right: 0;
  }
}
.single-product .qty-wrapper {
  border-radius: 100px;
  border: 1px solid #eee;
  background: #fff;
  padding: 20px 16px;
  color: #363636;
  display: flex;
  align-items: center;
  z-index: 5;
}
@media (max-width: 960px) {
  .single-product .qty-wrapper {
    padding: 20px 16px;
  }
}
.single-product .qty-wrapper input {
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: max-content;
  width: 110px;
}
@media (max-width: 960px) {
  .single-product .qty-wrapper input {
    width: 60px;
  }
}
@media (max-width: 560px) {
  .single-product .qty-wrapper input {
    width: 40px;
  }
}
.single-product .qty-wrapper button {
  background: transparent;
  border-radius: 50vh;
  width: 24px;
  height: 24px;
  font-size: 5px;
  color: transparent;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
}
.single-product .qty-wrapper button.qty-minus {
  background-image: url("./images/ico-remove.svg");
  margin-right: 16px;
}
@media (max-width: 560px) {
  .single-product .qty-wrapper button.qty-minus {
    margin-right: 6px;
  }
}
.single-product .qty-wrapper button.qty-plus {
  background-image: url("./images/ico-add.svg");
  margin-left: 16px;
}
@media (max-width: 560px) {
  .single-product .qty-wrapper button.qty-plus {
    margin-left: 6px;
  }
}
.single-product .qty-wrapper button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.single-product .farmer-container {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 20px;
  border-radius: 100px;
  align-items: center;
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 48px;
}
@media (max-width: 640px) {
  .single-product .farmer-container {
    flex-flow: column wrap;
    margin-top: 24px;
    border-radius: 24px;
  }
}
.single-product .farmer-container .farmer-image {
  flex: 1 0 129px;
  max-width: 129px;
}
.single-product .farmer-container .farmer-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50vh;
}
.single-product .farmer-container .farmer-content {
  flex: 1 0 80%;
  max-width: calc(100% - 149px);
}
@media (max-width: 640px) {
  .single-product .farmer-container .farmer-content {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.single-product .farmer-container .farmer-content p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .single-product .farmer-container .farmer-content p {
    font-size: 0.875rem;
  }
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.container-product-summary {
  padding-block: 78px 71px;
  text-align: left;
}
@media (max-width: 960px) {
  .container-product-summary {
    padding: 39px 16px 35px 16px;
  }
}
.container-product-summary h2 {
  color: #363636;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 960px) {
  .container-product-summary h2 {
    font-size: 1.225rem;
  }
}
.container-product-summary p {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0;
}
@media (max-width: 960px) {
  .container-product-summary p {
    font-size: 1rem;
  }
}
.container-product-summary p + p {
  margin-top: 20px;
}
.container-product-summary hr {
  margin-top: 78px;
  background: #eee;
}

body.single-product main {
  position: relative;
}

.related-products {
  background-color: #f5f5f5;
  padding-block: 78px;
}
@media (max-width: 960px) {
  .related-products {
    padding: 39px 16px;
  }
}
.related-products h2 {
  color: #679982;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 40px;
}
@media (max-width: 960px) {
  .related-products h2 {
    font-size: 2.1rem;
  }
}
.related-products .splide__arrow {
  z-index: 99999;
  width: 64px;
  height: 64px;
  border-radius: 50vh;
  background-color: #27ae60;
  background-image: url("./images/ico-arrow.svg");
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .related-products .splide__arrow {
    width: 32px;
    height: 32px;
    background-size: 40% auto;
  }
}
.related-products .splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg) translateY(50%);
  margin-left: -48px;
}
@media (max-width: 960px) {
  .related-products .splide__arrow.splide__arrow--prev {
    margin-left: -32px;
  }
}
.related-products .splide__arrow.splide__arrow--next {
  margin-right: -32px;
}
.related-products .splide__arrow svg {
  display: none;
}
.related-products .splide__arrow:disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
}
@media (max-width: 840px) {
  .related-products .splide li.product-card {
    flex: 1 0 100%;
    max-width: 70%;
  }
}
@media (max-width: 560px) {
  .related-products .splide li.product-card {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.reviews h2 {
  color: #679982;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 auto 40px;
}
.reviews-container {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
@media (max-width: 960px) {
  .reviews-container {
    padding: 16px;
    flex-flow: column wrap;
    gap: 20px;
  }
}
.reviews-container article {
  flex: 1 0 33%;
  max-width: calc(33% - 26.66px);
}
@media (max-width: 960px) {
  .reviews-container article {
    flex: 1 0 100%;
    max-width: 100%;
    padding-block: 0 40px;
    text-align: center;
  }
}
.reviews-container article p {
  color: #4a4a4a;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0;
  text-align: left;
}
@media (max-width: 960px) {
  .reviews-container article img {
    margin: 0 auto;
  }
}
.reviews-container article span {
  display: block;
  color: #679982;
  text-align: center;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

/**
 * Checkout
 */
body.woocommerce-checkout h1,
body.woocommerce-cart h1 {
  color: #679982;
  text-align: center;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 40px;
  max-width: 611px;
}
body.woocommerce-checkout h1::after,
body.woocommerce-cart h1::after {
  display: none;
}
body.woocommerce-checkout main,
body.woocommerce-cart main {
  background: #f5f5f5;
}
body.woocommerce-checkout main input[type=text],
body.woocommerce-checkout main input[type=email],
body.woocommerce-checkout main input[type=url],
body.woocommerce-checkout main input[type=password],
body.woocommerce-checkout main input[type=search],
body.woocommerce-checkout main input[type=tel],
body.woocommerce-checkout main input[type=range],
body.woocommerce-checkout main input[type=date],
body.woocommerce-checkout main input[type=month],
body.woocommerce-checkout main input[type=week],
body.woocommerce-checkout main input[type=time],
body.woocommerce-checkout main input[type=datetime],
body.woocommerce-checkout main input[type=datetime-local],
body.woocommerce-checkout main input[type=color],
body.woocommerce-checkout main textarea,
body.woocommerce-cart main input[type=text],
body.woocommerce-cart main input[type=email],
body.woocommerce-cart main input[type=url],
body.woocommerce-cart main input[type=password],
body.woocommerce-cart main input[type=search],
body.woocommerce-cart main input[type=tel],
body.woocommerce-cart main input[type=range],
body.woocommerce-cart main input[type=date],
body.woocommerce-cart main input[type=month],
body.woocommerce-cart main input[type=week],
body.woocommerce-cart main input[type=time],
body.woocommerce-cart main input[type=datetime],
body.woocommerce-cart main input[type=datetime-local],
body.woocommerce-cart main input[type=color],
body.woocommerce-cart main textarea {
  border-radius: 16px;
  border: 1px solid #eee;
  background: #fff;
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 24px;
  width: 100%;
}
body.woocommerce-checkout main input[type=text]::placeholder,
body.woocommerce-checkout main input[type=email]::placeholder,
body.woocommerce-checkout main input[type=url]::placeholder,
body.woocommerce-checkout main input[type=password]::placeholder,
body.woocommerce-checkout main input[type=search]::placeholder,
body.woocommerce-checkout main input[type=tel]::placeholder,
body.woocommerce-checkout main input[type=range]::placeholder,
body.woocommerce-checkout main input[type=date]::placeholder,
body.woocommerce-checkout main input[type=month]::placeholder,
body.woocommerce-checkout main input[type=week]::placeholder,
body.woocommerce-checkout main input[type=time]::placeholder,
body.woocommerce-checkout main input[type=datetime]::placeholder,
body.woocommerce-checkout main input[type=datetime-local]::placeholder,
body.woocommerce-checkout main input[type=color]::placeholder,
body.woocommerce-checkout main textarea::placeholder,
body.woocommerce-cart main input[type=text]::placeholder,
body.woocommerce-cart main input[type=email]::placeholder,
body.woocommerce-cart main input[type=url]::placeholder,
body.woocommerce-cart main input[type=password]::placeholder,
body.woocommerce-cart main input[type=search]::placeholder,
body.woocommerce-cart main input[type=tel]::placeholder,
body.woocommerce-cart main input[type=range]::placeholder,
body.woocommerce-cart main input[type=date]::placeholder,
body.woocommerce-cart main input[type=month]::placeholder,
body.woocommerce-cart main input[type=week]::placeholder,
body.woocommerce-cart main input[type=time]::placeholder,
body.woocommerce-cart main input[type=datetime]::placeholder,
body.woocommerce-cart main input[type=datetime-local]::placeholder,
body.woocommerce-cart main input[type=color]::placeholder,
body.woocommerce-cart main textarea::placeholder {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
body.woocommerce-checkout main label,
body.woocommerce-cart main label {
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
body.woocommerce-checkout main label span.required,
body.woocommerce-cart main label span.required {
  display: none;
}
body.woocommerce-checkout main .woocommerce-input-wrapper,
body.woocommerce-cart main .woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-checkout main .woocommerce-billing-fields,
body.woocommerce-checkout main .col-2,
body.woocommerce-cart main .woocommerce-billing-fields,
body.woocommerce-cart main .col-2 {
  max-width: 950px;
  margin: 0 auto;
}
body.woocommerce-checkout main h2,
body.woocommerce-checkout main h3,
body.woocommerce-cart main h2,
body.woocommerce-cart main h3 {
  color: #363636;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout main h2,
  body.woocommerce-checkout main h3,
  body.woocommerce-cart main h2,
  body.woocommerce-cart main h3 {
    font-size: 1.225rem;
    margin: 0 0 24px;
  }
}
body.woocommerce-checkout article,
body.woocommerce-cart article {
  padding-bottom: 0;
  max-width: unset;
}
@media (max-width: 960px) {
  body.woocommerce-checkout article,
  body.woocommerce-cart article {
    padding-inline: 16px;
  }
}
body.woocommerce-checkout .shop_table.cart,
body.woocommerce-cart .shop_table.cart {
  max-width: 950px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0 8px;
}
body.woocommerce-checkout .shop_table.cart tr,
body.woocommerce-cart .shop_table.cart tr {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  align-items: center;
  padding: 16px;
}
body.woocommerce-checkout .shop_table.cart tr th,
body.woocommerce-checkout .shop_table.cart tr td,
body.woocommerce-cart .shop_table.cart tr th,
body.woocommerce-cart .shop_table.cart tr td {
  display: inline-block;
}
body.woocommerce-checkout .shop_table.cart tr th,
body.woocommerce-cart .shop_table.cart tr th {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
body.woocommerce-checkout .shop_table.cart tr th.product-thumbnail,
body.woocommerce-cart .shop_table.cart tr th.product-thumbnail {
  width: 40px;
}
body.woocommerce-checkout .shop_table.cart tr th.product-remove,
body.woocommerce-cart .shop_table.cart tr th.product-remove {
  width: 26px;
  margin-right: 5px;
}
body.woocommerce-checkout .shop_table.cart tr th.product-quantity,
body.woocommerce-cart .shop_table.cart tr th.product-quantity {
  min-width: 14%;
  margin-right: 48px;
}
body.woocommerce-checkout .shop_table.cart tr th.product-subtotal,
body.woocommerce-cart .shop_table.cart tr th.product-subtotal {
  min-width: 12%;
}
body.woocommerce-checkout .shop_table.cart tr th.product-price,
body.woocommerce-cart .shop_table.cart tr th.product-price {
  min-width: 12%;
}
body.woocommerce-checkout .shop_table.cart tr .product-price,
body.woocommerce-cart .shop_table.cart tr .product-price {
  margin-left: auto;
  min-width: 12%;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr .product-price,
  body.woocommerce-cart .shop_table.cart tr .product-price {
    margin-left: unset;
    width: 100%;
  }
}
body.woocommerce-checkout .shop_table.cart tr .product-price,
body.woocommerce-checkout .shop_table.cart tr .product-subtotal,
body.woocommerce-cart .shop_table.cart tr .product-price,
body.woocommerce-cart .shop_table.cart tr .product-subtotal {
  margin-right: 32px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr .product-price,
  body.woocommerce-checkout .shop_table.cart tr .product-subtotal,
  body.woocommerce-cart .shop_table.cart tr .product-price,
  body.woocommerce-cart .shop_table.cart tr .product-subtotal {
    margin-right: unset;
    width: 100%;
    text-align: left;
  }
}
body.woocommerce-checkout .shop_table.cart tr .product-quantity,
body.woocommerce-cart .shop_table.cart tr .product-quantity {
  min-width: 14%;
  margin-right: 48px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr .product-quantity,
  body.woocommerce-cart .shop_table.cart tr .product-quantity {
    margin-right: unset;
    width: 100%;
    text-align: left;
  }
}
body.woocommerce-checkout .shop_table.cart tr .product-subtotal,
body.woocommerce-cart .shop_table.cart tr .product-subtotal {
  min-width: 12%;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr .product-subtotal,
  body.woocommerce-cart .shop_table.cart tr .product-subtotal {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr .product-name,
  body.woocommerce-cart .shop_table.cart tr .product-name {
    width: 100%;
    text-align: left;
  }
}
body.woocommerce-checkout .shop_table.cart tr td,
body.woocommerce-cart .shop_table.cart tr td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #363636;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr td:before,
  body.woocommerce-cart .shop_table.cart tr td:before {
    float: none;
    display: block;
    font-size: 14px;
    content: attr(data-title);
    margin-bottom: 4px;
    font-weight: 700;
  }
}
body.woocommerce-checkout .shop_table.cart tr td.product-thumbnail img,
body.woocommerce-cart .shop_table.cart tr td.product-thumbnail img {
  width: 40px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr td.product-thumbnail img,
  body.woocommerce-cart .shop_table.cart tr td.product-thumbnail img {
    width: auto;
  }
}
body.woocommerce-checkout .shop_table.cart tr td.product-remove,
body.woocommerce-cart .shop_table.cart tr td.product-remove {
  margin-right: 5px;
}
body.woocommerce-checkout .shop_table.cart tr td.product-remove a:hover,
body.woocommerce-cart .shop_table.cart tr td.product-remove a:hover {
  cursor: pointer;
}
body.woocommerce-checkout .shop_table.cart tr td.product-remove a:hover img,
body.woocommerce-cart .shop_table.cart tr td.product-remove a:hover img {
  opacity: 0.8;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr td.product-remove,
  body.woocommerce-cart .shop_table.cart tr td.product-remove {
    width: 40%;
    text-align: right;
    margin-right: unset;
  }
}
body.woocommerce-checkout .shop_table.cart tr td.product-name a,
body.woocommerce-cart .shop_table.cart tr td.product-name a {
  color: #27ae60;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
body.woocommerce-checkout .shop_table.cart tr td.product-name a:hover,
body.woocommerce-cart .shop_table.cart tr td.product-name a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .shop_table.cart tr td.product-thumbnail,
  body.woocommerce-cart .shop_table.cart tr td.product-thumbnail {
    display: none;
  }
}
body.woocommerce-checkout .shop_table.cart tr td.product-subtotal span,
body.woocommerce-cart .shop_table.cart tr td.product-subtotal span {
  font-weight: 700;
}
body.woocommerce-checkout .shop_table.cart tbody tr,
body.woocommerce-cart .shop_table.cart tbody tr {
  background-color: #ffffff;
  border-radius: 50vh;
  border: 1px solid #eee;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .shop_table.cart tbody tr,
  body.woocommerce-cart .shop_table.cart tbody tr {
    border-radius: 24px;
  }
}
body.woocommerce-checkout .shop_table.cart tbody tr + tr,
body.woocommerce-cart .shop_table.cart tbody tr + tr {
  margin-top: 8px;
}
body.woocommerce-checkout .qty-wrapper input,
body.woocommerce-cart .qty-wrapper input {
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: max-content;
  width: 50px;
  padding: 0;
  vertical-align: middle;
}
body.woocommerce-checkout .qty-wrapper button,
body.woocommerce-cart .qty-wrapper button {
  background: transparent;
  border-radius: 50vh;
  width: 24px;
  height: 24px;
  font-size: 5px;
  color: transparent;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
}
body.woocommerce-checkout .qty-wrapper button.qty-minus,
body.woocommerce-cart .qty-wrapper button.qty-minus {
  background-image: url("./images/ico-remove.svg");
  margin-right: 16px;
}
body.woocommerce-checkout .qty-wrapper button.qty-plus,
body.woocommerce-cart .qty-wrapper button.qty-plus {
  background-image: url("./images/ico-add.svg");
  margin-left: 0;
}
body.woocommerce-checkout .qty-wrapper button:hover,
body.woocommerce-cart .qty-wrapper button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.woocommerce .woocommerce-checkout-review-order {
  background: #444f5f;
  text-align: center;
  position: sticky;
  bottom: 0;
}
@media (max-width: 960px) {
  .woocommerce .woocommerce-checkout-review-order {
    margin-inline: -16px;
  }
}
.woocommerce .woocommerce-checkout-review-order .container {
  display: flex;
  flex-flow: row wrap;
  background-color: inherit;
  gap: 12%;
  padding-block: 40px;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 960px) {
  .woocommerce .woocommerce-checkout-review-order .container {
    padding: 40px 16px;
  }
}

.order-summary {
  flex: 1 0 58%;
  max-width: 560px;
}
.order-summary .order-one-line {
  display: flex;
  flex-flow: row wrap;
}
.order-summary .order-one-line div {
  flex: 1 0 33%;
  color: #c9d0da;
  font-size: 1rem;
  line-height: 1;
}
.order-summary .order-one-line div span.field-label {
  font-size: 12px;
}
.order-summary .order-one-line div:nth-child(2), .order-summary .order-one-line div:nth-child(3) {
  text-align: right;
}
.order-summary .order-one-line + div {
  margin-top: 12px;
}
@media (max-width: 540px) {
  .order-summary .order-one-line div.ex {
    display: none;
  }
}
.order-summary .order-one-line.overall-total {
  margin-top: 0;
}
.order-summary .order-one-line.overall-total div {
  font-weight: 700;
  color: #fff;
}
.order-summary .order-one-line.overall-total div span.field-label {
  font-weight: 700;
  color: inherit;
}
.order-summary .order-one-line.overall-total::before {
  content: "";
  display: block;
  width: 100%;
  margin-block: 12px;
  background: #5e6a7b;
  height: 2px;
}

button#place_order {
  border-radius: 50vh;
  border: 0;
  outline: 0;
  background: #27ae60;
  color: #fff;
  padding: 24px 29px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transition: all 1s;
}
button#place_order:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 960px) {
  button#place_order {
    margin-top: 24px;
    width: 100%;
  }
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.woocommerce-billing-fields__field-wrapper p {
  flex: 1 0 50%;
  max-width: calc(50% - 10px);
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper p {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

#billing_country_field {
  flex: 1 0 100%;
  max-width: 100%;
}
#billing_country_field .woocommerce-input-wrapper {
  border-radius: 16px;
  border: 1px solid #eee;
  padding: 24px;
  background: #eee;
  display: block;
  width: 100%;
}
#billing_country_field .woocommerce-input-wrapper strong::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: -2px;
  background-image: url("./images/cz-flag.svg");
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body.woocommerce-cart article {
  padding-bottom: 78px;
}

.checkout-section.payment-choice,
.checkout-shipping {
  background: transparent;
  margin-bottom: 78px;
}
.checkout-section.payment-choice .container,
.checkout-shipping .container {
  background-color: inherit;
}
.checkout-section.payment-choice .container ul,
.checkout-shipping .container ul {
  list-style-type: none;
}
@media (max-width: 960px) {
  .checkout-section.payment-choice .container ul,
  .checkout-shipping .container ul {
    flex-flow: column wrap;
    gap: 12px;
  }
}
@media (max-width: 960px) {
  .checkout-section.payment-choice .container ul li,
  .checkout-shipping .container ul li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.checkout-section.payment-choice .container ul li label,
.checkout-shipping .container ul li label {
  margin-bottom: 0;
}

.custom-checkout-agreements {
  background-color: transparent;
  margin-bottom: 82px;
}
.custom-checkout-agreements .container {
  background-color: inherit;
}
.custom-checkout-agreements .container span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.custom-checkout-agreements .container label {
  color: #363636;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
.custom-checkout-agreements .container label a {
  font-weight: 700;
  color: #27ae60;
  text-decoration: underline;
}
.custom-checkout-agreements .container label a:hover {
  text-decoration: none;
}
.custom-checkout-agreements .container label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkout-agreements .container label input:checked ~ .checkmark::after {
  background: #27ae60;
}
.custom-checkout-agreements .container label span.checkmark {
  height: 24px;
  width: 24px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100vh;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -3px;
  position: relative;
}
.custom-checkout-agreements .container label span.checkmark::after {
  display: inline-block;
  content: "";
  top: 11px;
  left: 11px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  transform: translate(-50%, -50%);
}
.custom-checkout-agreements .container label:hover {
  cursor: pointer;
}
.custom-checkout-agreements .container label:hover span.checkmark::after {
  background: #27ae60;
}

.woocommerce-NoticeGroup {
  margin-bottom: 78px;
}
.woocommerce-NoticeGroup ul {
  list-style-type: none;
}
.woocommerce-NoticeGroup ul li {
  text-align: left;
  color: #ffffff;
}
.woocommerce-NoticeGroup ul li a {
  font-weight: 400;
}

.checkout-inline-error-message {
  font-size: 12px;
  margin: 8px 0 0 20px;
}

html.vydejna-lock,
html.vydejna-lock body {
  overflow: hidden;
}

.checkout-section {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .checkout-section {
    width: 100%;
    margin-bottom: 0;
  }
}
.checkout-section .checkout-coupon-row input {
  flex: 1 0 324px;
  max-width: 324px;
  margin-right: -48px;
}
@media (max-width: 470px) {
  .checkout-section .checkout-coupon-row input {
    flex: 1 0 100%;
    max-width: calc(100% - 110px);
    margin-right: -40px;
  }
}
.checkout-section .checkout-coupon-row input::placeholder {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.checkout-section .checkout-coupon-row label {
  flex: 1 0 100%;
  max-width: 100%;
}
.checkout-section .checkout-coupon-row .form-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.checkout-section .checkout-coupon-row button {
  background: #27ae60;
  color: #ffffff;
  font-weight: 700;
  padding: 24px;
  border-radius: 100vh;
  border: 0;
}
.checkout-section .checkout-coupon-row button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.checkout-section .checkout-coupon-row + .coupon-message {
  margin-top: 12px;
}
.checkout-section .coupon-message {
  color: #27ae60;
  font-weight: 700;
  padding-left: 20px;
}

.shipping-price-container {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #eee;
  color: #363636;
  padding: 8px 8px 8px 22px;
  border-radius: 50vh;
  border: 1px solid #eee;
  margin-top: 12px;
  flex-flow: wrap;
  align-items: center;
}
@media (max-width: 650px) {
  .shipping-price-container {
    display: none;
  }
}
.shipping-price-container img {
  border-radius: 50vh;
  border: 1px solid #eee;
  padding: 4px;
  background-color: #ffffff;
}
.shipping-price-container p {
  margin: 0;
}
.shipping-price-container .shipping-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.shipping-price-container .shipping-items {
  margin: 0 0 0 auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.shipping-price-container .shipping-price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  margin-inline: 62px;
}

.vydejna-picker {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #ffffff;
  color: #363636;
  padding: 8px 8px 8px 22px;
  border-radius: 50vh;
  border: 1px solid #eee;
  margin-top: 12px;
  flex-flow: wrap;
}
@media (max-width: 650px) {
  .vydejna-picker {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-top: 32px;
    gap: 12px;
  }
}
.vydejna-picker img {
  border-radius: 50vh;
  border: 1px solid #eee;
  padding: 4px;
}
.vydejna-picker button.vydejna-open {
  background: #27ae60;
  color: #ffffff;
  font-weight: 700;
  padding: 24px;
  border-radius: 100vh;
  margin-left: auto;
  border: 0;
}
@media (max-width: 650px) {
  .vydejna-picker button.vydejna-open {
    margin-left: unset;
    flex: 1 0 100%;
  }
}
.vydejna-picker button.vydejna-open:hover {
  cursor: pointer;
  opacity: 0.8;
}
.vydejna-current {
  font-size: 1rem;
  line-height: 1.2;
}
.vydejna-current i {
  font-style: normal;
  font-size: 0.8rem;
}
.vydejna-modal[aria-hidden=true] {
  display: none;
}
.vydejna-modal[aria-hidden=false] {
  display: block;
}
.vydejna .vydejna-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.vydejna-dialog {
  position: fixed;
  inset: 10% auto auto 50%;
  transform: translateX(-50%);
  width: min(950px, 92vw);
  background: #fff;
  border-radius: 12px;
  z-index: 1001;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  max-height: 80vh;
  padding: 32px 20px;
}
@media (max-width: 650px) {
  .vydejna-dialog {
    padding: 20px;
    max-height: 100vh;
    inset: 0 auto auto 50%;
    width: 100%;
  }
}
.vydejna-dialog .vydejna-list-container {
  overflow: auto;
}
.vydejna-dialog ul {
  margin: 0;
}
.vydejna-dialog ul li {
  position: relative;
}
.vydejna-dialog ul li button {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  border-radius: 100vh;
  border: 1px solid #eee;
  background: #fff;
  padding: 8px 8px;
  border-radius: 50vh;
  text-align: left;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 650px) {
  .vydejna-dialog ul li button {
    border-radius: 0;
    border-color: transparent;
    padding: 16px 8px;
  }
}
.vydejna-dialog ul li button img {
  border-radius: 50vh;
  border: 1px solid #eee;
  padding: 4px;
}
@media (max-width: 399px) {
  .vydejna-dialog ul li button img {
    display: none;
  }
}
@media (max-width: 650px) {
  .vydejna-dialog ul li button .vydejna-content {
    max-width: 60%;
  }
}
.vydejna-dialog ul li button span.vydejna-address {
  margin-top: 4px;
  display: block;
}
.vydejna-dialog ul li button span.button-select {
  display: inline-block;
  margin-left: auto;
  background: #27ae60;
  color: #ffffff;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 100vh;
  margin-left: auto;
}
@media (max-width: 650px) {
  .vydejna-dialog ul li button span.button-select {
    padding: 12px 16px;
    margin-left: auto;
  }
}
.vydejna-dialog ul li button span.button-select:hover {
  cursor: pointer;
  opacity: 0.8;
}
.vydejna-dialog ul li button:hover {
  border: 1px solid #eee;
  background: #dcf1e7;
  cursor: pointer;
}
.vydejna-dialog ul li + li {
  margin-top: 8px;
}
@media (max-width: 650px) {
  .vydejna-dialog ul li + li {
    margin-top: 24px;
  }
}
.vydejna-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0 30px;
}
.vydejna-header h2 {
  margin: 0 !important;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
}
.vydejna-header button {
  padding: 0;
  margin-top: -4px;
}
.vydejna-header button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.vydejna-close {
  background: none;
  border: 0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.vydejna-search {
  padding: 10px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.vydejna-search input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.vydejna-search ul.vydejna-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
}
.vydejna-search ul.vydejna-list li.vydejna-item {
  padding: 0 8px;
}
.vydejna-search .vydejna-select {
  width: 100%;
  text-align: left;
  padding: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}
.vydejna-search .vydejna-select:hover,
.vydejna-search .vydejna-select:focus {
  background: #f7f7f7;
  outline: none;
}
.vydejna-search .vydejna-name {
  display: block;
  font-weight: 600;
}
.vydejna-search .vydejna-address {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  padding: 16px 64px;
  border-radius: 12px;
  max-width: 950px;
  text-align: left;
  background: #27ae60;
  width: 100%;
  text-align: center;
}
.woocommerce-message a:visited, .woocommerce-message a:link, .woocommerce-message a:active,
.woocommerce-info a:visited,
.woocommerce-info a:link,
.woocommerce-info a:active,
.woocommerce-error a:visited,
.woocommerce-error a:link,
.woocommerce-error a:active,
.woocommerce-noreviews a:visited,
.woocommerce-noreviews a:link,
.woocommerce-noreviews a:active,
p.no-comments a:visited,
p.no-comments a:link,
p.no-comments a:active {
  color: #ffffff;
  font-weight: 700;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  text-decoration: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.woocommerce-notices-wrapper {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48px;
  transform: translate(-50%, -50%);
  width: 100%;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce-breadcrumb {
  margin: 0 auto;
  text-align: left;
  background: #f5f5f5;
  padding-block: 24px 0;
}
.woocommerce-breadcrumb .container {
  background-color: inherit;
}
.woocommerce-breadcrumb a {
  color: #4a4a4a;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  text-decoration: underline;
  transition: all 1s;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: none;
}
.woocommerce-breadcrumb span {
  color: #363636;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  text-transform: none;
}
.woocommerce-breadcrumb svg {
  margin-inline: 12px;
  vertical-align: middle;
}

.woocommerce-shop,
.archive.tax-product_cat {
  background-color: #f5f5f5;
}

body.post-type-archive-product h1 {
  color: #679982;
  text-align: center;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 78px auto 40px;
  max-width: 611px;
}
@media (max-width: 960px) {
  body.post-type-archive-product h1 {
    max-width: 100%;
    padding-inline: 16px;
  }
}
body.post-type-archive-product .page-description p {
  color: #679982;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 611px;
}
body.post-type-archive-product .page-description {
  margin-bottom: 78px;
}
@media (max-width: 960px) {
  body.post-type-archive-product .page-description {
    padding-inline: 16px;
    margin-bottom: 40px;
  }
}

.cart-navigation-buttons {
  background-color: transparent;
  margin-block: 40px 78px;
}
.cart-navigation-buttons .container {
  background-color: inherit;
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.cart-navigation-buttons .container a {
  border-radius: 50vh;
  border: 0;
  outline: 0;
  background-color: #27ae60;
  color: #fff;
  padding: 24px 29px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transition: all 1s;
  text-decoration: none;
}
@media (max-width: 640px) {
  .cart-navigation-buttons .container a {
    width: 100%;
    text-align: center;
  }
}
.cart-navigation-buttons .container a.return-to-shop, .cart-navigation-buttons .container a.wc-backward {
  background-color: #eee;
  color: #363636;
}
.cart-navigation-buttons .container a.return-to-shop:hover, .cart-navigation-buttons .container a.wc-backward:hover {
  opacity: 0.8;
  cursor: pointer;
  background-color: #363636;
  color: #eee;
}
.cart-navigation-buttons .container a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wc-payment-methods,
.wc-shipping-methods {
  margin: 30px 0 0;
  display: flex;
  gap: 24px;
}
.wc-payment-methods label.vydejna-checkbox,
.wc-shipping-methods label.vydejna-checkbox {
  border-radius: 50vh;
  background: #eee;
  padding: 16px 24px 16px 16px;
  color: #363636;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
.wc-payment-methods label.vydejna-checkbox:has(input:checked),
.wc-shipping-methods label.vydejna-checkbox:has(input:checked) {
  background: #27ae60;
  color: #ffffff;
}
.wc-payment-methods label.vydejna-checkbox input,
.wc-shipping-methods label.vydejna-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wc-payment-methods label.vydejna-checkbox input:checked ~ .checkmark::after,
.wc-shipping-methods label.vydejna-checkbox input:checked ~ .checkmark::after {
  background: #27ae60;
}
.wc-payment-methods label.vydejna-checkbox span.checkmark,
.wc-shipping-methods label.vydejna-checkbox span.checkmark {
  height: 24px;
  width: 24px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100vh;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -3px;
  position: relative;
}
.wc-payment-methods label.vydejna-checkbox span.checkmark::after,
.wc-shipping-methods label.vydejna-checkbox span.checkmark::after {
  display: inline-block;
  content: "";
  top: 11px;
  left: 11px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #eee;
  position: absolute;
  transform: translate(-50%, -50%);
}
.wc-payment-methods label.vydejna-checkbox:hover,
.wc-shipping-methods label.vydejna-checkbox:hover {
  cursor: pointer;
}
.wc-payment-methods label.vydejna-checkbox:hover span.checkmark::after,
.wc-shipping-methods label.vydejna-checkbox:hover span.checkmark::after {
  background: #27ae60;
}

.woocommerce .container {
  background-color: inherit;
  padding-bottom: 78px;
}
.woocommerce .container ul {
  margin: 0;
  list-style-type: none;
}
.woocommerce .woocommerce-thankyou-order-received {
  color: #679982;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.order-summary-thumbnail {
  text-align: center;
  display: block;
}
.order-summary-thumbnail img {
  margin: 0 auto 24px;
  max-width: 100%;
  height: auto;
}

.cart-empty.woocommerce-info {
  background-color: #363636;
  color: #eee;
  border-radius: 50vh;
  border: 0;
  outline: 0;
  padding: 24px 29px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.infobox {
  padding: 16px;
  border-radius: 24px;
  background: #dcf1e7;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}
.infobox .infobox-top-container {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-flow: row wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfddcf;
}
@media (max-width: 750px) {
  .infobox .infobox-top-container {
    justify-content: center;
  }
}
.infobox .infobox-top-container::before {
  content: "";
  display: inline-block;
  flex: 1 0 24px;
  max-width: 24px;
  background-image: url("./images/ico-infobox.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.infobox .infobox-top-container p {
  flex: 1 0 90%;
  max-width: calc(100% - 40px);
  font-size: 1rem;
  line-height: 1.5;
  color: #679982;
}
@media (max-width: 750px) {
  .infobox .infobox-top-container p {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.infobox .infobox-bottom-container {
  padding-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-flow: row wrap;
}
.infobox .infobox-bottom-container p {
  font-size: 1rem;
  line-height: 1.5;
  color: #363636;
  flex: 1 0 60%;
  max-width: 60%;
}
@media (max-width: 750px) {
  .infobox .infobox-bottom-container p {
    flex: 1 0 80%;
    max-width: calc(100% - 64px);
  }
}
.infobox .infobox-bottom-container img {
  flex: 1 0 48px;
  max-width: 48px;
  background-color: #ffffff;
  border-radius: 50vh;
}
.infobox .infobox-bottom-container a {
  border-radius: 50vh;
  background: #27ae60;
  padding: 16px 24px;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transition: all 2s;
  align-self: center;
  text-decoration: none;
}
@media (max-width: 750px) {
  .infobox .infobox-bottom-container a {
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 12px;
    text-align: center;
  }
}
.infobox .infobox-bottom-container a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.load-more-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 960px) {
  .load-more-wrapper {
    margin-bottom: 40px;
  }
}
.load-more-wrapper button {
  border-radius: 50vh;
  border: 1px solid #27ae60;
  padding: 24px 32px;
  color: #27ae60;
  transition: all 0.5s;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin-top: 40px;
  background-color: transparent;
}
@media (max-width: 960px) {
  .load-more-wrapper button {
    margin-top: 20px;
  }
}
.load-more-wrapper button:hover {
  background-color: #27ae60;
  color: #ffffff;
  cursor: pointer;
}

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