@charset "UTF-8";
/*
Theme Name: LEMONTEC Gutenberg Framework
Theme URI: https://lemontec.at
Author: LEMONTEC
Author URI: https://lemontec.at
Description: Framework für Gutenberg.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenbergtheme
Tags: translation-ready
*/
.nav-links,
.navigation,
.navigation-comments, .navigation-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px; }

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev, .navigation-single .next a,
.navigation-single .prev a {
  transition: opacity 0.3s ease-in-out;
  background: #dd0e2a;
  color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px; }
  .nav-links .next:hover,
  .nav-links .prev:hover,
  .navigation .next:hover,
  .navigation .prev:hover,
  .navigation-comments .next:hover,
  .navigation-comments .prev:hover, .navigation-single .next a:hover,
  .navigation-single .prev a:hover {
    opacity: 0.7; }

.widget {
  margin-bottom: 20px; }
  .widget select {
    min-width: 150px;
    width: 100%; }

.search-form,
.post-password-form {
  margin-bottom: 10px; }
  .search-form label,
  .post-password-form label {
    display: block; }
  .search-form input,
  .post-password-form input {
    float: left;
    margin: 0 5px 5px 0; }
    @media (min-width: 768px) {
      [id="sidebar"] .search-form input, [id="sidebar"]
      .post-password-form input {
        width: 100%;
        margin: 0 0 5px; } }
    .search-form input[type='search'], .search-form input[type='password'],
    .post-password-form input[type='search'],
    .post-password-form input[type='password'] {
      width: auto; }
    .search-form input[type='submit'],
    .post-password-form input[type='submit'] {
      margin: 0; }

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative; }
  .nav-links .screen-reader-text,
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .nav-links .page-numbers,
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    margin: 0 3px;
    font-family: "lexend-regular";
    font-size: 14px;
    line-height: 30px; }
    .nav-links .page-numbers:first-child,
    .navigation .page-numbers:first-child,
    .navigation-comments .page-numbers:first-child {
      margin-left: 0; }
    .nav-links .page-numbers:last-child,
    .navigation .page-numbers:last-child,
    .navigation-comments .page-numbers:last-child {
      margin-right: 0; }
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    max-width: 49%; }
    @media (max-width: 767px) {
      .nav-links .next,
      .nav-links .prev,
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        font-size: 0; }
        .nav-links .next:after,
        .nav-links .prev:after,
        .navigation .next:after,
        .navigation .prev:after,
        .navigation-comments .next:after,
        .navigation-comments .prev:after {
          content: '»';
          font-size: 14px; } }
  @media (max-width: 767px) {
    .nav-links .prev:after,
    .navigation .prev:after,
    .navigation-comments .prev:after {
      content: '«'; } }

.navigation-single {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .navigation-single .next,
  .navigation-single .prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    margin: 0;
    max-width: 49%;
    border: 0; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      padding: 15px 20px;
      color: #fff; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          font-size: 0; }
          .navigation-single .next a:after,
          .navigation-single .prev a:after {
            content: '»';
            font-size: 14px; } }
  @media (max-width: 767px) {
    .navigation-single .prev a:after {
      content: '«'; } }

.comment-form label {
  display: block; }

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%; }
  @media (min-width: 768px) {
    .comment-form input,
    .comment-form textarea {
      max-width: 300px; } }
  .comment-form input[type='submit'],
  .comment-form textarea[type='submit'] {
    display: block;
    width: auto; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form p {
  text-transform: none;
  color: #191919; }

.comment-form .comment-form-cookies-consent {
  text-align: left;
  margin: 20px 0; }
  .comment-form .comment-form-cookies-consent label {
    position: relative;
    padding-left: 30px; }
    .comment-form .comment-form-cookies-consent label:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background: rgba(25, 25, 25, 0.1); }
    .comment-form .comment-form-cookies-consent label:after {
      position: absolute;
      content: '';
      display: none;
      width: 10px;
      height: 5px;
      top: 2px;
      left: 3px;
      transform: rotate(-45deg);
      border-width: 0 0 2px 2px;
      border-color: #10121e;
      border-style: solid; }
  .comment-form .comment-form-cookies-consent input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
    .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label:after {
      display: block; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }
  .commentlist p {
    color: #191919;
    text-transform: none; }
  .commentlist a {
    transition: opacity 0.3s ease-in-out;
    color: #dd0e2a; }
    .commentlist a:hover {
      opacity: 0.7; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px; }

.widget_calendar th,
.widget_calendar td {
  text-align: center; }

.widget_calendar #prev {
  text-align: left; }

.widget_calendar #next {
  text-align: right; }

#wp-calendar {
  width: 100%; }

.wp-caption {
  max-width: 100%;
  clear: both;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center; }
  .wp-caption img {
    margin-bottom: 4px; }
  .wp-caption p {
    margin: 0; }

