@font-face {
    font-family: 'AllianzNeoRegular'; /* Ez lesz a font neve */
    src: url('/fonts/allianz_neo_webfonts/eot/AllianzNeoW01-Regular.eot'); /* Az alap eot fájl */
    src: url('/fonts/allianz_neo_webfonts/eot/AllianzNeoW01-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/allianz_neo_webfonts/woff2/AllianzNeoW01-Regular.woff2') format('woff2'), /* Modern böngészők */
         url('/fonts/allianz_neo_webfonts/woff/AllianzNeoW01-Regular.woff') format('woff'), /* Régebbi böngészők */
         url('/fonts/allianz_neo_webfonts/ttf/AllianzNeoW01-Regular.ttf') format('truetype'), /* TrueType formátum */
         url('/fonts/allianz_neo_webfonts/svg/AllianzNeoW01-Regular.svg#CustomFont') format('svg'); /* SVG támogatás */
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family:"Allianz Neo";
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-Light.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-Light.woff) format("woff")
}
@font-face{
	font-family:"Allianz Neo";
	font-style:italic;
	font-weight:300;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-LightItalic.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-LightItalic.woff) format("woff")
}
@font-face{
	font-family:"Allianz Neo";
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-Regular.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-Regular.woff) format("woff")
}
@font-face{
	font-family:"Allianz Neo";
	font-style:italic;
	font-weight:400;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-Italic.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-Italic.woff) format("woff")
}
@font-face{
	font-family:"Allianz Neo";
	font-style:normal;
	font-weight:600;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-SemiBold.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-SemiBold.woff) format("woff");
}
@font-face{
	font-family:"Allianz Neo";
	font-style:italic;
	font-weight:600;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-SemiBoldIt.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-SemiBoldIt.woff) format("woff");
}
@font-face{
	font-family:"Allianz Neo";
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-Bold.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-Bold.woff) format("woff");
}
@font-face{
	font-family:"Allianz Neo";
	font-style:italic;
	font-weight:700;
	font-display:swap;
	src:url(/fonts/allianz_neo_webfonts/woff2/AllianzNeoW04-BoldItalic.woff2) format("woff2"),
	url(/fonts/allianz_neo_webfonts/woff/AllianzNeoW04-BoldItalic.woff) format("woff");
}

:root {
  --black: #000; 
  --dark: #333; 
  --wgold: #fff5d9; 
  --blue: #ffdc73; 
  --darkblue: #bf9b30; 
  --darkblue: #bf9b30; 
  --white: #fff; 
  --blue: #003781; 
  --ablue: #003781; 
  --ablue2: #006192; 
  --alightblue: #0174b2; 
  --darkblue: #0a274f; 
  --lightgrey: #e9e9e9; 
  --grey: #414141; 
  --lightgrey0: #f2f2f2; 
}

body {
	font-family: "Allianz Neo", serif;
	font-weight: 300;
	background-color: #fff;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	color: var(--grey);
}

.body-wrapper {
	height:100%;
	
}

