/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
	font-weight: 400;
  	font-style: normal;
}

h1, h2, h3, button {
    font-family:  sans-serif;
}
*/

.search-module .form-control{
	font-size: .9rem; 
	background-color:#F7F8FA;
	border-radius: 25px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.search-module .input-group-append{
	padding: 2px;
}

.search-module .input-group-append button{
	background-color: #F7F8FA;
	color: black;
	border-color: black;
	border-radius: 25px;
	border: none;
}





/* Kedvencek ikon fent kör legyen */
.header-cart-icon.btn, .header-icon-box{
	 border-radius: 100%;
}

/* Header: telefonszám elférjen  */
.header-top-left{
	width: 50%;
}

/* A banner kép középen legyen  */
.slick-slide img{
	display: block;
 	margin-left: auto;
 	margin-right: auto;
	max-width: 100%;
}


/* Lent (footer) az év, tel, email középen legyen */
.footer-copyright{
    text-align: center;
}

/* Lent (footer) kisebb legyen a magasság  */
@media (min-width: 992px){ 
	.footer-bottom{
		height: 50px;
	}
}

/* A jobb oldalt a felfele nyíl kör legyen */
.scroll-top-button{
    border-radius: 100%;
    padding: 20px;
}

/* A kategoria kép alatt egy szürke rész  */
.category-card-body{
	padding: 1rem;
    width: 100%;
    background: lightgrey;
}


/* !!!!!!!!!!!!!!A fejrészbe a belépés lejebb legyen, logo miatt kell */
.header-middle .nav-link{
	margin-top: 15px;
}

/* Fő cikcsoport, lenyiló --> nincs vonal, szélesebb, tobb hely */
.sf-horizontal .children .nav-item .nav-link{
	border-top: none;
}

.sf-horizontal .children{
	min-width: 228px;
}

.sf-horizontal .children > li{
	padding-top: 3px;
}

/* Nagyobb legyen fent a kereső */
.search-module .form-control {
    width: 26rem;
}

/* A találatok szükitése, és a személyes átvétel bal oldalt szürke legyen */
.module.side-position {
    background-color: #F2F2F2;
}

/* A termék szürönek legyen kerete bal oldalt */
#paf_filter.module.side-position {
    border: 1px solid #d8d8d8;
}

/* Banner felírat, árnyék a betüknek  */
.banner-items-subtitle {
    text-shadow: 1px 1px black;
}

.banner-items-title  {
    text-shadow: 2px 2px black;
}

/* Banner címe kisebb legyen */
@media (min-width: 992px){
	.banner-items-title{
		 font-size: 3.0rem;	
	}
}

/* Megközelités menü, bal oldala bejebb legyen  */
.megkozelites_info{
	margin-left: 15px;
}

.header-bottom-line{
	margin-top: 10px;
}

.sf-horizontal > .category-list > .nav-link {
	letter-spacing: 1px;
    padding: 20px 18px 18px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
}

/* .svg logo nem jelenik meg safariba és firefox-on, kell egy szélesség és magasságot megadni */
.navbar-brand{
	padding-top: 0px;
	padding-right: 0rem;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 90px;
	width: 180px;
}

.mobile-navbar-brand img{
	width: 100px;
	height: 60px;
}

/* Webáruházunkon regisztráció nélkül is vásárolhat! ---> alul és fent kisebb legyen a fehér rész */
@media (min-width: 768px){
	.home-position {
    margin-bottom: 2rem;
	}
}

@media (min-width: 768px){
	.home-position:not(.product-module) .module-body {
		margin-top: 5px;
	}
}

/* Mobilnál a banner alatt lévő két "Akció vagy más egyébb" kép közzött legyen pici hely  */
@media (max-width: 767.98px){
	.kickerimage-section-body .kickerimage-row .card {
   	 margin-bottom: 10px;
	}
}

/* Összes gyártó, nagyobb legyen a logó  */
@media (min-width: 1200px){
	.col-xl-1 {
		flex: 0 0 12.33333%;
		max-width: 12.33333%;
	}
}

