*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.authRow {
  /* background: antiquewhite; */
  font-size: 19px;
  display: flex;
  gap: 7px;
  margin: 0 0 10px;
}
.authPic {
  width: 45px;
  height: 45px;
  /*  border: 1px solid #8e2a2a; */
  /*   border-radius: 50%; */
}
.authPic img {
  padding: 0;
  /* border: 2px solid #8e2a2a; */
  border-radius: 50%;
}
.relatedTags {
	border-top: 1px solid #856c37;
	padding: 5px;
	font-size: 17px;
	display: flex;
	gap: 10px;
}

.relatedTags span,
.relatedTags a {
  white-space: nowrap;
}


.blogItemBox {
  background: white;
}

main .blogItemBox {
	padding: 5px;
	display: grid;
	gap: 10px;
	grid-template-rows: 1fr auto;
}

main .blogInfoBox {
  padding: 0;
}

.itemInTagPageImg,
.blogItemImgDiv {
  position: relative;
  margin: 0 0 10px;
  background: #1a90df;
  overflow: hidden;
}
.itemInTagPageImgInner,
.blogItemImgDivInner {
  position: relative;
  display: block;
}

.itemInTagPageImg img,
.blogItemImgDiv img {
  width: 100%;
}

.blogItemCat {
  position: absolute;
  bottom: -12px;
  height: 24px;
  left: 21px;
  border-radius: 3px;
  padding: 0 10px;
}

.blogInfoBox {
	padding: 0px 5px;
}
.blogItemBox a {
  text-decoration: none;
}
.blogCatPageSDesc {
  display: flex;
	flex-direction: column;
	gap: 10px;
  padding: 0px 0px;
}
.blogInfoTitle h3 {
	font-size: 17px;
	color: #3e8822;
	margin: 0 0 5px;
}

.blogItemPageMainImg {
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-width: 600px;
}
.blogItemMainOnly {
	margin: 0 0 10px;
}
.authRowDesc {
	font-size: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #437d08;
	gap: 0px;
}
.blogItemSDesc {
	margin: 0 0 15px;
}
.readMoreDiv {
  text-align: right;
  padding: 0 0 5px;
}

.readMoreDiv a {
  height: 30px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 2px;
	font-size: 16px;
	letter-spacing: 1px;
	background: #5bbb38;
	border: 1px solid #55b332;
}
.readMoreDiv a:hover {
  
  background: #3e8822;
  border: 1px solid #3e8822;
}

.fullTagList a {
  text-decoration: none;
}

.fullTagList, .blogItemList {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 868px) {
  .fullTagList, .blogItemList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .fullTagList, .blogItemList {
    grid-template-columns: 1fr;
  }
}
.tagRelCount {
	margin: 0 0 10px;
}
.itemInTagPageImg {
	margin: 0 0 10px;
}
.itemInTagPageImg img {
  width: 100%;
}



.respoGridFrom5.subCatBlock.main2Col {
	grid-template-columns: 1fr 1fr;
	max-width: 500px;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 468px) {
  .respoGridFrom5.subCatBlock.main2Col {
    grid-template-columns: 1fr ;
  }
}

.devError {
	background-color: #ffddd0;
	border: 1px solid #f00000;
	padding: 15px;
	margin: 0 0 20px;
}

a {
	font-weight: normal;
	color: #3e8822;
}

.selectInfoEV {
  display: flex; padding: 10px;	border: 5px solid #fbb;	flex-direction: column;	max-width: 400px; gap: 10px;margin: 0 auto 20px;
}
.selInfoEVGrid {
  display: grid; grid-template-columns: 160px 1fr; gap: 20px;
}
.selInfoEVLabel {
  display: flex; justify-content: center; align-items: center; text-align: center;
}

.videoGall {
	display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin: 0;  
}
.videoGall > div {
	min-width: 130px !important;
}
.videoGall a {
  display: block;
}
.videoGall a img {
    border: 1px solid #a6a6a6;
    padding: 3px;
    box-shadow: 1px 1px 3px #888;
}
.videoGall a img:hover {
	border: 1px solid #900;
	box-shadow: 1px 1px 3px #b50404;
	background: #fe0000;
}
/*! mediabox v1.1.3 | (c) 2018 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes mediabox {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {

  .topRow {
    grid-template-columns: 1fr 75px !important;
  }
  .topRSearch {
     display: none;
  }
  
  .mediabox-content {
      max-width: 90%;
  }

  .topRAtt {
    justify-content: flex-start !important;
  }
}

@media all and (max-width: 600px) {
  .mediabox-content iframe {
      height: 320px !important;
  }

  .mediabox-close {
      bottom: 362px;
  }
}

@media all and (max-width: 480px) {
  .mediabox-content iframe {
      height: 220px !important;
  }

  .mediabox-close {
      bottom: 262px;
  }
}




#valAgeLay {
  position: fixed;
  /* height: 100vh; */
  /* width: 100%; */
  background: rgb(0, 0, 0);
  background: rgba(194, 153, 88, 0.5);
  bottom: 10px;
  left: 10px;
  z-index: 8888;
  display: flex;
  justify-content: center;
  align-items: center;
}

#valAgeInn {
  max-width: 400px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 3px 0 #c29958;
  border: 10px solid #c29958;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  transform: translateY(-10%);
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 99;
}
#valAgeTitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#valAgeBtnG {
  display: flex;
  gap: 15px 20px;
  justify-content: center;
  flex-flow: row wrap;
}
#valAgeBtnG button {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 5px 10px;
  font-size: 17px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  color: #fff;
}
#valAgeBtnG svg {
  height: 20px !important;
  fill: #fff;
}
.greenBtn {
  background: #c29958;
  border: 1px solid #c29958;
}
.greenBtn:hover {
  background: #a37d40;
  border: 1px solid #977031;
}
.redBtn {
  background: #f00;
  border: 1px solid #ca0000;
}
ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
}

ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
}

.pImgGallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
  gap: 5px;
}

.pImgGallery .gallery_A img {
  height: 60px;
  width: 90px;
  padding: 3px;
  box-shadow: 1px 1px 3px #828080;
}

input:disabled + label {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  color: #cacaca;
  cursor: auto;
}


.blogModBlck {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 0px 10px 0;
}

.blogModBlck div {
	opacity: 1;
}

.blogModBlck h3 {
  margin: 0;
  font-size: 20px;
}


/* .blogModBlck div:hover {
  background: #66c500;
  color: #fff;
} */

.blogModBlck div.svgDIV {
	padding: 0 ;
	justify-content: center ;
	align-items: center ;
	border: 0 ;
}
.blogModBlck div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 15px;
	background: #66c501;
	border-radius: 50%;
	height: 70px;
}

.blogModBlck img {
  opacity: 1;
}

.readMoreDiv svg {
	opacity: 1;
	height: 12px;
	width: 12px;
}

.pos50 {
	padding: 30px 0;
	background: #fff;
	margin: 0 0 35px;
}

#sessionMessBlock {
  padding: 0 10px;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}
.sessionMessRow {
  background: #96ff80;
  padding: 10px 30px 10px 15px;
  border: 1px solid #0ce680;
  color: #000;
  position: relative;
  margin: 0 0 15px;
  z-index: 1;
}
.sessionMessRow::before {
  content: "";
  height: 300%;
  width: 30%;
  background: white;
  position: absolute;
  top: -100%;
  left: -35%;
  z-index: -1;
  transform: rotate(-20deg);
  box-shadow: 0 0 10px 0 #fff;
  opacity: 0.3;
  animation: xxxx 3000ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes xxxx {
  0% {
    left: -35%;
  }
  100% {
    left: 150%;
  }
}

.sessionMessRow {
  background: #96ff80;
  padding: 10px 15px;
  border: 1px solid #0ce680;
  color: #000;
  position: relative;
  margin: 0 0 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#closeSessMess:hover {
  background: #0db61e;
  color: #fff;
}

.sessionMessRow.update {
  background: #bde5fd;
  border: 1px solid #58bffd;
}
.sessionMessRow.update #closeSessMess {
  background: #70c5f9;
}
.sessionMessRow.update #closeSessMess:hover {
  background: #1d78b1;
}
.sessionMessRow.delete {
  background: #fdd2d2;
  border: 1px solid #ff1a1a;
}
.sessionMessRow.delete #closeSessMess {
  background: #ff6f6f;
}
.sessionMessRow.delete #closeSessMess:hover {
  background: #b62626;
}

.searchInpBlck {
  /* background: azure; */
  margin: 0;
}
.leftSide .searchInpBlck {
  margin: 0 0 10px;
}

.searchInpBlck h3 {
  margin: 0 0 3px;
}

.searchInpBlck .itemsInBlck {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}

.searchItem input {
  display: none;
}
.searchItem label {
  cursor: pointer;
  display: flex;
  background: #f6f6f6;
  box-shadow: inset 0px -4px 2px #e1e1e1;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  color: #555555;
  height: 20px;
  line-height: 20px;
  padding: 0px 3px;
  justify-content: center;
  font-size: 15px;
  min-width: 40px;
}
.searchItem label.selectedCB {
  background: #f00;
  color: #fff;
  box-shadow: none;
  border: 1px solid #555;
}

.prodSearchPage .searchInpBlck {
  display: grid;
  grid-template-columns: 110px 1fr;
}


.topRow {
	display: grid;
	grid-template-columns: 1fr 150px;
	text-align: center;
	padding: 0;
	max-width: 990px;
	margin: 0;
	width: 100%;
	background: #6cbd4d;
	border-radius: 0px 0 5px 5px;
	padding: 10px;
}