h1 {
  font-size: 41px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

h2 { font-size: 25.6px;  }	
h3 { font-size: 1.2rem; margin-bottom:10px;}
h4 { font-size: 16px; }
h5 { font-size: 0.9rem;}
h6 { font-size: 0.8rem;}

b { font-weight: 600; }
strong { font-weight: 600; }

a {
  color: var(--ablue);
  text-decoration: underline;
}

p { }

.border-blue { border-color: var(--darkblue)!important; }
.border-ablue { border-color: var(--ablue)!important; }

.bg-lightgray {
background-color: #efefef;
}

.bg-ablue {
	background-color: var(--ablue);
	color: #fff;
}

.bg-ablue a {
	color: #fff!important;
}

.txt-ablue {
	color:  var(--ablue);!important;
}

.bg-gray {
 background-color: var(--lightgray);
}

.bg-black {
	background-color: #000;
	color: #fff;
}

.btn-info {
	color:#fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.txtWhite { color:#fff!important; }

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-white {
  color: var(--darkblue);
  background-color: #fff;
  border: 1px solid var(--darkblue);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #fff;
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}

.btn-gold {
  color: var(--dark);
  background-color: var(--blue);
  border: 1px solid var(--darkblue);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active {
  color: var(--white);
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}

.btn-ablue {
  color: #fff;
  background-color: var(--ablue);
  border: 1px solid var(--ablue);
}

.btn-ablue:hover,
.btn-ablue:focus,
.btn-ablue:active,
.btn-ablue.active {
  color: var(--white);
  background-color: var(--alightblue);
  border-color: var(--alightblue);
}


.btn-icon {
  color: var(--alightblue);
  background-color: transparent;
  border: 0px;
}

.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active,
.btn-icon.active {
  color: var(--alightblue);
  background-color: transparent;
  border: 0px;
}


.btn-alightblue {
  color: var(--alightblue);
  background-color: transparent;
  border: 1px solid var(--alightblue);
}

.btn-alightblue:hover,
.btn-alightblue:focus,
.btn-alightblue:active,
.btn-alightblue.active {
  color: var(--white);
  background-color: var(--alightblue);
  border-color: var(--alightblue);
}


.btn-ablueBig {
  color: var(--white);
  background-color: var(--ablue);
  border: 1px solid var(--ablue);
  line-height: 24px;
  font-size: 16px;
  padding: 14px;
}

.btn-ablueBig:hover,
.btn-ablueBig:focus,
.btn-ablueBig:active,
.btn-ablueBig.active {
  color: var(--white);
  background-color: var(--alightblue);
  border-color: var(--alightblue);
}


.btn-darkblue {
  color: #fff;
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
}

.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active {
  color: var(--ablue);
  background-color: #fff;
  border-color: var(--darkblue);
}

.btn-solid {
  color: var(--black);
  background-color: transparent;
  border: 0px solid transparent;
  margin: 0;
  padding: 0;
}

.btn-solid:hover,
.btn-solid:focus,
.btn-solid:active,
.btn-solid.active {
  color: var(--black);
  background-color: transparent;
  border: 0px solid transparent;
}

.btn-whitegold {
  color: var(--darkblue);
  background-color: var(--white);
  border: 1px solid var(--darkblue);
}

.btn-whitegold:hover,
.btn-whitegold:focus,
.btn-whitegold:active,
.btn-whitegold.active {
  color: var(--dark);
  background-color: var(--blue);
  border-color: var(--darkblue);
}

.headerIcon {
	width: 24px;
	color: var(--blue);
	display:inline-block;
}

#header {  
	padding-top:15px; 
	background-color: rgba(255,255,255,1); 
	box-shadow: 0px 0px 7px #acacac;
}
#header .headerCol1 {  
	
}
#header .headerCol2 {
	
}
#header .headerCol3 {
  justify-content: flex-end;
  text-align: right;
}
.notloginTop {  
	background-color: #fff;
	padding:15px;
	z-index: 1;
}

#topLine {
 border-bottom: 0px groove rgba(255,255,255,0.6);
 box-shadow: 0px 0px 5px #fff;
 background-color: #000;
 display:none;
}
#topLine a { color:#fff; font-size:13px; text-decoration:none; }
#topLine a:hover { color:#ddd; }

.fixed-top #topLine {
 border-bottom: 0px groove rgba(255,255,255,0.6);
 box-shadow: 0px 0px 5px #fff;
 background-color: transparent;
 display: none;
}
.fixed-top #topLine a { color:#fff; font-size:13px; text-decoration:none; }
.fixed-top #topLine a:hover { color:#fff; }