/* sticky modul */
/*
@media (max-width: 1200px){
	.sticky_left{
		display: none;
 	}
}

.sticky_a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.sticky_left {
  z-index: 100000;	
  position: fixed;
  top: 400px;
  left: 0px;	
}
.sticky_left ul {
  padding: 0px;
  transform: translate(-280px, 0);
}
.sticky_left ul li {
  display: block;
  margin: 5px;
  background: #4267B2;
  width: 330px;
  text-align: right;
  padding: 12px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.sticky_left ul li:hover {
  transform: translate(135px, 0);
  background: #4267B2;
}
.sticky_left ul li:hover a {
  color: #fff;
}
.sticky_left ul li:hover i {
  color: #282729;
  background: #fff;
  transform: rotate(360deg);
  transition: all 1s;
}
.sticky_left ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  transform: rotate(0deg);
}
*/

/* Bal oldalt az új márka modul fehér hátér legyen */
#customcontent14, #customcontent6{
	background-color: white;
}

/* Azonnali elérhetőség 

.contact-information-box{
	width: 100%;
	transform: translateY(-36px);
	transition: 0.4s;
	background: #222;
	color:#fff;
	padding: 5px;
	position: fixed;
    top: 0px;
    left: 0;
	z-index:1986;
}
.nanobar {
    z-index:1987;
}
.fixed{
	transition: 0.3s;
	transform: translateY(0px);

}
.contact-information-box .container br {
	display:none;
}

@media (max-width:992px){
	.contact-information-box{
		padding: 15px 5px 5px 5px;
	}
	.contact-information-box .container span {
	display:none;
	}
	.contact-information-box .container br {
	display:block;
	}
}
 */

/* Kisebb legyen a banner alati fehér rész */
.slider-container{
	margin-bottom: 0rem;
}

/* Mobilon a banneren nincsenek a pontok */
.mobile-dots{
	display: none;
}

/* Színeknél ha kép van akkor is kerek legyen a kép */
.list-icon .variable .icon img {
    border-radius: 60px;
}

/* Banner alatti 2 kép ne legyen olyan sötét */
.kickerimage-section-body .kickerimage-card-img-overlay {
    background-color: rgba(40, 39, 41, 0.1);
}

/* BANNER  */
/* Az első banneren 575 pixel felett nem látszanak a szövegek 
*/
@media (min-width: 575px){
	#slick-slide00 .banner-items-title{
       display: none;
     }
	#slick-slide00 .banner-items-subtitle{
       display: none;
     }
	#slick-slide00 .banner-items-button{
       display: none;
     }
}

/* A második banneren 575 pixel felett nem látszanak a szövegek */
@media (min-width: 575px){
	#slick-slide01 .banner-items-title{
       display: none;
     }
	#slick-slide01 .banner-items-subtitle{
       display: none;
     }
	/* #slick-slide01 .banner-items-button{
       display: none;
     }*/
}

/* A harmadik banneren 575 pixel felett nem látszanak a szövegek
@media (min-width: 575px){
	#slick-slide02 .banner-items-title{
       display: none;
     }
	#slick-slide02 .banner-items-subtitle{
       display: none;
     }
	#slick-slide02 .banner-items-button{
       display: none;
     }
}
*/

/* A negyedik banneren 575 pixel felett nem látszanak a szövegek
@media (min-width: 575px){
	#slick-slide03 .banner-items-title{
       display: none;
     }
	#slick-slide03 .banner-items-subtitle{
       display: none;
     }
	#slick-slide03 .banner-items-button{
       display: none;
     }
}


/* Klímák, szerelési opció (csomag ajánlat) */
.product-option-name {
    color: black;
    font-weight: 800;
}

.product-card-description .klimaimg{
	width: 40% !important;
}

/* Termék rövid leírás  */
.free_shipping_img{
	width: 100%; 
	height: auto;
}

.mashol_olcsobban_latta_text{
	color:#05a3ed; 
	font-size: 1.2rem;
}

.kerje_itt_button{
	color: black; 
	background: white; 
	padding: 12px 40px; 
	cursor: pointer;
	display: block;
    margin: 0 auto;
}

/* Klima kategoria lenyiló rész */
.menu-icon{
	margin-right: 5px;
    margin-bottom: 5px;
}

.list-unstyled a{
	line-height: 1.6rem;
}

.kategoria-lista a{
	color: #666;
}

.kategoria-lista a:hover{
	color: black!important;
	background-color: white!important;
	font-weight: 500;
}