.topRSrchAtt {
	display: grid !important;
	grid-template-columns: 150px 1fr;
}
.topRSearch {
	text-align: left;
	color: #fff;
}
.topRSearch a {
	text-align: left;
	color: #fff;
}

.topRAtt {
	font-size: 15px;
	display: flex;
	justify-content: center;
}

.topRAtt .topRattD {
	font-size: 15px;
	background: #ffd1d1;
	padding: 2px 4px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline;
}

.topRow > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topRow > div.topRCart {
  justify-content: flex-end;
  padding-right: 5px;
}

.siteLogo {
  height: 100px;
  width: 100px;
}

ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}

.mainFlex {
  padding: 0;
  margin: 0 0 40px;
  display: block;
}

.content-mid {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  margin: 0;
  /*  order: 2; */
}
.leftSide {
  opacity: 1;
  /*  order: 1; */
}

main {
	/* background: #fff; */
	margin: 0 0 0px;
	padding: 10px;
}

.siteMaxW {
	width: 100%;
	max-width: 1010px;
	/* background: #555; */
	margin: 0 auto;
}

.hka-wrapper {
  padding: 0 0px;
  margin: 0 auto;
}

.hka-wrapper-inner {
  /*nem véletlenül ennyi*/
  max-width: 990px;
  margin: 0 auto 0px;
}

.hkaModule {
  margin: 0 0 30px;
}

.footer-inner {
  margin: 0 auto;
  max-width: 1010px;
  padding: 0 10px;
}

table {
  margin: 10px 0 20px;
}
table tr {
  opacity: 1;
}
table tr td {
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 3px 5px 3px 5px;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  min-height: 30px;
  max-height: 100px;
}

 @font-face {
  font-family: "Roboto";
  src: url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
	padding: 130px 0 0;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #111;
	height: 100%;
	background: #f0f7ee;
	background: #eaf2e8;
}

.thisIsIndex {
  padding: 0 !important;
}

.thisIsIndex .fixTop {
  opacity: 1;
/*   padding: 3px 10px;
  grid-template-columns: 90px 1fr; */
}

.thisIsIndex .siteLogo {
	height: 70px;
	width: 70px;
}
.thisIsIndex .fixTopRight {
  gap: 3px;
}

#heroImg {
	background: #ffd4d4;
	height: 100vh;
	width: 100%;
	position: relative;
	margin: 0 0 25px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#heroImgCont {
	position: relative;
	max-width: 990px;
	height: 100%;
	margin: 0 auto;
}

#heroText {
	position: absolute;
	top: 50%;
	left: 10px;
	/* background: #fff; */
	border-radius: 5px;
	padding: 10px;
	/* border: 2px solid #fdf6ec; */
	text-align: center;
	color: #a67d0e;
	font-size: 20px;
	max-width: 300px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #heroText {
    top: 90px;
    left: 10px;
    display: none;
  }
  .topRSrchAtt {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .topRAtt .topRattD {
  
    white-space: initial;
  }
  .blogModBlck {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

#heroWS {
	position: absolute;
	top: 50%;
	right: 10%;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	border: 2px solid #fdf6ec;
	text-align: center;
	color: #a67d0e;
	font-size: 20px;
	cursor: pointer;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #heroWS {
    top: 100px;
    right: 10px;
  }
}


#sizeHelper {
  background: #fff8ee;
  border: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #111;
  position: relative;
  padding: 4px 6px 4px 20px;
  font-size: 15px;
  margin: 0 0 20px;
  width: 100%;
}

#sizeHelper::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid hsl(34, 86%, 32%);
  border-left: 8px solid #6a3f08;
  clear: both;
  height: 0;
}

#sizeHelper:hover {
  background: #f3d7b0;
  /* border: 2px solid #ff0000; */
  /* border-bottom: 2px solid #b90000; */
  /* border-right: 2px solid #b90000; */
}

button {
  cursor: pointer;
}

p {
  margin: 0 0 20px;
}

.noWrap {
  white-space: nowrap;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #0d0c0b;
}
h1 {
  font-size: 18px;
}

h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}

.hidden {
  display: none !important;
}

.error {
  background: #ffe0e0;
  color: #b70101;
  border: 1px solid #f04949;
}
.error td {
  background: #ffe0e0 !important;
  color: #b70101 !important;
  border: 1px solid #f04949 !important;
}

.fullBGRow {
  width: 100%;
  height: 30vh;
  height: 30vh;
  background: #ceb0a5;
}

.fullBGRowContent {
  padding: 0 20px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .fullBGRowContent {
    font-size: 25px;
  }
}

.fullBGRowContent .mess {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0px 15px 0px 5px;
  border-radius: 3px;
}

.smallBGRow {
  width: 100%;
  height: 300px;
  background: #ceb0a5;
}

.mobMenu ul li.specLink {
  opacity: 1;
}
.mobMenu ul li.specLink a {
  opacity: 1;
}

/* .videoDiv {
  height: 256px;
  width: 1920px;
} */

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactPage {
  margin: 0 0 25px;
}

.errorBox {
  background: #ffeaea;
  padding: 5px;
  border: 1px solid #ff7d7d;
  border-radius: 2px;
  margin: 0 0 15px;
}

.errorBox ul {
  margin: 0;
}

.errorBox p:last-of-type {
  margin-bottom: 0;
}

.hkaInput {
  height: 26px !important;
  padding: 3px !important;
}
.hkaSelect {
  height: 26px !important;
}

input[type="text"] {
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 10px;
  height: 34px;
}


.contForm {
  display: flex;
	flex-direction: column;
	/* padding: 15px; */
	margin: 0 0 20px;
	max-width: 400px;
	border-radius: 2px;
	/* background: none repeat scroll 0 0 #f2f6fc; */
	/* border: 1px solid #c9d4e6; */
	width: 100%;
}

.contForm .inputRow {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.inputRow.aszf label {
  font-size: 14px;
}

/* .contForm a {
  color: #6c41be;
} */

#contSubmitBtn {
  background: #3f7fcc;
  border: 1px solid #1a5fb3;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

#contSubmitBtn:hover {
  background: #2570cc;
  border: 1px solid #0a468f;
}

.contForm input[type="text"] {
  width: 100%;
}
.contForm textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 25px;
  height: 80px;
  max-height: 250px;
  border: 2px solid #ebebeb;
}

.eventPrices {
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
	margin: 0 0 20px;
}
.eventPriceRow {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	justify-content: space-between;
}

.contForm .inputRow select, .inputRow input[type="text"] {
  width: 100% !important;
  background: #fff;
  height: 30px !important;
}

.eventInfoCont {
	background: #fffaf3;
	padding: 15px;
	border: 2px solid #fdd194;
	margin: 0 0 20px;
	max-width: 400px;
 /*  margin: 0 auto; */
}

.eventInfoCont .inputRow select {
  border: 2px solid #fdd194;
}

.wsDateTime {
	margin: 0 0 15px;
}

.bold {
  font-weight: bold;
}

main ul {
  margin: 0 0 20px 20px;
}
.p-10 {
  padding: 10px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.gally {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#catFlex {
  display: flex;
  gap: 20px;
  margin: 0 0 50px;
}
#catFlex .featCat {
  max-width: 330px;
}
#catFlex .featCat a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#catFlex .featCat a img {
  width: 100%;
  margin: 0 0 10px;
  padding: 3px;
  border: 1px solid #ccc;
}
#catFlex .featCat a h3 {
  font-size: 23px;
  color: #c2272d;
}

#iconFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 50px;
}
#iconFlex .icon {
  text-align: center;
  transform: scale(0);
}
#iconFlex .icon.grooow {
  transform: scale(0);
  animation: togrow 400ms;
  animation-fill-mode: forwards;
}
@keyframes togrow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#iconFlex h3 {
  font-weight: normal;
  padding: 20px 0 10px;
}
#iconFlex p {
  font-size: 15px;
}

#bemutatoT {
  margin: 0px 0 80px;
  text-align: center;
}
.arrowLink {
  /* display: inline-block; */
  border: 2px solid #c2272d;
  background: #c2272d;
  padding: 5px 15px;
  border-radius: 5px;
  border-right: 2px solid #840c11;
  border-bottom: 2px solid #840c11;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}

.resetSrc {
  color: #fff;
  background: #d70000;
  background: #ff0000;
  border: 1px solid #555555;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px 2px 15px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
.resetSrc::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  clear: both;
  height: 0;
}

/* jogi menu bmax*/
ul.nav.menu {
  list-style-type: none;
}

.fixTop {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 0px 8px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.fixTopRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
}

.fixTop p {
  margin: 0;
}

#contMap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 3fr 4fr;
  padding: 0 20px;
}
#contMap h3 {
  font-size: 24px;
  text-align: left;
  padding-left: 10px;
  margin: 0 0 0px;
}

#footCont tr td {
  padding: 10px 10px;
}
#footCont tr td:last-of-type {
  font-size: 20px;
}