.fixed-top-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-top-scroll #topLine {
	border-bottom: 0px groove rgba(255,255,255,0.6);
	box-shadow: 0px 0px 5px #fff;
	background-color: #000000e6;
}
.fixed-top-scroll #topLine a { color:#fff; font-size:13px; text-decoration:none; }
.fixed-top-scroll #topLine a:hover { color:#fff; }
.fixed-top-scroll #header { padding-top:15px; background-color: rgba(255,255,255,0.85); }


.fixed-top-site {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-top-site #topLine {
	border-bottom: 0px groove rgba(255,255,255,0.6);
	box-shadow: 0px 0px 5px #fff;
	background-color: #000;
}
.fixed-top-site #topLine a { color:#fff; font-size:13px; text-decoration:none; }
.fixed-top-site #topLine a:hover { color:#fff; }
.fixed-top-site #header {
  padding-top: 15px;
  background-color: #fff;
  padding-bottom: 0;
}

.g-recaptcha { display:inline-block; }

#mobileMenuBtnTop {
	box-shadow: none!important;
	border: 0px solid #fff!important;
	transition: transform 0.3s ease;
	 transform: rotate(0deg);
}
#mobileMenuBtnTop:visited,
#mobileMenuBtnTop:hover,
#mobileMenuBtnTop:active,
#mobileMenuBtnTop:focus {
	box-shadow: none!important;
	border: 1px solid transparent!important;
	
}

#mobileMenuBtnTop .headerIcon {
    display: inline-block;
    transition: transform 0.3s ease;
}

#mobileMenuBtnTop.menu-open .headerIcon {
    transform: rotate(90deg);
}

#headLine {
	
}

#header {
	
}

.breadcrumb a { color: var(--ablue); }
.breadcrumb a:hover { color: var(--darkblue); }
.breadcrumb-item.active { color: var(--darkblue); font-weight:600; }

.searchInput {
  border: 0;
  gap: 5px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

#sidebarMenu {
  padding-top: 10px;
  padding-bottom: 10px;
}

#sidebarMenu .dropdown-toggle::after {
  content: none!important;
}

#sidebarMenu .navbar-nav {
  justify-content: space-between !important;
}

.mainpage-module {}
.mainpage-module table {}

.carousel-caption {
 position: absolute;
 right: 15%;
 top: 30%;
 left: 15%;
 padding-top: 1.25rem;
 padding-bottom: 1.25rem;
 color: #fff;
 text-align: left;
 width:40%;
}

.carousel-caption h5 {
	font-size: 2rem;
	font-weight: bold;
}
.carousel-caption h6 {
	font-size: 1rem;
	font-weight: 300;
}
.carousel-caption p {}
.carousel-caption a {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 2rem;
	border-radius: 5rem;
	padding: 8px 15px;
	min-width: 100px;
}
.carousel-caption a:hover {
	background-color: #fff;
	color: #333;
}

.carousel-control-prev-icon {
	background-color: transparent;
	color: #333;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	width: 40px;
	height: 40px;
}
.carousel-control-prev-icon > i { display:none; }

.carousel-control-next-icon {
	background-color: transparent;
	color: #333;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	width: 40px;
	height: 40px;
}
.carousel-control-next-icon > i { display:none; }
.carousel-control-next, .carousel-control-prev {
 width: 5%;
}
/*.carousel-inner { max-height: 500px; }*/
.carousel-item {
  overflow: hidden;
  
  max-height: 600px;
}
.carousel-item-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 600px;
}

.contentDiv { background-color: transparent; margin-bottom: 60px; font-size: 16px; padding:0; }
.footerDiv { position: relative; }

.nav { display: block; width:100%; text-align:center; }
.nav-item { display:inline-block; font-weight: 300; padding-left:0px; padding-right:0px; margin-bottom:3px; text-transform: normal; letter-spacing: 0px; }