.main-categori-text{
	color: black!important;
}

.main-categori-text:hover{
	color: black!important;
	background-color: white!important;
}

/* kat alatt fehér rész egybe */
/* .sf-horizontal li.align-0 .children{ */
.sf-horizontal li.align-0 .children{
	left: 0;
    right: 0;
    position: fixed;
}

.subtree-dropdown.children, .subtree-dropdown-inner {
    width: 100% !important;
    height: auto !important;
}

/* Belépés, Kosár kerek legyen */
.nav-item-login-icon{
	border-radius: 100%;
}
.header-cart-icon{
	border-radius: 100%;
}

/* 2 sorba legyen a termék címe */
.product-card-title{
	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;  
 	 overflow: hidden;
}

/* Ne legyen filter a főoldalon lent a márka logoknak */
.manufactureroffer-row .manufacturer-card-image {
	filter: none;
}

/* Szürés kék legyen a pipa */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #05a3ed;
}

/* Termékkártyának legyen egy shadow-ja */
.product-snapshot:hover{
	box-shadow: 1px -2px 12px 4px #ece6e6;
}

/* Termékkártyán a kék kosár gomb kisebb legyen */
.button.btn.btn-primary.button-add-to-cart{
/* 	    line-height: 5px; */
		padding: 11px;
	    background-color: #1ab6ff;
    	border-color: #1ab6ff;
}


.btn-primary:hover {
    color: white;
}


/* HANSGROHE ÜRLAP */

/* Ürlap kitöltése után, köszönö oldal */
.success-page .page-body{
	padding-top: 45px;
	font-size: 0.975rem;
	font-weight: 400;
}

/*  */
.hansgrohe-urlap-p{
    text-align: justify;
}

.modal-header-hansgorhe{
	background-color: #05a3ed;
    color: white;
}

.hansgrohe-felsorolas{
	margin-left: 1.5rem;
}

.modal-p-hansgorhe{
    padding: 1rem;
    margin-bottom: 0px;
    text-align: justify;
	font-weight: 600;
}

.my-custom-scrollbar {
	position: relative;
	height: 200px;
	overflow: auto;
}
.table-wrapper-scroll-y {
	display: block;
}

/* Ürlap lent tovább gomb */
#form-element-submit_button{
	background-color: #05a3ed;
    color: white;
    border: 2px solid transparent;
    padding: 13px 21px;
}
/* HANSGROHE ÜRLAP VÉGE*/

/* Oldalakról bal oszlop elrejtése */
body.information-page-body:not(.rps-resultpage-body) div.main-container aside.column-left {
	 display: none;
}
/* Oldalakról bal oszlop elrejtése VÉGE */

/* Lent a seo szövegnek legyen top paddingja */
.footer-seo {
	padding-top: 2rem;
}

/* Kategoria hansgrohe fekete háttér főoldal 
#cat_984{
	background-color: #282729;
}
*/
/* Kategoria tres fekete háttér főoldal */
#cat_1620{
	background-color: #282729;
}

/* kategoria oldalon a kategoria kép alatt ugyan olyan magass legyen a kategoria neve */
.category-card-body {
	min-height: 4.5rem;
}

/* Gyártó kategoria eltüntetése */
#cat_1126{
	display: none;
}

/* USP footer  */
.footer-advantages{
	background-color: white;
	color: black;
}
.footer-advantage-subtitle{
	font-weight: 400;
}


/* Lenyilo tobb > kiemelése */
.tobb_link{
	color: black!important;
    font-weight: 500;
}

/* Nap terméke modul */
.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot {
  box-shadow: 1px -2px 12px 4px #ece6e6!important;
}

.beerkezes-stock-text{
	padding-top:15px
}

#cat_8615{
	background-color: black;
	text-shadow: 2px 2px 5px red;
}

/*  */
.sr-cart-table .row-danger-box {
	background: #ECECEC;
    color: black;
}
.sr-cart-table .row-danger {
    border: 2px solid #ECECEC!important;
}

/* Termekoldalon a leíras résznél kék legyen ha kattintás van */
.product-page-nav-tabs .nav-item.show .nav-link, .product-page-nav-tabs .nav-link.active{
	background-color: #05a3ed;
	color: white;	
}