#videoFlex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.video {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .hPageBlock hr {
    width: 90%;
  }
  #catFlex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #iconFlex {
    flex-direction: column;
  }
  #contMap {
    grid-template-columns: 1fr;
  }
  #videoFlex {
    grid-template-columns: 1fr;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.flexOnMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 20px;
  gap: 20px;
}
.flexOnMain img {
  border: 1px solid #ccc;
}
.flexOnMain > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flexOnMain > div > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.footerIcons {
  /* background: red; */
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 580px) {
  .footerIcons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.footerIcons > div {
  border-bottom: 1px solid #aaa;
  border: 1px solid #c8ab55;
  padding: 10px;
  display: flex;
  gap: 10px;
  border: 5px solid #fdf6ec;
}

.footerIcons > div .iImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerIcons > div .iImg img {
  width: 150px;
}

.footerIcons > div .iText {
  padding: 5px 10px 5px 0;
  display: flex;
  align-items: center;
}

/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */

nav.slideIn {
  background: #343434;
  box-shadow: 0 0 10px 1px #ddd;
  position: fixed;
  animation-name: slide-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
nav.slideOut {
  background: #343434;
  box-shadow: 0 0 10px 1px #ddd;
  position: fixed;
  animation-name: slide-out;
  animation-duration: 450ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes slide-out {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  99% {
    opacity: 1;
    position: fixed;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}

.zuSmenTbl {
  margin: 0 0 20px;
}
.zuSmenTbl tr td {
  padding: 5 10px;
}
#stripePayNow {
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background: #dd0416;
  border: 1px solid red;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#stripePayNow > div {
  width: 30px;
  height: 30px;
}
#stripePayNow svg {
  opacity: 1;
}
#stripePayNow svg path {
  fill: #fff;
  opacity: 1;
}
.paymentStatusSumm {
  height: 20px;
  display: flex;
  gap: 5px;
}
.paymentStatusSumm svg {
  width: 20px;
  height: 20px;
}
.paymentStatusSumm svg path {
  fill: #01af00;
}

.existingOrder {
  max-width: 800px;
  border: 2px solid #b3d8ff;
  background: aliceblue;
  padding: 0px;
}
.existingOrderInn {
  border: 2px solid #a1cfff;
  background: rgb(255, 255, 255);
  padding: 10px;
}
.existingOrder table {
  margin: 0 !important;
}

.logoHref {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header {
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px 0 #6cbd4d;
	z-index: 199;
}
nav {
  padding: 0;
  margin: 0 0 0px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  min-height: 36px;
}

.mobMenu {
  display: flex;
  max-width: 980px;
  padding: 0px 0px;
  margin: 0 auto;
  /* grid-template-columns: 100px auto; */
  /* grid-gap: 30px; */
}

#menuTextOut {
  display: none;
  justify-content: center;
  align-items: center;
}

#menuUlBox {
	width: 100%;
}

/* desktop */

.mobMenu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.mobMenu ul li ul {
  min-width: 200px;
  position: absolute;
  top: 36px;
  display: none;
  animation-name: ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
  z-index: 12;
  background: #fff;
  /* border: 1px solid #c29958;
  border-radius: 2px; */
  /* border-top: 0; */
}
@keyframes ul-in {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

.mobMenu ul li.clicked > ul {
  display: block;
}

.mobMenu ul li ul li {
  display: block;
  white-space: nowrap;
  padding: 0px;
  position: relative;
}
/* .mobMenu ul li:hover {
  background: #000;
} */

.mobMenu ul li ul li ul {
  position: absolute;
  top: 0px;
  display: none;
  animation-name: ul-ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes ul-ul-in {
  0% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 5px;
  }
}

.mobMenu ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #6cbd4d;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /*  border-right: 1px solid #eee; */
}

.mobMenu ul li ul li {
  display: flex;
  flex-direction: column;
  border: 0;
  border-bottom: 1px solid #eee;
}
.mobMenu ul li ul li:last-of-type {
  border: 0;
}

.mobMenu ul li ul li ul li {
  display: flex;
  flex-direction: column;
}
.mobMenu ul li ul li ul li ul li {
  display: flex;
  flex-direction: column;
}

.slimmed .mobMenu ul li a {
  height: 30px;
}

.mobMenu ul li a {
  height: 46px;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  /* background: #ffffff; */
  /* border-bottom: 2px solid rgb(255, 255, 255); */
}


.mobMenu ul li.active > a {
	text-decoration: underline;
	color: #669933;
	font-weight: bold;
}

/* Fade in */
.mobMenu ul li a span.menuAni {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 3px;
}

.mobMenu ul li ul li a {
  height: 36px;
  /* background: #fff; */
  padding: 0 10px 0 10px;
  text-transform: unset;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 0;
  /* border-left: 2px solid #fff; */
}

.mobMenu ul li ul li.active > a {
  /*  border-left: 2px solid #bf9a7b; */
  border-bottom: 0;
}
.mobMenu ul li ul li > a:hover {
	/* background: #fff; */
	color: #c29958;
}
.mobMenu ul li ul li > a:hover .menuArrow {
	border-right: 2px solid #c29958;
	border-bottom: 2px solid #c29958;
}

.mobMenu ul li ul li ul li a {
  background: #fff;
  color: #111;
}
.mobMenu ul li ul li ul ul li a {
  background: #fff;
  color: #111;
}

#closeMobMenu {
  display: none;
}

.menuArrow {
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);

  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  margin: 0;
}

#mobMenuLayer {
  display: none;
}

/* innentől mobil */
/* innentől mobil */
/* innentől mobil */

@media only screen and (max-width: 768px) {
  .existingOrderInn {
    font-size: 14px;
    padding: 2px;
  }
  .cartThumb {
    max-width: initial !important;
    width: 40px !important;
  }

  .fixTop {
    opacity: 1;
    /* grid-template-columns: 60px 1fr;
    padding: 5px 10px; */
  }
  .fixTopRight {
    opacity: 1;
/*     flex-direction: row;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 35px; */
  }
  body {
    padding: 100px 0 0;
  }
  #theCart {
    max-width: 100% !important;
  }

  .logoHref img {
    width: 60px;
    height: 60px;
  }

  /* override ID */
  .mobMenuLayer {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);

    -webkit-animation: layerFadeIn 0.5s ease-in-out;
    animation: layerFadeIn 0.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .menuArrow {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }

  ul li ul li .menuArrow {
    transform: rotate(45deg);
   border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  nav {
    /* height: 35px; */
    min-height: initial;
    padding: 4px 2px;
  }

  .mobMenu {
    margin: 0 auto;
    display: flex;
    height: 35px;
    gap: 20px;
  }

  #menuText {
    opacity: 1;
    /*  height: 60px;
    line-height: 40px; */
  }
  #closeMobMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
  }
  #closeMobMenu .x {
    cursor: pointer;
    width: 28px;
    height: 28px;
    /* background: #0d0d0d; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #fafafa;
    color: #fafafa;
    font-weight: bold;
  }

  #menuUlBox {
    position: fixed;
    display: flex;
    background: #1a262f;
    padding-right: 0px;
    flex-direction: column;
    z-index: 44;
    height: 100%;
    width: 290px;
    overflow-x: hidden;
    top: 0;
    left: -300px;
  }

  .stickyClass {
    padding: 10px 10px 50px;
    min-height: 100vh;
    /* width: 270px; */
    /* overflow-x: hidden; */
    position: relative;
    background: #282828;
    z-index: 30;
  }

  .menuToRight {
    -webkit-animation: menuToRight 0.5s ease-in-out;
    animation: menuToRight 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }

  .menuToLeft {
    -webkit-animation: menuToLeft 0.5s ease-in-out;
    animation: menuToLeft 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }
  @keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }

  #menuTextOut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* background: #222; */
    padding: 0;
  }

  .logoHref {
    color: #2f7b12;
  }

  .burgerMenu {
    cursor: pointer;
    z-index: 99;
    position: relative;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuDott {
    /* border: 1px dotted #c96; */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 4px;
    background-color: #6cbd4d;
    /* margin: 4px 0; */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d; */
  }
  .bar2 {
    margin: 4px 0;
  }
  .change .bar1 {
    /*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    /*    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }

  .mobMenu ul {
    margin: 0;
    background: none; 
    display: flex;
    flex-direction: column;
    position: initial;
    width: 250px;
    gap: 0;
    /* border: 1px solid #6b6b6b; */
  }
  .mobMenu ul li ul {
    position: initial;
    width: initial;
    padding-left: 3px;
    background: #212e37;
    border: 0;
    border-radius: 0;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    width: initial;
    /* background: #212e37; */
    padding: 0 0 0 20px;
    border: 0;
    /* border-left: 20px solid; */
  }
  .mobMenu ul li ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    background: #333;
  }
  .mobMenu ul li {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li {
    display: flex;
    flex-direction: column;
    border: 0;
  }
  .mobMenu ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li a {
    height: 40px;
    font-size: 17px;
    padding: 0 10px 0 10px;
    width: 100%;
   /*  background: #fff; */
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    border: none;
  }
  .mobMenu ul li a:hover {
    color: #6fca4e;
  }
  .mobMenu ul li.active > a {
    color: #6cbd4e;
    background: none;
  }
  .mobMenu ul li > a:hover .menuArrow {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .mobMenu ul li ul li a {
    padding: 0 10px 0 10px;
    /* background: #111; */
    /* color: #fff; */
  }
  .mobMenu ul li ul li ul li a {
    padding: 0 5px 0 10px;
    background: none;
    color: #fff;
  }
  .mobMenu ul li ul li ul ul li a {
    padding: 0 5px 0 10px;
    background: none;
    color: #fff;
  }
}

/* <===== MENU ******************************** */
/* <===== MENU ******************************** */
/* <===== MENU ******************************** */

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
table {
  border-collapse: collapse;
}

.footer-mod {
	text-align: center;
	/* padding: 5px 0 10px; */
	margin: 0;
	padding: 0;
	background: #222933;
}
.footerPositions {
  font-size: 14px;
  text-align: left;
  max-width: 1070px;
  margin: 0 auto;
}

.footer {
  color: #ffffff;
  font-weight: 400;
}
.footer h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.footer-inner {
  opacity: 1;
}

.three3 {
  font-size: 16px;
  line-height: 25px;
  display: grid;
  grid-gap: 15px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.three3 ul {
  margin: 0 0 20px 20px;
}

.footerPositions h3 {
  margin: 0 0 15px;
  font-size: 21px;
}

.footerMenu {
  opacity: 1;
}
.footerMenu ul {
  opacity: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  gap: 10px 0;
}
.footerMenu ul li {
  opacity: 1;
  position: relative;
  padding: 0 15px 0 14px;
}
.footerMenu ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  opacity: 1;
  top: 50%;
  right: 0px;
  transform: translateY(-40%);
}
.footerMenu ul li:last-of-type::after {
  display: none;
}

.footerMenu ul li a {
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .three3 {
    grid-template-columns: 1fr 1fr;
  }
  .footerPositions img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 468px) {
  .three3 {
    grid-template-columns: 1fr;
  }
}

.footerLogo {
  height: 35px;
}

.footerTable tr td:first-of-type {
  font-weight: bold;
}

.copyRight {
  padding: 5px 10px 15px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}
.copyRight a {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-decoration: none;
}
.copyRight a:hover {
  text-decoration: underline;
}
.underLine {
  text-decoration: underline;
}
.docRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

.docRow h3 a {
  color: #c10e0e;
  font-size: 17px;
  text-decoration: none;
}
.docRow h3 a:hover {
  color: #860505;
  text-decoration: underline;
}

.docRow img {
  height: 25px;
}
.docRow span {
  color: #777;
  font-size: 15px;
}

.footerDocRow h4 {
  margin: 0 0 5px;
}
.footerDocRow h4 a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}
.footerDocRow h4 a:hover {
  color: #fff;
  text-decoration: underline;
}

