.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: none;
}

.product-container .add-to-cart-container {
  display: flex;
  gap: 10px;
}

.product-container .btn-primary.add-to-cart {
  max-width: 300px;
}

.product-container .product-info {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.product-container .product-reference-container {
  font-size: 16px;
}

.product-container .product-availability {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-container .product-info .type-selector .option {
  padding: 0 10px;
  border: 1px solid var(--color-secondary);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  flex: 1;
  font-size: 16px;
}

.product-info .type-selector {
  display: flex;
  width: fit-content;
}

.product-info .type-selector .option {
  padding: 0 10px;
  border: 1px solid var(--color-secondary);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  flex: 1;
  font-size: 13px;
}

.product-info .type-selector .option input[type="radio"] {
  display: none;
}

.product-info .type-selector .option:hover {
  background-color: var(--color-background);
}

.product-info .product-price-and-shipping {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-info .final-price,
.product-info .tax_price {
  font-weight: 600;
}
.product-info .current-price,
.product-info .old-price,
.product-info .unit-price {
  display: flex;
  gap: 5px 15px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

#product .product-info .current-price,
/*#product .product-info .old-price,*/
#product .product-info .unit-price {
  margin-bottom: 0.4rem;
}

.product-info .old-price,
.product-info .unit-price {
  color: var(--color-primary);
}

#product .product-info .current-price {
  color: var(--color-secondary);
}

.old-price .regular-price {
  gap: 5px;
}

.old-price .regular-price,
.old-price .vat-info {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.old-price .regular-price::before,
.old-price .vat-info::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: var(--color-secondary);
  top: 45%;
  left: 0;
  right: 0;
}

.product-info .discount-info{
  margin-bottom: 10px;
}

.product-info .discount-product {
  color: white;
  background-color: var(--color-secondary);
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

.product-features {
  margin-left: 0;
}

.product-features > dl.data-sheet dt.name {
  padding-left: 0;
}

.product-information .tabs {
  padding:0;
  margin:0;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even),
.product-features > dl.data-sheet dd.value:nth-of-type(even),
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
  background: none;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  background: none;
  border-bottom: 1px solid darkgray;
  font-size: 13px;
  font-weight: normal;
}

.product-container h1 {
  font-family: "Lora", sans-serif;
  font-size: 34px;
  font-weight: normal;
}

.product-information .product-description {
  margin-bottom: 1.25rem;
}
