/* special-product-values/inc/assets/css/special-product-values.css */


.custom-net-price {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.custom-net-price strong {
    color: #000;
    font-weight: bold;
}

.netto-placeholder {

}

.et_pb_wc_description {
	margin-bottom: 0 !important;
}

/* Stílus a variáció leírás konténerhez */
#zajstop-variation-description-container {
    margin-top: 0px;
    padding: 0px;
    border: none;
    background-color: transparent;
}


/* Minimalista CSS a nettó és bruttó ár megjelenítéséhez */
.boga-gross-price-container {
    margin-top: 10px;
  font-size: 32px;
  color: #587006;
  font-weight: bold;
}

.custom-net-price strong,
.boga-gross-price-container strong,
#zajstop-variation-description-container strong {
    font-weight: bold;
    color: #000; /* Vagy a termékár színével megegyező */
}

/* Ha szükséges, további stílusokat adhatsz hozzá */
/* Például a nettó és bruttó árak közötti távolság beállítása */
.custom-net-price + .boga-gross-price-container {
    margin-top: 5px; /* Kisebb távolság, ha egymás alatt vannak */
}

/* Egyéb vizuális korrekciók */
.woocommerce-Price-amount {
    display: inline; /* Hogy a span ne törjön sort */
}

/* Készlet státusz és szállítási idő */
.stock-status,
.delivery-time {
    display: inline-block; /* Vagy inline-block, ahogy illeszkedik a designhoz */
}

.stock-status.in-stock:before {
 content: url("/wp-content/uploads/grafika/szallitas-ikonok/raktari-atvetel.png");
 display: block;
    float: left;
    scale: 0.6;
    margin-top: -15px;
}

.stock-status.in-stock {
    color: #587006;
}

.stock-status.out-of-stock,
.delivery-time.unknown {
    color: red;
}

.stock-status.backorder,
.delivery-time.backorder {
    color: orange;
}

/* Gyártó stílus */
.product-brand {
    font-size: 1em;
    margin-top: 10px;
    color: #555;
}

/* Letölthető dokumentumok linkjei */
.acf-file-link {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 0;
    text-decoration: underline;
    color: blue; /* Vagy a link színed */
}

.acf-file-link:hover {
    color: darkblue;
}


#zajstop-variation-description-container-full {
	margin-top: 20px;
}


.boga-gross-price-container .price-unit {
	font-weight: normal;
  font-size: 22px;
}

.custom-document-link-wrapper .acf-file-link .document-link-text {
	color: #000;
  font-size: 20px;
  font-weight: 700;
}

.custom-document-link-wrapper .acf-file-link {
  text-decoration: none;
}

.custom-document-link-wrapper .acf-file-link:hover .document-link-text {
	color: #587006;
}