.toProd {
  background: #ffcfd2;
  border: 1px solid #ff7f8a;
  padding: 3px 12px;
  border-radius: 3px;
  color: #240003;
  text-decoration: none;
  display: inline-block;
}
.toProd:hover {
  background: #ffb5ba;
  border: 1px solid #dd5561;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */

.minminList {
  /*   background: #eebdbd; */
  opacity: 1;
}
.minminListInner {
  opacity: 1;
  display: flex;
  gap: 10px;
}
.minminListInner h3 {
  margin: 0;
}
.minminListInner .subCatImgDiv {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
}
.smallCount {
  font-size: 14px;
}
.minminList a {
  color: #856c37;
  color: #4f3500;
}

.infoBox {
  margin: 0 0 25px;
  background: #e5f0ff;
  border-left: 4px solid #0170ff;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  color: #222;
}
.infoBox p:last-of-type {
  margin-bottom: 0;
}

img {
  /* ez ne legyen ---> width: auto;*/
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.dreamList {
  margin: 0 0 20px;
}

.categoryView {
  opacity: 1;
  margin: 0 0 20px;
}

.categoryView h1 {
  color: #222;
  margin: 0px 0px 10px;
  text-align: left;
  font-size: 20px;
}

.catFullD {
	margin: 0 0 30px;
}


.subCatBlock {
  margin: 0 0 30px;
}

.mainIntro {
  margin: 0 0 30px;
}

h3.center {
  margin: 0 0 2px;
  font-size: 18px;
}

.prodInfoBlockH3 {
	/* border-bottom: 2px solid #ddd; */
	margin: 0 0 5px;
	letter-spacing: 1px;
	color: #6cbd4e;
	background: #6cbd4e;
	color: #fff;
	padding: 5px;
	/* background: #1f2605; */
}

.grBackTo {
	background: #e6e6e6;
	padding: 5px 10px;
	border-radius: 4px;
	letter-spacing: 1px;
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 0 0 20px;
}
.grBackTo svg {
  height: 15px;
  width: 15px;
  fill: #555;
}
.grBackTo.withA {
  padding: 0;
}
.grBackTo a {
  padding: 5px 10px;
color: #111;
display: flex;
	gap: 5px;
	align-items: center;
  text-decoration: none;
}

.pagiTop {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0 0 0px;
}

.pagination {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.pagination a {
  padding: 3px;
  font-size: 15px;
  font-weight: normal;
}

.pagination span.selected {
  background: #e6e6e6;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}

td.kep img {
  min-width: 100px;
  min-height: 100px;
}

#csomagkezbesites {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.postapontModul {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.adatkezelesModul {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
}

.focim {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 15px;
}

.fejlec-h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.fejlec-h2 a {
  text-transform: uppercase;
  font-size: 17px;
  color: #323232;
  text-decoration: none;
  letter-spacing: 1px;
}
.headImg {
  max-width: 20%;
}
.fejlec-mobilszam {
  padding: 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
}

.breadcrumbs {
  margin: 0 0 20px;
}

.breadcrumbs a {
  border: 1px solid #c6c6c6;
  display: inline-block;
  background: #f7f7f7;
  color: #424242;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs a span {
  font-weight: bold;
  text-decoration: underline;
}

/*diavetito ---*/
#slider {
  width: 100%;
  background: #c7c7c7;
  position: relative;
  border: 1px solid #1f1f1f;
  overflow: hidden;
  box-shadow: 0 0 2px 0 #555;
  border-radius: 2px;
}
.diavetito {
  max-width: 940px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #999;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 100%;
}
.diaLink {
  border: 0 !important;
  padding: 0 !important;
}
#diablokk {
  display: flex;
  margin: 0 0 20px;
}
#fiximg {
  max-width: 290px;
  position: relative;
  border: 2px solid #343434;
  border-radius: 5px;
}
#fiximg img {
  width: 100%;
  vertical-align: middle;
}
#fixspan {
  background: none repeat scroll 0 0 #df1b1b;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  left: 50%;
  letter-spacing: 0.7px;
  line-height: 22px;
  opacity: 0.9;
  padding: 1px 0;
  position: absolute;
  text-align: center;
  bottom: 10px;
  transform: translate(-50%);
  width: 90%;
}
#slider picture {
  display: block;
}
#slider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#slider > div#bg {
  position: static;
}

#eloreBtn,
#hatraBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 3px 0;
  border: 0;
  display: block;
  height: 30px;
  width: 30px;
  left: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
#eloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#eloreBtn:hover,
#hatraBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pic-title {
  display: block;
  position: relative;
}
.pic-title > span {
  position: absolute;
  width: 100%;
  background: rgba(255, 0, 0, 0.85);
  color: #f7f7ff;
  bottom: 5px;
  left: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: 700;
  letter-spacing: 1px;
}
.diaLink {
  border: 1px solid #b5b5b5;
  display: block;
  padding: 3px;
  border-radius: 3px;
}
/*--- diavetito*/

.solidOK {
  background: #daffda;
  border: 1px solid #71ee71;
  padding: 10px;
  margin: 0 0 20px;
  border-left: 2px solid #71ee71;
  border-radius: 3px;
}

.solidError {
  background: #ffe6e6;
  border: 1px solid #f73737;
  padding: 10px;
  margin: 0 0 20px;
  color: #860000;
  border-left: 5px solid red;
  border-radius: 3px;
}

/* kiemelt leftbottom ---- */
#kiemelt {
  transition: 2000ms all;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
  border: 2px solid #c23910;
  min-width: 250px;
  z-index: 88;
}
#kiemelt h3 {
  margin: 0 0 10px;
  cursor: pointer;
  background: url(./images/close-2.png) no-repeat right center;
}
#kiemelt > div > div {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c23910;
  padding: 5px 0 0;
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}
/* --- kiemelt leftbottom */

#hka-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 20px;
}
.gall-item {
  margin: 0;
}
.gall-item a {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #888;
  background: #fff;
  display: block;
}
.gall-item a:hover {
  border: 1px solid #464646;
  background: #e8e8e8;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}

.focim h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  /* color: #3f0102; */
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}

hr {
  margin: 0 0 10px;
}

div.kutyanevlista {
  padding: 5px 0;
}
div.kutyanevlista.kan {
  background: #ceedff;
}
div.kutyanevlista.szuka {
  background: #fbdff8;
}
div.kutyanevlista.uniszex {
  padding: 5px 0;
}

.dogNameBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

div.kutyanevlista h2 {
  padding: 0 5px;
  font-size: 15px;
}

div.kutyanevlista div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 0 2px;
  /* background: red; */
  padding: 2px 0 2px 5px;
}

div.kutyanevlista.kan div:hover {
  background: #b1e1fd;
}

/* div.kutyanevlista div h3 {
} */
div.kutyanevlista h3 a {
  font-size: 16px;
  color: #00f;
  text-decoration: none;
}

.loaderBox {
  width: 60px;
  margin: 30px auto;
}
.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid red;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#aform {
  max-width: 400px;
}
#aform h3 {
  padding: 5px 15px;
  margin: 0 0 20px;
  font-size: 18px;
}
#aform-inner p {
  margin: 0 0 20px;
}
#aform-inner ul {
  padding: 5px 0 5px 40px;
  margin: 0 0 15px;
}
#aform-inner ul li {
  margin: 0 0 5px;
}
.fr-blk {
  padding: 5px 10px;
  margin: 0 0 5px;
}
.fr-blk input,
.fr-blk textarea {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #d7d7d7;
}
.fr-blk textarea {
  min-height: 40px;
}
.fr-blk.b {
  display: none;
}
.fr-blk input[type="checkbox"] {
  width: initial;
  min-width: initial;
}
.fr-blk input[type="button"] {
  width: initial;
  min-width: initial;
  color: #fff;
  background: #04c;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 12px;
  cursor: pointer;
}
.fr-blk input[type="button"]:hover {
  background: #0037a5;
  text-decoration: underline;
}
.lable {
  padding: 0 0 2px 3px;
}
.gdpr-A {
  color: #222 !important;
}
.form-error {
  background: #fdcdc9;
}
.form-error input {
  border: 1px solid red;
  box-shadow: 0 0 2px red;
  background: #ffeded;
}
.fr-error {
  color: #c60000 !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 5px 0 5px !important;
}
.msgback {
  padding: 20px;
  background: rgb(247, 247, 255);
  border: 1px solid rgb(158, 158, 255);
  margin: 0 0 25px;
}
.msgback p:last-of-type {
  margin: 0 !important;
}
.fr-error {
  display: none;
}
.form-error .fr-error {
  display: block;
}
.fs-14 {
  font-size: 14px;
}