.nav-item a {
	color: var(--grey)!important;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0rem;
	border-bottom: 1px solid #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav-item a:hover { color: var(--ablue)!important; background-color: #fff;  }
.nav-item .active {
	color: var(--blue);
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	font-weight: bold;
}
.nav-item a > i {
	font-size:16px;
}

#footerPanel { background-color: #fff; border-top: 1px solid #ddd; }
#footerMenu {
  text-align: left;
  
  padding: 15px 0px;
  background-color: #fff;
  margin-bottom: 0;
}
#footerMenu .nav-item { display:inline-block; padding-left:5px; padding-right:5px; margin-bottom:3px; border-left: ;border-right: ;}

#footerMenu .nav-item a {
 color: var(--blue);
 font-size: 13px;
 font-weight: 300;
}
#footerMenu .nav-item a:hover { background-color: #fff; color:#000; border-radius:4px; }
#footerMenu .nav-item .active { background-color: #fff; color:#000; border-radius:4px; }


.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #e9e9e9!important; }

.btnIcon {
  color: var(--ablue);
  height: auto;
  width: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 0;
  padding: 6px 8px;
  float: right;
}

.productPrice {
	margin:15px 0px;
}

.productBuyBtn {
	
}

.productBuyBtn .buyControl {
	border:1px solid #e1eaf1;
	background-color: #f2f6f9;
}

.productBuyBtn .putbskCount {
	border: 1px solid #e1eaf1;
	background-color: #fff;
	font-size:15px;
	text-align:center;
	max-width:50px;
	padding:11px 10px;
}
.productBuyBtn .qtyminus {
	background-color: #f2f6f9;
	cursor: pointer;
	display: inline-block;
}
.productBuyBtn .qtyminus i {
	padding: 14px 10px;
	font-size: 13px;
	cursor:pointer;
	background-color:#f2f6f9;
}
.productBuyBtn .qtyplus {
	background-color: #f2f6f9;
	cursor: pointer;
	display: inline-block;
}
.productBuyBtn .qtyplus i {
	padding: 14px 10px;
	font-size: 13px;
	cursor:pointer;
	background-color:#f2f6f9;
}
.productBuyBtn .cart {
 background-color: #000;
 color: #fff;
 padding: 10px 10px;
 text-decoration: none;
 font-size: 18px;
 cursor: pointer;
 background-color: #000;
 margin-left: 15px !important;
 display: inline-block;
}
.productBuyBtn .cart i { 
	cursor:pointer;
}

#basketCount {
  background-color: red;
  color: white;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 0;
  border-radius: 5rem;
  padding: 0px;
  border: 0;
  font-size: 12px;
  box-shadow: none;
  width: 16px;
  text-align: center;
  font-weight: 400;
  padding: 0px 0px;
}

#msgCount {
  background-color: red;
  color: white;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 0;
  border-radius: 5rem;
  padding: 0px;
  border: 0;
  font-size: 12px;
  box-shadow: none;
  width: 16px;
  text-align: center;
  font-weight: 400;
  padding: 0px 0px;
}


.basketItemTable {}
.basketItemTable .thumbnail-img {
  text-align: center;
  width: 120px;
}
.basketItemTable .thumbnail-img img { max-height:120px; }

.basketItemTable .name-pr {
  max-width: 100%;
  vertical-align: middle;
  font-size: 22px;
}
.basketItemTable .price-pr { width:150px; vertical-align: middle; }
.basketItemTable .quantity-box { width:200px; vertical-align: middle; }
.basketItemTable .total-pr { max-width:80px; vertical-align: middle; }