/* ár alatt parameter  */
.parameter-info-i{
	padding: 10px;
	font-weight: bold;
}

/* termékeoldalt a nagykép alatt  */
.product-image-outer img  {
	border-radius: 25px;
}

/* termékeoldalt leírások, paraméterek...  */
.product-page-nav-tabs .nav-item.show .nav-link, .product-page-nav-tabs .nav-link.active {
    border-radius: 25px;
}

/* termékeoldalt kosár rész  */
.flypage .product-cart-box {
    border-radius: 25px;
}

@media (max-width: 767.98px){
	.flypage .product-cart-box {
   	 border-radius: 0px;
	}
}

/* termékeoldalt főkép  */
.product-image-main {
    border: 0px solid #e2e2e2;
}


body.home-body .module-customcontent11-wrapper {
  display: none;
}


/* Paraméter on */
.parameter-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}


.parameter-table tr:nth-child(even) {
    background-color: #e8e8e8;
}

.table-bordered td, .table-bordered th {
	border: 0px solid #e9ecef;
    border-bottom: 1px solid white!important;
}

.parameter-table td {
    padding: 8px 10px;
    font-weight: bold;
    color: #333;
}

.parameter-table td + td {
    font-weight: normal;
    color: #666;
}

/* Paraméter off */

/* Ingyenes szállitás */
.ingyenes-szallitas-info{
	text-align: center;
    background-color: #8abc45;
    color: white;
    padding: 5px;
    border-radius: 25px;
    font-weight: 500;
	margin-bottom: 15px;
}

.ingyenes-szallitas-szeretnel-info{
    text-align: center;
    background-color: #e7762e;
    color: white;
    padding: 5px;
    border-radius: 25px;
    font-weight: 500;
	margin-bottom: 15px;
}

/* Korás gomb */
.product_table_addtocartbtn .button-add-to-cart {
    background-color: #007bff; /* Eredeti kék szín */
    border-color: #0599de!important;
    color: #fff;
    position: relative;
    overflow: hidden; /* Fontos, hogy a hover effekt csak a gombon belül jelenjen meg */
    transition: background-color 0.4s ease;
}

.product_table_addtocartbtn .button-add-to-cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 139, 0.2); /* Sötétebb kék szín */
    transition: width 0.5s ease; /* A szélesség változik */
    z-index: 1; /* A háttér a szöveg mögött maradjon */
}

.product_table_addtocartbtn .button-add-to-cart:hover::before {
    width: 100%; /* Kitölti az egész gombot balról jobbra */
}

.product_table_addtocartbtn .button-add-to-cart span {
    position: relative;
    z-index: 2; /* A szöveg maradjon a sötétebb szín előtt */
    transition: color 0.4s ease;
}

.product_table_addtocartbtn .button-add-to-cart:hover span {
    color: #fff; /* A szöveg fehér marad */
}


/* matrica nem jo nem kell, scriptes
.custom-badge {
    background-color: #8abc45;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
}


.custom-badge-akcio{
    background-color: #D00301;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    margin-top: 2px;
}
*/


/* rendeles rövid leíras */
.redeles_egyeztetes {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 5px;
    color: #333;
    max-width: 400px;
}

/* Matrica új */
/* Az eredeti háttérkép teljes felülírása és kék háttér beállítása */
.badgeitem-content.badgeitem-content-id-17 .badgeitem {
    background: #05a3ed !important;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin-top: 2px;
	width: auto!important;
    height: auto!important;
}

/* Ikon megjelenítése a badge szöveg előtt*/
.badgeitem-content.badgeitem-content-id-17 .badgeitem::before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #ffffff;
	margin-right: 5px;
}

/* Matrica ingyenes */
/* Az eredeti háttérkép teljes felülírása és kék háttér beállítása */
.badgeitem-content.badgeitem-content-id-13 .badgeitem {
    background: #8abc45 !important; /* Kék háttér, az eredeti kép eltüntetése */
    color: #ffffff; /* Szöveg színe */
    padding: 5px 10px; /* Belső margó */
    font-size: 11px; /* Szöveg mérete */
    font-weight: bold; /* Félkövér betű */
    border-radius: 25px; /* Kerekítés */
    display: inline-flex; /* Ikon és szöveg egymás mellett */
    align-items: center; /* Középre igazítás vertikálisan */
    text-align: center; /* Középre igazítás horizontálisan */
	margin-top: 2px; /* Felső margó */
	/*width: auto!important;*/
    height: auto!important;
}