.aligncenter {
  margin: 0 auto 20px; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 20px; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .gallery .gallery-item {
    margin: 0;
    padding: 0 10px 10px; }
    .gallery .gallery-item dt {
      float: none;
      width: 100%;
      margin: 0 0 10px;
      padding: 0; }

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%; }

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.comment-list .comment-body {
  margin-bottom: 20px; }

.comment-list footer {
  background-color: transparent; }

.comment-author img {
  margin-right: 10px; }

.wp-block-latest-comments footer {
  background-color: transparent; }

.meta a {
  transition: opacity 0.3s ease-in-out;
  color: #dd0e2a; }
  .meta a:hover {
    opacity: 0.7; }

.heading-holder {
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .heading-holder {
      margin-bottom: 35px; } }
  .heading-holder h2 {
    text-align: center; }
    .g-container .heading-holder h2,
    .heading-holder h2 .container {
      text-align: center; }

@media (min-width: 768px) {
  .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px; } }

.columns .col {
  padding: 0 0 10px; }
  @media (min-width: 768px) {
    .columns .col {
      width: 50%;
      padding: 0 25px 10px; } }

.wp-block-cover {
  margin: 0 0 30px; }
  .wp-block-cover:first-child {
    margin-top: 105px; }
    @media (min-width: 1024px) {
      .wp-block-cover:first-child {
        margin-top: 152px; } }
  .wp-block-cover:last-child {
    margin-bottom: 0; }

.fixed-icons + .wp-block-cover {
  margin-top: 105px; }
  @media (min-width: 1024px) {
    .fixed-icons + .wp-block-cover {
      margin-top: 152px; } }

.tagcloud, .wc-block-product-categories-list--depth-0, .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget:after, .search-form:after,
.post-password-form:after, .search-form p:after,
.post-password-form p:after {
  content: '';
  display: block;
  clear: both; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form input[type='url'],
form textarea {
  -webkit-appearance: none;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: "lexend-regular";
  box-sizing: border-box;
  border: 0 solid #191919;
  border-radius: 5px;
  background-color: rgba(25, 25, 25, 0.1);
  display: block;
  width: 100%;
  color: #525252; }
  form input[type='text']:not(textarea),
  form input[type='tel']:not(textarea),
  form input[type='email']:not(textarea),
  form input[type='search']:not(textarea),
  form input[type='password']:not(textarea),
  form input[type='url']:not(textarea),
  form textarea:not(textarea) {
    height: 45px; }
  form input[type='text']:focus,
  form input[type='tel']:focus,
  form input[type='email']:focus,
  form input[type='search']:focus,
  form input[type='password']:focus,
  form input[type='url']:focus,
  form textarea:focus {
    outline: none;
    border-color: #000; }
  form input[type='text']::-webkit-input-placeholder,
  form input[type='tel']::-webkit-input-placeholder,
  form input[type='email']::-webkit-input-placeholder,
  form input[type='search']::-webkit-input-placeholder,
  form input[type='password']::-webkit-input-placeholder,
  form input[type='url']::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: rgba(82, 82, 82, 0.4); }
  form input[type='text']::-moz-placeholder,
  form input[type='tel']::-moz-placeholder,
  form input[type='email']::-moz-placeholder,
  form input[type='search']::-moz-placeholder,
  form input[type='password']::-moz-placeholder,
  form input[type='url']::-moz-placeholder,
  form textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(82, 82, 82, 0.4); }
  form input[type='text']:-moz-placeholder,
  form input[type='tel']:-moz-placeholder,
  form input[type='email']:-moz-placeholder,
  form input[type='search']:-moz-placeholder,
  form input[type='password']:-moz-placeholder,
  form input[type='url']:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: rgba(82, 82, 82, 0.4); }
  form input[type='text']:-ms-input-placeholder,
  form input[type='tel']:-ms-input-placeholder,
  form input[type='email']:-ms-input-placeholder,
  form input[type='search']:-ms-input-placeholder,
  form input[type='password']:-ms-input-placeholder,
  form input[type='url']:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: rgba(82, 82, 82, 0.4); }
  form input[type='text'].placeholder,
  form input[type='tel'].placeholder,
  form input[type='email'].placeholder,
  form input[type='search'].placeholder,
  form input[type='password'].placeholder,
  form input[type='url'].placeholder,
  form textarea.placeholder {
    color: rgba(82, 82, 82, 0.4); }