/*.fixed-top .nav-item a {
 color: #fff;
 font-size: 13px;
 font-weight: 300;
 letter-spacing: 2px;
}
.fixed-top .nav-item a:hover { background-color: #fff; color:#000; border-radius:4px; }
.fixed-top .nav-item .active { background-color: #fff; color:#000; border-radius:4px; }
*/
.fixed-top .btnIcon { color:#000; }

.rightCol { text-align:right; }

#navbarNavDropdown { margin-top: 0px; }

/*.carousel-item{
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease,-webkit-transform 2s ease;
} */

.carousel-indicators {}
.carousel-control.left, .carousel-control.right {
 left: 0;
 z-index: 1;
}
.carousel-indicators button {
	border-radius: 50%!important;
	height: 8px!important;
	width: 8px!important;
	background-color: transparent!important;
	border: 1px solid #fff!important;
}
.carousel-indicators .active {
	border-radius: 50%!important;
	height: 8px!important;
	width: 8px!important;
	background-color: #fff!important;
	border: 1px solid #fff!important;
}

.navbar-light .navbar-toggler {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	border-width: 0!important;
	outline: none!important;
	border: none !important;
	background-color: transparent;
	box-shadow: none;
}
.navbar-light .navbar-toggler:hover {
	outline: none!important;
	border: none !important;
	background-color: transparent;
	box-shadow: none;
}
.navbar-light .navbar-toggler:focus{
	outline: none!important;
	border: none !important;
	background-color: transparent;
	box-shadow: none;
}

.logoImg {
  max-height: 35px;
}
.invert { filter: invert(0); }
#slider {
	
}

.fgpassPanel {
	color:#fff;
}

.fgpassPanel a {
	text-decoration: none;
}
.fgpassPanel .form-control {
	border-color: var(--darkblue);
}
.fgpassPanelInner{
	margin-top: 5%;
	border-radius: 8px;
	padding: 15px;
}

#loginSite {
  background-image: url(/img/belepesoldal_hatterkep2_m.jpg?v=2.0);
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  background-position: center 60px;
}

#loginSite h1 {
	color: #122b54!important;
}

#loginSite span {
	color: #122b54!important;
}
#loginSite .userRegPanel span {
	color: #fff!important;
}

.loginPanel {
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.loginPanel a {
  color: #fff;
  text-decoration: none;
}
#loginSite a {
  color: #fff;
  text-decoration: none;
}
.loginPanel .form-control {
	padding-top:10px;
	padding-bottom:10px;
}
.loginPanelInner {
  margin-top: 0;
  border-radius: 8px;
  padding: 2rem;
  background-color: #122b54;
}
.loginPanel button {  
	padding-top:10px!important;
	padding-bottom:10px!important;
}

#mainSite {
  background-color: transparent;
  background-image: url(/img/nyitooldal_hatterkep.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color:#fff;
}


