@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
:root {
--main_font_family:Barlow, sans-serif;
--main_color:#4d9d42;
--main_black_color:#050505;
--main_light_black_color:#373a39;
--content_h1_size:3.2rem;
--content_h2_size:2rem;
--content_h3_size:1.6rem;
--content_h4_size:1.4rem;
--content_h5_size:1.2rem;
--content_h6_size:1rem;
--content_text_size:1.1rem
}
body {
	font-family: var(--main_font_family);
	margin: 0;
	padding: 0;
	font-size: 1rem;
letter-spacing:.025rem;
	color: var(--main_black_color)
}
.feedback_inner {
	background: #efefef
}
.feedback_text {
	font-size: 1.1rem;
	font-style: italic
}
.feedback_name {
	font-size: 1.25rem;
	font-weight: 700
}
.feedback_icon {
	width: 60px
}
.feedback_date {
	font-size: 1rem;
	font-style: italic
}
.feedback_rating {
	color: #e3bb00
}
.subcat_title_link {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	text-align: center
}
.subcat_title_link:hover {
	text-decoration: none
}
.subcat_title_link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: var(--main_color);
	transition: width .3s ease
}
.main_kategory_inner:hover .subcat_title_link::after {
	width: 50%
}
.item_page_desc {
	font-size: 1.1rem
}
.radius {
border-radius:.55rem
}
.mm-navbar__title {
	display: none
}
.card-header:hover {
	cursor: pointer
}
.upper {
	text-transform: uppercase
}
.termek_ar {
	font-size: 1.125rem;
	font-weight: 600
}
.termek_ar_akcios {
	font-size: 1.125rem;
	font-weight: 600
}
.termek_ar_netto {
font-size:.9rem
}
.menu_ikon_mobil {
	width: 25px
}
.menu_ikon {
	width: 20px
}
.arajanlat_input {
	background: var(--main_light_black_color);
	color: #fff
}
.header_search {
	background: var(--main_light_black_color);
	padding: 1rem;
	outline: none;
	border: 1px solid #ececec;
	border-radius: 10px
}
.header_search::placeholder {
color:#fff
}
.header_search::-webkit-input-placeholder {
color:#fff
}
.header_search:-ms-input-placeholder {
color:#fff
}
.header_search::-ms-input-placeholder {
color:#fff
}
.status0 {
	color: red;
	font-weight: 600
}
.status1 {
	color: #35b408;
	font-weight: 600
}
.item_list_page_price_1 {
	font-size: 1.25rem
}
.text-black {
	color: var(--main_black_color)
}
.save_product {
	width: 20px
}
.bgimage {
	width: 100%;
	height: 500px
}
.bgimage_title {
	font-weight: 500;
	font-size: 2.45rem
}
.bgimage_text {
	font-weight: 400;
	font-size: 1.25rem
}

