a.link-to-description{
	display: inline-flex;
    align-items: center;
    color: #3f4547;
    font-weight: 500;
    text-decoration: none;
    margin-top: 15px;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 14px;
    transition: all 0.2s ease;
}
a.link-to-description svg{
transition: transform 0.2s ease;
}
a.link-to-description:hover svg{
	transform: translateY(2px);
	ease: .2s
}
.param-label-icon{
	margin-right:7px;;
}


/* LINKGYŰJTEMÉNY GOMBOK KEZDETE */

.link-collection__links-wrapper .btn .btn-secondary{
	background-color:#ffffff;
	color: #121212;
	border-color: #121212;
}

/* LINKGYŰJTEMÉNY GOMBOK VÉGE */

/* GYAKORI KÉRDÉSEK OLDAL KEZDETE */
.gyik-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
		gap:20px;
}

.gyik-benefit {
    flex: 1 1 calc(25% - 20px); /* Négy oszlop széles legyen */
    padding: 20px;
    background-color: #fff; /* Fehér háttérszín */
    text-align: center;
    margin-bottom: 0px;

    border-radius: 20px; /* Lekerekített sarkok */
}
.gyik-benefit:hover{
	transform: translateY(-2px);
	filter:drop-shadow(0 10px 15px rgba(0, 0, 0, .25));
	transition: all .2s ease-in-out;
}


@media (max-width: 768px){

    .gyik-benefit:last-child {
        margin-bottom: 0;
    }
	.gyik-benefit{
		width:100%;
	}
}
/* GYAKORI KÉRDÉSEK OLDAL VÉGE */

/* RÖVIDLEÍRÁS KEZDETE */

.product-parameters ul{ /* rövid leírások lista*/
	list-style: url("https://agroboltonline.sandbox.shoprenter.hu/custom/agroboltonline/image/data/egyeb_kepek/short-desc-icon.svg");
}

.short-desc-gold-plate{/* rövid leírások upsell plate*/
	padding: 15px; border-radius:14px; background: linear-gradient(
  to left,
  #F2A80E,
  #F6B41B,
  #FED055,
  #F5AE0B,
   #FED055,
   #F5A527); 
 font-weight: 800;
	color:#422C17; 
	text-align:center; 
	margin: 5px;
	width:100%;
}

/* RÖVIDLEÍRÁS VÉGE */

/* TERMÉK HOSSZÚ LÍRÁSOK KEZDETE */

.product-desc-table{
	width:100%;
	border: 1px solid;
}
.product-desc-table th td{
	padding:5px;
	border: 1px solid;
}
.product-desc-table tr:nth-child(even) {
  background-color: #EEEEEE;
}

@media (max-width: 991.98px){
	.small-banner-container{
		display:none;
	}
}