.btn-orange {
 color: #000;
 background-color: #ff5a00;
 border-color: #ff5a00;
}
.btn-orange:hover {
	color: #333;
}
.btn-red {
 color: #fff;
 background: #ff5a00;
 padding: 5px 7px;
 border-radius: 3px;
 border: 0;
 background: #cd0a2e;
 background: -moz-linear-gradient(top,#cd0a2e 0,#870019 100%);
 background: -webkit-linear-gradient(top,#cd0a2e 0,#870019 100%);
 background: linear-gradient(to bottom,#cd0a2e 0,#870019 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0a2e', endColorstr='#870019', GradientType=0);
 border-color: #a30421;
}
.btn-red:hover {
	background: #ff5a00;
	color: #000;
}


.centerWrapper {
 display: table;
 width: 100%;
 height: 100%;
 vertical-align: middle;
}
.centered {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.mainBox {position:relative;font-size: 16px;color: #000;border-color: #ddd;box-shadow: 0px 0px 7px #acacac;}
.mainBox .boxImg {}
.mainBox .boxImg img {max-width:100%;}
.mainBox .boxContent {position: absolute;bottom: -15px;width: 82%;background-color: #fff;display: inline-block;margin: 0 8%;z-index:3;left: 0;border-radius: 0; text-align:center;border-color: #ddd;box-shadow: 0px 0px 7px #acacac;}
.mainBox .boxContent a {font-size: 16px;color: #000;text-decoration:none;}

.shdw {
	border-color: #ddd;
	box-shadow: 0px 0px 7px #acacac;
}

/*BLOCK CSS*/
.defrow {
	margin: 0 auto;
	padding: 0;
}
.titleTop {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.contentBlocks { color: var(--ablue); }
.contentBlocks .blockrow { margin: 0px 0; }
.contentBlocks .blockrowbg { 
	margin: 15px 0; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contentBlocks .pItem {}
.contentBlocks .htmlItem { padding-bottom:0px; }
.contentBlocks .htmlItem > p { /*padding-bottom:0px; margin-bottom:0px;*/ }
.contentBlocks .imgItem { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgItem img { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgAItem {}
.contentBlocks .imgAItem img { max-width:100%; width: 100%; margin-bottom: 0px; }
.contentBlocks .imgGalItem {}
.contentBlocks .imgGalItem img { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgATxtItem {}
.contentBlocks .imgATxtItem { color : inherit; text-decoration: none; }
.contentBlocks .imgATxtItem:hover { color : inherit; text-decoration: none; }
.contentBlocks .imgATxtItemImgHolder {}
.contentBlocks .imgATxtItemImgHolder img { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgATxtItemContentHolder {}
.contentBlocks .h1Item { font-size: 30px; }
.contentBlocks .h2Item { font-size: 25px; }
.contentBlocks .h3Item {}
.contentBlocks .h4Item {}
.contentBlocks .h5Item {}
.contentBlocks .h6Item {}

#mainpage { margin-top:30px; }
.contentBlocks .mainpageblock { margin-bottom:25px; margin-top:0; position:relative;}
.contentBlocks .mainpageblock > a { border: 0px solid #efefef; display: inline-block;box-shadow: 0px 0px 10px #c4c4c4; }

#story { margin-top:30px; }
.contentBlocks .storyblock { margin-bottom:25px; margin-top:0; position:relative;}
.contentBlocks .storyblock > a { border: 0px solid #efefef; display: inline-block;box-shadow: 0px 0px 10px #c4c4c4; }

#promotions { margin-top:30px; }
.contentBlocks .promotionblock { margin-bottom:25px; margin-top:0; position:relative;}
.contentBlocks .promotionblock > a { border: 0px solid #efefef; display: inline-block;box-shadow: 0px 0px 10px #c4c4c4; }

.contentBlocks .video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.contentBlocks .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.contentBlocks .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contactForm {}
#contactForm input[type="text"] {
	border: 1px solid #c1c0c0;
	background-color: #f2f2f2;
}
#contactForm input[type=tel]{ 
	border: 1px solid #c1c0c0;
	background-color: #f2f2f2;
}
#contactForm input[type=email]{ 
	border: 1px solid #c1c0c0;
	background-color: #f2f2f2;
}
#contactForm textarea { 
	border: 1px solid #c1c0c0;
	background-color: #f2f2f2; 
	height:100px; width: 100%; 
}

.sendLinkMailBlock { position: absolute;background-color: transparent;display: inline-block;left: 15px;right: 20px;text-align: right;top: 10px; }
.sendLinkMailBlock > i { color: #ff5a00; padding: 9px;background-color: rgba(255,255,255,0.6); border-radius: 50%;font-size: 13px; border: 1px solid #fff; } 
.sendLinkMailBlock > i:hover { padding: 9px;background-color: rgba(255,255,255,1); border-radius: 50%;font-size: 13px; cursor:pointer; border: 1px solid #ff5a00;} 

#sendpdflinkPanel {
	overflow: auto;
	overflow-x: hidden;
}

#productPage {
	color: rgb(75, 86, 107);
}
#productPage .gallery-link {
	width: 100%;
	text-align: right;
	display: block;
	color: rgb(75, 86, 107);
	position: relative;

}
#productPage .gallery-link > i {
	display: block;position: absolute;background-color: rgba(255,255,255,0.4);font-size: 16px;padding: 12px;right: 0;bottom: 0;color: #000;
}
#productPage .mainProdImage {
	max-width: 100%;
}	
#productPage .imagesPanel {
  width: 100%;
  display: flex;
  margin: 10px 0px;
  gap: 10px;
}

#productPage .imagesPanel .active {
  border: 3px inset var(--ablue);
}
#productPage .imagesPanel .img-item {
	max-width: 150px;
}
#productPage .imagesPanel .img-item .prodImage {
	max-width: 100%;
}	

.productName small {
 color: rgb(75, 86, 107);
 font-size: 14px;
 font-weight: normal;
}
.productName h2 {
	color: var(--grey);
	font-weight: bold;
}
.productName p { 
	padding-top:15px; padding-bottom:15px; 
	color: rgb(75, 86, 107);
	font-size: 14px;
	font-weight: normal; 
}

.productPrice .moneyOld {
 font-weight: 400;
 font-size: 19px;
 margin-right: 5px;
 color: #f40909;
 display: inline-block;
 text-decoration: line-through;
 font-style: italic;
}
.productPrice .money { font-weight:500; font-size:26px; margin-right:15px; color: #4a64fd; display: inline-block; }

.productPrice > .moneyOld {
	width: 100%;
}

#productDesc { margin: 15px 0px; padding: 0px 0px; border-bottom: 1px solid #ddd;}
#productDesc h3 {
 padding: 12px 10px;
 font-size: 16px;
 font-weight: bold;
 text-align: left;
 border-top: 1px solid #ddd;
 margin: 0;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
}
#productDesc .pDesc { padding:10px 15px; border: 1px solid #ddd;border-bottom: 0px;}
#productDesc i { float:right; font-size:18px; }


#floatingPanel {
	display:none;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
#floatingPanelWindow {
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	min-height: 200px;
	margin: 5% auto;
	border: 1px solid #ff5a00;
	border-top: 0px;
}
#floatingPanelWindowCloseBtn {
	
	background-color: #fff;
	border-radius: 0;
}
#floatingPanelHead {
	background-color: #ff5a00;
	color:#fff;
	width: 100%;
	display: block;
	float: left;
}
#floatingPanelContent {
 border-bottom: 0px solid #ff5a00;
}
#floatingPanelContent .video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

#floatingPanelContent .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

#floatingPanelContent .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wsProdControl {
 background-image: url(../files/imgs/xmas.png);
 background-position: center right;
 background-size: auto 100%;
 background-repeat: no-repeat;
} 