.terkep {
  background: #ededee;
  border: 2px solid #222;
  border-radius: 2px;
  margin: 0;
  min-height: 100px;
  height: 308px;
}

.honlap-ajanlo {
  background: #fff;
  text-align: left;
  padding: 15px;
  border: 2px solid #333;
}

.honlap-ajanlo p {
  margin: 0;
}

.honlap-ajanlo a {
  white-space: nowrap;
}

.hka-kiemeles {
  margin: 0 0 20px;
  background: #f7f7f7;
  border-left: 5px solid #f86d18;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
}

.goToList {
  display: inline-block;
  background: #abe63c;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
  color: #000;
  border-radius: 5px;
  border-bottom: 2px solid #2f670b;
  letter-spacing: 1.5px;
  margin: 0 0 1px;
}

.goToList:hover {
  background: #99cc00;
  border-right: 1px solid #2f670b;
  border-bottom: 3px solid #2f670b;
  margin: 0;
}

.kereso {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-shadow: 0 0 3px 1px #555;
}

.kereso form {
  display: flex;
  gap: 5px;
}

.kereso form input[type="text"] {
  border: 1px solid #ff3737;
  border-radius: 2px;
  padding: 3px;
}

.kereso form input[type="submit"] {
  background: #db0000;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #f00;
  font-weight: bold;
  padding: 1px 10px;
  cursor: pointer;
}

.mobilon-hivas {
  color: #222;
  margin: 0 0 5px;
  padding: 5px 0;
  text-decoration: none;
}

.mobphone .bev {
  margin: 0 0 15;
}
.mobphone .cont {
  margin: 0;
}
.hivaslbl {
  display: none;
}

.modalPopUpBlock {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.modalPopUpInner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 500px;
  z-index: 1;
  background: #fff;
  padding: 10px 10px 10px;
  max-height: 80vh;
  overflow-y: auto;
}

.modalPopUpInnerHeader {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 10px;
  /* padding: 5px 10px; */
  background: #fff;
  /*  min-height: 38px;
  line-height: 28px; */
  font-size: 16px;
  font-weight: bold;
}

.destroyModalP {
  background: white;
  display: inline-flex;
  height: 28px;
  width: 28px;
  float: right;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid red;
  cursor: pointer;
}

.modalPopUpInner img {
  max-width: 40%;
  width: 120px;
  float: right;
  margin: 4px 0 12px 12px;
}

.modalPopUpBlock ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
  gap: 10px;
  font-size: 15px;
}
.modalPopUpBlock ol li {
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .mobilon-hivas {
    background: #ff0000;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    /* margin: 0 0 5px; */
    padding: 5px 5px 5px 5px !important;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .hivaslbl {
    display: initial;
  }
}

.logo-mod {
  padding: 0;
}

.artabla {
  padding: 3px 20px 3px 10px;
}
.artabla tr td:last-of-type {
  text-align: right;
}

.slider {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

.ez-a-grides {
  display: flex;
  flex-direction: column;
}

.ez-a-grides {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px 1px #555;
  border-radius: 3px;
}
.dupla {
  display: flex;
}


.moveFBottCont {
  opacity: 1;
}
.moveFBottCont .moveFBott {
  opacity: 0;
  transition: opacity 800ms ease-in-out, transform 800ms ease-in-out;
  transform: translateY(40%);
}
.moveFBottCont .moveFBott:nth-child(2n) {
  transition-delay: 0.1s;
}
.moveFBottCont .moveFBott:nth-child(3n) {
  transition-delay: 0.2s;
}
.moveFBottCont .moveFBott:nth-child(4n) {
  transition-delay: 0.3s;
}
.moveFBottCont .moveFBott:nth-child(5n) {
  transition-delay: 0.4s;
}
.moveFBottCont .moveFBott:nth-child(6n) {
  transition-delay: 0.5s;
}

.moveFBottCont .moveFBott.visible {
  opacity: 1;
  transform: translateY(0);
}

.pos65 .moduleHead h3 span {
	background: #eaf2e8;
	color: #4d4747;
}


.pos65 .moduleHead.siteMaxW {
  margin: 0 auto 30px;
}

.moduleHead.siteMaxW {
	margin: 0 auto 20px;
	text-align: center;
}

.moduleHead h3 {
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	color: #315327;
}
  
.moduleHead h3 span {
	background: #fff;
	padding: 0 10px;
	z-index: 4;
	position: relative;
	display: block;
	letter-spacing: .5px;
}

.moduleHead h3::after {
	position: absolute;
	content: "";
	height: 2px;
	top: 11px;
	right: -30px;
	left: -30px;
	background: #6cbd4d;
}

.moduleHead h4 {
	color: #6cbd4d;
	font-size: 25px;
}

.moduleHead h3, .moduleHead h4 {
  opacity: 1;
}

  
.moduleHead.animated h3, .moduleHead.animated h4 {
  opacity: 0;
  transform: scale(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.moduleHead.animated.in-view h3, .moduleHead.animated.in-view h4 {
  opacity: 1;
  transform: scale(1);
}

.referenceBlck {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px 20px;
	padding: 0px 10px 0;
}

.referenceBlck div {
	text-align: center;
	padding: 35px 15px 15px;
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	transition: all 300ms;
	position: relative;
	color: #676767;
	font-size: 16px;
	background: #fff;
	border-radius: 2px;
}

.referenceBlck h3 {
  margin: 0;
  font-size: 20px;
}


/* .referenceBlck div:hover {
  background: #66c500;
  color: #fff;
} */

.referenceBlck div.svgDIV {
	padding: 0 ;
	justify-content: center ;
	align-items: center ;
	border: 0 ;
}
.referenceBlck div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 15px;
	background: #66c501;
	background: #8ddf35;
	border-radius: 50%;
	height: 70px;
}

.referenceBlck img {
	width: 110px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 0;
	border: 1px solid #ededed;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
}

.refHName {
	margin: 0 0 0px;
  color: #66c500;
  font-size: 18px;
}
.refHCity {
  margin: 0;
	font-size: 16px;
}

.kiemeles {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 0;
  min-width: 250px;
}

.kiemeles table {
  flex-grow: 1;
}

.kiemeles div {
  flex-grow: 2;
  text-align: left;
  padding: 20px 0 0 00px;
}

.kereso p {
  margin: 0 0 5px;
}

table td {
  border: none;
  padding: 2px 5px;
  vertical-align: top;
}

.hka {
  color: #ccc;
  padding: 15px 0 10px;
  font-size: 15px;
}

.hka a:link,
.hka a:visited {
  color: #ccc;
}
.hka a:hover {
  font-weight: bold;
}

#flexDiv {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.ajanlok-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #777;
}

iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
}

#gdprD {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  transition: 1s all;
  display: flex;
  flex-wrap: wrap;
  z-index: 8888;
}
.gdprVis {
  opacity: 1;
}
.gdprHid {
  opacity: 0 !important;
}
#gdprD p {
  margin: 5px;
  align-self: center;
}
#gdprD > div {
  display: flex;
}
#gdprD button {
  border-color: transparent;
  border-radius: 5px;
  display: block;
  padding: 0 0.5em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 10px;
  height: 26px;
}
#gdpr-ok {
  color: #000;
  min-width: 140px;
  background-color: #f1d600;
}
#gdpr-ok:hover {
  background-color: #fffc26;
}
#gdprD a:link,
#gdprD a:visited {
  color: #eee;
  text-decoration: none;
}
#gdprInfo {
  color: #eee;
  min-width: 80px;
  background-color: #444;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 105;
  opacity: 0.8;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  animation: all 2000ms;
}
#toTop:hover {
  opacity: 1;
}
.topC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6cbd4e;
  border: 2px solid #fff;
}
.topArrow {
  border: 2px solid white;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  margin: 9px 0 0;
}
html {
  scroll-behavior: smooth;
}

.jobbra {
  float: right;
  margin: 4px 0 12px 12px !important;
}
.balra {
  float: left;
  margin: 4px 12px 12px 0 !important;
}
.gallery_A {
  display: inline-block;
}
.gallery_A img {
	padding: 3px;
	background: #fff;
	box-shadow: 0px 0px 3px #adca48;
	border: 1px solid #b4c187;
}

.gallery_A:hover img {
  background: #6cbd4e;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}

#also-sav {
  height: 20vh;
  background: #413d3d;
}