.navbar_toggler_text {
font-size:.8rem
}
.breadcrumb-scroll-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap
}
.breadcrumb {
	flex-wrap: nowrap;
	display: inline-flex
}
.section_colored {
	background: var(--main_color)
}
.homepage_categori_link {
	font-size: 1.025rem
}
.module-head {
	position: relative;
	margin: 20px auto;
	text-align: center
}
.module-head-title, .module-head-title h1, .module-head-title h2 {
	color: var(--main_color);
	font-weight: 800;
	font-size: 3rem;
	display: inline-block;
	text-transform: uppercase
}
.module-head-title-2 {
	color: var(--main_black_color);
	font-weight: 600;
	font-size: 1.45rem;
	display: block;
	text-transform: uppercase
}
.slider-01 {
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto
}
.swiper-container {
	width: 100%;
	max-width: 100%;
	overflow: hidden
}
.swiper-slide img {
	width: 100%;
	height: auto
}
.swiper-slide {
	transition: opacity 1s ease-in-out;
	opacity: 0
}
.swiper-slide-active {
	opacity: 1
}
.swiper-scrollbar {
background-color:color: var(--main_primary_color)
}
.slide-content {
	position: absolute;
	bottom: 10%;
	left: 5%;
	background: #0009;
	padding: 20px;
	max-width: 600px
}
.swiper_slide_title {
	font-size: 2.025rem;
	font-weight: 500
}
.swiper_slide_text {
	font-size: 1.125rem
}
.nav_link_termekek {
	background: var(--main_color);
	cursor: pointer;
	color: var(--main_black_color)
}
.cart_count {
	color: red;
	display: block
}
.underline {
	text-decoration: underline
}
.site_logo {
	width: 300px
}
.nws_section {
	background: #ececec
}
.faq_title {
	font-size: 1.25rem
}
.faq_icon i {
	font-size: 1.25rem
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 998!important;
	top: 0;
	left: 0;
	background-color: #000;
	background-color: #000000d9
}
.line_through {
	text-decoration: line-through
}
.list_page_kedvezmeny {
	width: 60px;
	height: 60px;
	background: var(--main_color);
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 100%
}
.overlay .closebtn {
	position: absolute;
	top: 45px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: #fff
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 80%;
	text-align: center;
	margin: auto
}
.overlay input[type=text] {
	padding: 21px 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: #fff;
	color: #333;
	outline: none
}
.overlay button {
	float: left;
	width: 20%;
	padding: 22px 15px;
	background: var(--main_black_color);
	font-size: 1rem;
	border: none;
	cursor: pointer
}
.overlay button:hover, .nav_link_termekek:hover {
	opacity: .75
}
.bc-menu {
	position: absolute!important;
	z-index: 999!important;
	background: #fff;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
	top: 67px;
	width: 100%;
	overflow-y: scroll;
	max-height: 50vh;
	overflow-x: hidden
}
.autocomplete_link {
	cursor: pointer
}
.autocomplete_link:hover {
	text-decoration: underline
}
.fizetes_ikon {
	width: 60px;
	margin-bottom: 1rem
}
#save:hover {
	text-decoration: underline;
	cursor: pointer
}
.item_data_div {
	background: #efefef
}
.item_data {
	font-weight: 500
}
.item_data_2 {
	font-weight: 400
}
.nem_rendelheto {
	background: #f5f5f5
}
.main_item_title {
	line-height: 1.1rem
}
.cart_page_to_link:hover {
	text-decoration: none
}
.main_categori_bg {
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.main_categori_bg_link, .main_news_thumb, .main_product_thumb, .fooldal_ikon {
	transition: all .5s
}
.main_categori_bg_link:hover {
	text-decoration: none
}
.main_categori_text_title {
	font-size: 1.75rem;
	font-weight: 600;
	transition: all .5s;
padding:.85rem
}
.main_news_thumb:hover, div.item:hover .main_product_thumb {
	opacity: .75
}
.main_product_thumb:hover {
	opacity: .75
}
.main_categori_bg_link:hover .main_categori_text_title {
	background: #f5f5f5;
	color: var(--main_black_color)!important
}
.simple_logo {
	width: 50%
}
.footer {
	background: var(--main_color)
}
.footer_title {
	font-size: 1.2rem;
	font-weight: 700
}
.tiktok_ikon {
	width: 18px
}
.open_cookie_settings:hover {
	text-decoration: underline;
	cursor: pointer
}
.footer_link, .footer_text, .footer_tel {
	font-size: 1.045rem;
	font-weight: 500
}
#scroll-to-top {
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 10px;
	border: none;
	background-color: var(--main_black_color);
	color: #fff;
	cursor: pointer
}
#main {
	margin: 0
}
#main #faq .card {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid var(--main_black_color);
	border-radius: 0
}
#main #faq .card_last {
	border-bottom: 1px solid var(--main_black_color);
	border-radius: 0
}
#main #faq .card .card-header {
	border: 0;
	border-radius: 0;
	padding: 0
}
#main #faq .card .card-header .btn-header-link {
	color: var(--main_black_color);
	display: block;
	text-align: left;
	background: #fff;
	padding: 20px 10px
}
#main #faq .card .card-header .btn-header-link:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right
}
#main #faq .card .card-header .btn-header-link.collapsed {
	color: var(--main_black_color)
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f107"
}
#main #faq .card .collapsing {
	color: var(--main_black_color);
	line-height: 30px
}
#main #faq .card .collapse {
	border: 0
}
#main #faq .card .collapse.show {
	background: #fff;
	line-height: 30px;
	color: var(--main_black_color)
}
.content p {
	font-size: var(--content_text_size);
	font-weight: 400;
	line-height: 1.75rem
}
.content ul li, .content ol li {
	font-size: var(--content_text_size);
	font-weight: 400;
	margin: 5px 0
}
.content h1 {
	font-size: var(--content_h1_size)
}
.content h2 {
	font-size: var(--content_h2_size);
letter-spacing:.05rem
}
.content h3 {
	font-size: var(--content_h3_size)
}
.content h4 {
	font-size: var(--content_h4_size)
}
.content h5 {
	font-size: var(--content_h5_size)
}
.content h6 {
	font-size: var(--content_h6_size)
}
.header_data {
	background: var(--main_color)
}
.header_info_text {
	font-weight: 600;
	font-size: 1.035rem
}
.header_icon {
	width: 25px
}
.header {
	background: #fff;
	box-shadow: 0 8px 20px #ddd
}
.header_logo_link {
	position: relative;
	padding: 6px 10px;
	color: #212529;
	cursor: pointer
}
.header_logo_link:hover {
	text-decoration: none;
	color: #000
}
.nav-item {
	position: relative
}
.navbar li .nav-link {
	font-size: 1.1rem;
	text-align: center
}
.header_logo_image {
	max-width: 120px
}
.owl-stage h2 {
	line-height: 1.1rem
}
.owl-carousel, .owl-carousel .owl-item {
	position: static
}
.form_control_nws {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--main_black_color);
	background: #f5f5f5;
	text-transform: uppercase
}
.form_control_nws:focus {
	background: #f5f5f5
}
.section_title {
	font-weight: 600;
	font-size: 1.55rem;
	text-align: center
}
.main_item_title_to_link {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--main_black_color);
	line-height: 1.1rem
}
.item_list_page_kaucio, .item_list_page_berleti_dij {
	font-weight: 700;
	font-size: 1.155rem
}
.page_title {
	font-weight: 700;
	font-size: 2.55rem
}
.item_page_title {
	font-weight: 700;
	font-size: 1.775rem
}
.item_page_rent_prices {
	background-color: #efefef;
	border: 5px dashed var(--main_color)
}
.cart .cart-row {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: flex;
	padding: 20px 0
}
.cart_img {
	width: 60%
}
.cart .cart-row .item-title {
	font-size: 1.025rem;
	font-weight: 600
}
.cart_attr {
	font-weight: 500;
	font-size: 1.185rem
}
.remove_from_cart, .update_cart {
	color: var(--main_primary_color);
	font-size: 1.025rem
}
.cart .cart-row .cart-row--unit-price .price-text {
	color: var(--main_black_color);
	font-size: 1.025rem;
	font-weight: 600
}
.cart .cart-row .cart-row--subtotal .total-price-text {
	color: var(--main_black_color);
	font-size: 1.025rem;
	font-weight: 600;
	text-align: right
}
.cart_osszesen_text_2, .cart_page_to_link, .price-text, .item-title {
	font-weight: 500
}
.button {
	background: var(--main_color);
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
	text-align: center;
	padding: 1rem 1.45rem;
	border: 1px solid var(--main_color);
	display: inline-flex;
	align-items: center;
	transition: all .3s ease
}
.button2 {
	background: var(--main_light_black_color);
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
	text-align: center;
	padding: 1rem 1.45rem;
	border: 1px solid var(--main_light_black_color);
	display: inline-flex;
	align-items: center;
	transition: all .3s ease
}
.button:hover, .button2:hover {
	opacity: .75;
	text-decoration: none
}
.termekar1 {
	font-weight: 600
}
.item_desc, .item_page_infos {
	font-size: var(--content_text_size)
}
.fw400 {
	font-weight: 400
}
.fw500 {
	font-weight: 500
}
.fw600 {
	font-weight: 600
}
.event_title_link {
	font-size: 1.125rem
}
.event_div {
	background: #fff
}
.news_list_date {
font-size:.85rem
}
.section_colored {
	background: #efefef
}
.fooldal_ikon {
	width: 100px
}
.subcat_title_link {
	font-weight: 600;
	font-size: 1.45rem
}
.fooldal_ikon_cim {
	font-weight: 600;
	font-size: 1.45rem
}
.fooldal_ikon_text {
	font-weight: 400;
	font-size: 1.2rem
}
.adoszam {
font-size:.75rem
}
.site_message {
	color: #fff;
	font-size: 1rem;
	padding: 20px;
	letter-spacing: 1px
}
.pointer {
	cursor: pointer
}
#close_site_message {
	margin-left: 10px;
	cursor: pointer
}
.form_required {
	color: red
}
.form_title {
	font-weight: 600;
	font-size: 1.025rem
}
.card_body_rendelesek {
	background: #f5f5f5
}
.sub_kategori_title {
	font-size: 1.35rem
}
.delete_Kedvenc:hover {
	cursor: pointer;
	text-decoration: underline
}
.netto_ar {
font-size:.8rem
}
@media (min-width:1200px) {
.fooldal_ikon {
	transition: all .5s
}
.fooldal_ikon_div:hover .fooldal_ikon {
	transform: scale(1.125)
}
}
@media (max-width:992px) {
.akcio_img {
	width: 50px
}
.cart_img {
	width: 30%
}
.cart .cart-row .item-title, .cart .cart-row .cart-row--unit-price .price-text, .cart .cart-row .cart-row--subtotal .total-price-text {
	font-size: 15px
}
.site_logo {
	width: 200px
}
.main_item_title_to_link {
font-size:.95rem
}
.sub_kategori_title {
	font-size: 1.025rem
}
.module-head-title, .module-head-title h1, .module-head-title h2 {
	font-size: 1.75rem
}
.module-head-title-2 {
	font-size: 1.35rem
}
.page_title {
	font-size: 1.55rem
}
.item_data, .item_data_2 {
font-size:.85rem
}
.bgimage_title {
	font-size: 1.65rem
}
.faq_title {
	font-size: 1rem
}
.faq_icon i {
	font-size: 1rem
}
.nav-tabs .nav-item .nav-link {
padding:.5rem;
	font-weight: 400;
font-size:.9rem
}
.simple_logo {
	width: 80%
}
.subcat_title_link {
	font-size: 1.1rem
}
.feedback_icon {
	width: 40px
}
.swiper_slide_title {
	font-size: 1.25rem
}
.swiper_slide_text {
font-size:.85rem
}
}
.main_item_img_to_link {
	background-color: #fff;
	border-radius: 8px
}
.main_item_img_to_link img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.owl-stage {
	display: flex
}
.owl-item {
	display: flex;
	height: auto!important
}
.owl-item > div {
	flex: 1;
	display: flex;
	flex-direction: column
}
.button_img {
	width: 20px!important
}


.main_category {
    border: 3px solid var(--main_color);
    border-radius: .425rem;
    display: inline-block;
}

.main_category_title {
    font-weight: 500;
}
.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}