form select {
  font-family: "lexend-regular";
  box-sizing: border-box;
  border: none;
  background-color: rgba(25, 25, 25, 0.1);
  height: 45px;
  border: 0 solid #191919;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  padding: 10px 45px 10px 20px;
  color: #525252;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 9px 6px;
  background-image: url(img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  width: 100%; }
  form select option {
    font-family: "lexend-regular"; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto; }

form button,
form input[type="button"],
form input[type="reset"],
form input[type="file"],
form input[type="submit"] {
  transition: opacity 0.3s ease-in-out;
  -webkit-appearance: none;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: "lexend-regular";
  color: #fff;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #dd0e2a !important; }
  form button:hover,
  form input[type="button"]:hover,
  form input[type="reset"]:hover,
  form input[type="file"]:hover,
  form input[type="submit"]:hover {
    opacity: 0.7; }

html {
  scroll-behavior: smooth; }

.fixed-icons + .g-container,
.fixed-icons + .container {
  padding-top: 140px; }
  @media (min-width: 1024px) {
    .fixed-icons + .g-container,
    .fixed-icons + .container {
      padding-top: 210px; } }

.g-container,
.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px 30px;
  margin: 0 auto;
  font-family: "lexend-extra-light";
  font-weight: 300;
  color: #525252;
  line-height: 1.79; }
  .g-container:first-child,
  .container:first-child {
    padding-top: 140px; }
    @media (min-width: 1024px) {
      .g-container:first-child,
      .container:first-child {
        padding-top: 210px; } }
  .g-container:last-child,
  .container:last-child {
    padding-bottom: 80px; }
    @media (min-width: 1024px) {
      .g-container:last-child,
      .container:last-child {
        padding-bottom: 150px; } }
  .g-container.widgets-container,
  .container.widgets-container {
    padding: 0; }
  .g-container .g-container,
  .g-container .container,
  .container .g-container,
  .container .container {
    padding: 0; }
  .g-container h1,
  .g-container h2,
  .g-container h3,
  .g-container h4,
  .g-container h5,
  .g-container h6,
  .container h1,
  .container h2,
  .container h3,
  .container h4,
  .container h5,
  .container h6 {
    margin: 0 0 20px; }
  .g-container h1,
  .container h1 {
    color: inherit;
    font: 200 65px/1.15 "lora-regular", serif;
    color: #191919; }
  .g-container h2,
  .container h2 {
    text-align: left;
    width: auto;
    font: 100 50px/1.2 "lora-regular", serif;
    margin: 0 0 25px; }
  .g-container h3,
  .container h3 {
    color: inherit;
    /*font: 100 25px/1.2 "lexend-semi-bold";*/
    font-family: 'lexend-semi-bold', sans-serif;
    font-weight: initial;
    font-size: 25px;
    line-height: 1.2;
    color: #191919; }
  .g-container img,
  .g-container svg,
  .container img,
  .container svg {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block; }
  .g-container p,
  .container p {
    text-transform: none;
    color: inherit;
    letter-spacing: 0;
    font-family: inherit;
    line-height: inherit;
    color: inherit; }
  .g-container table,
  .container table {
    border-collapse: collapse; }
    .g-container table tr:nth-child(even) td,
    .container table tr:nth-child(even) td {
      background-color: rgba(25, 25, 25, 0.1); }
    .g-container table th,
    .container table th {
      color: #fff;
      background-color: #ffce00;
      padding: 10px; }
    .g-container table td,
    .container table td {
      padding: 10px; }

.content > img {
  margin: 0 0 20px; }

[id="main"] .g-container a:not([class]),
[id="main"] .container a:not([class]) {
  transition: opacity 0.3s ease-in-out;
  color: #dd0e2a; }
  [id="main"] .g-container a:not([class]):hover,
  [id="main"] .container a:not([class]):hover {
    opacity: 0.7; }

[id="main"] .g-container .navigation-single .next a,
[id="main"] .g-container .navigation-single .prev a,
[id="main"] .container .navigation-single .next a,
[id="main"] .container .navigation-single .prev a {
  color: #fff; }

.gm-style img {
  max-width: none; }

iframe {
  max-width: 100%; }

.woocommerce .star-rating {
  margin-left: 5px; }

.woocommerce .comment-form-rating .stars {
  width: 100px; }

.woocommerce .product_title {
  margin: 0 0 10px; }

.woocommerce button.button {
  font-weight: 400;
  color: #fff !important;
  font-family: "lexend-regular";
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 5px; }

.woocommerce ul.products {
  margin: 0 -7px 30px; }
  @media (min-width: 768px) {
    .woocommerce ul.products {
      margin-bottom: 60px; } }
  .woocommerce ul.products li.product {
    border: 1px solid rgba(25, 25, 25, 0.1);
    display: block;
    border-radius: 3px;
    margin: 7px;
    width: calc(50% - 14px);
    padding: 10px; }
    @media (min-width: 768px) {
      .woocommerce ul.products li.product {
        width: calc(25% - 14px);
        padding: 25px; } }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-family: "lexend-regular";
      font-size: 16px;
      padding: 0;
      line-height: 18px;
      color: #000;
      text-transform: unset;
      margin-bottom: 18px; }
    .woocommerce ul.products li.product .price {
      font-family: "lexend-semi-bold";
      font-weight: initial;
      margin: 0 -5px 10px;
      font-size: 18px;
      letter-spacing: -0.36px;
      line-height: 25px;
      color: #191919; }
      .woocommerce ul.products li.product .price > * {
        margin: 0 5px; }
      .woocommerce ul.products li.product .price del {
        text-decoration: line-through !important; }
      .woocommerce ul.products li.product .price ins {
        color: #dd0e2a; }
    .woocommerce ul.products li.product .button {
      transition: opacity 0.3s ease-in-out;
      background-color: #dd0e2a;
      color: #fff; }
      .woocommerce ul.products li.product .button:hover {
        background-color: #dd0e2a;
        opacity: 0.7; }

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product .p-price {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "lexend-semi-bold";
  margin: 0 -5px 10px;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 25px;
  color: #191919;
font-weight: initial}
  .woocommerce div.product span.price > *,
  .woocommerce div.product p.price > *,
  .woocommerce div.product .p-price > * {
    margin: 0 5px; }
  .woocommerce div.product span.price del,
  .woocommerce div.product p.price del,
  .woocommerce div.product .p-price del {
    text-decoration: line-through !important;
    opacity: 1; }
  .woocommerce div.product span.price ins,
  .woocommerce div.product p.price ins,
  .woocommerce div.product .p-price ins {
    color: #dd0e2a; }

.woocommerce div.product > span.onsale {
  bottom: auto;
  right: auto;
  left: -10px;
  top: -10px;
  transform: rotate(-15deg); }

.woocommerce div.product form.cart div.quantity {
  margin-right: 15px;
  margin-bottom: 15px; }
  .woocommerce div.product form.cart div.quantity input {
    height: 45px;
    border: 0 solid #191919;
    border-radius: 5px;
    color: #000;
    min-width: 86px;
    background-color: rgba(25, 25, 25, 0.1);
    font-family: "lexend-regular"; }
    .woocommerce div.product form.cart div.quantity input:focus-visible {
      outline: none; }

.woocommerce div.product form.cart .button {
  min-width: 150px; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 100px;
    float: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 -3px;
  padding: 0;
  width: auto;
  overflow-x: auto;
  white-space: nowrap; }
  @media (min-width: 425px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      margin: 0 -5px; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: rgba(25, 25, 25, 0.1); }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #fff;
    margin: 0 3px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    @media (min-width: 425px) {
      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0 5px; } }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      background-color: #ffce00;
      color: #191919; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
        color: #191919;
        opacity: 1; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      transition: transform 0.3s ease-in-out;
      color: #fff;
      line-height: 1.4;
      font-size: 16px;
      padding: 10px;
      display: block;
      border-radius: 5px 5px 0 0;
      background-color: #191919; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
        color: #fff;
        opacity: 1;
        transform: translate(2px, 2px); }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px 0 0; }

.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 5px; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #dd0e2a; }

.woocommerce form .form-row .required {
  color: #dd0e2a; }

.woocommerce #respond input#submit {
  color: #fff;
  font-weight: 400;
  min-width: 150px; }
  .woocommerce #respond input#submit:hover {
    color: #fff; }

.woocommerce #review_form #respond .comment-form-cookies-consent {
  margin: 20px 0; }

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 8px; }

.woocommerce table.shop_attributes th {
  text-align: left;
  color: inherit;
  background-color: transparent; }

.woocommerce table.shop_attributes td {
  font-style: normal; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 1px solid rgba(25, 25, 25, 0.1); }

.woocommerce table.shop_table th {
  background-color: transparent;
  color: #000; }

.woocommerce table.shop_table tr:nth-child(even) td {
  background-color: transparent; }

.woocommerce table.shop_table .product-name {
  font-family: "lexend-regular";
  font-size: 16px;
  line-height: 18px; }

.woocommerce table.shop_table strong {
  font-weight: 500; }

.woocommerce table.shop_table .amount {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-family: "lexend-regular"; }

.woocommerce a.remove {
  color: #dd0e2a;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 2px 1px; }
  .woocommerce a.remove:hover {
    background-color: #dd0e2a;
    opacity: 1; }

.woocommerce .quantity .qty {
  height: 45px;
  border: 0 solid #191919;
  border-radius: 5px;
  color: #000;
  font-family: "lexend-regular";
  background-color: rgba(25, 25, 25, 0.1);
  width: 6rem;
}

.woocommerce a.button.alt {
  background-color: #dd0e2a;
  font-size: 14px;
  line-height: 20px;
  font-family: "lexend-regular";
  font-weight: 400;
  padding: 15px 20px;
  border-radius: 5px; }
  .woocommerce a.button.alt:hover {
    background-color: #dd0e2a; }

.woocommerce .sorting-wrap {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .woocommerce .sorting-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .woocommerce .sorting-wrap .woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 20px; }
  .woocommerce .sorting-wrap .woocommerce-ordering,
  .woocommerce .sorting-wrap .woocommerce-result-count {
    float: none; }
    @media (min-width: 768px) {
      .woocommerce .sorting-wrap .woocommerce-ordering,
      .woocommerce .sorting-wrap .woocommerce-result-count {
        margin-bottom: 0; } }

.woocommerce-message {
  border-top-color: #ffce00; }
  .woocommerce-message:before {
    color: #ffce00; }

.woocommerce-info {
  border-top-color: #ffce00; }
  .woocommerce-info:before {
    color: #ffce00; }

.woocommerce-error {
  border-top-color: #dd0e2a; }
  .woocommerce-error:before {
    color: #dd0e2a; }

.woocommerce-products-header {
  position: static; }
  .woocommerce-products-header h1 {
    margin: 0 0 30px; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 100%;
  border: 0;
  margin: 0 0 5px;
  padding: 10px 20px; }

.woocommerce-cart table.cart td.actions .coupon button.button {
  min-width: 150px;
  width: auto; }

.woocommerce-cart table.cart .amount {
  font-weight: 500;
  font-size: 18px;
  font-family: "lexend-regular"; }

.woocommerce-form__label-for-checkbox {
  font-family: "lexend-regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  color: #525252; }
  .woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 30px;
    display: inline-block; }
    .woocommerce-form__label-for-checkbox span:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background: rgba(25, 25, 25, 0.1); }
    .woocommerce-form__label-for-checkbox span:after {
      position: absolute;
      content: '';
      display: none;
      width: 10px;
      height: 5px;
      top: 2px;
      left: 3px;
      transform: rotate(-45deg);
      border-width: 0 0 2px 2px;
      border-color: #10121e;
      border-style: solid; }
  .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
    .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after {
      display: block; }

.container-holder {
  padding-bottom: 35px; }
  @media (min-width: 1024px) {
    .container-holder {
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 50px; } }
  .container-holder #sidebar {
    padding: 0 0 25px; }
    @media (min-width: 1024px) {
      .container-holder #sidebar {
        width: 285px;
        padding: 38px 25px 0 0; } }
    @media (min-width: 1280px) {
      .container-holder #sidebar {
        width: 310px; } }
  .container-holder #primary {
    -ms-flex: 1 0;
        flex: 1 0; }

.select2-container--default .select2-selection--single {
  border: 0 solid #191919;
  height: 45px;
  background-color: rgba(25, 25, 25, 0.1);
  font-family: "lexend-regular"; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 45px 10px 20px;
    color: #525252;
    letter-spacing: 0;
    font-weight: 400; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #191919 transparent transparent transparent;
      border-width: 6px 5px 0 5px;
      margin-left: -4px;
      margin-top: -2px; }

.wc-block-product-categories-list--depth-0 {
  font: 18px/1.2 "lexend-regular"; }
  .wc-block-product-categories-list--depth-0 a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: #000; }
    .wc-block-product-categories-list--depth-0 a:hover {
      color: #ffce00;
      opacity: 1; }
  .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item {
    border-bottom: 1px solid #191919;
    padding: 10px 0; }
    .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item.active-slide .categories-opener:after {
      transform: translate(-50%, -50%) rotate(135deg);
      margin: 2px 0 0; }
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list {
    font-size: 14px; }
    .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list li {
      padding: 5px 0 5px 15px; }

.products {
  clear: both; }
  @media (min-width: 425px) {
    .products.columns-4 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .products.columns-4 .card-product {
    margin: 0 7.5px 35px; }
    @media (min-width: 425px) {
      .products.columns-4 .card-product {
        width: calc(50% - 15px); } }
    @media (min-width: 1024px) {
      .products.columns-4 .card-product {
        width: calc(33.3% - 15px); } }
    @media (min-width: 1280px) {
      .products.columns-4 .card-product {
        width: calc(25% - 15px); } }

.categories-opener-holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .categories-opener-holder > a {
    display: block;
    line-height: 1; }

.categories-opener {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  color: #dd0e2a;
  width: 35px;
  height: 25px;
  margin: 0 0 0 25px; }
  .categories-opener:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: -2px 0 0;
    border-width: 0 0 2px 2px;
    border-color: currentColor;
    border-style: solid; }
  .categories-opener:hover {
    opacity: 0.7; }

.woocommerce-Address-title {
  position: static; }

.woocommerce-account p {
  margin-bottom: 20px; }

.woocommerce-account .addresses .title .edit {
  line-height: 1; }

.pswp {
  z-index: 1000001000; }

.pswp__caption__center {
  text-align: center;
  font-size: 18px; }

.pswp__caption {
  font-family: "lexend-regular"; }

.product_meta .sku_wrapper,
.product_meta .posted_in {
  display: block;
  line-height: 1.1;
  margin: 0 0 10px; }

.up-sells {
  margin: 0 0 80px; }

.product_title {
  display: none; }
  @media (min-width: 768px) {
    .product_title {
      display: block; } }
  @media (min-width: 1024px) {
    .product_title {
      display: none; } }
  .entry-summary .product_title {
    display: block; }
    @media (min-width: 768px) {
      .entry-summary .product_title {
        display: none; } }
    @media (min-width: 1024px) {
      .entry-summary .product_title {
        display: block; } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

[id="main"] {
  margin: 0 0 -197px;
  padding: 0 0 197px;
  overflow: hidden; }

.your-home .your-home-inner .title-header {
  margin-bottom: 53px; }

.first-view-outer img {
  object-fit: cover;
  max-width: 100%;
  height: 100%; }

.calculator:before {
  display: none; }

.bow-above-mobile img {
  margin: -1px 0 0; }

@media (min-width: 991px) {
  .calc-bg-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -130px;
    top: -113px;
    width: 420px;
    height: 380px; } }

@media all and (min-width: 991px) and (min-width: 1024px) {
  .calc-bg-image {
    left: -88px; } }

@media (min-width: 1280px) {
  .calc-bg-image {
    left: -125px;
    top: -173px;
    width: 620px;
    height: 580px; } }

.card-product {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 462px;
  margin: 0 7.5px; }
  @media all and (min-width: 568px) {
    .card-product {
      width: calc(50% - 7.5px); } }
  @media (min-width: 1024px) {
    .card-product {
      width: calc(25% - 12px); } }
  @media (min-width: 1440px) {
    .card-product {
      margin: 0; } }
  .card-product a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 38px 15px 53px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px; }
    .card-product a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-image: url('img/background-above.png');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 238px;
      z-index: -1; }
  .card-product .above {
    padding-bottom: 0;
    color: #fff; }
    .card-product .above h3 {
      /*font: initial 25px/1 "lexend-semi-bold";*/
      font-size: 25px;
      line-height: 1;

      letter-spacing: -0.5px;
      color: #fff;
      position: relative;
      margin: 0 0 13px;
      text-align: center;
      hyphens: auto;
      hyphenate-limit-chars: 10 5 5;
    }
    .card-product .above p {
      font-family: "lexend-light";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 25px;
      color: #fff;
      position: relative;
      text-transform: inherit;
      text-align: center; }
      .card-product .above p:last-child {
        margin-bottom: 0; }
  .card-product .down {
    text-align: center; }
    .card-product .down .price {
      font-family: "lexend-semi-bold";
      font-weight: initial;
      font-size: 18px;
      letter-spacing: -0.36px;
      line-height: 25px;
      color: #191919; }
      .card-product .down .price del {
        text-decoration: line-through !important; }
      .card-product .down .price ins {
        color: #dd0e2a; }
  .card-product .img-hold {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
    overflow: hidden;
    margin: 0 -15px;
    background-color: #fff;

  }
  .card-product .btn-gold {
    position: absolute;
    bottom: -20px;
    left: 50%;
    max-width: 187px;
    width: 100%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
        justify-content: right; }
    .card-product .btn-gold .icon-arrow-right2 {
      margin-left: 35px;
      margin-right: 20px; }

.bestpreis,
span.onsale,
.woocommerce span.onsale {
  width: 70px;
  height: 70px;
  font-size: 12px;
  font-family: "lexend-semi-bold";
  font-weight: initial;
  background: #ffce00;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #191919;
  position: absolute;
  right: 22px;
  left: auto;
  bottom: 60px;
  transform: rotate(15deg);
  z-index: 2;
  top: auto; }

@media (min-width: 768px) {
  .fuels .fuels-inner .fuels-items:nth-child(odd) {
    margin-top: 32px; } }

.items-gallery {
  padding: 0 0 85px;
  margin: 0 -7.5px;
  color: #fff; }
  @media (min-width: 1024px) {
    .items-gallery {
      margin-bottom: 30px; } }
  .items-gallery .slick-slide {
    padding: 0 7.5px; }
  .items-gallery .slick-dots li.slick-active button:before {
    content: "";
    background-color: #dd0e2a !important; }
  .items-gallery .slick-dots li button:before {
    content: "";
    background-color: rgba(221, 14, 42, 0.38) !important;
    width: 9px;
    height: 9px;
    border-radius: 50%; }
  .items-gallery .fuels-item {
    margin-top: 55px;
    width: 100%; }

.nav-down-desktop .nav-down-inner ul {
  gap: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: auto;
  max-width: 790px; }
  @media (min-width: 1280px) {
    .nav-down-desktop .nav-down-inner ul {
      max-width: 972px; } }

footer .widget {
  margin-bottom: 0; }

.footer-over-top .btn {
  text-transform: uppercase;
  background-color: #fff;
  color: #00352b;
  font-family: "lexend-semi-bold";
  font-weight: initial;
  border-radius: 5px;
  line-height: 1;
  padding: 10px 15px;
  text-align: center;
  min-width: 175px;
  display: inline-block;
  vertical-align: top; }

.footer-top-outer .footer-top {
  padding-top: 51px; }
  .footer-top-outer .footer-top h3 {
    margin-bottom: 11px; }

.card-post {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 7.5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #FFFFFF;
  width: auto !important; }
  @media (min-width: 768px) {
    .card-post {
      min-height: 470px; } }
  .card-post:hover {
    opacity: 1; }
  .card-post .slider-head {
    position: relative;
    line-height: 0;
    transition: none; }
    .card-post .slider-head img {
      border-radius: 10px 10px 0 0; }
    .card-post .slider-head span {
      position: absolute;
      color: #FFFFFF;
      border-radius: 5px;
      font-size: 30px;
      padding: 10px;
      bottom: -35px;
      right: 0px;
      cursor: pointer; }
    .card-post .slider-head .effect {
      visibility: hidden;
      pointer-events: none;
      height: 0px;
      position: absolute;
      top: 100px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      transition: none; }
      .card-post .slider-head .effect span {
        background-color: transparent;
        position: unset;
        transition: none; }
      .card-post .slider-head .effect p {
        font-family: "effra";
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 17px;
        color: white;
        font-weight: 400;
        text-transform: inherit;
        margin-top: 15px;
        transition: none; }
  .card-post .slider-body {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding: 0 25px; }
    .card-post .slider-body:hover {
      opacity: 0.7; }
    .card-post .slider-body .first {
      font-family: "lexend-semi-bold";
      font-weight: initial;
      font-size: 20px;
      letter-spacing: -0.4px;
      line-height: 25px;
      color: #191919;
      margin-bottom: 5px;
      text-transform: inherit;
      margin-bottom: 14px; }
    .card-post .slider-body .second {
      font-family: "lexend-medium";
      font-size: 14px;
      letter-spacing: 0px;
      line-height: 18px;
      color: #DD0E2A;
      text-transform: unset;
      margin-bottom: 12px; }
    .card-post .slider-body .third {
      font-family: "lexend-light";
      font-size: 14px;
      letter-spacing: 0px;
      line-height: 25px;
      color: #525252;
      margin-bottom: 0px;
      text-transform: inherit; }
      .card-post .slider-body .third p {
        font-family: inherit;
        font-size: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        color: inherit;
        text-transform: inherit; }
        .card-post .slider-body .third p:last-child {
          margin-bottom: 0; }
    .card-post .slider-body .taxes {
      font-family: "effra";
      font-size: 12px;
      letter-spacing: 0px;
      line-height: 25px;
      color: #B9B9B9;
      text-transform: unset; }

.card-post-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px 20px; }
  .card-post-wrap .card-post {
    width: calc(100% - 15px) !important;
    margin-bottom: 15px; }
    @media (min-width: 425px) {
      .card-post-wrap .card-post {
        width: calc(50% - 15px) !important; } }
    @media (min-width: 768px) {
      .card-post-wrap .card-post {
        width: calc(33.3% - 15px) !important; } }
    @media (min-width: 1024px) {
      .card-post-wrap .card-post {
        width: calc(25% - 15px) !important; } }

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

/* CHRISTOPHER EDIT VOM 24.03.2023 START */
.g-container > li:after {
  content: "";
  position: absolute;
  background-image: url('img/gussmagg-marker.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
}

.g-container li {
  position: relative;
  padding-left: 35px;
}

.action-circle:hover {
  opacity: 1;
  transform: scale(1.1);
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-bottom: 50px;
}
/* CHRISTOPHER EDIT VOM 24.03.2023 END */

.lmt_cookie_inner p {
  text-transform: none;
  letter-spacing: 0;
  font-family: "lexend-light";
  color: #525252;
  line-height: 1.79;
}

/* KONFIGURATOR */
.konfigurator-step label.konfig-radioboxes {
  background-color: #EBEBEB30;
  border-radius: 5px;
  border: 2px solid #EBEBEB;
  padding: 25px 15px;
  width: calc(50% - 7.5px);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  font-family: "lexend-light";
  transition: 0.3s ease;
}

.konfig-label-wrapper input:checked + .konfig-radioboxes, .konfig-label-wrapper.konfig-radioboxes:hover {
  background-color: #00796B;
  color: #fff;
}

.konfig-label-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.konfig-label-wrapper input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.konfigurator-step label.konfig-radioboxes span::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #AAAAAA;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}

.konfigurator-step input:checked + .konfig-radioboxes span::before {
  background-image: url("img/checkbox.svg");
  background-size: contain;
  border-color: #00796B;
}

label.konfig-inputs {
  display: flex;
  align-items: center;
}

label.konfig-inputs input {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  opacity: 1;
  padding: 15px 25px;
  margin-right: 10px;
  flex-grow: 1;
}

.konfigurator-step {
  margin-bottom: 50px;
}

p.label-info {
  color: #D8000D;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  line-height: 1;
}

.calculator-btn-wrapper {
  text-align: center;
}

.calculator-btn-wrapper .btn-gold {
  margin-left: auto;
  margin-right: auto;
}


.page-template-template-konfigurator .wp-block-cover.is-light {
  min-height: 200px;
}

.g-container p.konfig-subtitle {
  font-size: 16px;
  color: #AAAAAA;
  text-align: center;
  font-family: "lexend-medium";
}

@media all and (min-width: 1024px) {
  .page-template-template-konfigurator .wp-block-cover.is-light {
    min-height: 300px;
  }
}

/* CHRISTOPHER BUG FIXING VOM 20.04.2023 START */
@media all and (max-width: 375px) {
  .lmt_cookie_inner p {
    font-size: 9px;
  }
}

.fuels-item p {
  line-height: 18px!important; 
}

body {
  overflow-x: hidden;
}
/* CHRISTOPHER BUG FIXING VOM 20.04.2023 END */

/* CHRISTOPHER BUG FIXING VOM 21.04.2023 START */
.wp-block-button .wp-block-button__link {
  border-radius: 5px;
  background-color: #DD0E2A;
  padding: 12.5px 20px;
  min-width: 187px;
  display: block;
  text-align: center;
  margin-top: 30px;
  line-height: 15px;
}

.category-list {
  display: none;
  transition: none;
}

.category-tree {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid black;
}

.category-tree:after {
  content:"";
  position: absolute;
  background-image: url('img/angle-down-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 80%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s ease-in-out;
}

.category-tree.active:after {
  transform: translateY(-50%) rotate(0deg);
}

.wc-block-product-categories-list--depth-0 .wc-block-product-categories-list {
  transition: none;
}

@media all and (min-width: 1440px) {
  .category-list {
    display: block;
  }
}

@media all and (max-width: 1023px) {
  #lmt_cookie_setting {
    color: transparent;
    width: 35px;
  }
  #lmt_cookie_setting:after {
    content:"";
    background-image: url('img/cookie-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-nav-outer.mobile .top-nav-inner ul {
    width: 85%;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .first-view-slider {
    margin-top: 115px;
  }
}

/*

.nav-down-desktop .nav-down-inner ul li:hover {
  font-weight: unset;
  text-shadow: 1px 0 0 black;
} */
/* CHRISTOPHER BUG FIXING VOM 21.04.2023 END */

.table_staffelpreise {
    width: 100%;
}
.table_staffelpreise, .table_staffelpreise td {
    border: 1px solid rgba(25, 25, 25, 0.1);
}

.staffelpreise_container {
  margin: 25px 0 50px
}

.custom_variation_form {
  margin: 25px 0;
}

.konfigurator-step .konfig-radioboxes-wrapper label.konfig-radioboxes {
  width: 100%;
  display: block;
}

.konfig-radioboxes-wrapper {
  width: 100%;
  margin-bottom: 15px;

}

@media all and (min-width: 480px) {
  .konfig-radioboxes-wrapper {
    width: calc(50% - 7.5px);
  }
}


.konfig-result-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media all and (max-width: 767px) {
  .konfigu-result-text .btn-gold {
    margin-left: auto;
    margin-right: auto;
  }
}


.konfig-result-text .left {
  width: 100%;
}

.konfig-result-text .right {
  width: 100%;
}

.konfig-result-text .right img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}



@media all and (min-width: 768px) {
  .konfig-result-text {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 200px;
  }


  .konfig-result-text .left {
    width: 60%;
  }

  .konfig-result-text .right {
    width: 40%;
  }

  .konfig-result-text .right img {
    margin-left: auto;
    margin-right: 0;
  }
}

.g-container .konfig-result-text h3 {
  margin: 30px 0;
}

/* CHRISTOPHER BUG FIXING VOM 05.05.2023 START */
@media (max-width: 1023px) {
  .top-nav-outer.mobile .top-nav-inner ul {
    width: unset;
  }
  .top-nav-outer.mobile {
    left: unset;
    width: 85%;
  }
}

.fuels-item {
  padding: 225px 20px 10px;
}
/* CHRISTOPHER BUG FIXING VOM 05.05.2023 END */

body .woocommerce ul#shipping_method li, body .woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
}


.woocommerce-cart p.woocommerce-shipping-destination {
  display: none;
}

.woocommerce-error strong {
  font-family: "lexend-regular";
  font-weight: inherit;
}

.woocommerce-error {
  color: #dd0e2a;
  border-radius: 5px;
  background-color: #FFCE00;
  display: block;
  border: 0;
}

.konfig_outer_wrapper {
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  max-width: 1024px;
  margin: 0 20px;
  max-width: calc(100% - 40px);
}

.close_konfig_outer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media  all and (min-width: 1064px ) {
  .konfig_outer_wrapper {
    padding: 50px 100px;
    max-width: 1024px;
    margin: 0 auto;
  }

  .close_konfig_outer {
    right: 60px;
    top: 40px;
  }
}

.wp-block-woocommerce-product-categories.wc-block-product-categories ul li:first-child {
  display: none;
}

.cart_count_header {
  position: absolute;
  background-color: #DD0E2A;
  width: fit-content;
  padding: 5px;
  aspect-ratio: 1/ 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  top: 5px;
  right: 8px;
}

.nav-right-wrapper .icons span {
  background-color: #DD0E2A;
  border-radius: 50%;
  padding: 7px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  -epub-hyphens: auto;
}

h3 strong {
  font-weight: inherit;
}

.woocommerce-NoticeGroup-checkout li {
  list-style: disc;
  padding-left: 0;
}

.card-product .img-hold img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.woocommerce div.product div.images img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield_validation_message, body .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  color: #DD0E2A;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
}

body .gform_wrapper.gravity-theme .gfield_error legend, body .gform_wrapper.gravity-theme .gfield_error label, body .gform_wrapper.gravity-theme .gfield_required {
  color: #DD0E2A;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #DD0E2A;
}

.single-product .posted_in {
  display: none;
}