.modal-content img {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  transition: 1s all;
  display: flex;
  justify-content: center;
}
.modal-content .inner {
  position: relative;
  height: auto;
  transition: 1s all;
  display: inline-flex;
  background: #f5f5f5;
  padding: 6px;
  flex-direction: column;
  border-radius: 5px;
  min-width: 150px;
  min-height: 150px;
}
.close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 768px) {

  .referenceBlck {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hka-wrapper {
    padding: 0;
  }
  main {
    padding: 10px;
  }
  .content-mid {
    order: 1;
  }
  .leftSide {
    order: 2;
  }
}

.leftSide {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sideProdSearch {
  margin: 0;
}
#sideProdSearch .inputRow {
  /*  display: block;
  border: 5px solid #e4eaee;
  background: #e4eaee;
  border-radius: 5px;
 */
  margin: 0;
}
#sideProdSearch .submitRow {
  position: relative;
}
#sideProdSearch input {
	width: 200px !important;
	height: 28px !important;
	padding: 5px;
	border: 1px solid #6cbd4e;
	/* border-radius: 3px; */
	color: #000 !important;
}
.searchProdBtn {
	width: 34px;
	height: 26px;
	border-radius: 0;
	border: 0;
	background: #6cbd4e;
	/* border-radius: 0 3px 3px 0; */
	position: absolute;
	right: 0px;
	top: 1px;
}
.searchProdBtn:hover {
  background: #4e9136;
  /* background: #6edab2;*/
}

#hkaProdSearch .submitRow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
}

#hkaProdSearch .submitRow button {
  height: 30px;
  padding: 0 10px;
  letter-spacing: 1px;
  background: #2397db;
  border: 1px solid #2a86cb;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.searchStockInfo {
  margin: 0 0 5px;
}

.greenOK,
.redError {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background: #aadfb7;
  color: #1f642f;
}
.redError {
  background: #f8d7da;
  color: #721c24;
}
/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */
.zodiacFullDesc {
  margin: 0 0 30px;
}
.zodiacInList {
  opacity: 1;
}
.zodiacInListInner {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zodiacImgDiv {
  opacity: 1;
  width: 50px;
}
.zodiacImgDiv img {
  opacity: 1;
}
.zodiacDetails {
  text-align: left;
}
.zodiacDetails h3 {
  font-size: 18px;
  color: #222;
  margin: 0;
}
.zodiacDetails h3 a {
  color: #856c37;
  text-decoration: none;
}
.zodiacDetails p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

.minInZodImg {
  width: 40px;
  height: 40px;
  background: #eee;
  min-width: 40px;
  border-radius: 50%;
}

.prodMantra {
  padding: 8px 10px;
  /* border-left: 3px solid #e8c9a1; */
  background: #fff8ee;
  color: #6a3f08;
  border-radius: 4px;
  width: calc(100% - 24px);
  font-size: 17px;
  display: grid;
  grid-template-columns: 28px 1fr;
  margin: 0 0 15px;
  gap: 10px;
}

.prodMantra > div {
  display: flex;
  align-items: center;
}

.prodMinList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 20px;
}
.prodMin {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  /* background: #fff5e5; */
  padding: 6px;
}
.prodMin > *,
.prodMin h3,
.prodMin p {
  display: inline;
  font-size: 15px;
  line-height: 15px;
}

.prodMin p:last-of-type {
  margin: 0;
}
.prodMinList h3,
.prodZodList h3 {
  margin: 0;
}
.prodMinList img {
  max-width: 40px;
}

.prodMinDetails {
  color: #916a2d;
  /* background: #c29958; */
  /* padding: 1px 3px; */
  /* border-radius: 3px; */
  /* color: #fff; */
  /* font-size: 14px; */
  /* text-decoration: none; */
}

.prodZodBlock {
  margin: 0 0 20px;
}
.prodZodBlock p {
  font-size: 15px;
}
.prodZod {
  display: flex;
  /* background: antiquewhite; */
  padding: 5px;
  /* border: 1px solid #a4926b; */
  gap: 10px;
}
.prodZodList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .prodZodList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .prodZodList {
    grid-template-columns: 1fr;
  }
}
.prodZodA {
  text-decoration: none;
  box-shadow: 0 0 3px 0 #a89772;
}
.prodZodA:hover {
  text-decoration: none;
  box-shadow: 0 0 5px 0 #776847;
}
.prodZodList img {
  max-width: 35px;
}
.zodDetailsTitle {
  font-size: 16px;
  text-decoration: none;
  color: #74581b;
}
.prodZodA:hover .zodDetailsTitle {
  font-weight: bold;
}
.zodDetails {
  display: flex;
  align-items: center;
}

.zodDetailsDate {
  display: none;
  font-size: 14px;
  color: #917c4f;
}

.mineralImgGallery {
	margin: 0 0 10px;
}

.delInCart {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

.respoGridFrom5.zodMinList {
  gap: 5px 10px;
}
.zodMin {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.zodProdList,
.zodMinList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 0 0 30px;
}

.zodProdDiv {
  border: 5px solid #fdf6ec;
  text-align: center;
}

.zodProdDiv a {
  text-decoration: none;
  color: #111;
}

.zodProdText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px 10px 10px;
}
.zodiacImgGallery {
  margin: 0 0 20px;
}
.zodMinList a {
  color: #4f3500;
  text-decoration: none;
}

.prodTitle {
  opacity: 1;
}

.searchDet {
  margin: 0 0 10px;
}

.prodResults {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.resBox {
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
}

.resBox a {
  color: #000;
  text-decoration: none;
}

.resInfo {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px 0;
}

.resInfo a {
  text-decoration: none;
}

.resImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.resImg a {
  background: #fff;
  padding: 3px;
  border: 1px solid #ddd;
}
.resImg a:hover {
  background: #c2272d;
}


.subCatBlock {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
  /*   background: azure; */
}

.subCat {
  /* border: 1px solid #ccc; */
  /* background: #fff; */
  /* padding: 10px; */
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* justify-content: center; */
  /* align-items: center; */
}

.subCatImgDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subCatImgDiv img {
  opacity: 1;
  /*  border: 1px solid #ccc; */
}

.subCatTitle {
  color: #111;
  text-decoration: none;
}

/* .productsBlock {
  padding: 10px;
} */

.productsBlock .productList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.prodInCat {
	/* padding-bottom: 15px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
	box-shadow: 0 0 5px 0 #ccc;
	position: relative;
	padding: 0px;
}

.prodInCat:hover {
	box-shadow: 0 0 13px 0 #929292;
	box-shadow: 0 0 8px 0 #2b6414;
}


.prodInCat .prodSDesc {
  margin: 0 0 10px;
}


.prodInCat a {
  font-weight: normal;
  color: #010101;
  text-decoration: none;
  letter-spacing: 0.5px;
  /* 	background: #553d1d; */
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: ; */
}

.prodInCatImgDiv {
  opacity: 1;
  /* width: 220px; */
  /* height: 220px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  position: relative;
  z-index: 3;
}

.prodInCatImgDiv img {
  opacity: 1;
  /* border: 1px solid #ccc; */
}

.prodInCatImgDiv a {
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 85px; */
  background: #fff;
  /* padding: 3px; */
  /* border: 1px solid #c6c6c6; */
  /* border-radius: 1px; */
}

.prodInfoCatList {
	text-align: center;
	display: grid;
	gap: 5px;
	position: relative;
	z-index: 3;
	padding: 10px 10px;
	height: 100%;
	grid-template-rows: 1fr auto;
	font-size: 14px;
}

.prodDetaBtn, .zodProdText button, .prodInList button, .prodInfoCatList button {
	height: 30px;
	color: #fff;
	padding: 0px 10px;
	border-radius: 0;
	font-size: 16px;
	letter-spacing: 1px;
	background: #fc0a09;
	border: 1px solid #e30100;
	border-radius: 5px;
}

.prodInfoCatList button:hover {
  background: #ca0000;
  border: 1px solid #b60000;
}

.prodInfoCatList h2 a {
  color: #222;
  font-weight: bold;
}
.prodInfoCatList h2 a span,
.prodPageDescS h1 span,
.resInfo h3 span {
  color: #cf630c;
}

.productPage {
  margin: 0 0 30px;
}

.soloProduct .smallThumbs .mainThumb .gallery_A img {
	width: 100%;
	height: auto;
	max-width: initial;
	max-height: 450px;
	width: auto;
}


.prodFullDesc {
  margin: 0 0 15px;
  border: 0;
  padding: 0;
}

.uniqLiGr {
	padding-top: 5px;
}

.prodImgDetails {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: 400px 1fr;
  grid-gap: 20px 30px;
}

@media only screen and (max-width: 768px) {
  .prodImgDetails {
    grid-template-columns: 1fr;
  }
  #sideProdSearch .inputRow {
    justify-content: center;
  }
}

.productDetails tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.productDetails tr td:first-of-type {
  font-weight: bold;
}

.respoGridFrom5.minListesBlock {
	gap: 10px 20px;
}
.searchMinTitle {
	display: flex;
	align-items: center;
}

.webshopImgGall {
  display: flex;
  flex-direction: column;
  /* padding: 5px; */
  /* background: aquamarine; */
  width: 400px;
}

.webshopImgGall .mainThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: azure; */
  /*   margin: 0 0 10px; */
  width: 400px;
  /* height: 290px; */
  /* max-height: 290px; */
}

.webshopImgGall .thumbImages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.webshopImgGall .thumbImages img {
  height: 85px !important;
}