.products-single {}
.products-single .box-img-hover {position: relative;  overflow:hidden; }
.products-single .box-img-hover:hover { background-color: #ddd; border:1px solid #000; }
.products-single .type-lb {position: absolute;top: 0;left: 0;right: 0;}

.products-single .prodImgWrapper {}
.products-single .prodImgWrapper .prodImgWrapperInner {}
.products-single .prodImgWrapper .prodImgWrapperInner > img {
  max-height: 300px;
}
.products-single .prodData { text-align: center; }
.products-single .prodData .prodName > a {font-size:16px; font-weight:400; text-decoration: none; line-height: 23px; color:#000;}
.products-single .pricePanel { display: block; text-align:center; }
.products-single .pricePanel .curr { font-size: 80%; }
.products-single .pricePanel > .moneyOld { display:inline-block; padding:0 5px; text-decoration: line-through; font-style: italic; }
.products-single .pricePanel > .money { display:inline-block;  padding:0 5px; }

.products-single:hover .mask-icon {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.products-single .mask-icon {
  background: rgba(1,1,1, 0.5);
  top: -100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
    transition-delay: 0.5s;
}

.products-single .mask-icon ul { list-style-type: none; margin: 0;display: flex;justify-content: space-between;padding: 5px; position: absolute; bottom:0; left:0; right:0;}
.products-single .mask-icon ul li { text-align: center; padding: 5px 10px;}
.products-single .mask-icon ul li a { color: #fff; }

option {
    font-family: Arial, sans-serif;
	font-size: 13px;
}

input::-webkit-input-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:90%;
}
input::-moz-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:90%;
}
input:-ms-input-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}

.downloads-tree { }
.downloads-tree li { margin-bottom:15px; }
.downloads-tree a {
	text-decoration: none;
	font-size: 16px;
	margin: 5px 0px;
	font-weight: 400;
}
.downloads-tree a:hover { color: var(--ablue); text-decoration: underline; }
.downloads-tree i { font-size: 25px; }

#folderTable {margin: 15px 0;} 
#folderTable #folderTableInner {display: flex;flex-direction: row;flex-wrap: wrap; gap:5px; } 
#folderTable #folderTableInner > div {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  max-width: 200px;
  max-height: 9rem;
}
#folderTable #folderTableInner > div > div {
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin: auto;
	display: inline-block;
	border-radius: 8px;
	color: var(--ablue);
	background-color: #fff;
	height: 6rem;
	display: flex;
	height: 100%;
	flex-direction: column;
}
#folderTable #folderTableInner > div > div:hover { 
	background-color: var(--ablue);
	color: #fff;
} 
#folderTable #folderTableInner  div i {
	color: var(--ablue);
	display: inline-block;
	width:100%;
	text-align: center;
}
#folderTable #folderTableInner  div:hover i {
	width: 100%;
	text-align: center;
	color: #fff;
}
#fileMng { display: flex; flex-direction: row; flex-wrap: wrap; }
#fileMng .fileBlock { display: inline-block; text-align:center; flex: 0 0 20%; padding: 5px;  }
#fileMng .fileIcon {}
#fileMng .fileName {}
_
#fileTable  { }
.fTableDesc {
	margin:0!important;
	padding-top:0px!important;
}
.fTableDesc p {
	margin:0!important;
	padding-top:5px!important;
}

