.elony-kartya {
    border: 0;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.elony-kartya:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.elony-ikon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: rgba(var(--bs-light-rgb), 0.1);
    color: var(--thm-color);
    font-size: 30px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.elony-kartya:hover .elony-ikon {
    background-color: var(--thm-color);
    color: #fff;
    transform: scale(1.08);
}

.termek-kategoria-kartya {
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.termek-kategoria-kep {
	transition: transform 0.6s ease;
}

.termek-kategoria-overlay {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.35) 55%,
		rgba(0, 0, 0, 0.08) 100%
	);
	transition: background 0.35s ease;
}

.termek-kategoria-tartalom {
	z-index: 2;
	transition: transform 0.35s ease;
}

.termek-kategoria-cim {
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.termek-kategoria-vonal {
	width: 40px;
	height: 3px;
	border-radius: 50rem;
	background-color: currentColor;
	transition: width 0.35s ease;
}

.termek-kategoria-kartya:hover {
	transform: translateY(-6px);
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.22) !important;
}

.termek-kategoria-kartya:hover .termek-kategoria-kep {
	transform: scale(1.08);
}

.termek-kategoria-kartya:hover .termek-kategoria-overlay {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.28) 60%,
		rgba(0, 0, 0, 0.04) 100%
	);
}

.termek-kategoria-kartya:hover .termek-kategoria-tartalom {
	transform: translateY(-4px);
}

.termek-kategoria-kartya:hover .termek-kategoria-vonal {
	width: 80px;
}

@media (prefers-reduced-motion: reduce) {
	.termek-kategoria-kartya,
	.termek-kategoria-kep,
	.termek-kategoria-overlay,
	.termek-kategoria-tartalom,
	.termek-kategoria-vonal {
		transition: none;
	}
}

#news-slider .owl-stage {
    display: flex;
}

#news-slider .owl-item {
    display: flex;
    height: auto;
}

#news-slider .owl-item > .post-slide {
    width: 100%;
    height: 100%;
}

.form-check-input:checked {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
}

.product-grid {
    height: 100%;
}

.product-content {
    flex: 1 1 auto;
}

.product-button-group {
    margin-top: auto;
}

.product-grid .product-image .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 280px; */
    overflow: hidden;
}

.product-grid .product-image .image img {
    display: block;
    position: static !important;
    inset: auto !important;

    width: 100% !important;
    /* height: auto !important; */
    max-width: 100%;
    height: 280px;

    object-fit: contain;
    flex-shrink: 0;
    margin: auto 0;

    background: transparent;
}

.product-grid .price {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.product-grid .price del {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.6;
}

#kereso_ac_doboz {
    background-color: #fff;
    width: 600px;
    /* height: 100px; */
    z-index: 9;
    position: absolute;
	display: none;
	padding: 10px;
	border: 1px solid #ddd;
	right: 0;
	text-align: left;
}
.kereso_ac_doboz_kiemelt_talalat {
	font-weight: bold;
	color: #78BE20;
}
.kereso_ac_doboz_termekek {
	width: 275px;
	float: left;
}
.kereso_ac_doboz_termekek ul {
	padding-left: 10px;
}
.kereso_ac_doboz_akciok {
	width: 274px;
	float: left;
	margin-left: 10px;
}
#kereso_ac_doboz h5 {
	font-weight: bold;
	line-height: 16px;
    font-size: 14px;
}
#kereso_ac_doboz a {
	color: #333333;
}
#kereso_ac_doboz a:hover {
	color: #F99406;
}
.kereso_ac_doboz_kategoria_title {
	margin-top: 4px;
	padding-top: 5px;
	margin-bottom: 4px;
	border-top: 1px solid #ddd;
}
.kereso_ac_doboz_akciok_termekek {
	float: left;
	width: 100%;
}
.kereso_ac_kep_helye {
	width: 70px;
	text-align: center;
    /* display: inline-block; */
	float: left;
    margin-bottom: 8px;
}
.kereso_ac_doboz_akciok img {
	width: 70px;
	margin-right: 10px;
}

.atf-search-form:has(#kereso_ac_doboz[style*="display: block"]) {
    overflow: visible;
}

.search-category-link .badge {
    line-height: 1;
    padding: 0.3em 0.5em;
    transform: translateY(-1px);
}

.kephelper-nagy {
    max-height: 450px;
    width: auto !important;
    margin: 0 auto;    
}

.atf-menu-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.atf-menu-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

@media (min-width: 992px) {
    .atf-menu-link:hover::after {
        width: 100%;
    }
}

.atf-menu-link.atf-menu-active::after {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .atf-nav .atf-nav-list ul {
        width: 250px;
    }
}

#product-slider-1 .owl-stage {
    display: flex;
}

#product-slider-1 .owl-item {
    display: flex;
    height: auto;
}

#product-slider-1 .owl-item > .product-grid {
    width: 100%;
    height: 100%;
}

#product-slider-2 .owl-stage {
    display: flex;
}

#product-slider-2 .owl-item {
    display: flex;
    height: auto;
}

#product-slider-2 .owl-item > .product-grid {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .atf-bg {
        background-position: right center;
    }
}

.grecaptcha-badge {
  bottom: 150px !important;
}