.webshopImgGall .mainThumb .gallery_A {
  max-height: 100%;
  display: flex;
  max-width: 100%;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.webshopImgGall .smallThumbs {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.smallThumbs .gallery_A {
  max-height: 110px;
  /*  width: 85px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.smallThumbs .mainThumb .gallery_A img {
  width: 100%;
  height: auto;
  max-width: initial;
}
.smallThumbs .gallery_A img {
  width: auto;
  height: auto;
  max-width: 85px;
}

@media only screen and (max-width: 768px) {
  .webshopImgGall .mainThumb .gallery_A {
    width: initial;
  }

  .smallThumbs .mainThumb .gallery_A img {
    width: initial;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .smallThumbs .gallery_A img {
    width: auto;
    height: auto;
    max-width: 85px;
  }

  .webshopImgGall {
    display: flex;
    width: 100%;
    flex-flow: initial;
    flex-direction: column;
  }

  .webshopImgGall .smallThumbs {
    display: flex;
    flex-flow: initial;
    flex-direction: column;
  }

  .webshopImgGall .mainThumb {
    display: flex;
    width: 100%;
    max-height: 100%;
    flex-direction: column;
  }
}

.counted.center {
  text-align: center;
  display: block;
  text-decoration: none !important;
}

#backToCat a:link, #backToCat a:visited {
	padding: 5px 8px 5px 16px;
	border-radius: 5px;
	font-size: 15px;
	color: #333;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	position: relative;
	display: inline-flex;
}

#backToCat a:hover {
	/* text-decoration: underline; */
	background: none;
	border: 1px solid #b7b7b7;
}

#backToCat a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgb(121, 121, 121);
  clear: both;
  height: 0;
}

.prodPriceWithDisc {
  margin: 0 0 5px;
}

.ppOrig.discounted {
  text-decoration: line-through;
}

#backToCat {
  margin: 0 0 20px;
  width: 100%;
  /*   border-bottom: 1px solid #eee; */
  padding: 0 0 5px;
}

.prodCustomList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 15px;
}

.prodCustomSelect {
  height: 26px;
  background: #fff;
  border: 1px solid #c29958;
}

.prodCustomSelect {
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  outline: 0;
  box-shadow: none;
  /* border: 0 !important; */
  /* background: #5c6664; */
  background-image: none;
  /* flex: 1; */
  /* padding: 0 .5em; */
  color: #6a3f08;
  cursor: pointer;
  font-size: 17px;
  /* font-family: 'Open Sans', sans-serif; */
}
.prodCustomSelect::-ms-expand {
  opacity: 1;
  /*  display: none; */
}
.prodCustomSelect {
  position: relative;
  display: flex;
  /* width: 20em; */
  /* height: 3em; */
  /* line-height: 3; */
  /* background: #5c6664; */
  overflow: hidden;
  /* border-radius: .25em; */
}
/* .prodCustomSelect::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #13f5f5;
  cursor:pointer;
  pointer-events:none;
  transition:.25s all ease;
}
.prodCustomSelect:hover::after {
  color: #23b499;
} */

.prodCustomList .prodCustRow {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.prodCustomList .prodCustRow > div {
  display: flex;
  align-items: center;
}


.priceAndCart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 30px;
}


.addToCartDiv {
  display: flex;
  height: 36px;
  gap: 10px;
}
.addToCartArrows {
	width: 70px;
	border: 1px solid #4ba62a;
	display: flex;
	border-radius: 0px;
	overflow: hidden;
}
.addToCartArrows > span {
	width: 24px;
	height: 36px;
  font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	cursor: pointer;
	color: #178400;
}
#addtoCartInput {
  width: 28px;
  text-align: center;
  height: 36px;
  padding: 0;
  border: 0;
  margin: 0;
  /* background: beige; */
  /* border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
}

h3.prodTitle {
  color: #010101;
  font-size: 16px;
  margin: 0 0 10px;
  /* letter-spacing: 0.8px; */
  font-weight: bold;
  line-height: 17px;
}

.prodPriceOrOnly {
  margin: 0 0 15px;
}

.addToCartBtn {
  display: flex;
  align-items: center;
  height: 36px;
  color: #fff;
  padding: 3px 10px 3px 35px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1px;
  background: #4ba62a  url("./images/cart_n_bg.png") left center no-repeat;
  border: 1px solid #4ba62a ;
}
.addToCartBtn:hover {
  background: #317718  url("./images/cart_n_bg.png") left center no-repeat;
}



/** cart**/
/** cart**/
#miniCart {
  padding: 0;
}
#miniCart a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#miniCartIcon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
}
#miniCartIcon svg {
  fill: #fff;
}

svg {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}


#theCart {
  display: flex;
  flex-direction: column;
  gap: 2px;
  /*  width: 100%; */
  /*  max-width: 180px; */
}

.minCartZuss {
  width: 100%;
  display: flex;
  gap: 3px;
  justify-content: space-between;
  color: #110900;
  /* border-bottom: 1px solid #ddd; */
  /* padding: 0 3px 2px; */
  display: flex;
  justify-content: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #fff;
  color: #34791a;
  align-items: center;
}
.minCartLbl {
  display: none;
}

#cartPage {
  padding: 10px;
  margin: 0 0 50px;
}

.inCartUniq {
  font-size: 14px;
}

.minCartAm {
  text-align: right;
  padding: 0 2px;
}

#hka-form-login {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cartTable {
  /* display: flex; */
  width: 100%;
}

.shippingReq,
.aszfReq {
  padding: 10px 10px 10px 25px;
  background: #fdd;
  border: 1px solid #ff7171;
  color: #000;
  margin: 0 0 15px;
  position: relative;
}
.shippingReq::before,
.aszfReq::before {
  content: "! ";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #b50000;
}

.shippingReq p,
.aszfReq p {
  margin: 0px;
}

.cartTable tr td:last-of-type {
  text-align: right;
  white-space: nowrap;
}
.rightAl {
  text-align: right;
}

.cartSP {
  background: #f7f7f7;
}

.cartSP.shippingBlock {
  background: white;
  border: 2px solid #ebebeb;
}

.cartHeader {
  font-size: 13px;
}

.cartProdRow,
.cartProdsTotalBrutto {
  border-top: 2px solid #ebebeb;
}

.cartEmptyRow td {
  border: 0;
}

.cartProdsTotalBrutto {
  opacity: 1;
}

.cartProdsTotalNetto {
  opacity: 1;
}
.cartProdsTotalNetto td,
.cartProdsTotalTax td,
.cartProdsTotalBrutto td,
.cartProdRow td,
.cartShipping td,
.cartFullTotal td {
  border: 0px solid #ccc;
  /* background: #fff; */
  vertical-align: middle;
  padding: 10px 5px !important;
}

.cartThumb {
  max-width: 65px;
}
.cartQuantity {
  width: 44px;
  height: 24px;
  text-align: center;
  border: 2px solid #ebebeb;
}

.cartShipping, .cartProdsTotalBrutto, .cartEmptyRow {
	background: #fafafa;
}

.billingData,
.shippingData {
  padding: 10px;
  background: #fff;
  /* border: 2px solid #ebebeb; */
}
.billingData h3,
.shippingData h3 {
  margin: 0 0 10px;
}

#selectShippingBtn {
  display: inline-flex;
  justify-content: center;
  min-height: 30px;
  color: #fff;
  padding: 7px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  background: #4ba62a;
  border: 1px solid #4ba62a;
  align-items: center;
  margin: 0 0 30px;
}
#selectShippingBtn:hover {
  background: #317718;
  border: 1px solid #317718;
}


#cartSubmitBtn,
#resetShipping {
  background: #4ba62a;
  height: 34px;
  padding: 3px 15px;
  border: 0;
  color: #fff;
  /* font-weight: bold; */
  letter-spacing: 0.5px;
  cursor: pointer;
  font-size: 19px;
}
#resetShipping {
  padding: 3px 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
#resetShipping > div {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
#cartSubmitBtn:hover,
#resetShipping:hover {
  background: #317718;
}

.cartTableDiv {
	background: #fff;
	padding: 10px 10px 0;
}

.inputRow {
  display: flex;
  gap: 0 10px;
  flex-flow: row wrap;
  margin: 0 0 10px;
}

.onePerRow .inputRow {
  flex-direction: column;
}

.twoCol .inputRow {
  display: grid;
  grid-template-columns: 200px 300px;
}
@media only screen and (max-width: 768px) {
  .twoCol .inputRow {
    grid-template-columns: 1fr;
  }
}

.inputRow .lable {
  opacity: 1;
  /* width: 120px; */
}

.inputRow select, .inputRow input[type="text"] {
	width: 300px;
	max-width: 100%;
	height: 30px;
/* 	border: 2px solid #f26b6b;
 */}

.inputError {
	background: #fde6e6;
	padding: 5px;
	border: 2px solid #f26b6b !important;
}

#cart_form .inputRow {
  display: block;
}

.inputGrid {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
  gap: 10px;
  padding: 5px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .inputGrid {
    grid-template-columns: 1fr;
  }
}

.inputGrid:hover {
  background: #fff8ee;
}
.inputGrid label {
  display: flex;
  align-items: center;
}
.inputGrid input[type="text"] {
  width: 100% !important;
  border: 2px solid #ebebeb;
  padding: 10px;
  height: 34px;
}
.inpAndErr {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.shippingRadioGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.selectedMethods {
  background: #fff;
  padding: 5px;
  /* border: 2px solid #ebebeb; */
}

.selectedMethods h3 {
  margin: 0 0 10px !important;
  font-size: 17px !important;
}

.selectedMethodsList table {
  margin: 0 0 5px;
}
.selectedMethodsList table tr td {
  border: 0px;
}
.selectedMethodsList table tr td:last-of-type {
  padding-left: 30px;
  text-align: right;
}

.resShipBlck {
  padding: 10px 0 0;
}

.cartSP.paymentBlock {
  background: #fff;
  border: 2px solid #ebebeb;
}

.cartBlockheader {
  display: grid;
  gap: 0;
  grid-template-columns: 25px 1fr;
  background: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  padding: 10px;
}
.cartBlockheader svg {
  opacity: 1;
}
.cartBlockheader svg path {
  fill: #317718;
  opacity: 1;
}

.shippingRadioGroup h3 {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 0 10px;
  margin: 0;
  font-size: 19px;
}

.shipMetBlock,
.payMetBlock {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 5px;
}

.shipMetRow,
.payMetRow {
  display: flex;
  gap: 10px;
  padding: 5px;
}

.shipMetBlock.selected,
.payMetBlock.selected {
  background: #cdf3ff;
  border: 1px solid #90d6ec;
  color: #000;
}

.shipMetLabel,
.paymentLabel {
  font-size: 17px;
  font-weight: bold;
}

.shipMetDesc p:last-of-type,
.payMetDesc p:last-of-type {
  margin: 0;
}

#ppInp {
  width: 100%;
  max-width: 400px;
  height: 30px;
  padding: 3px;
}