.shop-cat-box-panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.shop-cat-box { position:relative; }
.shop-cat-box img {max-width:100%;}
.shop-cat-box a {
	font-weight:300; 
	background-color: var(--ablue);
	display: inline-block; 
	margin: 0 8%;
	border-radius: 8;
	font-size: 16px;
	color: #fff;
	text-decoration:none;
	margin: 15px 0px;
	margin-right: 15px;
	
}
.shop-cat-box a:hover {
	background-color: #efefef;
	color: var(--ablue);
	text-decoration:underline;
}

.previewImg {
	background-color: transparent;
	width:500px;
	max-width:100%;
}

.previewImg > img {
  background-color: transparent;
  max-width: 100%;
  max-height: 100%;
}

.dwlTable { margin-top:2rem;  margin-bottom:2rem; }
.dwlTable.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: white;
}

.dwlTable.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: #f8f9fa;
}

.content-carusel {
    position: relative;
}
.content-carusel .owl-item {
    background-color: #fff!important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.owl-nav button {
    pointer-events: all;
}

.loginPanelInnerImg {
	
}

.loginPanelInnerImg > img {
	max-width:100%;
}

.searchList {
	margin:15px;
}

.searchList a {
	text-decoration: none;
}
.searchList a:hover {
	text-decoration: underline;
}



@media (min-width: 576px) { 
	
}
@media (min-width: 768px) {
	 
}
@media (min-width: 992px) { 
	#loginSite { 
		background-image: none; 
		/*background-image: url(/img/belepesoldal_hatterkep2_m.jpg);
		background-size: auto 100%;
		background-position: center 60px;*/	
	}
}

@media (min-width: 1200px) { 
	#loginSite { 
		background-image: none; 
		/*background-image: url(/img/belepesoldal_hatterkep2.jpg);*/
		background-size: cover;		
		background-position: center 60px;		
	}
}

@media (min-width: 1400px) { 
	#loginSite { 
		background-image: none; 
		/*background-image: url(/img/belepesoldal_hatterkep2.jpg); */
		background-size: cover;
		background-position: center 60px;
	}
}