/* Ikon megjelenítése a badge szöveg előtt */
.badgeitem-content.badgeitem-content-id-13 .badgeitem::before {
    content: "\f0d1"; /* FontAwesome ikon kódja */
    font-family: "Font Awesome 5 Free"; /* Font Awesome betűtípus, ha ezt használod */
    font-weight: 900;
    font-size: 11px; /* Ikon mérete */
    color: #ffffff; /* Ikon színe */
	margin-right: 5px;
}

/* Matrica akciós*/

.badgeitem-content.badgeitem-content-id-16 .badgeitem {
    background: #D00301 !important;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    text-align: center;
	margin-top: 2px;
	width: auto!important;
    height: auto!important;
}


.badgeitem-content.badgeitem-content-id-16 .badgeitem::before {
    content: "\f295";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #ffffff;
	margin-right: 5px;
}
/* Matrica akciós vége*/


/* kosár alatt elérhetöség */
.elerhetoseg-termekoldal{
	border: 1px solid grey;
    border-radius: 25px;
    margin-top: 15px;
    padding: 10px;
    text-align: center
}

.elerhetoseg-prod-links{
	font-weight: 600;
}

@media (max-width: 1429px) {
    .elerhetoseg-termekoldal .content h4 {
        font-size: 1rem;
    }
}

/* hogyan fizethetek */

.payment-info-s{
    color: black;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px;
}

.payment-info-s:hover{
	text-decoration: underline;
	color: #0481bb;
}

.js-add-to-wishlist{
	color: black;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px;
}


/* Akciós matrica - háttér, ikon és szöveg hozzáadása csak a badgeitem-content-id-6 elemre */
.badgeitem-content.badgeitem-content-id-6 .badgeitem {
    background: #D00301 !important; /* Piros háttér */
    color: #ffffff;
    padding: 5px 10px; /* Egységes padding */
    font-size: 11px; /* Betűméret egységesítése */
    font-weight: bold;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: left; /* Balra igazítás */
    text-align: left;
    margin-top: 2px;
    width: auto !important;
    height: auto !important;
}

/* Ikon megjelenítése az "AKCIÓS" szöveg előtt - csak a badgeitem-content-id-6 elemre */
.badgeitem-content.badgeitem-content-id-6 .badgeitem::before {
    content: "\f295"; /* Font Awesome ikon kódja a % szimbólumhoz */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #ffffff;
    margin-right: 5px;
    display: inline-block;
}

/* "AKCIÓS" szöveg megjelenítése külön a háttéren - csak a badgeitem-content-id-6 elemre */
.badgeitem-content.badgeitem-content-id-6 .badgeitem::after {
    content: "AKCIÓS"; /* Fix szöveg */
    font-family: Arial, sans-serif; /* Alap betűtípus */
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}


/* Matrica Top termek */
/* Az eredeti háttérkép teljes felülírása és kék háttér beállítása */
.badgeitem-content.badgeitem-content-id-18 .badgeitem {
    background: black !important;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin-top: 2px;
    width: auto!important;
    height: auto!important;
	white-space: nowrap;
}

/* Ikon megjelenítése a badge szöveg előtt */
.badgeitem-content.badgeitem-content-id-18 .badgeitem::before {
    content: "\f54e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #ffffff;
    margin-right: 5px;
}
.badgeitem-text{
	color: white!important;
}
/* Matrica Top termek */


/* Klimaszerelés opcio */
.klima-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: .5rem;
}

.klima-box .product-option-name {
  font-weight: 600;
  font-size: 1rem;
}

.klima-box .text-info {
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.klima-box .text-info:hover {
  text-decoration: underline;
  color: #05a3ed !important;
}

.klima-box .fa-circle-info {
  color: #05a3ed;
  font-size: 1rem;
  margin-right: 5px;
}

.klima-box select.form-control {
  max-width: 100%;
  margin-top: 0.5rem;
}
/* Klimaszerelés opcio vége */


.formFooter-leftSide{
	display: none;
}

.formFooter-rightSide{
	display: none;
}