#foxPostDetails {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 750px;
}

#foxPostInput {
  width: 100%;
  padding: 3px;
  height: 50px;
}

.addFoxtPostAdd {
  height: 25px;
  padding: 0 10px;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #2397db;
  border: 1px solid #2a86cb;
}

#cartPPReset {
  height: 30px;
  display: none;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  opacity: 0.5;
}

.cartPPResetActive {
  background: #ff3c3c !important;
  justify-content: center !important;
  opacity: 1 !important;
}

.cartProdModify {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cartDelThisProd {
  display: flex;
  /* background: #f74c4c; */
  width: 24px;
  height: 24px;
  /* border-radius: 50%; */
  justify-content: center;
  align-items: center;
  color: #777;
  font-size: 15px;
  cursor: pointer;
  border: 2px solid #ebebeb;
}
.cartDelThisProd:hover {
  border: 2px solid #cf0000;
  color: #cf0000;
}

#deliver_mess {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 30px;
  height: 50px;
  max-height: 120px;
  padding: 8px;
  border: 2px solid #ebebeb;
}

.selectedShipSub {
  background: #28fdc1;
  background: #93ffe0;
  padding: 10px 15px;
  margin: 0 0px;
  border: 1px solid #03aa7b;
  border: 1px solid #33d0a4;
  color: #004431;
  color: #003526;
}

.selectedShipSub p {
  margin: 0 0 10px;
}

.orderSuccess {
  margin: 0 0 100px;
}

#foxpostX {
  border: 2px solid rgb(0, 59, 148);
  background: #fff;
  height: 250px;
  overflow: auto;
  border-radius: 0 0 3px 3px;
}

#foxpostX .atmRow {
  padding: 5px 4px;
  border-bottom: 1px solid rgb(168, 168, 168);
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 10px;
}
#foxpostX .atmRow:nth-child(even) {
  background: #f9f9f9;
}

.foxAtmBtnCont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foxAtmBtn {
  background: blue;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 0;
}

#foxPostError {
  padding: 10px;
  background: #fdd;
  border: 1px solid #ff7171;
  color: #000;
}
/** cart**/
/** cart**/

.prHuf {
	color: #333;
}
.hufInC {
	color: #333;
	/* font-style: italic; */
}

.respoGridFrom5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px;
  /* background: azure; */
}
@media only screen and (max-width: 968px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 348px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr;
  }
}

.respoGridFrom4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px;
  /* background: azure; */
}
@media only screen and (max-width: 968px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 860px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr;
  }
}

.footCatBlockList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  max-width: 990px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .footCatBlockList {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 420px) {
  .footCatBlockList {
    grid-template-columns: 1fr;
  }
}

.footCatBlock {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.footCatBlockImg {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.footCatBlockTitle {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footCatBlockTitle > div {
  border: 1px solid #fff;
  padding: 5px;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  width: 100%;
}

.footCatBlockTitle > div > span {
  background: #fff;
  color: #000;
  width: 100%;
  min-height: 30px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footCatBlockImg img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.footCatBlock a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.footCatBlockImg {
  height: 100% !important;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: scale(1.05);
}
.footCatBlock a:hover .footCatBlockImg {
  transform: scale(1.15);
}

.footCatBlock a:hover .footCatBlockTitle > div {
  transform: translate(0, -50%);
}

.footProdRow {
  text-align: center;
  padding: 0px 0 20px;
}
.footProdLastBlockList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .footProdLastBlockList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .footProdLastBlockList {
    grid-template-columns: 1fr;
  }
}

.footProdLastBlock {
  opacity: 1;
}

.footProdLastBlock a {
  opacity: 1;
  display: flex;
  height: 100%;
  color: #111;
  text-decoration: none;
  flex-direction: column;
  gap: 10px;
  border: 5px solid #fdf6ec;
  position: relative;
}
.footProdLastBlock a::before {
  position: absolute;
  content: "";
  background: rgba(194, 153, 88, 0.1);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: rotateY(90deg);
  pointer-events: none;
  z-index: 8;
}
.footProdLastBlock a:hover::before {
  transform: rotateY(0deg);
}

.footProdLastBlockImg {
  opacity: 1;
}
.footProdsLastBlockTitle {
  padding: 0px 5px 10px;
}

/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

.blackFooter {
  background: #c29958;
  color: #fff;
  padding: 20px 20px 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  font-size: 16px;
}

.blackFooter h3 {
  margin: 0;
  color: #fff;
}

.footSoc {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-flow: row wrap;
}
.footSoc img {
  width: 22px;
}
.blackFooter .footSoc .item a {
  border: 2px solid rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.blackFooter .footSoc .item a:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}

.blackFooter .footSoc .item a svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blackFooter .footSoc .item a:hover svg path {
  fill: #c29958;
}

.menuAni {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}

.countVal {
  background: #787878;
  color: #fff;
  border-radius: 5px;
  padding: 1px 3px;
  font-size: 14px;
  letter-spacing: 1px;
}
.leftSideMenu ul li a:hover .countVal {
  background: #134c64;
}

.leftSideMenu ul li ul {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(98%);
  background: #fff;
  border: 1px solid rgb(175, 175, 175);
  display: none;
  z-index: 5;
}
.leftSideMenu ul li:hover ul {
  display: block;
}

.leftSideMenu ul li ul li {
  padding: 0;
}
.leftSideMenu ul li ul li a {
  padding: 5px 12px 5px 12px;
}

#leftSideMenuH3 {
  background: #1e8db9;
  margin: 0;
  height: 35px;
  color: #fff;
  display: flex;
  padding: 5px 5px 5px 10px;
  align-items: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.leftSideMenu {
  /* transition: all 1300ms; */
  transition: all 1000ms;
  /* background: #242424; */
  border-radius: 5px;
}
.leftSideBars {
  display: none;
}

@media only screen and (max-width: 768px) {
  .leftSideMenu {
    max-height: 35px;
    overflow: hidden;
  }
  #leftSideMenuH3 {
    padding: 5px 5px 5px 10px;
    align-items: center;
    justify-content: space-between;
    background: #000;
    border-radius: 5px 5px 0 0;
  }
  .leftSideMenu ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: initial;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .leftSideMenu ul li ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: initial;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .leftSideBars {
    cursor: pointer;
    z-index: 99;
    position: relative;
    /* background: rgb(255, 255, 255); */
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leftSideDott {
    /* border: 1px dotted #c96; */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leftSB1,
  .leftSB2,
  .leftSB3 {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    /* margin: 4px 0; */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d; */
  }
  .leftSB2 {
    margin: 4px 0;
  }
  .opened .leftSB1 {
    /*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .opened .leftSB2 {
    opacity: 0;
  }
  .opened .leftSB3 {
    /*    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .leftSideMenu ul {
    background: #111;
    border-top: 1px solid #555;
  }
  .leftSideMenu ul li ul {
    display: block;
    position: relative;
    background: #232323;
    border: 0;
    transform: initial;
  }
  .leftSideMenu ul li ul li {
    padding: 0 0 0 10px;
  }
  .countVal {
    background: none;
  }
}

.leftSideMenu.opened {
  /* atalkitani JS-re! W3 alapján */
  max-height: 500px;
}
.leftSideMenu.opened .leftSideUl {
  opacity: 1;
}

.phoneNumber {
  text-decoration: none;
  color: #222;
}

.imgToCenter {
  /* text-align: center; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.imgToLeft {
  float: left;
  margin: 4px 12px 12px 0;
  max-width: 50%;
}
.imgToRight {
  float: right;
  margin: 4px 0 12px 12px;
  max-width: 50%;
}
.deskMobFix30 {
  width: 30%;
  max-width: 30% !important;
}
.deskMobFix40 {
  width: 40%;
  max-width: 40% !important;
}
.deskMobFix50 {
  width: 50%;
  max-width: 50% !important;
}
.desk30Mob50 {
  max-width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .desk30Mob50 {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk30Mob50 {
    max-width: 50% !important;
  }
}

.mineralPPP {
	position: fixed;
	width: 100%;
	height: 100vh;
  padding: 10px;
	background: rgb(37, 37, 37);
	background: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	z-index: 7777;
}
.mineralPPPInn {
	background: #fff;
	border: 3px solid #c29958;
	border-radius: 5px;
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	gap: 15px;
	transform: scale(.9);
	opacity: .3;
	animation: minP 300ms;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	height: 100%;
	overflow: hidden;
}
@keyframes minP {
  0% {
    transform: scale(.9);
    opacity: .3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.mineralPPPHead {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	min-height: 30px;
	margin: 0 0 10px;
}

.mineralPPPTitle {
	font-size: 20px;
	font-weight: bold;
}
.mineralPPPTitle span {
	background: linear-gradient(transparent 65%, #fbe8cd 50%);
	padding: 0 0.3em;
	background: none;
	padding: 0;
}

#mineralPPPClose {
	display: flex;
	background: #ff1f1f;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 30px;
}
.mineralPPPScroll {
	height: 100%;
	overflow-y: scroll;
  padding: 10px;
}