.energetic-class {
  width: 30px;
  height: 30px;
  clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  display: grid;
  place-items: center;
  color: #fff;
}

/* .ec-a {
  background-color: #003300;
}

.ec-b {
  background-color: #0b3d0b;
}

.ec-c {
  background-color: #2e7d32;
}

.ec-d {
  background-color: #8a4b00;
}

.ec-e {
  background-color: #a84300;
}

.ec-f {
  background-color: #993300;
}

.ec-g {
  background-color: #8b0000;
} */

.ec-a {
  background-color: #003300;
  color: #ffffff;
}

.ec-b {
  background-color: #004d00;
  color: #ffffff;
}

.ec-c {
  background-color: #006400;
  color: #ffffff;
}

.ec-d {
  background-color: #7b3f00;
  color: #ffffff;
}

.ec-e {
  background-color: #993300;
  color: #ffffff;
}

.ec-f {
  background-color: #8b0000;
  color: #ffffff;
}

.ec-g {
  background-color: #5c0000;
  color: #ffffff;
}

.energetic-class span {
  left: 2px;
  position: relative;
}

/* PRODUCT CARD CUSTOM */

.product-card {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.product-card:hover {
  border: 1px solid var(--szron-dark-blue);
}

.product-card-body a {
  text-decoration: none !important;
}

.product-card h2 {
  font-size: 16px;
  min-height: 50px;
}

.product-card-image {
  height: 100px;
  object-fit: contain;
}

.product-card-price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #b32a2a;
  min-height: 21px;
}

.product-card-price-current {
  color: var(--szron-orange);
  font-size: 24px;
  font-weight: bold;
}

.product-card-price-brutto {
  color: #757575;
  font-size: 12px;
}

.product-card-brand {
  width: 50px;
  min-height: 42px;
  object-fit: contain;
}

.product-card-discount {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-light-green) !important;
  font-size: 18px;
}

/* PRODUCT CATEGORIES HOMEPAGE */

.homepage-product-categories {
  background-color: whitesmoke;
}

.homepage-product-categories a:hover .figure-caption {
  color: var(--szron-dark-blue);
  transition: color 0.3s ease;
}

.homepage-product-categories figcaption {
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
  text-align: center;
}

.homepage-product-categories figure {
  margin-bottom: 0px;
}

.homepage-product-categories a:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

.exception-tile {
  background-color: var(--szron-dark-blue) !important;
}

.exception-tile i {
  font-size: 62px;
  color: #fff;
}

.exception-tile span {
  font-family: "Bai Jamjuree", sans-serif;
  text-align: center;
  color: #fff !important;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 5px;
}

/* SINGLE PRODUCT WOOCOMMERCE */

.product-card-info-icon {
  font-size: 20px;
  fill: #666;
}

.product-card-info-link-chevron {
  font-size: 20px;
  color: #666666 !important;
}

@media (min-width: 992px) {
  .product-card-info-link-chevron {
    display: none;
  }
}

.product-info-card-title {
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif !important;
  font-size: 14px;
}

.product-info-card-description {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  color: #3a3a3a !important;
  font-weight: 400 !important;
}

.product-info-card-link {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  color: #2c3e50;
  display: none;
  font-weight: 400 !important;
}

.product-info-card-link:hover {
  color: var(--szron-orange);
}

@media (min-width: 992px) {
  .product-info-card-link {
    display: flex;
  }
}

@media (min-width: 992px) {
  .desktop-border-end {
    border-right: 1px solid var(--bs-border-color);
  }
}

.product-bar-list a {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none;
}

.product-bar-list a:hover {
  text-decoration: 1px underline;
}

.product-bar {
  position: sticky;
  top: 72px;
  z-index: 1056;
}

@media (min-width: 992px) {
  .product-bar {
    top: 100px;
  }
}

/* PRODUCT BAR ANCHORS */

#product-description, #product-attributes, #product-accesories {
  scroll-margin-top: 50px;
}

@media (min-width: 992px) {
  #product-description, #product-attributes, #product-accesories {
    scroll-margin-top: 80px;
  }
}

.product-bar-name {
  color: #fff;
}

.product-bar-add-to-cart {
  font-family: "Bai Jamjuree", sans-serif;
  color: #fff;
}

.product-bar-add-to-cart:hover {
  color: #fff;
  text-decoration: 1px underline;
}

.product-bar-price {
  font-family: "Bai Jamjuree", sans-serif;
  color: #fff !important;
  display: inline-block;
  border-bottom: 2px solid var(--szron-bar-lime);
  /*padding-bottom: 1px;*/
}

@media (min-width: 992px) {
  .product-bar-price {
    font-family: "Bai Jamjuree", sans-serif;
    color: #fff;
    font-weight: unset;
  }
}

.product-info span {
  font-family: "Bai Jamjuree", sans-serif;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.product-info .promo {
  background-color: var(--szron-dark-blue);
  color: #fff;
}

.product-info .new-product {
  background-color: #1e7e46;
  color: #fff;
}

.product-info .lowStock {
  background-color: #8b0000;
  color: #fff;
}

.product-info .preorder {
  background-color: #a65c00;
  color: #ffffff;
}

.product-manual-icon {
  fill: #f40f02;
}

.compatibility-wrapper .col {
  border-right: 1px solid var(--bs-border-color);
}

.compatibility-wrapper .col.no-border {
  border-right: none;
}

.compatibility-wrapper a {
  text-decoration: none !important;
}

.compatibility-wrapper a:hover .compatibility-title {
  text-decoration: 1px underline;
}

.compatibility-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  text-align: center;
  color: var(--szron-dark-blue);
}

.compatibility-price {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  text-align: center;
  color: var(--szron-price) !important;
  font-weight: bold;
}

.compability-wrapper img {
  min-height: 200px;
  opacity: 0.5;
}

/* WOO ATTRIBUTES */

.woocommerce-product-attributes {
  border: 1px solid var(--bs-border-color);
  width: 100%;
}

.woocommerce-product-attributes p {
  margin-bottom: 0px !important;
}

.woocommerce-product-attributes {
  border: 1px solid var(--bs-border-color);
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-product-attributes th, .woocommerce-product-attributes td {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 10px;
  font-family: "Bai Jamjuree", sans-serif;
}

.woocommerce-product-attributes tr:nth-child(even) {
  background-color: #f8f9fa;
}

.woocommerce-product-attributes th {
  border-right: 1px solid var(--bs-border-color);
}

.sticky-element {
  position: sticky;
  top: 120px;
  z-index: 10;
}

